﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>DevExpress.Web.v23.1</name>
  </assembly>
  <members>
    <member name="N:DevExpress.Data.Linq">
      <summary>
        <para>Contains classes that allow you to enable server-side data management for any LINQ provider.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Data.Linq.EntityServerModeDataSource">
      <summary>
        <para>A data source that can be associated with the Entity Framework source.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Data.Linq.EntityServerModeDataSource.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Data.Linq.EntityServerModeDataSource"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Data.Linq.EntityServerModeDataSource.ContextTypeName">
      <summary>
        <para>Gets or sets the type name of objects retrieved from a data source.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the type name of objects retrieved from a data source.</value>
    </member>
    <member name="P:DevExpress.Data.Linq.EntityServerModeDataSource.DefaultSorting">
      <summary>
        <para>Specifies how data source contents are sorted by default, when sort order is not specified by the bound control.</para>
      </summary>
      <value>A <see cref="T:System.String"/> object which contains the names of the columns against which data source contents are sorted.</value>
    </member>
    <member name="E:DevExpress.Data.Linq.EntityServerModeDataSource.Deleting">
      <summary>
        <para>Occurs before a delete operation.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Data.Linq.EntityServerModeDataSource.EnableDelete">
      <summary>
        <para>Gets or sets whether a delete operation is allowed.</para>
      </summary>
      <value>true to allow delete operations; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Data.Linq.EntityServerModeDataSource.EnableInsert">
      <summary>
        <para>Gets or sets whether an insert operation is allowed.</para>
      </summary>
      <value>true if an insert operation is allowed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Data.Linq.EntityServerModeDataSource.EnableUpdate">
      <summary>
        <para>Gets or sets whether an update operation is enabled.</para>
      </summary>
      <value>true to enable update operations; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Data.Linq.EntityServerModeDataSource.EnableViewState">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Data.Linq.EntityServerModeDataSource"/> class.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Data.Linq.EntityServerModeDataSource.ExceptionThrown">
      <summary>
        <para>Enables you to manually handle the database exception.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Data.Linq.EntityServerModeDataSource.InconsistencyDetected">
      <summary>
        <para>Enables you to manually handle the inconsistency detected during an operation on a data source.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Data.Linq.EntityServerModeDataSource.Inserting">
      <summary>
        <para>Occurs before an insert operation.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Data.Linq.EntityServerModeDataSource.RenderControl(System.Web.UI.HtmlTextWriter)">
      <summary>
        <para>Delivers the content of the control to a specified HtmlTextWriter object. This method is intended for internal use.</para>
      </summary>
      <param name="writer">The <see cref="T:System.Web.UI.HtmlTextWriter"/> object that receives the control content.</param>
    </member>
    <member name="E:DevExpress.Data.Linq.EntityServerModeDataSource.Selecting">
      <summary>
        <para>Enables you to provide a custom data source.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Data.Linq.EntityServerModeDataSource.TableName">
      <summary>
        <para>Gets or sets the data table name.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the data table name.</value>
    </member>
    <member name="E:DevExpress.Data.Linq.EntityServerModeDataSource.Updating">
      <summary>
        <para>Occurs before an update operation.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Data.Linq.LinqServerModeDataSource">
      <summary>
        <para>A data source that can be associated with any queryable source.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Data.Linq.LinqServerModeDataSource.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Data.Linq.LinqServerModeDataSource"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Data.Linq.LinqServerModeDataSource.ContextTypeName">
      <summary>
        <para>Gets or sets the type name of objects retrieved from a data source.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the type name of objects retrieved from a data source.</value>
    </member>
    <member name="P:DevExpress.Data.Linq.LinqServerModeDataSource.DefaultSorting">
      <summary>
        <para>Specifies how data source contents are sorted by default, when sort order is not specified by the bound control.</para>
      </summary>
      <value>A <see cref="T:System.String"/> object which contains the names of the columns against which data source contents are sorted.</value>
    </member>
    <member name="E:DevExpress.Data.Linq.LinqServerModeDataSource.Deleting">
      <summary>
        <para>Occurs before a delete operation.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Data.Linq.LinqServerModeDataSource.EnableDelete">
      <summary>
        <para>Gets or sets whether a delete operation is allowed.</para>
      </summary>
      <value>true to allow delete operations; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Data.Linq.LinqServerModeDataSource.EnableInsert">
      <summary>
        <para>Gets or sets whether an insert operation is allowed.</para>
      </summary>
      <value>true if an insert operation is allowed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Data.Linq.LinqServerModeDataSource.EnableUpdate">
      <summary>
        <para>Gets or sets whether an update operation is enabled.</para>
      </summary>
      <value>true to enable update operations; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Data.Linq.LinqServerModeDataSource.EnableViewState">
      <summary>
        <para>This property isn’t used.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Data.Linq.LinqServerModeDataSource.ExceptionThrown">
      <summary>
        <para>Enables you to manually handle the database exception.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Data.Linq.LinqServerModeDataSource.InconsistencyDetected">
      <summary>
        <para>Enables you to manually handle the inconsistency detected during an operation on a data source.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Data.Linq.LinqServerModeDataSource.Inserting">
      <summary>
        <para>Occurs before an insert operation.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Data.Linq.LinqServerModeDataSource.RenderControl(System.Web.UI.HtmlTextWriter)">
      <summary>
        <para>Delivers the content of the control to a specified HtmlTextWriter object. This method is intended for internal use.</para>
      </summary>
      <param name="writer">The <see cref="T:System.Web.UI.HtmlTextWriter"/> object that receives the control content.</param>
    </member>
    <member name="E:DevExpress.Data.Linq.LinqServerModeDataSource.Selecting">
      <summary>
        <para>Enables you to provide a custom data source.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Data.Linq.LinqServerModeDataSource.TableName">
      <summary>
        <para>Gets or sets the data table name.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the data table name.</value>
    </member>
    <member name="E:DevExpress.Data.Linq.LinqServerModeDataSource.Updating">
      <summary>
        <para>Occurs before an update operation.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Data.Linq.LinqServerModeDataSourceEditEventArgs">
      <summary>
        <para>Provides data for data management events (<see cref="E:DevExpress.Data.Linq.LinqServerModeDataSource.Inserting">LinqServerModeDataSource.Inserting</see>, <see cref="E:DevExpress.Data.Linq.LinqServerModeDataSource.Updating">LinqServerModeDataSource.Updating</see>, and <see cref="E:DevExpress.Data.Linq.LinqServerModeDataSource.Deleting">LinqServerModeDataSource.Deleting</see>).</para>
      </summary>
    </member>
    <member name="M:DevExpress.Data.Linq.LinqServerModeDataSourceEditEventArgs.#ctor(System.Collections.IDictionary,System.Collections.IDictionary,System.Collections.IDictionary,System.Web.UI.DataSourceViewOperationCallback)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Data.Linq.LinqServerModeDataSourceEditEventArgs"/> class.</para>
      </summary>
      <param name="keys">An <see cref="T:System.Collections.IDictionary"/> object representing a collection of key/value pairs that represent the primary key of the object to process.</param>
      <param name="values">An <see cref="T:System.Collections.IDictionary"/> object representing a collection of the non-key field key/value pairs for the object to process.</param>
      <param name="oldValues">An <see cref="T:System.Collections.IDictionary"/> object representing a collection of the original field key/value pairs for the object to process.</param>
      <param name="callback">A <see cref="T:System.Web.UI.DataSourceViewOperationCallback"/> object represents the asynchronous callback method that a data-bound control supplies to a data source view for asynchronous insert, update, or delete data operations.</param>
    </member>
    <member name="P:DevExpress.Data.Linq.LinqServerModeDataSourceEditEventArgs.Callback">
      <summary>
        <para>Gets or sets the asynchronous callback method that a data-bound control supplies to a data source for asynchronous insert, update, or delete data operations.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.DataSourceViewOperationCallback"/> delegate that is used to notify a data-bound control when the asynchronous operation is complete.</value>
    </member>
    <member name="P:DevExpress.Data.Linq.LinqServerModeDataSourceEditEventArgs.Keys">
      <summary>
        <para>Gets a dictionary of field name/value pairs that represent the primary key of the row to process.</para>
      </summary>
      <value>A <see cref="T:System.Collections.IDictionary"/>-supported object that contains field name/value pairs that represent the primary key of the processed row.</value>
    </member>
    <member name="P:DevExpress.Data.Linq.LinqServerModeDataSourceEditEventArgs.OldValues">
      <summary>
        <para>Gets a dictionary that contains the original field name/value pairs for the processed row.</para>
      </summary>
      <value>A <see cref="T:System.Collections.IDictionary"/>-supported object that contains a dictionary of the original field name/value pairs for the processed record.</value>
    </member>
    <member name="P:DevExpress.Data.Linq.LinqServerModeDataSourceEditEventArgs.Values">
      <summary>
        <para>Gets a dictionary of the non-key field name/value pairs for the row to process.</para>
      </summary>
      <value>A <see cref="T:System.Collections.IDictionary"/>-supported object that contains a dictionary of the non-key field name/value pairs for the processed row.</value>
    </member>
    <member name="T:DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Data.Linq.LinqServerModeDataSource.Selecting">LinqServerModeDataSource.Selecting</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs.DefaultSorting">
      <summary>
        <para>Specifies how data source contents are sorted by default, when sort order is not specified by the bound control.</para>
      </summary>
      <value>A <see cref="T:System.String"/> object which contains the names of the columns against which data source contents are sorted.</value>
    </member>
    <member name="P:DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs.KeyExpression">
      <summary>
        <para>Gets or sets the key expression.</para>
      </summary>
      <value>Specifies the name of the key property.</value>
    </member>
    <member name="P:DevExpress.Data.Linq.LinqServerModeDataSourceSelectEventArgs.QueryableSource">
      <summary>
        <para>Gets or sets the queryable data source.</para>
      </summary>
      <value>An object that implements the IQueryable interface.</value>
    </member>
    <member name="N:DevExpress.Web">
      <summary>
        <para>Contains classes which implement the main functionality of all DevExpress controls for ASP.NET.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.AccessRulesCollection">
      <summary>
        <para>A collection of access rules that specify access permissions for files and folders within a file manager.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.AccessRulesCollection.#ctor(DevExpress.Web.ASPxFileManager)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.AccessRulesCollection"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An <see cref="T:DevExpress.Web.ASPxFileManager"/> object specifying the control that will own the collection.</param>
    </member>
    <member name="T:DevExpress.Web.AccountBase">
      <summary>
        <para>A base class for classes that provides settings of cloud storage accounts.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.AccountBase.Name">
      <summary>
        <para>Specifies the cloud storage account name.</para>
      </summary>
      <value>A string that identifies the name of the storage account.</value>
    </member>
    <member name="T:DevExpress.Web.AccountManager">
      <summary>
        <para>Provides an API to register cloud storage accounts.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.AccountManager.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.AccountManager"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.AccountManager.Register(DevExpress.Web.AccountBase)">
      <summary>
        <para>Registers a cloud storage account.</para>
      </summary>
      <param name="account">An <see cref="T:DevExpress.Web.AccountBase"/> object that is the storage account.</param>
    </member>
    <member name="M:DevExpress.Web.AccountManager.RegisterAmazon(System.String,System.String,System.String)">
      <summary>
        <para>Registers an Amazon cloud storage account.</para>
      </summary>
      <param name="name">A string value that specifies the account name.</param>
      <param name="accessKeyID">A string value that is the access key ID.</param>
      <param name="secretAccessKey">A string value that is the secret access key.</param>
    </member>
    <member name="M:DevExpress.Web.AccountManager.RegisterAzure(System.String,System.String,System.String)">
      <summary>
        <para>Registers an Azure cloud storage account.</para>
      </summary>
      <param name="name">A string value that specifies the account name.</param>
      <param name="storageAccountName">A string value that is the storage account name.</param>
      <param name="accessKey">A string value that is the access key.</param>
    </member>
    <member name="M:DevExpress.Web.AccountManager.RegisterDropbox(System.String,System.String,System.String)">
      <summary>
        <para>Registers a Dropbox cloud storage account.</para>
      </summary>
      <param name="name">A string value that specifies the account name.</param>
      <param name="accessTokenValue">A string value that is the access token.</param>
      <param name="teamMemberID">A string value that is the team member ID.</param>
    </member>
    <member name="M:DevExpress.Web.AccountManager.RegisterDropbox(System.String,System.String)">
      <summary>
        <para>Registers a Dropbox cloud storage account.</para>
      </summary>
      <param name="name">A string value that specifies the account name.</param>
      <param name="accessTokenValue">A string value that is the access token.</param>
    </member>
    <member name="M:DevExpress.Web.AccountManager.RegisterGoogleDrive(System.String,System.String,System.String)">
      <summary>
        <para>Registers the Google Drive cloud storage account.</para>
      </summary>
      <param name="name">A string value that specifies the account name.</param>
      <param name="clientEmail">A string value that specifies the Client Email.</param>
      <param name="privateKey">A string value that specifies the Private Key.</param>
    </member>
    <member name="M:DevExpress.Web.AccountManager.RegisterGoogleDrivePersonal(System.String,System.String,System.String)">
      <summary>
        <para>Registers the Google Drive cloud storage (personal account).</para>
      </summary>
      <param name="name">A string value that specifies the account name.</param>
      <param name="clientId">A string value that specifies the Client ID.</param>
      <param name="clientSecret">A string value that specifies the Client Secret.</param>
    </member>
    <member name="M:DevExpress.Web.AccountManager.RegisterOneDrive(System.String,System.String,System.String)">
      <summary>
        <para>Registers the OneDrive cloud storage account.</para>
      </summary>
      <param name="name">A string value that specifies the account name.</param>
      <param name="clientId">A string value that specifies the Client ID.</param>
      <param name="clientSecret">A string value that specifies the Client Secret.</param>
    </member>
    <member name="E:DevExpress.Web.AccountManager.ResolveAccount">
      <summary>
        <para>Occurs on the server side if there is no registered account for the account name specified in the control’s AccountName property.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ActivateTabPageAction">
      <summary>
        <para>Specifies which action forces a tab to be selected within a tab control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ActivateTabPageAction.Click">
      <summary>
        <para>A tab is activated by a mouse click (when a user releases the pressed button).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ActivateTabPageAction.MouseDown">
      <summary>
        <para>A tab is activated by a mouse down (when a user press the button).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ActivateTabPageAction.MouseOver">
      <summary>
        <para>A tab is activated by mouse hovering.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ActiveItemChangeAction">
      <summary>
        <para>Specifies which action forces an active item to change.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ActiveItemChangeAction.Click">
      <summary>
        <para>An active item is changed by a <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#thumbnail">thumbnail</see> click.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ActiveItemChangeAction.Hover">
      <summary>
        <para>An active item is changed by a <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#thumbnail">thumbnail</see> hover.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.AddButtonProperties">
      <summary>
        <para>Contains settings specific to <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#add-button">add buttons</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.AddButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.AddButtonProperties"/> 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.AddUploadButtonsHorizontalPosition">
      <summary>
        <para>Lists values that specify the horizontal position of the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#add-button">add</see> and <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#upload-button">upload</see> buttons.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.AddUploadButtonsHorizontalPosition.Center">
      <summary>
        <para>The buttons are displayed at the center of the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#file-input-element">file input element</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.AddUploadButtonsHorizontalPosition.InputRightSide">
      <summary>
        <para>The buttons are displayed on the right side of the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#file-input-element">file input element</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.AddUploadButtonsHorizontalPosition.Left">
      <summary>
        <para>Aligns the buttons along the left edge of the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#file-input-element">file input element</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.AddUploadButtonsHorizontalPosition.Right">
      <summary>
        <para>Aligns the buttons along the right edge of the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#file-input-element">file input element</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.AllButtonProperties">
      <summary>
        <para>Contains settings specific to the button that when clicked, displays the content of all the pages.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.AllButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner,System.Boolean,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.AllButtonProperties"/> 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="visible">true to display the button within the control; otherwise, false. This value is assigned to the <see cref="P:DevExpress.Web.PagerButtonProperties.Visible">PagerButtonProperties.Visible</see> property.</param>
      <param name="text">A string value that specifies the button’s text. This value is assigned to the <see cref="P:DevExpress.Web.PagerButtonProperties.Text">PagerButtonProperties.Text</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.AllButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.AllButtonProperties"/> class.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
      <param name="visible">true to display the button within the control; otherwise, false. This value is assigned to the <see cref="P:DevExpress.Web.PagerButtonProperties.Visible">PagerButtonProperties.Visible</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.AllButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.AllButtonProperties"/> 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.AllowedDockState">
      <summary>
        <para>Contains values specifying what states are allowed for a <see href="https://docs.devexpress.com/AspNet/9768/components/docking-and-popups/docking/docking-visual-elements#dock-panel">panel</see></para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.AllowedDockState.All">
      <summary>
        <para>A panel can be in either the docked or floating state.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.AllowedDockState.DockedOnly">
      <summary>
        <para>A panel can only be docked. If the panel is initially floating (the owner zone is not defined) an end-user can drag it until the panel is docked for the first time. After that, it can be only moved between zones programmatically.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.AllowedDockState.FloatOnly">
      <summary>
        <para>A panel cannot be docked. In this case, the setting of an owner zone is not in effect.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.AllowScriptAccess">
      <summary>
        <para>Lists values that control the ability to perform outbound scripting within a Flash SWF.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.AllowScriptAccess.Always">
      <summary>
        <para>The outbound scripting will always succeed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.AllowScriptAccess.Never">
      <summary>
        <para>The outbound scripting will always fail.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.AllowScriptAccess.SameDomain">
      <summary>
        <para>The outbound scripting will be available only if the SWF file is served from the same domain and hostname as its surrounding HTML file.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.AmazonAccount">
      <summary>
        <para>Provides Amazon account settings allowing the control to be connected to an Amazon storage account.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.AmazonAccount.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.AmazonAccount"/> class with specified settings.</para>
      </summary>
      <param name="name">A string value that specifies the account name.</param>
      <param name="accessKeyID">A string value that is the access key ID.</param>
      <param name="secretAccessKey">A string value that is the secret access key.</param>
    </member>
    <member name="P:DevExpress.Web.AmazonAccount.AccessKeyID">
      <summary>
        <para>Specifies the access key ID of your AWS account.</para>
      </summary>
      <value>A string value that is the access key ID.</value>
    </member>
    <member name="P:DevExpress.Web.AmazonAccount.SecretAccessKey">
      <summary>
        <para>Specifies the secret access key of your AWS account.</para>
      </summary>
      <value>A string value that is the secret access key.</value>
    </member>
    <member name="T:DevExpress.Web.AmazonFileSystemProvider">
      <summary>
        <para>Provides an implementation of the <see href="https://docs.devexpress.com/AspNet/17779/components/file-management/file-manager/concepts/file-system-providers/amazon-file-system-provider">Amazon File System Provider</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.AmazonFileSystemProvider.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.AmazonFileSystemProvider"/> class with the specified root folder.</para>
      </summary>
      <param name="rootFolder">A <see cref="T:System.String"/> value that specifies the path to the root folder.</param>
    </member>
    <member name="P:DevExpress.Web.AmazonFileSystemProvider.AccessKeyID">
      <summary>
        <para>Use the <see cref="T:DevExpress.Web.AccountManager"/> class API and the <see cref="P:DevExpress.Web.AmazonFileSystemProvider.AccountName"/> property instead. For more information, refer to the  topic.</para>
      </summary>
      <value>A string value that is the access key ID.</value>
    </member>
    <member name="P:DevExpress.Web.AmazonFileSystemProvider.AccountName">
      <summary>
        <para>Gets or sets a value that specifies the name of the Amazon account.</para>
      </summary>
      <value>A string value that specifies the account name.</value>
    </member>
    <member name="P:DevExpress.Web.AmazonFileSystemProvider.BucketName">
      <summary>
        <para>Specifies a name of the bucket that contains a file system displayed in the file manager.</para>
      </summary>
      <value>A string value that is the bucket name.</value>
    </member>
    <member name="M:DevExpress.Web.AmazonFileSystemProvider.CopyFile(DevExpress.Web.FileManagerFile,DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements file copying.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the copied file.</param>
      <param name="newParentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder where the current file is being copied.</param>
    </member>
    <member name="M:DevExpress.Web.AmazonFileSystemProvider.CopyFolder(DevExpress.Web.FileManagerFolder,DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements folder copying.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the copied folder.</param>
      <param name="newParentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder to which the current folder is being copied.</param>
    </member>
    <member name="M:DevExpress.Web.AmazonFileSystemProvider.CreateFolder(DevExpress.Web.FileManagerFolder,System.String)">
      <summary>
        <para>Implements folder creation.</para>
      </summary>
      <param name="parent">A <see cref="T:DevExpress.Web.FileManagerFolder"/> value that is the immediate parent folder to which the created folder belongs.</param>
      <param name="name">A <see cref="T:System.String"/> value that is the name of the created folder.</param>
    </member>
    <member name="M:DevExpress.Web.AmazonFileSystemProvider.DeleteFile(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Implements file deletion.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the deleted file.</param>
    </member>
    <member name="M:DevExpress.Web.AmazonFileSystemProvider.DeleteFolder(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements folder deletion.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the deleted folder.</param>
    </member>
    <member name="M:DevExpress.Web.AmazonFileSystemProvider.Exists(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Implements the file existence verification.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the processed file.</param>
      <returns>true if the file exists within a file manager; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.AmazonFileSystemProvider.Exists(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements the folder existence verification.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the processed folder.</param>
      <returns>true if the folder exists within a file manager; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.AmazonFileSystemProvider.GetDownloadUrl(DevExpress.Web.FileManagerFile[])">
      <summary>
        <para>Returns the download URL of the specified files.</para>
      </summary>
      <param name="files">A list of <see cref="T:DevExpress.Web.FileManagerFile"/> objects that are the files to download.</param>
      <returns>A <see cref="T:System.String"/> value specifying the URL of the files to download.</returns>
    </member>
    <member name="M:DevExpress.Web.AmazonFileSystemProvider.GetFiles(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements getting a collection of files that are located in the current folder.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder currently being processed.</param>
      <returns>A collection of <see cref="T:DevExpress.Web.FileManagerFile"/> objects.</returns>
    </member>
    <member name="M:DevExpress.Web.AmazonFileSystemProvider.GetFolders(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements getting a collection of folders that are located in the current folder.</para>
      </summary>
      <param name="parentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder currently being processed.</param>
      <returns>A collection of <see cref="T:DevExpress.Web.FileManagerFolder"/> objects.</returns>
    </member>
    <member name="M:DevExpress.Web.AmazonFileSystemProvider.GetLastWriteTime(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Implements getting the time of the last file modification.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the processed file.</param>
      <returns>A <see cref="T:System.DateTime"/> value that is the last write time.</returns>
    </member>
    <member name="M:DevExpress.Web.AmazonFileSystemProvider.GetLength(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Returns the length of the specified file.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object identifying the processed file.</param>
      <returns>A <see cref="T:System.Int64"/> value that is the file length, in bytes.</returns>
    </member>
    <member name="M:DevExpress.Web.AmazonFileSystemProvider.GetPublicUrl(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Returns the public URL of the uploaded file.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the uploaded file.</param>
      <returns>A <see cref="T:System.String"/> value specifying the public URL of the uploaded file.</returns>
    </member>
    <member name="M:DevExpress.Web.AmazonFileSystemProvider.MoveFile(DevExpress.Web.FileManagerFile,DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements file moving.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the moved file.</param>
      <param name="newParentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder where the current file is being moved.</param>
    </member>
    <member name="M:DevExpress.Web.AmazonFileSystemProvider.MoveFolder(DevExpress.Web.FileManagerFolder,DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements folder moving.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the moved folder.</param>
      <param name="newParentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder where the current folder is being moved.</param>
    </member>
    <member name="P:DevExpress.Web.AmazonFileSystemProvider.Region">
      <summary>
        <para>Specifies a geographical region where a bucket, which contains a file system, is stored.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the code of a region, e.g. “us-east-1”.</value>
    </member>
    <member name="M:DevExpress.Web.AmazonFileSystemProvider.RenameFile(DevExpress.Web.FileManagerFile,System.String)">
      <summary>
        <para>Implements file renaming.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the renamed file.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the new file name.</param>
    </member>
    <member name="M:DevExpress.Web.AmazonFileSystemProvider.RenameFolder(DevExpress.Web.FileManagerFolder,System.String)">
      <summary>
        <para>Implements folder renaming.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the renamed folder.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the new folder name.</param>
    </member>
    <member name="P:DevExpress.Web.AmazonFileSystemProvider.SecretAccessKey">
      <summary>
        <para>Use the <see cref="T:DevExpress.Web.AccountManager"/> class API and the <see cref="P:DevExpress.Web.AmazonFileSystemProvider.AccountName"/> property instead. For more information, refer to the  topic.</para>
      </summary>
      <value>A string value that is the secret access key.</value>
    </member>
    <member name="M:DevExpress.Web.AmazonFileSystemProvider.UploadFile(DevExpress.Web.FileManagerFolder,System.String,System.IO.Stream)">
      <summary>
        <para>Implements a file upload.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder where the file is being uploaded.</param>
      <param name="fileName">A string value specifying the file name.</param>
      <param name="content">A Stream that is the file content.</param>
    </member>
    <member name="T:DevExpress.Web.AnimationType">
      <summary>
        <para>Lists values that specify the animation type used by a control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.AnimationType.Auto">
      <summary>
        <para>The type of animation is determined by the control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.AnimationType.Fade">
      <summary>
        <para>A control uses a fade-in animation effect.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.AnimationType.None">
      <summary>
        <para>A control does not use animation effects.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.AnimationType.Slide">
      <summary>
        <para>A control uses a slide animation effect.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.AppearanceItemStyle">
      <summary>
        <para>Serves as a base for classes which define style settings for different item elements (such as menu items, navbar items, etc).</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.AppearanceItemStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.AppearanceItemStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.AppearanceItemStyle.SelectedStyle">
      <summary>
        <para>Gets the style for the selected element.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object which represents the selected element’s style.</value>
    </member>
    <member name="T:DevExpress.Web.AppearanceSelectedStyle">
      <summary>
        <para>Contains style settings for different item elements (such as menu items, navbar items, etc) being selected.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.AppearanceSelectedStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.AppearanceStyle">
      <summary>
        <para>Serves as a base for classes which define style settings for different elements of web controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.AppearanceStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.AppearanceStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.AppearanceStyle.Empty">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.AppearanceStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.AppearanceStyle.HoverStyle">
      <summary>
        <para>Gets the style settings which define the appearance of the corresponding element when the mouse pointer is hovering over it.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains the hover style settings.</value>
    </member>
    <member name="P:DevExpress.Web.AppearanceStyle.ImageSpacing">
      <summary>
        <para>Gets or sets the amount of space between an image and the text contents within a container cell.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.AppearanceStyle.Paddings">
      <summary>
        <para>Gets the padding settings of the current style.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="P:DevExpress.Web.AppearanceStyle.Spacing">
      <summary>
        <para>Gets or sets the spacing between the elements in the corresponding object which the current style applies to.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="T:DevExpress.Web.AppearanceStyleBase">
      <summary>
        <para>Serves as a base for classes that define appearance styles of different elements within web controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.AppearanceStyleBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.AppearanceStyleBase"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.AppearanceStyleBase.AddAttributesToRender(System.Web.UI.HtmlTextWriter,System.Web.UI.WebControls.WebControl)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.AppearanceStyleBase.Assign(DevExpress.Web.AppearanceStyleBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object to the current object.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object which settings are assigned to the current object.</param>
    </member>
    <member name="M:DevExpress.Web.AppearanceStyleBase.AssignToControl(System.Web.UI.WebControls.WebControl,DevExpress.Web.AttributesRange,System.Boolean,System.Boolean,System.Boolean)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.AppearanceStyleBase.AssignToControl(System.Web.UI.WebControls.WebControl,DevExpress.Web.AttributesRange,System.Boolean,System.Boolean)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.AppearanceStyleBase.AssignToControl(System.Web.UI.WebControls.WebControl,DevExpress.Web.AttributesRange,System.Boolean)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.AppearanceStyleBase.AssignToControl(System.Web.UI.WebControls.WebControl,DevExpress.Web.AttributesRange)">
      <summary>
        <para>Copies the settings from the current <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object to the specified object.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.AppearanceStyleBase.AssignToControl(System.Web.UI.WebControls.WebControl,System.Boolean)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.AppearanceStyleBase.AssignToControl(System.Web.UI.WebControls.WebControl)">
      <summary>
        <para>Copies the settings from the current <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object to the specified object.</para>
      </summary>
      <param name="control">A <see cref="T:System.Web.UI.WebControls.WebControl"/> object which the current object’s settings are assigned to.</param>
    </member>
    <member name="M:DevExpress.Web.AppearanceStyleBase.AssignToHyperLink(System.Web.UI.WebControls.HyperLink,System.Boolean)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.AppearanceStyleBase.AssignToHyperLink(System.Web.UI.WebControls.HyperLink)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.AppearanceStyleBase.AssignToHyperLink(System.Web.UI.WebControls.WebControl,System.Boolean)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.AppearanceStyleBase.AssignWithoutBorders(DevExpress.Web.AppearanceStyleBase)">
      <summary>
        <para>Copies all settings except for border settings from the specified <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object to the current object.</para>
      </summary>
      <param name="source">An <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.AppearanceStyleBase.BackgroundImage">
      <summary>
        <para>Gets the background image defined by the current style.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BackgroundImage"/> object that represents the background image.</value>
    </member>
    <member name="P:DevExpress.Web.AppearanceStyleBase.Border">
      <summary>
        <para>Gets the border settings defined by the current style.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BorderWrapper"/> object which specifies the border settings.</value>
    </member>
    <member name="P:DevExpress.Web.AppearanceStyleBase.BorderBottom">
      <summary>
        <para>Gets the settings of the bottom border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the bottom border settings.</value>
    </member>
    <member name="P:DevExpress.Web.AppearanceStyleBase.BorderLeft">
      <summary>
        <para>Gets the settings of the left border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the left border settings.</value>
    </member>
    <member name="P:DevExpress.Web.AppearanceStyleBase.BorderRight">
      <summary>
        <para>Gets the settings of the right border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the right border settings.</value>
    </member>
    <member name="P:DevExpress.Web.AppearanceStyleBase.BorderTop">
      <summary>
        <para>Gets the settings of the top border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the right border settings.</value>
    </member>
    <member name="M:DevExpress.Web.AppearanceStyleBase.CopyBordersFrom(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Duplicates the border properties of the specified style object into the instance of the <see cref="T:DevExpress.Web.AppearanceStyleBase"/> class that this method is called from.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> that contains the border properties to duplicate.</param>
    </member>
    <member name="M:DevExpress.Web.AppearanceStyleBase.CopyFontAndCursorFrom(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Duplicates the font and cursor setting of the specified style object into the instance of the <see cref="T:DevExpress.Web.AppearanceStyleBase"/> class that this method is called from.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> that contains the font properties to duplicate.</param>
    </member>
    <member name="M:DevExpress.Web.AppearanceStyleBase.CopyFontFrom(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Duplicates the font properties of the specified style object into the instance of the <see cref="T:DevExpress.Web.AppearanceStyleBase"/> class that this method is called from.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> that contains the font properties to duplicate.</param>
    </member>
    <member name="M:DevExpress.Web.AppearanceStyleBase.CopyFrom(System.Web.UI.WebControls.Style,System.Boolean)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.AppearanceStyleBase"/> class specifying whether border setting should be copied.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> object that represents the object which the settings will be copied from.</param>
      <param name="copyWithoutBorders">true if border settings are not copied; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.Web.AppearanceStyleBase.CopyFrom(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.AppearanceStyleBase"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> object that represents the object which the settings will be copied from.</param>
    </member>
    <member name="M:DevExpress.Web.AppearanceStyleBase.CopyTextDecorationFrom(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Duplicates the text decoration properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.AppearanceStyleBase"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> object whose settings will be copied.</param>
    </member>
    <member name="P:DevExpress.Web.AppearanceStyleBase.Cursor">
      <summary>
        <para>Gets or sets the type of cursor to display when the mouse pointer is over the object which the current style applies to.</para>
      </summary>
      <value>A string that specifies the type of cursor to display.</value>
    </member>
    <member name="F:DevExpress.Web.AppearanceStyleBase.DefaultOpacity">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.AppearanceStyleBase.GetBorderColorBottom">
      <summary>
        <para>Returns the color of the bottom border.</para>
      </summary>
      <returns>A <see cref="T:System.Drawing.Color"/> that represents the border color of the control.</returns>
    </member>
    <member name="M:DevExpress.Web.AppearanceStyleBase.GetBorderColorLeft">
      <summary>
        <para>Returns the color of the left border.</para>
      </summary>
      <returns>A <see cref="T:System.Drawing.Color"/> that represents the border color of the control.</returns>
    </member>
    <member name="M:DevExpress.Web.AppearanceStyleBase.GetBorderColorRight">
      <summary>
        <para>Returns the color of the right border.</para>
      </summary>
      <returns>A <see cref="T:System.Drawing.Color"/> that represents the border color of the control.</returns>
    </member>
    <member name="M:DevExpress.Web.AppearanceStyleBase.GetBorderColorTop">
      <summary>
        <para>Returns the color of the top border.</para>
      </summary>
      <returns>A <see cref="T:System.Drawing.Color"/> that represents the border color of the control.</returns>
    </member>
    <member name="M:DevExpress.Web.AppearanceStyleBase.GetBorderStyleBottom">
      <summary>
        <para>Returns the style of the bottom border.</para>
      </summary>
      <returns>One of the <see cref="T:System.Web.UI.WebControls.BorderStyle"/> enumeration values.</returns>
    </member>
    <member name="M:DevExpress.Web.AppearanceStyleBase.GetBorderStyleLeft">
      <summary>
        <para>Returns the style of the left border.</para>
      </summary>
      <returns>One of the <see cref="T:System.Web.UI.WebControls.BorderStyle"/> enumeration values.</returns>
    </member>
    <member name="M:DevExpress.Web.AppearanceStyleBase.GetBorderStyleRight">
      <summary>
        <para>Returns the style of the right border.</para>
      </summary>
      <returns>One of the <see cref="T:System.Web.UI.WebControls.BorderStyle"/> enumeration values.</returns>
    </member>
    <member name="M:DevExpress.Web.AppearanceStyleBase.GetBorderStyleTop">
      <summary>
        <para>Returns the style of the top border.</para>
      </summary>
      <returns>One of the <see cref="T:System.Web.UI.WebControls.BorderStyle"/> enumeration values.</returns>
    </member>
    <member name="M:DevExpress.Web.AppearanceStyleBase.GetBorderWidthBottom">
      <summary>
        <para>Returns the width of the bottom border.</para>
      </summary>
      <returns>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the border width of a web control.</returns>
    </member>
    <member name="M:DevExpress.Web.AppearanceStyleBase.GetBorderWidthLeft">
      <summary>
        <para>Returns the width of the left border.</para>
      </summary>
      <returns>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the border width of a web control.</returns>
    </member>
    <member name="M:DevExpress.Web.AppearanceStyleBase.GetBorderWidthRight">
      <summary>
        <para>Returns the width of the right border.</para>
      </summary>
      <returns>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the border width of a web control.</returns>
    </member>
    <member name="M:DevExpress.Web.AppearanceStyleBase.GetBorderWidthTop">
      <summary>
        <para>Returns the width of the top border.</para>
      </summary>
      <returns>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the border width of a web control.</returns>
    </member>
    <member name="P:DevExpress.Web.AppearanceStyleBase.HorizontalAlign">
      <summary>
        <para>Gets or sets the horizontal alignment of the contents within its container.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.HorizontalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.AppearanceStyleBase.IsEmpty">
      <summary>
        <para>Gets a value that indicates whether this <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object is initialized with the default values.</para>
      </summary>
      <value>true if the <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object is initialized with the default values; otherwise false.</value>
    </member>
    <member name="M:DevExpress.Web.AppearanceStyleBase.MergeBordersWith(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Combines the border properties of the specified <see cref="T:System.Web.UI.WebControls.Style"/> with the current instance of the <see cref="T:DevExpress.Web.AppearanceStyleBase"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> that represents the object to combine.</param>
    </member>
    <member name="M:DevExpress.Web.AppearanceStyleBase.MergeFontWith(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Combines the font properties of the specified <see cref="T:System.Web.UI.WebControls.Style"/> with the current instance of the <see cref="T:DevExpress.Web.AppearanceStyleBase"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> that represents the object to combine.</param>
    </member>
    <member name="M:DevExpress.Web.AppearanceStyleBase.MergeWith(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Combines the properties of the specified <see cref="T:System.Web.UI.WebControls.Style"/> with the current instance of the <see cref="T:DevExpress.Web.AppearanceStyleBase"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> that represents an object to be combined.</param>
    </member>
    <member name="M:DevExpress.Web.AppearanceStyleBase.Reset">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object to its original state.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.AppearanceStyleBase.VerticalAlign">
      <summary>
        <para>Gets or sets the vertical alignment of the contents in its container.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.VerticalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.AppearanceStyleBase.Wrap">
      <summary>
        <para>Indicates whether the text content wraps in a container cell.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxAutoCompleteBoxBase">
      <summary>
        <para>Serves as the base type for the <see cref="T:DevExpress.Web.ASPxComboBox"/> and <see cref="T:DevExpress.Web.ASPxTokenBox"/> objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxAutoCompleteBoxBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxAutoCompleteBoxBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxAutoCompleteBoxBase.AllowEllipsisInText">
      <summary>
        <para>Specifies if the combo box can automatically truncate the item’s text if it doesn’t fit into the item’s width.</para>
      </summary>
      <value>true, to automatically truncate text; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxAutoCompleteBoxBase.Callback">
      <summary>
        <para>Fires when a round trip to the server has been initiated by a call to the client <b>ASPxClientComboBox.PerformCallback</b> method.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxAutoCompleteBoxBase.CallbackPageSize">
      <summary>
        <para>Gets or sets the number of items returned from the server on each callback request performed in response to a predefined client user action.</para>
      </summary>
      <value>An integer value that specifies the number of items to dynamically obtain from the server.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxAutoCompleteBoxBase.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the editor.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AutoCompleteBoxClientSideEvents"/> object which allows assigning handlers to the client-side events available to the editor.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxAutoCompleteBoxBase.CustomFiltering">
      <summary>
        <para>Fires before the server-side filtering is executed.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxAutoCompleteBoxBase.DataBindItems">
      <summary>
        <para>Binds edit items to the data source’s data, without resolving any data-binding expressions within the editor.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxAutoCompleteBoxBase.DataSecurityMode">
      <summary>
        <para>Provides the capability to restrict setting the editor value on the client side to values listed in the server <see cref="P:DevExpress.Web.ASPxAutoCompleteBoxBase.Items">ASPxAutoCompleteBoxBase.Items</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.DataSecurityMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxAutoCompleteBoxBase.DataSource">
      <summary>
        <para>Gets or sets the object from which a data-bound editor retrieves its list of data items.</para>
      </summary>
      <value>An object that represents the editor’s data source.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxAutoCompleteBoxBase.DataSourceID">
      <summary>
        <para>Specifies the ID of the control from which the editor gets data items.</para>
      </summary>
      <value>The ID of the data source control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxAutoCompleteBoxBase.DropDownHeight">
      <summary>
        <para>Gets or sets the height of the editor’s dropdown window.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that is the dropdown window’s height.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxAutoCompleteBoxBase.DropDownRows">
      <summary>
        <para>Gets or sets the number of list items displayed within the editor’s scrollable dropdown window simultaneously.</para>
      </summary>
      <value>An integer value that specifies the number of items to be displayed in the dropdown list.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxAutoCompleteBoxBase.DropDownWidth">
      <summary>
        <para>Gets or sets the width of the editor’s dropdown window.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that is the dropdown window’s width.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxAutoCompleteBoxBase.EnableCallbackMode">
      <summary>
        <para>Gets or sets a value that specifies whether the editor’s list items can be loaded to the client side on demand via callbacks.</para>
      </summary>
      <value>true, if on demand item loading is available; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxAutoCompleteBoxBase.EnableIncrementalFiltering">
      <summary>
        <para>Gets or sets a value that specifies whether the incremental filtering behavior is available for the editor.</para>
      </summary>
      <value>true, if the incremental filtering behavior is available; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxAutoCompleteBoxBase.EnableSynchronization">
      <summary>
        <para>Gets or sets a value that specifies whether client manipulations with the editor’s list items (adding, deleting) should be synchronized with the editor’s server <see cref="P:DevExpress.Web.ASPxAutoCompleteBoxBase.Items">ASPxAutoCompleteBoxBase.Items</see> collection.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxAutoCompleteBoxBase.FilterMinLength">
      <summary>
        <para>Specifies the minimum length of the filter string.</para>
      </summary>
      <value>The minimum length of the filter string.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxAutoCompleteBoxBase.ForceDataBinding">
      <summary>
        <para>Gets or sets a value that specifies whether the editor should be rebound to a data source automatically.</para>
      </summary>
      <value>true, to enable the editor to be rebound automatically; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxAutoCompleteBoxBase.ImageUrlField">
      <summary>
        <para>Gets or sets the data source field that provides image locations for the editor’s items.</para>
      </summary>
      <value>A string value that specifies the name of the data source field from which the editor obtains item image locations.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxAutoCompleteBoxBase.IncrementalFilteringDelay">
      <summary>
        <para>Specifies the time interval after which the editor filters items.</para>
      </summary>
      <value>The time interval, in milliseconds.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxAutoCompleteBoxBase.IncrementalFilteringMode">
      <summary>
        <para>Specifies the incremental filter mode.</para>
      </summary>
      <value>A value of the enumeration.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxAutoCompleteBoxBase.IsClientSideAPIEnabled">
      <summary>
        <para>Returns a value that indicates whether a specific programmatic interface (in particular, specific objects and methods) are available to the editor on the client side.</para>
      </summary>
      <returns>true, if the client-side API is available for the control; otherwise, false.</returns>
    </member>
    <member name="E:DevExpress.Web.ASPxAutoCompleteBoxBase.ItemDeleted">
      <summary>
        <para>Occurs after a list item has been deleted.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxAutoCompleteBoxBase.ItemDeleting">
      <summary>
        <para>Enables you to prevent a list item from being deleted.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxAutoCompleteBoxBase.ItemImage">
      <summary>
        <para>Gets the settings of the common image displayed by all the items in the editor.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxAutoCompleteBoxBase.ItemInserted">
      <summary>
        <para>Occurs after a new list item has been added to the editor’s item collection.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxAutoCompleteBoxBase.ItemInserting">
      <summary>
        <para>Enables you to prevent a list item from being added to the editor’s item collection.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxAutoCompleteBoxBase.ItemRowPrepared">
      <summary>
        <para>Enables you to change individual rows settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxAutoCompleteBoxBase.Items">
      <summary>
        <para>Gets the collection of items displayed in the editor’s dropdown window.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ListEditItemCollection"/> instance that is the collection of items in the editor.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxAutoCompleteBoxBase.ItemStyle">
      <summary>
        <para>Gets the style settings for all items in the editor.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ListBoxItemStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxAutoCompleteBoxBase.ItemTemplate">
      <summary>
        <para>Specifies a common template used for displaying the content of all items in the combo box and token box.</para>
      </summary>
      <value>An object that contains the item template.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxAutoCompleteBoxBase.ItemTextCellPrepared">
      <summary>
        <para>Occurs on the server side before a text cell has been rendered.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxAutoCompleteBoxBase.ListBoxStyle">
      <summary>
        <para>Gets the style settings that define the appearance of the editor’s dropdown list.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxAutoCompleteBoxBase.LoadDropDownOnDemand">
      <summary>
        <para>Gets or sets a value specifying whether the HTML code that represents the editor’s drop-down window should be loaded via a callback on demand.</para>
      </summary>
      <value>true, to load the drop-down window render on demand; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxAutoCompleteBoxBase.LoadingPanelDelay">
      <summary>
        <para>Gets or sets the delay before displaying the loading panel in the editor.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxAutoCompleteBoxBase.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.ASPxAutoCompleteBoxBase.LoadingPanelImagePosition">
      <summary>
        <para>Gets or sets the position of an image displayed within a loading panel.</para>
      </summary>
      <value>The image position.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxAutoCompleteBoxBase.LoadingPanelStyle">
      <summary>
        <para>Gets the style settings defining the appearance of the loading panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LoadingPanelStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxAutoCompleteBoxBase.LoadingPanelText">
      <summary>
        <para>Gets or sets the text to be displayed within a loading panel while waiting for a callback response.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxAutoCompleteBoxBase.NullText">
      <summary>
        <para>Gets or sets the prompt text displayed within the editor’s input box when the editor is not focused and its value is null.</para>
      </summary>
      <value>A string value that specifies the prompt text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxAutoCompleteBoxBase.ReadOnly">
      <summary>
        <para>Gets or sets a value indicating whether an end-user can change the editor’s contents at runtime.</para>
      </summary>
      <value>true, if an end-user cannot change the editor’s contents; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxAutoCompleteBoxBase.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxAutoCompleteBoxBase.SettingsLoadingPanel">
      <summary>
        <para>Provides access to the loading panel settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SettingsLoadingPanel"/> object that contains the loading panel’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxAutoCompleteBoxBase.ShowLoadingPanel">
      <summary>
        <para>Gets or sets whether the loading panel can be displayed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxAutoCompleteBoxBase.ShowLoadingPanelImage">
      <summary>
        <para>Specifies whether or not the image can be displayed within a loading panel while waiting for a callback response.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxAutoCompleteBoxBase.TextField">
      <summary>
        <para>Gets or sets the data source field that provides display texts for the editor’s items.</para>
      </summary>
      <value>A string value that specifies the name of the data source field from which the editor obtains item texts.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxAutoCompleteBoxBase.TextFormatString">
      <summary>
        <para>Specifies a pattern used to display the selected item’s text in multi-column mode.</para>
      </summary>
      <value>A format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxAutoCompleteBoxBase.ValueField">
      <summary>
        <para>Gets or sets the data source field that provides values for the editor’s items.</para>
      </summary>
      <value>A string value that specifies the name of the data source field from which the editor obtains item values.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxBinaryImage">
      <summary>
        <para>Represents an editor capable of displaying images from a binary stream.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxBinaryImage.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxBinaryImage"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxBinaryImage.AlternateText">
      <summary>
        <para>Gets or sets the alternate text displayed instead of the image when the 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.ASPxBinaryImage.BinaryStorageMode">
      <summary>
        <para>Gets or sets a value that specifies the storage of binary data.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.BinaryStorageMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxBinaryImage.ButtonPanelStyle">
      <summary>
        <para>Gets style settings that define the appearance of a <see href="https://docs.devexpress.com/AspNet/11646/components/data-editors/binaryimage#visual-elements">button panel</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BinaryImageButtonPanelStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxBinaryImage.ButtonStyle">
      <summary>
        <para>Gets style settings that define the appearance of <see href="https://docs.devexpress.com/AspNet/11646/components/data-editors/binaryimage#visual-elements">button panel</see> buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxBinaryImage.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxBinaryImage"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BinaryImageClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxBinaryImage"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxBinaryImage.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’s contents.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxBinaryImage.CustomCallback">
      <summary>
        <para>Fires when a round trip to the server has been initiated by a call to the client <b>ASPxClientBinaryImage.PerformCallback</b> method.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxBinaryImage.DeleteButtonImage">
      <summary>
        <para>Gets the settings of an image displayed in the editor delete button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BinaryImageDeleteButtonImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxBinaryImage.DescriptionUrl">
      <summary>
        <para>Gets or sets the location of the image’s detailed description.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the URL for the file that contains a detailed description for the image.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxBinaryImage.DropZoneStyle">
      <summary>
        <para>Gets the style settings defining the appearance of a drop zone in an <see cref="T:DevExpress.Web.ASPxBinaryImage"/>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxBinaryImage.EditingSettings">
      <summary>
        <para>Provides access to the binary image editing settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BinaryImageEditingSettings"/> object that contains the editing settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxBinaryImage.EmptyImage">
      <summary>
        <para>Gets the settings of an image which is displayed by the editor if the editor’s value is null.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxBinaryImage.EmptyValueTextStyle">
      <summary>
        <para>Gets the settings defining the appearance of the text displayed in the editor when there is no image.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxBinaryImage.EnableServerResize">
      <summary>
        <para>Specifies whether an image is resized by the control on the server side, or it is sent to the server side in original size and resized by a browser.</para>
      </summary>
      <value>true to resize an image on the server side; false to resize an image by a browser on the client side.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxBinaryImage.GetUploadedFileName">
      <summary>
        <para>Returns the name of the last uploaded file.</para>
      </summary>
      <returns>A string that is the file name.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxBinaryImage.Height">
      <summary>
        <para>Gets or sets the control’s height.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that represents the control’s height.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxBinaryImage.ImageAlign">
      <summary>
        <para>Gets or sets the alignment of the image control in relation to the other items on the web page.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.ImageAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxBinaryImage.ImageSizeMode">
      <summary>
        <para>Gets or sets the value specifying how an image fits into the control sizes.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ImageSizeMode"/> enumeration values.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxBinaryImage.IsLoading">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.ASPxBinaryImage"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxBinaryImage.IsPng">
      <summary>
        <para>Gets or sets a value that specifies whether the image defined by the <see cref="T:DevExpress.Web.ASPxBinaryImage"/> class is of the PNG type.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxBinaryImage.LoadingImageUrl">
      <summary>
        <para>Specifies a custom loading image.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the URL to the loading image.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxBinaryImage.OpenDialogButtonImage">
      <summary>
        <para>Gets the settings of an image displayed in the editor open dialog button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BinaryImageOpenDialogButtonImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxBinaryImage.ProgressBarIndicatorStyle">
      <summary>
        <para>Gets the style settings that define the appearance of the <see href="https://docs.devexpress.com/AspNet/11646/components/data-editors/binaryimage#visual-elements">progress bar indicator</see> element.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ProgressBarIndicatorStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxBinaryImage.ProgressBarStyle">
      <summary>
        <para>Gets the style settings that define the appearance of the <see href="https://docs.devexpress.com/AspNet/11646/components/data-editors/binaryimage#visual-elements">progress bar</see> element.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ProgressBarStyle"/> object containing style settings.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxBinaryImage.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxBinaryImage.ShowLoadingImage">
      <summary>
        <para>Specifies whether the loading image is displayed while the main image is being loaded.</para>
      </summary>
      <value>true, to display loading image, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxBinaryImage.StoreContentBytesInViewState">
      <summary>
        <para>Gets or sets a value that specifies whether the editor’s content (represented by an array of bytes) should be stored within its view state between postbacks.</para>
      </summary>
      <value>true to maintain the editor’s content bytes within view state; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxBinaryImage.ToolTip">
      <summary>
        <para>Gets or sets the binary image tooltip text.</para>
      </summary>
      <value>A string which specifies the text content of the tooltip.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxBinaryImage.ValidationSettings">
      <summary>
        <para>Gets the editor’s validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BinaryImageValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxBinaryImage.Value">
      <summary>
        <para>Specifies the editor’s value.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> value containing the binary image.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxBinaryImage.Width">
      <summary>
        <para>Gets or sets the control’s width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that is the control’s width.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxButton">
      <summary>
        <para>A button control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxButton"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxButton.AccessibilityCompliant">
      <summary>
        <para>Enables accessibility support.</para>
      </summary>
      <value>true, if accessibility support is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxButton.AccessibilityLabelText">
      <summary>
        <para>Specifies the button’s label text for a screen reader.</para>
      </summary>
      <value>The text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxButton.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.ASPxButton.AutoPostBack">
      <summary>
        <para>Gets or sets a value that specifies whether server-side processing is required to respond to a click on the button control.</para>
      </summary>
      <value>true, if server-side processing is required, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxButton.CausesValidation">
      <summary>
        <para>Gets or sets a value indicating whether the button click initiates  validation (client and server).</para>
      </summary>
      <value>true, if the button click performs validation; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxButton.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="E:DevExpress.Web.ASPxButton.CheckedChanged">
      <summary>
        <para>Occurs when the button’s checked state is changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxButton.CheckedStyle">
      <summary>
        <para>Gets the style settings which define a button’s appearance in the checked state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains the checked style settings.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxButton.Click">
      <summary>
        <para>Fires when the button is clicked.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxButton.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.ASPxButton.ClientInstanceName">
      <summary>
        <para>Specifies the <see cref="T:DevExpress.Web.ASPxButton"/>‘s client programmatic identifier.</para>
      </summary>
      <value>The control’s client identifier.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxButton.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxButton"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxButton"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxButton.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 on the client; false to render the button into the web page, but make it initially hidden on the client side.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxButton.Command">
      <summary>
        <para>Occurs when the <see cref="T:DevExpress.Web.ASPxButton"/> control is clicked.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxButton.CommandArgument">
      <summary>
        <para>Gets or sets an optional parameter passed to the <see cref="E:DevExpress.Web.ASPxButton.Command">ASPxButton.Command</see> event along with the associated <see cref="P:DevExpress.Web.ASPxButton.CommandName">ASPxButton.CommandName</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that represents an optional parameter passed to the <see cref="E:DevExpress.Web.ASPxButton.Command">ASPxButton.Command</see> event along with the associated <see cref="P:DevExpress.Web.ASPxButton.CommandName">ASPxButton.CommandName</see>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxButton.CommandName">
      <summary>
        <para>Gets or sets the command name associated with the <see cref="T:DevExpress.Web.ASPxButton"/> control that is passed to the <see cref="E:DevExpress.Web.ASPxButton.Command">ASPxButton.Command</see> event.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command name of the <see cref="T:DevExpress.Web.ASPxButton"/> control.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxButton.CustomJSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxButton.EnableClientSideAPI">
      <summary>
        <para>Gets or sets a value that specifies whether the button can be manipulated on the client side via code.</para>
      </summary>
      <value>true if the button’s client object model is fully available; false if no programmatic interface is available for the button on the client side.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxButton.Focus">
      <summary>
        <para>Sets input focus to the button.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxButton.FocusRectBorder">
      <summary>
        <para>Gets the focused rectangle’s border settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BorderWrapper"/> object which specifies the border settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxButton.FocusRectPaddings">
      <summary>
        <para>Gets the focused rectangle’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.ASPxButton.GroupName">
      <summary>
        <para>Gets or sets the name of the group to which the button belongs.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the name of the group to which the button belongs.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxButton.HorizontalAlign">
      <summary>
        <para>Gets or sets the horizontal alignment of the button content.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.HorizontalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxButton.HoverStyle">
      <summary>
        <para>Gets the style settings which define a button’s appearance in the hover state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxButton.Image">
      <summary>
        <para>Gets the settings of an image displayed within the button control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CheckedButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxButton.ImagePosition">
      <summary>
        <para>Gets or sets the image position within the button.</para>
      </summary>
      <value>The image position.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxButton.ImageSpacing">
      <summary>
        <para>Gets or sets the amount of space between a display image and text.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxButton.ImageUrl">
      <summary>
        <para>Gets or sets the path to the image displayed within the button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value which specifies the URL that represents the path to the image displayed within the button.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxButton.JSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
      <value>The collection of property names and their values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxButton.Native">
      <summary>
        <para>Gets or sets a value specifying whether the <see cref="T:DevExpress.Web.ASPxButton"/> control is rendered as a native input type=button element or input type=submit element.</para>
      </summary>
      <value>true if a button control is rendered as a standard HTML element; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxButton.OnClientClick">
      <summary>
        <para>Gets or sets a value indicating whether a button is clicked on the client.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxButton.Paddings">
      <summary>
        <para>Gets the button’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.ASPxButton.PostBackUrl">
      <summary>
        <para>Gets or sets the URL of the page to post to from the current page when the button control is clicked.</para>
      </summary>
      <value>The URL of the web page to post to from the current page when the button control is clicked.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxButton.PressedStyle">
      <summary>
        <para>Gets the style settings which define a button’s appearance in the pressed state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains the pressed style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxButton.RenderMode">
      <summary>
        <para>Specifies whether the 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.ASPxButton.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.ASPxButton.SpriteCssFilePath">
      <summary>
        <para>Gets or sets the path to a CSS file that defines the control’s <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> settings.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the required CSS file.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxButton.SpriteImageUrl">
      <summary>
        <para>Gets or sets the path to a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the sprite image.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxButton.Text">
      <summary>
        <para>Gets or sets the text displayed within the button control.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value representing the text displayed within the button control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxButton.UseSubmitBehavior">
      <summary>
        <para>Gets or sets a value indicating whether the button control uses the client browser’s submit mechanism or the ASP.NET postback mechanism.</para>
      </summary>
      <value>true if the control uses the client browser’s submit mechanism; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxButton.ValidateInvisibleEditors">
      <summary>
        <para>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.ASPxButton.ValidationContainerID">
      <summary>
        <para>Gets or sets the ID of the naming container for whose controls the button causes a validation.</para>
      </summary>
      <value>A string value that specifies the naming container’s ID.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxButton.ValidationContainerResolve">
      <summary>
        <para>Allows an object specified by the <see cref="P:DevExpress.Web.ASPxButton.ValidationContainerID">ASPxButton.ValidationContainerID</see> property to be found manually, if it can’t be found automatically (if it’s hidden within a naming container, for instance).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxButton.ValidationGroup">
      <summary>
        <para>Gets or sets the group of controls for which the button control causes validation.</para>
      </summary>
      <value>A string value that specifies the group of controls for which the button control causes validation.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxButton.VerticalAlign">
      <summary>
        <para>Gets or sets the vertical alignment of the button content.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.VerticalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxButton.Wrap">
      <summary>
        <para>Gets or sets a value that specifies whether the button’s text can be wrapped.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxButtonEdit">
      <summary>
        <para>Represents an edit control with embedded buttons.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxButtonEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxButtonEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxButtonEdit.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxButtonEdit"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonEditClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxButtonEdit"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxButtonEdit.MaskHintStyle">
      <summary>
        <para>Gets the style settings that define the appearance of the editor’s mask hint.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MaskHintStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxButtonEdit.MaskSettings">
      <summary>
        <para>Gets the editor’s mask settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MaskSettings"/> object that contains the mask settings of the editor.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxButtonEdit.NullText">
      <summary>
        <para>Gets or sets the prompt text displayed within the editor’s input box when the editor is not focused and its value is null.</para>
      </summary>
      <value>A string value that specifies the prompt text.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxButtonEditBase">
      <summary>
        <para>Represents a base class for editors that allow edit buttons to be displayed within the client region.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxButtonEditBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxButtonEditBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxButtonEditBase.AccessibilityCompliant">
      <summary>
        <para>Enables accessibility support.</para>
      </summary>
      <value>true, if accessibility support is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxButtonEditBase.AllowMouseWheel">
      <summary>
        <para>Gets or sets a value that specifies whether an end-user is able to change the editor’s value using the mouse wheel.</para>
      </summary>
      <value>true if the editor’s value can be changed via the mouse wheel when the editor is focused; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxButtonEditBase.AllowUserInput">
      <summary>
        <para>Gets or sets a value that specifies whether end-users are allowed to input values into an editor’s edit box.</para>
      </summary>
      <value>true if end-users are allowed to change an editor’s value by inputing values into the editor’s edit box; false if the editor’s value can be changed only via the editor’s UI elements.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxButtonEditBase.ButtonClick">
      <summary>
        <para>Fires after a button is clicked within the editor.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxButtonEditBase.ButtonEditEllipsisImage">
      <summary>
        <para>Gets the settings which define the ellipsis image displayed within editor buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object, which defines the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxButtonEditBase.Buttons">
      <summary>
        <para>Gets the collection of editor buttons.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditButtonCollection"/> object representing the collection of buttons displayed within the editor.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxButtonEditBase.ButtonStyle">
      <summary>
        <para>Gets the style settings used to paint the editor’s buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.EditButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxButtonEditBase.ButtonTemplate">
      <summary>
        <para>Gets or sets the template used for rendering the editor’s buttons.</para>
      </summary>
      <value>An object supporting the <see cref="T:System.Web.UI.ITemplate"/> interface that contains the template used for rendering the editor’s buttons.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxButtonEditBase.ClearButton">
      <summary>
        <para>Gets the settings of the editor’s Clear button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ClearButton"/> object that contains button settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxButtonEditBase.EncodeHtml">
      <summary>
        <para>Gets or sets a value that specifies whether the editor’s value and element content are rendered as pure HTML, or HTML markers are stripped out.</para>
      </summary>
      <value>true if the HTML code contained within the editor’s value and element content are not executed and are converted into the corresponding text for display purposes, false if the editor’s value and element content can contain pure HTML code.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxButtonEditBase.Spacing">
      <summary>
        <para>Gets or sets the spacing between the editor’s elements.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCalendar">
      <summary>
        <para>Represents the calendar control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCalendar.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCalendar"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.AccessibilityCompliant">
      <summary>
        <para>Enables accessibility support.</para>
      </summary>
      <value>true, if accessibility support is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.ButtonStyle">
      <summary>
        <para>Gets the style settings used to paint the editor’s buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.EditButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.CellDisabledStyle">
      <summary>
        <para>Gets the style properties of the cells for which selection is disabled.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object containing the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.CellOtherPeriodStyle">
      <summary>
        <para>Gets the style properties of the cells that don’t refer to the current period (month, year, century).</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object containing the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.CellOutOfRangeStyle">
      <summary>
        <para>Gets the style properties of the cells that are out of the specified range (<see cref="P:DevExpress.Web.ASPxCalendar.MinDate">ASPxCalendar.MinDate</see>, <see cref="P:DevExpress.Web.ASPxCalendar.MaxDate">ASPxCalendar.MaxDate</see>).</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object containing the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.CellSelectedStyle">
      <summary>
        <para>Gets the style properties of the selected cells.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object containing the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.CellStyle">
      <summary>
        <para>Gets the style properties of the cells.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object containing the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.ChangeVisibleDateAnimationType">
      <summary>
        <para>Gets or sets a value specifying the animation type used to change the visible date.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.AnimationType"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.ClearButtonText">
      <summary>
        <para>Gets or sets the text displayed within the calendar’s Clear button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value representing the text within the Clear button.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the editor.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarClientSideEvents"/> object which allows assigning handlers to the client-side events available to the editor.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.Columns">
      <summary>
        <para>Gets or sets the number of columns (months) displayed in a multi-view calendar.</para>
      </summary>
      <value>An integer value that specifies the number of months displayed within a calendar horizontally.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxCalendar.CustomDisabledDate">
      <summary>
        <para>Allows you to disable the calendar’s days.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxCalendar.DayCellCreated">
      <summary>
        <para>Occurs on the server side after a day cell has been created.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxCalendar.DayCellInitialize">
      <summary>
        <para>Occurs on the server side before a day cell has been created.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxCalendar.DayCellPrepared">
      <summary>
        <para>Occurs on the server side before a day cell has been rendered.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.DayDisabledStyle">
      <summary>
        <para>Gets the style properties of the days for which selection is disabled.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object containing the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.DayHeaderStyle">
      <summary>
        <para>Gets the style properties for the calendar’s section that displays the day of the week.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object defining the day of the week header’s appearance.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.DayNameFormat">
      <summary>
        <para>Gets or sets the name format for days of the week.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.DayNameFormat"/> enumeration value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.DayOtherMonthStyle">
      <summary>
        <para>Gets the style properties of the days that don’t belong to the displayed month.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object defining the appearance of the days that are not in the displayed month.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.DayOutOfRangeStyle">
      <summary>
        <para>Gets the style properties of the days that don’t belong to the date range allowed for selection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object defining the appearance of the days that cannot be selected.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.DaySelectedStyle">
      <summary>
        <para>Gets the style settings for the calendar’s selected day.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object defining the appearance of the selected day.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.DayStyle">
      <summary>
        <para>Gets the style settings for the days displayed in the calendar.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object defining the common appearance of the calendar’s days.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.DayWeekendStyle">
      <summary>
        <para>Gets the style properties for the weekend dates in the calendar.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object defining the appearance of weekend days.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.DisabledDates">
      <summary>
        <para>Provides access to a calendar’s collection of disabled dates.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DateTimeCollection"/> object that is a collection of dates to be disabled in a calendar control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.EnableCallbackCompression">
      <summary>
        <para>Gets or sets whether callback result compression is enabled.</para>
      </summary>
      <value>true to enable callback result compression; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.EnableChangeVisibleDateGestures">
      <summary>
        <para>Gets or sets a value specifying whether an end-user can change the visible date with a swipe gesture.</para>
      </summary>
      <value>true, if date changing by gestures is always allowed; false, if it is always prohibited; Default - if it is allowed for touch devices only.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.EnableLargePeriodNavigation">
      <summary>
        <para>Get or sets the visibility of the &lt;&lt; and &gt;&gt; buttons, thus controlling the availability of year navigation within the calendar.</para>
      </summary>
      <value>true, if year navigation is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.EnableMultiSelect">
      <summary>
        <para>Gets or sets a value indicating whether multiple date selection is enabled in the calendar.</para>
      </summary>
      <value>true if multiple date selection is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.EnablePeriodNavigation">
      <summary>
        <para>Gets or sets the visibility of the Prev and Next buttons, thus controlling the availability of navigation within the calendar.</para>
      </summary>
      <value>true, if navigation is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.EncodeHtml">
      <summary>
        <para>Gets or sets a value that specifies whether the editor’s element content keeps any of its values that are HTML as HTML, or instead, strips out the HTML markers.</para>
      </summary>
      <value>true if the HTML code contained within the editor’s element content is not executed and is converted into the corresponding text for display purposes, false if the editor’s element content can contain pure HTML code.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.FastNavFooterStyle">
      <summary>
        <para>Gets the style properties for the footer section of the calendar’s fast navigation panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarHeaderFooterStyle"/> object defining the appearance of the fast navigation panel’s footer.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.FastNavHeaderBackElementImage">
      <summary>
        <para>Gets the settings of an image that is displayed in the element used to return back to the previous mode within the fast navigation area’s header.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.FastNavHeaderBackElementRtlImage">
      <summary>
        <para>Gets the settings of an image that is displayed in the element used to return back to the previous mode within the fast navigation area’s header when the calendar is in RTL mode.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.FastNavHeaderStyle">
      <summary>
        <para>Gets the style properties of the area that allows a user to return back to the previous mode within the fast navigation area.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarHeaderFooterStyle"/> object defining the appearance of the area that allows a user to return back to the previous mode within the fast navigation.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.FastNavItemAreaStyle">
      <summary>
        <para>Gets the style properties of the fast navigation area.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object defining the appearance of the fast navigation area.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.FastNavItemOtherPeriodStyle">
      <summary>
        <para>Gets the style properties of the fast navigation area’s items that belongs to the neighboring period.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarFastNavItemStyle"/> object defining the appearance of the fast navigation area’s items that belong to the neighboring period.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.FastNavItemStyle">
      <summary>
        <para>Gets the style properties of the fast navigation area’s item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarFastNavItemStyle"/> object defining the appearance of the fast navigation area’s item.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.FastNavMonthAreaStyle">
      <summary>
        <para>Gets the style properties for the fast navigation panel’s section that displays months.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object defining the appearance of the fast navigation panel’s month section.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.FastNavMonthStyle">
      <summary>
        <para>Gets the style settings for the months displayed in the calendar’s fast navigation panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarFastNavItemStyle"/> object defining the common appearance of months within the fast navigation panel.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.FastNavNextYearImage">
      <summary>
        <para>Gets the settings of an image that is displayed in the fast navigation panel’s NextYear button element.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.FastNavPrevYearImage">
      <summary>
        <para>Gets the settings of an image that is displayed in the fast navigation panel’s PrevYear button element.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.FastNavProperties">
      <summary>
        <para>Gets the settings of the calendar’s dropdown fast navigation panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarFastNavProperties"/> object that contains the fast navigation panel’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.FastNavStyle">
      <summary>
        <para>Gets the common style settings for the calendar’s fast navigation panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarFastNavStyle"/> object defining the appearance of the calendar’s fast navigation panel.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.FastNavYearAreaStyle">
      <summary>
        <para>Gets the style properties for the fast navigation panel’s section that displays years.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object defining the appearance of the fast navigation panel’s year section.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.FastNavYearStyle">
      <summary>
        <para>Gets the style settings for the years displayed in the calendar’s fast navigation panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarFastNavItemStyle"/> object defining the common appearance of years within the fast navigation panel.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.FirstDayOfWeek">
      <summary>
        <para>Gets or sets the day to display as the first day of the week within the calendar.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.FirstDayOfWeek"/> enumeration value specifying the first day of the week.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.FooterStyle">
      <summary>
        <para>Gets the style properties for the calendar’s footer section.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarHeaderFooterStyle"/> object defining the footer’s appearance.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxCalendar.GetFirstVisibleDate">
      <summary>
        <para>Returns the calendar’s first visible date.</para>
      </summary>
      <returns>A DateTime object that represents the first visible date.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxCalendar.GetLastVisibleDate">
      <summary>
        <para>Returns the calendar’s last visible date.</para>
      </summary>
      <returns>A DateTime object that represents the last visible date.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.HeaderStyle">
      <summary>
        <para>Gets the style properties of the calendar’s title heading.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarHeaderFooterStyle"/> object defining the title header’s appearance.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.Height">
      <summary>
        <para>Gets or sets the calendar’s height. This property is not in effect for the <see cref="T:DevExpress.Web.ASPxCalendar"/> class.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the image’s height.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.HighlightToday">
      <summary>
        <para>Gets or sets a value that specifies whether a day that corresponds to today’s date is highlighted within the calendar.</para>
      </summary>
      <value>true if the calendar’s day that corresponds to today’s date is highlighted; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.HighlightWeekends">
      <summary>
        <para>Gets or sets a value that specifies whether weekend days are highlighted within the calendar.</para>
      </summary>
      <value>true if weekend days are highlighted; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.LoadingDivStyle">
      <summary>
        <para>Gets style settings that define the appearance of a specific Loading Div panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LoadingDivStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.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.ASPxCalendar.LoadingPanelStyle">
      <summary>
        <para>Gets the style settings used to paint the Loading Panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LoadingPanelStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.MaxDate">
      <summary>
        <para>Gets or sets the maximum date allowed to be entered into the editor by an end-user.</para>
      </summary>
      <value>A DateTime object that specifies the editor’s maximum allowed date.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.MinDate">
      <summary>
        <para>Gets or sets the minimum date allowed to be entered into the editor by an end-user.</para>
      </summary>
      <value>A DateTime object that specifies the editor’s minimum allowed date.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.MonthGridPaddings">
      <summary>
        <para>Gets the amount of space around the month grid within the calendar.</para>
      </summary>
      <value>An object that contains padding settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.NextLargePeriodImage">
      <summary>
        <para>Gets the settings of an image that is displayed in the calendar’s &gt;&gt; button element.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.NextPeriodImage">
      <summary>
        <para>Gets the settings of an image that is displayed in the calendar’s navigation button element.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.PickerType">
      <summary>
        <para>Specifies a date component an end user can select (a day, month, decade or year).</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.DatePickerType"/> enumeration values.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxCalendar.PickerViewCellCreated">
      <summary>
        <para>Occurs on the server side before a cell in the calendar picker view has been created.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxCalendar.PickerViewCellInitialize">
      <summary>
        <para>Occurs on the server side before a cell in the calendar picker view has been initialized.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxCalendar.PickerViewCellPrepared">
      <summary>
        <para>Occurs on the server side before a cell in the calendar picker view has been rendered.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.PrevLargePeriodImage">
      <summary>
        <para>Gets the settings of an image that is displayed in the calendar’s navigation button element.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.PrevPeriodImage">
      <summary>
        <para>Gets the settings of an image that is displayed in the calendar’s navigation button element.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.ReadOnly">
      <summary>
        <para>Overrides the <see cref="P:DevExpress.Web.ASPxEdit.ReadOnly">ASPxEdit.ReadOnly</see> property to hide the calendar’s footer that contains the Today and Clear buttons.</para>
      </summary>
      <value>true, if an end-user cannot change the editor’s contents; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxCalendar.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.RenderIFrameForPopupElements">
      <summary>
        <para>Gets or sets a value that specifies whether the editor’s popup window is 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.ASPxCalendar.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.ASPxCalendar.Rows">
      <summary>
        <para>Gets or sets the number of rows (months) displayed in a multi-view calendar.</para>
      </summary>
      <value>An integer value that specifies the number of months displayed within a calendar vertically.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.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.ASPxCalendar.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="E:DevExpress.Web.ASPxCalendar.SelectionChanged">
      <summary>
        <para>Fires after the selected date has been changed within the calendar.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.SettingsAdaptivity">
      <summary>
        <para>Provides access to the calendar adaptivity settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarAdaptivitySettings"/> object that contains adaptivity settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.SettingsLoadingPanel">
      <summary>
        <para>Provides access to the Loading Panel’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SettingsLoadingPanel"/> object that contains the loading panel’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.ShowClearButton">
      <summary>
        <para>Gets or sets a value that specifies whether the Clear button is displayed within the calendar’s footer.</para>
      </summary>
      <value>true, if the button is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.ShowDayHeaders">
      <summary>
        <para>Gets or sets a value that specifies whether the heading for the days of the week is displayed.</para>
      </summary>
      <value>true, if the day of the week header is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.ShowHeader">
      <summary>
        <para>Gets or sets a value that specifies whether the calendar’s title heading is displayed.</para>
      </summary>
      <value>true, if the title header is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.ShowShadow">
      <summary>
        <para>Gets or sets a value that specifies whether a calendar’s popup window casts a shadow.</para>
      </summary>
      <value>true if a window casts a shadow; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.ShowTodayButton">
      <summary>
        <para>Gets or sets a value that specifies whether the Today button is displayed within the calendar’s footer.</para>
      </summary>
      <value>true, if the button is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.ShowWeekNumbers">
      <summary>
        <para>Gets or sets a value that specifies whether the week number section is displayed within the calendar.</para>
      </summary>
      <value>true, if the week number section is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.TodayButtonText">
      <summary>
        <para>Gets or sets the text displayed within the calendar’s Today button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value representing the text within the Today button.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.TodayStyle">
      <summary>
        <para>Gets the style settings for the calendar’s day that corresponds to the today’s date.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object defining the appearance of today’s date.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.Value">
      <summary>
        <para>Gets or sets the editor’s value.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> value representing the editor’s value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.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="E:DevExpress.Web.ASPxCalendar.VisibleMonthChanged">
      <summary>
        <para>Occurs after the month displayed within the calendar is to be changed due to an action performed by an end user.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCalendar.WeekNumberStyle">
      <summary>
        <para>Gets the style properties for the week number markers in the calendar.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object defining the appearance of week numbers.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCallback">
      <summary>
        <para>A non-visual component that allows you to make a round trip to the server (send a custom callback request) and perform server-side actions. The component cannot update other controls in a callback.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCallback.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCallback"/> class with default settings.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxCallback.Callback">
      <summary>
        <para>Fires when a round trip to the server has been initiated by a call to the client <b>ASPxClientCallback.PerformCallback</b> method.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCallback.ClientInstanceName">
      <summary>
        <para>Gets or sets the <see cref="T:DevExpress.Web.ASPxCallback"/>‘s client programmatic identifier.</para>
      </summary>
      <value>A string value that specifies the <see cref="T:DevExpress.Web.ASPxCallback"/>‘s client identifier.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCallback.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxCallback"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CallbackClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxCallback"/>.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxCallback.CustomJSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCallback.EnableCallbackCompression">
      <summary>
        <para>Gets or sets whether callback result compression is enabled.</para>
      </summary>
      <value>true to enable callback result compression; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxCallback.GetRenderResult(System.Web.UI.Control)">
      <summary>
        <para>Returns the HTML representation of a specific control.</para>
      </summary>
      <param name="control">A <see cref="T:System.Web.UI.Control"/> object that specifies the control whose HTML code should be returned.</param>
      <returns>A string that contains the HTML code representing the specifid control.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxCallback.JSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
      <value>The collection of property names and their values.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCallbackPanel">
      <summary>
        <para>A callback panel control that allows you to update its content on a callback.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCallbackPanel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCallbackPanel"/> class.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxCallbackPanel.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>
    </member>
    <member name="E:DevExpress.Web.ASPxCallbackPanel.Callback">
      <summary>
        <para>Fires when a round trip to the server has been initiated by a call to the client <b>ASPxClientCallbackPanel.PerformCallback</b> method.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCallbackPanel.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxCallbackPanel"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CallbackPanelClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxCallbackPanel"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCallbackPanel.EnableAnimation">
      <summary>
        <para>Gets or sets a value that specifies whether a specific animation effect is used when a callback panel’s content is updated.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCallbackPanel.EnableCallbackAnimation">
      <summary>
        <para>Gets or sets a value that specifies whether a specific animation effect is used when a callback panel’s content is updated via a callback.</para>
      </summary>
      <value>true, if a specific animation effect is used; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCallbackPanel.EnableCallbackCompression">
      <summary>
        <para>Gets or sets whether callback result compression is enabled.</para>
      </summary>
      <value>true to enable callback result compression; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCallbackPanel.EncodeHtml">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.ASPxCallbackPanel"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCallbackPanel.HideContentOnCallback">
      <summary>
        <para>Gets or sets a value that specifies whether the panel’s contents are hidden while a callback sent by the panel control is being processed on the server side.</para>
      </summary>
      <value>true to hide the panel’s content; false to preserve the panel content being displayed.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCallbackPanel.Images">
      <summary>
        <para>Provides access to the settings that define images for various panel elements.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CallbackPanelImages"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCallbackPanel.LoadingDivStyle">
      <summary>
        <para>Gets style settings that define the appearance of a specific Loading Div panel.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCallbackPanel.LoadingPanelDelay">
      <summary>
        <para>Gets or sets the delay before displaying the loading panel in the callback panel.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCallbackPanel.LoadingPanelImage">
      <summary>
        <para>Gets the position of an image displayed within a loading panel.</para>
      </summary>
      <value>An object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCallbackPanel.LoadingPanelImagePosition">
      <summary>
        <para>Gets or sets the position of an image displayed within a loading panel.</para>
      </summary>
      <value>The image position.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCallbackPanel.LoadingPanelStyle">
      <summary>
        <para>Gets the style settings defining the appearance of the loading panel.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCallbackPanel.LoadingPanelText">
      <summary>
        <para>Gets or sets the text to be displayed within a loading panel while waiting for a callback response.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCallbackPanel.SettingsLoadingPanel">
      <summary>
        <para>Provides access to the loading panel settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SettingsLoadingPanel"/> object that contains the loading panel settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCallbackPanel.ShowLoadingPanel">
      <summary>
        <para>Gets or sets whether the loading panel can be displayed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCallbackPanel.ShowLoadingPanelImage">
      <summary>
        <para>Specifies whether or not the image can be displayed within a loading panel while waiting for a callback response.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCallbackPanel.Styles">
      <summary>
        <para>Provides access to the style settings that control the appearance of the panel elements.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CallbackPanelStyles"/> object that provides style settings for visual elements.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCaptcha">
      <summary>
        <para>A control used for the challenge-response authentication.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCaptcha.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCaptcha"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCaptcha.#ctor(DevExpress.Web.ASPxWebControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCaptcha"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An <see cref="T:DevExpress.Web.ASPxWebControl"/> object that represents the owner of the created object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxCaptcha.AccessibilityCompliant">
      <summary>
        <para>Enables accessibility support.</para>
      </summary>
      <value>true, if accessibility support is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCaptcha.ChallengeImage">
      <summary>
        <para>Accesses the settings of the image displayed within the <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#challenge-image">challenge image</see> element.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Captcha.CaptchaImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxCaptcha.ChallengeImageCustomRender">
      <summary>
        <para>Enables you to implement custom logic for rendering the ASPxCaptcha’s <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#challenge-image">challenge image</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCaptcha.CharacterSet">
      <summary>
        <para>Gets or sets the set of characters used by the editor to generate the code displayed on the <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#challenge-image">challenge image</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the set of characters.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCaptcha.ClientInstanceName">
      <summary>
        <para>Gets or sets the editor’s client programmatic identifier.</para>
      </summary>
      <value>A string value that specifies the editor’s client identifier.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCaptcha.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxCaptcha"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CallbackClientSideEventsBase"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxCaptcha"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCaptcha.ClientVisible">
      <summary>
        <para>Gets or sets a value that specifies the initial visibility state of the <see cref="T:DevExpress.Web.ASPxCaptcha"/> control on the client.</para>
      </summary>
      <value>true to make a control initially displayed on the client; false to render the control into the web page, but make it initially hidden on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCaptcha.Code">
      <summary>
        <para>Gets the textual representation of the code automatically generated by the control and displayed within the <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#challenge-image">challenge image</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value representing the automatically generated code.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCaptcha.CodeLength">
      <summary>
        <para>Gets or sets the code length displayed within the editor’s <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#challenge-image">challenge image</see>.</para>
      </summary>
      <value>An integer value that represents the displayed code length.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCaptcha.DisabledRefreshButtonStyle">
      <summary>
        <para>Gets the style properties for the captcha control’s <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#refresh-button">refresh button</see> in disabled state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Captcha.RefreshButtonStyle"/> object defining the appearance of the refresh button.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCaptcha.EnableCallbackAnimation">
      <summary>
        <para>Gets or sets a value that specifies whether a fade animation effect is used when a <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#challenge-image">challenge image</see> 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.ASPxCaptcha.EnableCallbackCompression">
      <summary>
        <para>Gets or sets whether callback result compression is enabled.</para>
      </summary>
      <value>true to enable callback result compression; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCaptcha.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.ASPxCaptcha.Focus">
      <summary>
        <para>Sets input focus to the <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#text-box">text box</see> within the <see cref="T:DevExpress.Web.ASPxCaptcha"/> control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCaptcha.IsValid">
      <summary>
        <para>Gets or sets a value that indicates whether the text entered into the <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#text-box">text box</see> coincides with the automatically generated code displayed within the <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#challenge-image">challenge image</see>.</para>
      </summary>
      <value>true if the entered text successfully passed verification; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCaptcha.LoadingPanel">
      <summary>
        <para>Accesses the settings of the CAPTCHA editor’s <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#loading-panel">loading panel</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SettingsLoadingPanel"/> object that contains settings specific to an editor’s loading panel.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCaptcha.LoadingPanelImage">
      <summary>
        <para>Gets the settings of an image displayed within an editor’s <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#loading-panel">loading panel</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCaptcha.LoadingPanelStyle">
      <summary>
        <para>Gets the style properties for the <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#loading-panel">loading panel</see> of the captcha control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LoadingPanelStyle"/> object defining the appearance of the loading panel.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCaptcha.NullTextStyle">
      <summary>
        <para>Gets the style settings for the editor’s text box and prompt text, when the editor is not focused and its text is null.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.EditorDecorationStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCaptcha.RefreshButton">
      <summary>
        <para>Accesses the settings of the CAPTCHA editor’s <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#refresh-button">refresh button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Captcha.RefreshButtonProperties"/> object that contains settings specific to an editor’s refresh button.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCaptcha.RefreshButtonStyle">
      <summary>
        <para>Gets the style properties for the <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#refresh-button">refresh button</see> of the captcha control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Captcha.RefreshButtonStyle"/> object defining the appearance of the refresh button.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCaptcha.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.ASPxCaptcha.SpriteCssFilePath">
      <summary>
        <para>Gets or sets the path to a CSS file that defines the control’s <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> settings.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the required CSS file.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCaptcha.TextBox">
      <summary>
        <para>Accesses the settings of the CAPTCHA editor’s <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#text-box">text box</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Captcha.CaptchaTextBoxProperties"/> object that contains settings specific to an editor’s text box.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCaptcha.TextBoxStyle">
      <summary>
        <para>Gets the style properties for the <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#text-box">text box</see> within the captcha control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Captcha.CaptchaTextBoxStyle"/> object defining the appearance of a text box.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCaptcha.ValidationSettings">
      <summary>
        <para>Gets the editor’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.ASPxCardView">
      <summary>
        <para>A server ASPxCardView control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardView"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.AddNewCard">
      <summary>
        <para>Adds a new <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">card</see>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.AfterPerformCallback">
      <summary>
        <para>Fires after a callback or a postback initiated by the control has been processed on the server.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCardView.AllColumns">
      <summary>
        <para>Gets the collection of all columns in the <see cref="T:DevExpress.Web.ASPxCardView"/> control.</para>
      </summary>
      <value>A collection of all the columns in an <see cref="T:DevExpress.Web.ASPxCardView"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardView.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="E:DevExpress.Web.ASPxCardView.BeforeColumnSortingGrouping">
      <summary>
        <para>Occurs before a column is sorted or grouped.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.BeforeHeaderFilterFillItems">
      <summary>
        <para>Allows you to populate the <see href="https://docs.devexpress.com/AspNet/114201/components/card-view/concepts/data-shaping-and-manipulation/filtering/header-filter">header filter</see> dropdown with custom items instead of default items.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.CancelCardEditing">
      <summary>
        <para>Enables you to prevent changes made within a card from being discarded.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.CancelEdit">
      <summary>
        <para>Cancels all the changes made and switches the ASPxCardView to browse mode.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.CardDeleted">
      <summary>
        <para>Occurs after a <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">card</see> has been deleted.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.CardDeleting">
      <summary>
        <para>Enables you to prevent a <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">card</see> from being deleted.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.CardInserted">
      <summary>
        <para>Fires after a new <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">card</see> has been added to the ASPxCardView.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.CardInserting">
      <summary>
        <para>Enables you to cancel adding a new <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">card</see>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.CardLayoutCreated">
      <summary>
        <para>The event occurs when the card layout is created.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCardView.CardLayoutProperties">
      <summary>
        <para>Provides access to the settings allowing you to customize a <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">card</see> layout.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewFormLayoutProperties"/> object that contains the card layout settings.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.CardUpdated">
      <summary>
        <para>Occurs after a <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">card</see> has been updated.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.CardUpdating">
      <summary>
        <para>Enables you to prevent a <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">card</see> from being updated.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.CardValidating">
      <summary>
        <para>Enables you to specify whether card data is valid and whether the card can be updated.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxCardView.CardViewCssResourcePath">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxCardView.CardViewDefaultCssResourceName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxCardView.CardViewResourceImagePath">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxCardView.CardViewScriptResourceName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxCardView.CardViewScriptResourcePath">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxCardView.CardViewScrollingScriptResourceName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxCardView.CardViewSpriteCssResourceName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxCardView.CardViewToolbarsScriptResourceName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.CellEditorInitialize">
      <summary>
        <para>Enables initializing the cell editors displayed within the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card-edit-form">edit cells</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCardView.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 that allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxCardView"/>.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.CollapseAll">
      <summary>
        <para>Collapses all groups.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.CollapseGroupRow(System.Int32)">
      <summary>
        <para>Collapses the specified group row.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the group row by its visible index.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxCardView.Columns">
      <summary>
        <para>Provides access to a CardView’s columns collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewColumnCollection"/> object that represents a collection of columns within the ASPxCardView control.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.CommandButtonInitialize">
      <summary>
        <para>Enables individual <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#command-item">command buttons</see> to be initialized.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.CustomButtonCallback">
      <summary>
        <para>Occurs when a custom command button has been clicked.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.CustomButtonInitialize">
      <summary>
        <para>Enables you to initialize custom command buttons.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.CustomCallback">
      <summary>
        <para>Fires when a round trip to the server has been initiated by a call to the client <b>ASPxClientCardView.PerformCallback</b> method.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.CustomColumnDisplayText">
      <summary>
        <para>Enables custom display text to be provided for any column.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.CustomColumnGroup">
      <summary>
        <para>Provides the capability to group cards using custom rules.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.CustomColumnSort">
      <summary>
        <para>Enables you to sort data using custom rules.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.CustomDataCallback">
      <summary>
        <para>Fires when a round trip to the server has been initiated by a call to the client <b>ASPxClientCardView.GetValuesOnCustomCallback</b> method.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.CustomErrorText">
      <summary>
        <para>Enables you to provide custom error descriptions.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.CustomGroupDisplayText">
      <summary>
        <para>Enables you to provide custom content for group rows.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.CustomJSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.CustomUnboundColumnData">
      <summary>
        <para>Enables data to be supplied to unbound columns.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.DeleteCard(System.Int32)">
      <summary>
        <para>Deletes the specified card.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the card.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.DoCardValidation">
      <summary>
        <para>Validates the card currently being edited.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCardView.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.CardViewFormLayoutProperties"/> object that contains the edit form layout settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardView.EditingCardVisibleIndex">
      <summary>
        <para>Gets the index of the card currently being edited.</para>
      </summary>
      <value>An integer value that identifies the card currently being edited. &#0045;1 if no card is being edited.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardView.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="M:DevExpress.Web.ASPxCardView.ExpandAll">
      <summary>
        <para>Expands all group rows.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.ExpandGroupRow(System.Int32)">
      <summary>
        <para>Expands the specified group row.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the group row.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.ExportCsvToResponse(DevExpress.XtraPrinting.CsvExportOptionsEx)">
      <summary>
        <para>Exports the control’s data to a file in CSV format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.ExportCsvToResponse(System.Boolean,DevExpress.XtraPrinting.CsvExportOptionsEx)">
      <summary>
        <para>Exports the control’s data to a file in CSV format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.ExportCsvToResponse(System.String,DevExpress.XtraPrinting.CsvExportOptionsEx)">
      <summary>
        <para>Exports the control’s data to the specified file in CSV format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">The target file’s full path (including the file name and extension).</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.ExportCsvToResponse(System.String,System.Boolean,DevExpress.XtraPrinting.CsvExportOptionsEx)">
      <summary>
        <para>Exports the control’s data to the specified file in CSV format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">The target file’s full path (including the file name and extension).</param>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.ExportRenderBrick">
      <summary>
        <para>Enables rendering of different content from the content exported by default.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.ExportToCsv(System.IO.Stream,DevExpress.XtraPrinting.CsvExportOptionsEx)">
      <summary>
        <para>Exports the control’s data to the specified stream in CSV format.</para>
      </summary>
      <param name="stream">An object to which the object is exported.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.ExportToXls(System.IO.Stream,DevExpress.XtraPrinting.XlsExportOptionsEx)">
      <summary>
        <para>Exports the control’s data to the specified stream in Xls format.</para>
      </summary>
      <param name="stream">An object to which the object is exported.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.ExportToXlsx(System.IO.Stream,DevExpress.XtraPrinting.XlsxExportOptionsEx)">
      <summary>
        <para>Exports the control’s data to the specified stream in Xlsx format.</para>
      </summary>
      <param name="stream">An object to which the object is exported.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.ExportXlsToResponse(DevExpress.XtraPrinting.XlsExportOptionsEx)">
      <summary>
        <para>Exports the control’s data in XLS format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.ExportXlsToResponse(System.Boolean,DevExpress.XtraPrinting.XlsExportOptionsEx)">
      <summary>
        <para>Exports the control’s data to a file in XLS format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.ExportXlsToResponse(System.String,DevExpress.XtraPrinting.XlsExportOptionsEx)">
      <summary>
        <para>Exports the control’s data to a file in XLS format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">The target file’s full path (including the file name and extension).</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.ExportXlsToResponse(System.String,System.Boolean,DevExpress.XtraPrinting.XlsExportOptionsEx)">
      <summary>
        <para>Exports the control’s data to a file in XLS format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">The target file’s full path (including the file name and extension).</param>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.ExportXlsxToResponse(DevExpress.XtraPrinting.XlsxExportOptionsEx)">
      <summary>
        <para>Exports the control’s data to a file in XLSX format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.ExportXlsxToResponse(System.Boolean,DevExpress.XtraPrinting.XlsxExportOptionsEx)">
      <summary>
        <para>Exports the control’s data to a file in XLSX format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.ExportXlsxToResponse(System.String,DevExpress.XtraPrinting.XlsxExportOptionsEx)">
      <summary>
        <para>Exports the control’s data to a file in XLSX format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">The target file’s full path (including the file name and extension).</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.ExportXlsxToResponse(System.String,System.Boolean,DevExpress.XtraPrinting.XlsxExportOptionsEx)">
      <summary>
        <para>Exports the control’s data to a file in XLSX format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">The target file’s full path (including the file name and extension).</param>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.FindCardCellTemplateControl(System.Int32,DevExpress.Web.CardViewColumn,System.String)">
      <summary>
        <para>Searches for the server control contained in the specified <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">card</see> cell’s template.</para>
      </summary>
      <param name="visibleIndex">A zero-based integer value that identifies the card.</param>
      <param name="column">A <see cref="T:DevExpress.Web.CardViewColumn"/> descendant that is the column where the requested cell resides.</param>
      <param name="id">The identifier for the control to be found.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that is the control contained in the specified card cell’s template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.FindCardCellTemplateControlByKey(System.Object,DevExpress.Web.CardViewColumn,System.String)">
      <summary>
        <para>Searches for the server control contained in the specified <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">card</see> cell’s template.</para>
      </summary>
      <param name="cardKey">An object that identifies the card by its key value.</param>
      <param name="column">A <see cref="T:DevExpress.Web.CardViewColumn"/> descendant that is the column where the requested cell resides.</param>
      <param name="id">The identifier for the control to be found.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that is the control contained in the specified card cell’s template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.FindCardFooterTemplateControl(System.Int32,System.String)">
      <summary>
        <para>Searches for the server control contained in the specified <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">card</see>‘s footer template.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the card.</param>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control in the specified card’s footer.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that is the control contained in the specified card’s footer template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.FindCardFooterTemplateControlByKey(System.Object,System.String)">
      <summary>
        <para>Searches for the server control contained in the specified <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">card</see>‘s footer template.</para>
      </summary>
      <param name="cardKey">An object that identifies the card by its key value.</param>
      <param name="id">The identifier for the control to be found.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that is the control contained in the specified card’s footer template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.FindCardHeaderTemplateControl(System.Int32,System.String)">
      <summary>
        <para>Searches for the server control contained in the specified <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">card</see> header’s template.</para>
      </summary>
      <param name="visibleIndex">A zero-based integer value that identifies the card.</param>
      <param name="id">The identifier for the control to be found.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that is the control contained in the specified card header’s template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.FindCardHeaderTemplateControlByKey(System.Object,System.String)">
      <summary>
        <para>Searches for the server control contained in the specified <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">card</see> header’s template.</para>
      </summary>
      <param name="cardKey">An object that identifies the card by its key value.</param>
      <param name="id">The identifier for the control to be found.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that is the control contained in the specified card header’s template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.FindCardTemplateControl(System.Int32,System.String)">
      <summary>
        <para>Searches for the specified server control contained in the specified <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">card</see>‘s template.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the card.</param>
      <param name="id">The identifier for the control to be found.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that is the control contained in the specified card’s template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.FindCardTemplateControlByKey(System.Object,System.String)">
      <summary>
        <para>Searches for the specified server control contained in the specified <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">card</see>‘s template.</para>
      </summary>
      <param name="cardKey">An object that identifies the card by its key value.</param>
      <param name="id">The identifier for the control to be found.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that is the control contained in the specified card’s template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.FindEditFormLayoutItemTemplateControl(DevExpress.Web.CardViewColumnLayoutItem,System.String)">
      <summary>
        <para>Searches for the server control contained in the specified <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card-edit-form">edit form</see> layout item template.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.CardViewColumnLayoutItem"/> object that is the grid’s item.</param>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control in the specified edit form layout item.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that is the control contained in the specified edit form layout item template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.FindEditFormLayoutItemTemplateControl(System.String)">
      <summary>
        <para>Searches for the server control contained in the specified <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card-edit-form">edit form</see> layout item template.</para>
      </summary>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control in the specified edit form layout item.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that is the control contained in the specified edit form layout item template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.FindEditFormTemplateControl(System.String)">
      <summary>
        <para>Searches for the specified server control contained in the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card-edit-form">card edit form</see>‘s template.</para>
      </summary>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control in the edit form.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that is the control contained in the edit form.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.FindGroupRowContentTemplateControl(System.Int32,System.String)">
      <summary>
        <para>Searches for the server control contained within the specified group row’s content template.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the group row.</param>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control within the specified group row.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that represents the control contained within the specified group row’s content template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.FindGroupRowTemplateControl(System.Int32,System.String)">
      <summary>
        <para>Searches for the server control contained within the specified group row’s template.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the group row.</param>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control within the specified group row.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that represents the control contained within the specified group row’s template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.FindHeaderPanelTemplateControl(System.String)">
      <summary>
        <para>Searches for the specified server control contained in the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#header-panel">header panel</see>‘s template.</para>
      </summary>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control in the ASPxCardView’s header panel.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that is the control in the ASPxCardView’s header panel. null (Nothing in Visual Basic) if the specified control doesn’t exist.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.FindHeaderTemplateControl(DevExpress.Web.CardViewColumn,System.String)">
      <summary>
        <para>Searches for the specified server control contained in the column header’s template.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.CardViewColumn"/> descendant that is the column in the ASPxCardView.</param>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control in the specified column’s header.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that is the control contained in the specified column header’s template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.FindPagerBarTemplateControl(System.String,DevExpress.Web.GridViewPagerBarPosition)">
      <summary>
        <para>Searches for the specified server control contained in the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#pager">pager</see> bar.</para>
      </summary>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control within the pager bar.</param>
      <param name="position">A <see cref="T:DevExpress.Web.GridViewPagerBarPosition"/> enumeration value that specifies the pager bar’s position in the ASPxCardView.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that is the control contained in the pager bar’s template. null (Nothing in Visual Basic) if the specified server control was not found.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.FindStatusBarTemplateControl(System.String)">
      <summary>
        <para>Searches for the specified server control contained in the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#status-bar">status bar</see>.</para>
      </summary>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control within the ASPxCardView’s status bar.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that is the control in the ASPxCardView’s status bar. null (Nothing in Visual Basic) if the specified control doesn’t exist.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.FindTitleTemplateControl(System.String)">
      <summary>
        <para>Searches for the specified server control contained in the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#title-panel">title panel</see>.</para>
      </summary>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control within the ASPxCardView’s title.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that is the control in the ASPxCardView’s title. null (Nothing in Visual Basic) if the specified control doesn’t exist.</returns>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.FocusedCardChanged">
      <summary>
        <para>Fires after the focused card has been changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCardView.FocusedCardIndex">
      <summary>
        <para>Specifies the focused card.</para>
      </summary>
      <value>The card index.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardView.FormatConditions">
      <summary>
        <para>Gets the collection of style format conditions for ASPxCardView.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewFormatConditionCollection"/> object that represents the collection of style format conditions.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.GetCardValues(System.Int32,System.String[])">
      <summary>
        <para>Returns the values of the specified data source fields within the specified card.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the card.</param>
      <param name="fieldNames">The names of data source fields whose values within the specified card are returned.</param>
      <returns>An object which is an array of field values (if several field names are passed using the fieldNames parameter) or a direct field value (if a single field name is passed via the fieldNames parameter).</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.GetCardValuesByKeyValue(System.Object,System.String[])">
      <summary>
        <para>Returns the specified card’s values displayed within the specified columns (fields).</para>
      </summary>
      <param name="keyValue">An object that uniquely identifies the card.</param>
      <param name="fieldNames">The names of data source fields whose values are returned.</param>
      <returns>An object that contains the card values displayed within the specified columns (fields).</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.GetCurrentPageCardValues(System.String[])">
      <summary>
        <para>Returns the card values displayed within the current <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#pager">page</see>.</para>
      </summary>
      <param name="fieldNames">The names of data source fields whose values are returned.</param>
      <returns>The list of objects that contain card values displayed within the current page.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.GetDataRow(System.Int32)">
      <summary>
        <para>Returns a <see cref="T:System.Data.DataRow"/> object that represents the specified card.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the card.</param>
      <returns>A <see cref="T:System.Data.DataRow"/> object that represents the specified card. null (Nothing in Visual Basic) if the specified card was not found.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.GetGroupedColumns">
      <summary>
        <para>Returns a collection of columns involved in <see href="https://docs.devexpress.com/AspNet/120585/components/card-view/concepts/data-shaping-and-manipulation/grouping/grouping-overview">grouping</see>.</para>
      </summary>
      <returns>The collection of columns involved in grouping.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.GetGroupRowSummaryText(System.Int32)">
      <summary>
        <para>Returns the summary text displayed within the specified group row.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the group row.</param>
      <returns>A string value that represents the summary text displayed within the specified group row.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.GetGroupSummaryValue(System.Int32,DevExpress.Web.ASPxSummaryItem)">
      <summary>
        <para>Returns a summary value calculated against the specified group.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the group row.</param>
      <param name="item">An <see cref="T:DevExpress.Web.ASPxSummaryItem"/> object that identifies the required group summary.</param>
      <returns>An object which represents the summary value.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.GetRow(System.Int32)">
      <summary>
        <para>Returns an object that represents the specified card.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the card.</param>
      <returns>An object that represents the specified card.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.GetSortedColumns">
      <summary>
        <para>Returns a collection of columns involved in sorting.</para>
      </summary>
      <returns>The collection of columns involved in sorting.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.GetTotalSummaryValue(DevExpress.Web.ASPxCardViewSummaryItem)">
      <summary>
        <para>Returns a summary value calculated against all <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">cards</see>.</para>
      </summary>
      <param name="item">An <see cref="T:DevExpress.Web.ASPxSummaryItem"/> object that represents the summary item.</param>
      <returns>An object which represents the summary value.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.GroupBy(DevExpress.Web.CardViewColumn,System.Int32)">
      <summary>
        <para>Groups cards by the values of the specified column.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.CardViewColumn"/> descendant that represents the column.</param>
      <param name="value">An integer value that specifies the grouping index.</param>
      <returns>An integer value that specifies the grouping index.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.GroupBy(DevExpress.Web.CardViewColumn)">
      <summary>
        <para>Groups cards by the values of the specified column.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.CardViewColumn"/> descendant that represents the column.</param>
      <returns>An integer value that specifies the grouping index.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxCardView.GroupCount">
      <summary>
        <para>Gets the number of columns the card view groups its cards by.</para>
      </summary>
      <value>An integer value that indicates the number of columns used to group data.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.GroupSelectorFillItems">
      <summary>
        <para>Enables you to provide custom items in the group selector.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.GroupSelectorInitialize">
      <summary>
        <para>Enables you to customize the group selector.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCardView.GroupSummary">
      <summary>
        <para>Provides access to group summary items.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxCardViewSummaryItemCollection"/> object that represents the collection of group summary items.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.HeaderFilterEditorInitialize">
      <summary>
        <para>Occurs when a header filter editor is initialized.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.HeaderFilterFillItems">
      <summary>
        <para>Allows you to add custom <see href="https://docs.devexpress.com/AspNet/114201/components/card-view/concepts/data-shaping-and-manipulation/filtering/header-filter">header filter</see> items to default items.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.HtmlCardPrepared">
      <summary>
        <para>Enables the settings of individual cards to be changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCardView.Images">
      <summary>
        <para>Provides access to the settings that define images displayed within the CardView’s <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements">elements</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewImages"/> object that contains image settings.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.InitNewCard">
      <summary>
        <para>Enables you to initialize added cards.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxCardView.InvalidCardIndex">
      <summary>
        <para>Contains a value that is an invalid card index. This value is returned when an attempt to obtain a particular card fails, etc.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.IsAllowGroup(DevExpress.Web.CardViewColumn)">
      <summary>
        <para>Indicates whether the specified column is displayed within the group selector and an end user can group cards by this column.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.CardViewColumn"/> object that represents the column within the ASPxCardView.</param>
      <returns>true, if the group selector contains the specified column and end user can group cards by this column; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.IsAllowSort(DevExpress.Web.CardViewColumn)">
      <summary>
        <para>Indicates whether data sorting is allowed.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.CardViewColumn"/> object that represents the data column.</param>
      <returns>true, if data sorting is allowed; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxCardView.IsEditing">
      <summary>
        <para>Indicates whether the ASPxCardView is in edit mode.</para>
      </summary>
      <value>true if the ASPxCardView is in edit mode; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.IsGroupRowExpanded(System.Int32)">
      <summary>
        <para>Indicates whether the specified group row is expanded.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the group row by its visible index.</param>
      <returns>true, if the specified group row is expanded; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxCardView.IsNewCardEditing">
      <summary>
        <para>Indicates whether a new card is being edited.</para>
      </summary>
      <value>true if a new card is being edited; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.MakeCardVisible(System.Object)">
      <summary>
        <para>Makes the specified card visible on screen.</para>
      </summary>
      <param name="keyValue">An object that identifies the card by its key value.</param>
      <returns>true, if the specified card has been made visible on screen; otherwise, false.</returns>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.SearchPanelEditorCreate">
      <summary>
        <para>Enables you to replace the default <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#search-panel">search panel</see> editor with custom one.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.SearchPanelEditorInitialize">
      <summary>
        <para>Enables you to customize the properties of an editor displayed within the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#search-panel">search panel</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCardView.Selection">
      <summary>
        <para>Gets the ASPxCardView’s selection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Data.CardViewSelection"/> object that represents the ASPxCardView’s selection.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardView.Settings">
      <summary>
        <para>Provides access to the CardView’s display options.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxCardViewSettings"/> object that contains the ASPxCardView’s display options.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardView.SettingsAdaptivity">
      <summary>
        <para>Provides access to the Card View’s adaptivity settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxCardViewAdaptivitySettings"/> object that contains adaptivity settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardView.SettingsBehavior">
      <summary>
        <para>Provides access to the CardView’s behavior settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxCardViewBehaviorSettings"/> object that contains the control’s behavior settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardView.SettingsCommandButton">
      <summary>
        <para>Gets the settings of the CardView’s command buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxCardViewCommandButtonSettings"/> object containing the settings of the ASPxCardView’s command buttons.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardView.SettingsCookies">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.Web.ASPxCardView"/> cookie and layout settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxCardViewCookiesSettings"/> object that contains the control’s cookie and layout settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardView.SettingsDataSecurity">
      <summary>
        <para>Security settings that allow you to disable data operations in the <see cref="T:DevExpress.Web.ASPxCardView"/>.</para>
      </summary>
      <value>The security settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardView.SettingsEditing">
      <summary>
        <para>Provides access to the CardView’s editing settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxCardViewEditingSettings"/> object that contains the CardView’s editing settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardView.SettingsExport">
      <summary>
        <para>Provides access to the ASPxCardView’s export settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxCardViewExportSettings"/> object that contains the ASPxCardView’s export settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardView.SettingsFilterControl">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/114198/components/card-view/concepts/data-shaping-and-manipulation/filtering/filter-control">filter control</see>‘s settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxCardViewFilterControlSettings"/> object that contains the filter control settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardView.SettingsLoadingPanel">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#loading-panel">loading panel</see>‘s settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxCardViewLoadingPanelSettings"/> object that contains the loading panel’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardView.SettingsPager">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#pager">Pager</see>‘s settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxCardViewPagerSettings"/> object that contains the pager’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardView.SettingsPopup">
      <summary>
        <para>Provides access to the settings of different card view’s 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.ASPxCardView.SettingsSearchPanel">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#search-panel">search panel</see>‘s settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxCardViewSearchPanelSettings"/> object that containing the search panel settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardView.SettingsText">
      <summary>
        <para>Provides access to the CardView’s text settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxCardViewTextSettings"/> object that contains the control’s text settings.</value>
    </member>
    <member name="F:DevExpress.Web.ASPxCardView.SkinControlName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.SortBy(DevExpress.Web.CardViewColumn,DevExpress.Data.ColumnSortOrder)">
      <summary>
        <para>Sorts data by the specified column values.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.CardViewColumn"/> object that is a column in the <see cref="T:DevExpress.Web.ASPxCardView"/>.</param>
      <param name="value">One of the <see cref="T:DevExpress.Data.ColumnSortOrder"/> enumeration values that specifies the column sort order.</param>
      <returns>One of the <see cref="T:DevExpress.Data.ColumnSortOrder"/> enumeration values that specifies the column sort order.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.SortBy(DevExpress.Web.CardViewColumn,System.Int32)">
      <summary>
        <para>Sorts data in ascending order by the values of the specified column, and places the column to the specified position among the sorted columns.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.CardViewColumn"/> object that is a column in the <see cref="T:DevExpress.Web.ASPxCardView"/>.</param>
      <param name="value">An integer value that specifies the zero-based column’s index among the sorted columns. &#0045;1 if data is not sorted by this column.</param>
      <returns>An integer value that specifies the zero-based column’s index among the sorted columns.</returns>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.StartCardEditing">
      <summary>
        <para>Enables you to prevent a card from being edited.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.StartEdit(System.Int32)">
      <summary>
        <para>Switches the ASPxCardView to edit mode.</para>
      </summary>
      <param name="visibleIndex">A zero-based integer that identifies a card to be edited.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxCardView.Styles">
      <summary>
        <para>Provides access to the style settings that control the appearance of the CardView <see href="https://docs.devexpress.com/AspNet/114048/components/card-view">elements</see>.</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.ASPxCardView.StylesExport">
      <summary>
        <para>Provides access to the style settings defining the appearance of the exported document.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewExportStyles"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardView.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.CardViewPopupControlStyles"/> object that contains style settings.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.SummaryDisplayText">
      <summary>
        <para>Enables custom display text to be provided for any summary value.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCardView.Templates">
      <summary>
        <para>Provides access to the templates used to display the CardView’s elements (cards, customization panel, edit form, etc.).</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewTemplates"/> object that contains templates for displaying cards, customization panel, edit form, etc.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxCardView.ToolbarItemClick">
      <summary>
        <para>Fires after a toolbar item has been clicked.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCardView.Toolbars">
      <summary>
        <para>Gets the collection of <see href="https://docs.devexpress.com/AspNet/118567/components/card-view/concepts/toolbars">toolbars</see> in the <see cref="T:DevExpress.Web.ASPxCardView"/> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewToolbarCollection"/> object which represents the collection of toolbars within the grid.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardView.TotalSummary">
      <summary>
        <para>Provides access to total summary items.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxSummaryItemCollection"/> object that is the collection of summary items.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.UnGroup(DevExpress.Web.CardViewColumn)">
      <summary>
        <para>Ungroups cards by the values of the specified column.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.CardViewColumn"/> object that represents the data column within the card view.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxCardView.UpdateEdit">
      <summary>
        <para>Saves all the changes made and switches the ASPxCardView to browse mode.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCardView.VisibleCardCount">
      <summary>
        <para>Gets the number of visible <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">cards</see> within the CardView.</para>
      </summary>
      <value>An integer value that specifies the number of visible cards within the ASPxCardView.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardView.VisibleColumns">
      <summary>
        <para>Gets a collection of visible columns in the <see cref="T:DevExpress.Web.ASPxCardView"/>.</para>
      </summary>
      <value>A collection of visible columns in an <see cref="T:DevExpress.Web.ASPxCardView"/>.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewAdaptivitySettings">
      <summary>
        <para>Contains settings that relate to the card view’s adaptivity.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewAdaptivitySettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewAdaptivitySettings"/> class.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewAdaptivitySettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.ASPxCardViewAdaptivitySettings.BreakpointsLayoutSettings">
      <summary>
        <para>Gets the settings related to the Breakpoints layout mode.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxCardViewBreakpointsLayoutSettings"/> object that contains the settings.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewAfterPerformCallbackEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxCardView.AfterPerformCallback">ASPxCardView.AfterPerformCallback</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewAfterPerformCallbackEventArgs.#ctor(System.String,System.String[])">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewAfterPerformCallbackEventArgs"/> class.</para>
      </summary>
      <param name="callbackName">A <see cref="T:System.String"/> value that specifies the callback name. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridAfterPerformCallbackEventArgs.CallbackName">ASPxGridAfterPerformCallbackEventArgs.CallbackName</see> property.</param>
      <param name="args">An array of strings that contain specific information (if any) passed from the client side. This value is assinged to the <see cref="P:DevExpress.Web.ASPxGridAfterPerformCallbackEventArgs.Args">ASPxGridAfterPerformCallbackEventArgs.Args</see> property.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewAfterPerformCallbackEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxCardView.AfterPerformCallback">ASPxCardView.AfterPerformCallback</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxCardViewAfterPerformCallbackEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewBeforeColumnSortingEventArgs">
      <summary>
        <para>Provides data for the ASPxCardView.BeforeColumnSorting event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewBeforeColumnSortingEventArgs.#ctor(DevExpress.Web.CardViewColumn,DevExpress.Data.ColumnSortOrder,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewBeforeColumnSortingEventArgs"/> class.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.CardViewColumn"/> object that represents the processed data column. This value is assigned to the DevExpress.Web.ASPxCardViewBeforeColumnSortingEventArgs.Column property.</param>
      <param name="oldSortOrder">A <see cref="T:DevExpress.Data.ColumnSortOrder"/> enumeration value that specifies the column’s previous sort order. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridBeforeColumnGroupingSortingEventArgs.OldSortOrder">ASPxGridBeforeColumnGroupingSortingEventArgs.OldSortOrder</see> property.</param>
      <param name="oldSortIndex">An integer value that specifies the column’s previous position among sorted columns. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridBeforeColumnGroupingSortingEventArgs.OldSortIndex">ASPxGridBeforeColumnGroupingSortingEventArgs.OldSortIndex</see> property.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewBeforeColumnSortingEventHandler">
      <summary>
        <para>A method that will handle the ASPxCardView.BeforeColumnSorting event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewBeforeColumnSortingGroupingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxCardView.BeforeColumnSortingGrouping">ASPxCardView.BeforeColumnSortingGrouping</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewBeforeColumnSortingGroupingEventArgs.#ctor(DevExpress.Web.CardViewColumn,DevExpress.Data.ColumnSortOrder,System.Int32,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewBeforeColumnSortingGroupingEventArgs"/> class.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.CardViewColumn"/> object that represents the processed data column.</param>
      <param name="oldSortOrder">A <see cref="T:DevExpress.Data.ColumnSortOrder"/> enumeration value that specifies the column’s previous sort order.</param>
      <param name="oldSortIndex">An integer value that specifies the column’s previous position among sorted columns.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewBeforeColumnSortingGroupingEventArgs.Column">
      <summary>
        <para>Gets a column whose sort or group order has been changed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewColumn"/> object that represents the processed data column.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewBeforeColumnSortingGroupingEventArgs.OldGroupIndex">
      <summary>
        <para>Gets the column’s previous position among grouped columns.</para>
      </summary>
      <value>An integer value that specifies the column’s previous position among grouped columns.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewBeforeColumnSortingGroupingEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxCardView.BeforeColumnSortingGrouping">ASPxCardView.BeforeColumnSortingGrouping</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxCardViewBeforeColumnSortingGroupingEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewBeforeHeaderFilterFillItemsEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxCardView.BeforeHeaderFilterFillItems">ASPxCardView.BeforeHeaderFilterFillItems</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewBeforeHeaderFilterFillItemsEventArgs.#ctor(DevExpress.Web.CardViewColumn)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewBeforeHeaderFilterFillItemsEventArgs"/> class.</para>
      </summary>
      <param name="column">An <see cref="T:DevExpress.Web.CardViewColumn"/> supported object that is the data column containing the processed header filter. This value is assigned to the <see cref="P:DevExpress.Web.ASPxCardViewBeforeHeaderFilterFillItemsEventArgs.Column">ASPxCardViewBeforeHeaderFilterFillItemsEventArgs.Column</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewBeforeHeaderFilterFillItemsEventArgs.Column">
      <summary>
        <para>Gets the data column currently being filtered.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewColumn"/> object that represents the data column currently being filtered.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewBeforeHeaderFilterFillItemsEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxCardView.BeforeHeaderFilterFillItems">ASPxCardView.BeforeHeaderFilterFillItems</see> event.</para>
      </summary>
      <param name="sender">The event source. Identifies the ASPxCardView control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxCardViewBeforeHeaderFilterFillItemsEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewBehaviorSettings">
      <summary>
        <para>Provides behavior options for ASPxCardViews.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewBehaviorSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewBehaviorSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewBehaviorSettings.AllowFocusedCard">
      <summary>
        <para>Gets or sets whether the focused card is displayed.</para>
      </summary>
      <value>true to display the focused card; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewBehaviorSettings.AllowGroup">
      <summary>
        <para>Gets or sets whether cards can be grouped.</para>
      </summary>
      <value>true, to enable card grouping; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewBehaviorSettings.AllowSelectByCardClick">
      <summary>
        <para>Gets or sets a value that specifies whether selection via card clicks is available within the ASPxCardView.</para>
      </summary>
      <value>true if selection via card clicks is available; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewBehaviorSettings.AllowSelectSingleCardOnly">
      <summary>
        <para>Gets or sets a value that specifies whether multiple card selection is available within the ASPxCardView.</para>
      </summary>
      <value>true if only a single card can be selected within the grid; false if multiple card selection is available.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewBehaviorSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.ASPxCardViewBehaviorSettings.AutoExpandAllGroups">
      <summary>
        <para>Gets or sets whether all group rows displayed within the ASPxCardView are automatically expanded.</para>
      </summary>
      <value>true, to expand all groups; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewBehaviorSettings.EnableCardHotTrack">
      <summary>
        <para>Gets or sets whether the ASPxCardView displays the hot tracked card.</para>
      </summary>
      <value>true to display the hot tracked card; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewBehaviorSettings.EnableCustomizationWindow">
      <summary>
        <para>Gets or sets whether the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#customization-window">customization window</see> is enabled.</para>
      </summary>
      <value>true, to allow displaying the Customization Window; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewBehaviorSettings.ProcessFocusedCardChangedOnServer">
      <summary>
        <para>Gets or sets a value that specifies whether a change to the focused card should be completely processed on the server side.</para>
      </summary>
      <value>true to completely process focused card changes on the server side; false to have the capability to handle it on the client side.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewBreakpointsLayoutSettings">
      <summary>
        <para>Contains settings related to the Card View’s grid layout adaptivity settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewBreakpointsLayoutSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewBreakpointsLayoutSettings"/> class.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewBreakpointsLayoutSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.ASPxCardViewBreakpointsLayoutSettings.Breakpoints">
      <summary>
        <para>Provides access to the CardView’s breakpoints collection.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.BreakpointsLayoutCollection`1"/>&lt;<see cref="T:DevExpress.Web.CardViewBreakpoint"/>,&gt; object that represents a collection of breakpoints.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewBreakpointsLayoutSettings.CardsPerRow">
      <summary>
        <para>Specifies the number of cards the control displays in a row.</para>
      </summary>
      <value>An integer value specifying the number of cards in a row.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewCardLayoutCreatedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxCardView.CardLayoutCreated">ASPxCardView.CardLayoutCreated</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewCardLayoutCreatedEventArgs.#ctor(DevExpress.Web.FormLayoutProperties,System.Int32,DevExpress.Web.ASPxCardView,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the class.</para>
      </summary>
      <param name="properties">Form layout properties.</param>
      <param name="visibleIndex">The visible index.</param>
      <param name="cardView">The card view.</param>
      <param name="isEditingCard">true if the processed card is in edit form; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewCardLayoutCreatedEventArgs.FindLayoutItemByColumn(System.String)">
      <summary>
        <para>Returns a layout item that belongs to the specified column.</para>
      </summary>
      <param name="name_fieldName_caption">The field name.</param>
      <returns>The layout item.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewCardLayoutCreatedEventArgs.FindLayoutItemOrGroup(System.String)">
      <summary>
        <para>Returns a layout item or group object with the specified name.</para>
      </summary>
      <param name="name">The layout item or group name.</param>
      <returns>The layout item or group.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewCardLayoutCreatedEventArgs.IsEditingCard">
      <summary>
        <para>Gets whether the card is in edit mode.</para>
      </summary>
      <value>true if the card is in edit mode; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewCardLayoutCreatedEventArgs.Properties">
      <summary>
        <para>Contains settings related to the <see href="https://docs.devexpress.com/AspNetMvc/16028/components/site-navigation-and-layout/formlayout">FormLayout</see> used in the processed card.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FormLayoutProperties"/> object that represents settings of the current card’s <see href="https://docs.devexpress.com/AspNetMvc/16028/components/site-navigation-and-layout/formlayout">FormLayout</see>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewCardLayoutCreatedEventArgs.VisibleIndex">
      <summary>
        <para>Gets the visible index of the processed card.</para>
      </summary>
      <value>An integer value that identifies the card by its visible index.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewCardLayoutCreatedEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxCardView.CardLayoutCreated">ASPxCardView.CardLayoutCreated</see> event.</para>
      </summary>
      <param name="sender">An object representing the event source. Identifies the CardView that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxCardViewCardLayoutCreatedEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewClientJSPropertiesEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxCardView.CustomJSProperties">ASPxCardView.CustomJSProperties</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewClientJSPropertiesEventArgs.#ctor(System.Collections.Generic.Dictionary{System.String,System.Object})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewClientJSPropertiesEventArgs"/> class with the specified temporary client properties.</para>
      </summary>
      <param name="properties">The collection of property names and values. This value is assigned to the <see cref="P:DevExpress.Web.CustomJSPropertiesEventArgs.Properties">CustomJSPropertiesEventArgs.Properties</see> property.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewClientJSPropertiesEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxCardView.CustomJSProperties">ASPxCardView.CustomJSProperties</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxGridViewClientJSPropertiesEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewColumnDataEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxCardView.CustomUnboundColumnData">ASPxCardView.CustomUnboundColumnData</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewColumnDataEventArgs.#ctor(DevExpress.Web.CardViewColumn,System.Int32,System.Object,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewColumnDataEventArgs"/> class.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.CardViewColumn"/> object that represents the unbound column. This value is assigned to the <see cref="P:DevExpress.Web.ASPxCardViewColumnDataEventArgs.Column">ASPxCardViewColumnDataEventArgs.Column</see> property.</param>
      <param name="listSourceRow">An integer value that specifies the row’s index in the data source. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridColumnDataEventArgs.ListSourceRowIndex">ASPxGridColumnDataEventArgs.ListSourceRowIndex</see> property.</param>
      <param name="value">An object that represents the currently processed cell’s value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridColumnDataEventArgs.Value">ASPxGridColumnDataEventArgs.Value</see> property.</param>
      <param name="isGetAction">true if you need to provide data for the currently processed cell; otherwise, false. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridColumnDataEventArgs.IsGetData">ASPxGridColumnDataEventArgs.IsGetData</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewColumnDataEventArgs.Column">
      <summary>
        <para>Gets the unbound column currently being processed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewColumn"/> object that represents the unbound column.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewColumnDataEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxCardView.CustomUnboundColumnData">ASPxCardView.CustomUnboundColumnData</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxCardViewColumnDataEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewColumnDisplayTextEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxCardView.CustomColumnDisplayText">ASPxCardView.CustomColumnDisplayText</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewColumnDisplayTextEventArgs.#ctor(DevExpress.Web.CardViewColumn,System.Int32,System.Object,DevExpress.Web.GridColumnDisplayTextEventKind)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewColumnDisplayTextEventArgs"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewColumnDisplayTextEventArgs.Column">
      <summary>
        <para>Gets the data column that refers to the card currently being processed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewColumn"/> descendant that represents the data column which refers to the processed cell.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewColumnDisplayTextEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxCardView.CustomColumnDisplayText">ASPxCardView.CustomColumnDisplayText</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxCardViewColumnDisplayTextEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewCommandButtonEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxCardView.CommandButtonInitialize">ASPxCardView.CommandButtonInitialize</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewCommandButtonEventArgs.#ctor(DevExpress.Web.CardViewCommandLayoutItem,DevExpress.Web.CardViewCommandButtonType,System.Int32,System.Boolean,DevExpress.Web.GridCommandButtonRenderMode,System.String,DevExpress.Web.ImageProperties,DevExpress.Web.ButtonControlStyles)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewCommandButtonEventArgs"/> class.</para>
      </summary>
      <param name="layoutItem">A <see cref="T:DevExpress.Web.CardViewCommandLayoutItem"/> object, containing the processed button.</param>
      <param name="buttonType">One of the <see cref="T:DevExpress.Web.CardViewCommandButtonType"/> enumeration values identifying the type of the processed command button.</param>
      <param name="visibleIndex">An integer value that specifies the visible index of a card which contains the processed command button.</param>
      <param name="isEditingCard">true, if the processed command button is displayed within the edited card; otherwise, false.</param>
      <param name="renderMode">One of the <see cref="T:DevExpress.Web.GridCommandButtonRenderMode"/> enumeration values specifying the command button render mode.</param>
      <param name="text">A string value that is the processed command button’s text.</param>
      <param name="image">An <see cref="T:DevExpress.Web.ImageProperties"/> object containing settings of an image displayed within the processed command button.</param>
      <param name="styles">An <see cref="T:DevExpress.Web.ButtonControlStyles"/> object that contains button style settings.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewCommandButtonEventArgs.#ctor(DevExpress.Web.CardViewCommandLayoutItem,DevExpress.Web.CardViewCommandButtonType,System.Int32,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewCommandButtonEventArgs"/> class.</para>
      </summary>
      <param name="layoutItem">A <see cref="T:DevExpress.Web.CardViewCommandLayoutItem"/> object, containing the processed button.</param>
      <param name="buttonType">One of the <see cref="T:DevExpress.Web.CardViewCommandButtonType"/> enumeration values identifying the type of the processed command button.</param>
      <param name="visibleIndex">An integer value that specifies the visible index of a card which contains the processed command button.</param>
      <param name="isEditingCard">true, if the processed command button is displayed within the edited card; otherwise, false.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewCommandButtonEventArgs.ButtonType">
      <summary>
        <para>Gets the type of the command button currently being initialized.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ColumnCommandButtonType"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewCommandButtonEventArgs.IsEditingCard">
      <summary>
        <para>Gets whether a command button is displayed within the card currently being edited.</para>
      </summary>
      <value>true if the processed command button is displayed within the edited card; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewCommandButtonEventArgs.LayoutItem">
      <summary>
        <para>Gets the command layout item which owns the processed command button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewCommandLayoutItem"/> object that is the command layout item which owns the processed button.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewCommandButtonEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxCardView.CommandButtonInitialize">ASPxCardView.CommandButtonInitialize</see> event.</para>
      </summary>
      <param name="sender">The event sender.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxCardViewCommandButtonEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewCommandButtonSettings">
      <summary>
        <para>Provide access to <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#command-item">command buttons</see> properties.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewCommandButtonSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewCommandButtonSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewCommandButtonSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.ASPxCardViewCommandButtonSettings.CancelButton">
      <summary>
        <para>Gets the Cancel <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#command-item">command button</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewCommandButtonSettings.DeleteButton">
      <summary>
        <para>Gets the Delete <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#command-item">command button</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewCommandButtonSettings.EditButton">
      <summary>
        <para>Gets the Edit <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#command-item">command button</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewCommandButtonSettings.EncodeHtml">
      <summary>
        <para>Gets or sets a value that specifies whether a <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#command-item">command button</see>‘s display text keeps any of its values that are HTML as HTML, or instead, strips out the HTML markers.</para>
      </summary>
      <value>true if the HTML code contained within the <see cref="P:DevExpress.Web.GridCommandButtonSettings.Text">GridCommandButtonSettings.Text</see> property value is not executed and is converted into the corresponding text for display purposes, false if the property value can contain pure HTML code.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewCommandButtonSettings.EndlessPagingShowMoreCardsButton">
      <summary>
        <para>Gets the Show more cards… button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewCommandButtonSettings.NewButton">
      <summary>
        <para>Gets the New <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#command-item">command button</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewCommandButtonSettings.RecoverButton">
      <summary>
        <para>Gets the Recover <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#command-item">command button</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewCommandButtonSettings.RenderMode">
      <summary>
        <para>Specifies the render mode of <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#command-item">command buttons</see> in <see cref="T:DevExpress.Web.ASPxCardView"/>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridCommandButtonRenderMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewCommandButtonSettings.SearchPanelApplyButton">
      <summary>
        <para>Gets settings of the Apply <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#command-item">command button</see> displayed in the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#search-panel">search panel</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewCommandButtonSettings"/> object that contains the button settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewCommandButtonSettings.SearchPanelClearButton">
      <summary>
        <para>Gets settings of the Clear <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#command-item">command button</see> displayed in the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#search-panel">search panel</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewCommandButtonSettings"/> object that contains the button settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewCommandButtonSettings.SelectButton">
      <summary>
        <para>Gets the Select <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#command-item">command button</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewCommandButtonSettings.UpdateButton">
      <summary>
        <para>Gets the Update <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#command-item">command button</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewCommandButtonSettings.UpdateSummariesButton">
      <summary>
        <para>Gets the Update summaries <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#command-item">command button</see>‘s settings.</para>
      </summary>
      <value>The command button settings.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewCookiesSettings">
      <summary>
        <para>Provides cookies and layout settings for <see cref="T:DevExpress.Web.ASPxCardView"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewCookiesSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewCookiesSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewCookiesSettings.StoreSorting">
      <summary>
        <para>Gets or sets whether a cookie and layout data contain information on sorting applied to ASPxCardView.</para>
      </summary>
      <value>true, to add the sorting information to a cookie and layout data; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewCustomButtonCallbackEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxCardView.CustomButtonCallback">ASPxCardView.CustomButtonCallback</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewCustomButtonCallbackEventArgs.#ctor(System.String,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewCustomButtonCallbackEventArgs"/> class.</para>
      </summary>
      <param name="buttonID">A <see cref="T:System.String"/> value that identifies the data row which contains the clicked custom button. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCustomButtonCallbackEventArgs.ButtonID">ASPxGridCustomButtonCallbackEventArgs.ButtonID</see> property.</param>
      <param name="visibleIndex">An integer value that specifies the button’s position among the command buttons. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCustomButtonCallbackEventArgs.VisibleIndex">ASPxGridCustomButtonCallbackEventArgs.VisibleIndex</see> property.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewCustomButtonCallbackEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxCardView.CustomButtonCallback">ASPxCardView.CustomButtonCallback</see> event.</para>
      </summary>
      <param name="sender">The event sender.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxCardViewCustomButtonCallbackEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewCustomButtonEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxCardView.CustomButtonInitialize">ASPxCardView.CustomButtonInitialize</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxCardViewCustomCommandButtonEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewCustomCallbackEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxCardView.CustomCallback">ASPxCardView.CustomCallback</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewCustomCallbackEventArgs.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewCustomCallbackEventArgs"/> class.</para>
      </summary>
      <param name="parameters">A string value that contains specific information collected on the client side and passed to the event for further server-side processing. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCustomCallbackEventArgs.Parameters">ASPxGridCustomCallbackEventArgs.Parameters</see> property.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewCustomCallbackEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxCardView.CustomCallback">ASPxCardView.CustomCallback</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxCardViewCustomCallbackEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewCustomColumnSortEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxCardView.CustomColumnSort">ASPxCardView.CustomColumnSort</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.CardViewCustomColumnSortEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewCustomCommandButtonEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxCardView.CustomButtonInitialize">ASPxCardView.CustomButtonInitialize</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewCustomCommandButtonEventArgs.#ctor(DevExpress.Web.CardViewCustomCommandButton,System.Int32,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewCustomCommandButtonEventArgs"/> class.</para>
      </summary>
      <param name="button">A <see cref="T:DevExpress.Web.CardViewCustomCommandButton"/> object that represents the custom button currently being initialized.</param>
      <param name="visibleIndex">An integer value that identifies the data item by its visible index. This value is assigned to the <b>ASPxClientCardViewCustomButtonEventArgs.visibleIndex</b> property.</param>
      <param name="isEditingCard">true if the processed custom button is displayed within the data item currently being edited; otherwise, false.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewCustomCommandButtonEventArgs.IsEditingCard">
      <summary>
        <para>Gets whether a custom command button is displayed within the card currently being edited.</para>
      </summary>
      <value>true if the processed custom command button is displayed within the card currently being edited; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewCustomCommandButtonEventArgs.LayoutItem">
      <summary>
        <para>Gets the command layout item which owns the processed command button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewCommandLayoutItem"/> object that is the command layout item which owns the processed button.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewCustomDataCallbackEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxCardView.CustomDataCallback">ASPxCardView.CustomDataCallback</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewCustomDataCallbackEventArgs.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewCustomDataCallbackEventArgs"/> class.</para>
      </summary>
      <param name="parameters">A string value that contains specific information collected on the client side and passed to the event for further server-side processing. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCustomCallbackEventArgs.Parameters">ASPxGridCustomCallbackEventArgs.Parameters</see> property.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewCustomDataCallbackEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxCardView.CustomDataCallback">ASPxCardView.CustomDataCallback</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxCardViewCustomDataCallbackEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewCustomErrorTextEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxCardView.CustomErrorText">ASPxCardView.CustomErrorText</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewCustomErrorTextEventArgs.#ctor(DevExpress.Web.GridErrorTextKind,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewCustomErrorTextEventArgs"/> class.</para>
      </summary>
      <param name="errorTextKind">A <see cref="T:DevExpress.Web.GridErrorTextKind"/> object that lists values indicating the error source.</param>
      <param name="errorText">A string representing the error text.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewCustomErrorTextEventArgs.#ctor(System.Exception,DevExpress.Web.GridErrorTextKind,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewCustomErrorTextEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="exception">A <see cref="T:System.Exception"/> object that represents the exception. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCustomErrorTextEventArgs.Exception">ASPxGridCustomErrorTextEventArgs.Exception</see> property.</param>
      <param name="errorTextKind">A <see cref="T:DevExpress.Web.GridErrorTextKind"/> enumeration value that indicates the error source. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCustomErrorTextEventArgs.ErrorTextKind">ASPxGridCustomErrorTextEventArgs.ErrorTextKind</see> property.</param>
      <param name="errorText">A <see cref="T:System.String"/> value that specifies the error text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCustomErrorTextEventArgs.ErrorText">ASPxGridCustomErrorTextEventArgs.ErrorText</see> property.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewCustomErrorTextEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxCardView.CustomErrorText">ASPxCardView.CustomErrorText</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxCardViewCustomErrorTextEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewDataSecuritySettings">
      <summary>
        <para>Contains security settings that allow you to disable data operations in the <see cref="T:DevExpress.Web.ASPxCardView"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewDataSecuritySettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewDataSecuritySettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewDataValidationEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxCardView.CardValidating">ASPxCardView.CardValidating</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewDataValidationEventArgs.#ctor(System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewDataValidationEventArgs"/> class.</para>
      </summary>
      <param name="isNew">true if the processed data item is new; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewDataValidationEventArgs.#ctor(System.Int32,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewDataValidationEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="visibleIndex">An integer value that is the processed data item visible index.</param>
      <param name="isNew">true if the processed data item is new; otherwise, false.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewDataValidationEventArgs.CardError">
      <summary>
        <para>Gets or sets the error text displayed within the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card-error-row">Error Row</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text displayed in the Error Row.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewDataValidationEventArgs.EditorPropertiesErrors">
      <summary>
        <para>Gets a collection of editor errors.</para>
      </summary>
      <value>The collection of errors.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewDataValidationEventArgs.Errors">
      <summary>
        <para>Gets a collection of card errors.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.Dictionary`2"/>&lt;<see cref="T:DevExpress.Web.CardViewColumn"/>,<see cref="T:System.String"/>,&gt; object that represents the collection of card errors.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewDataValidationEventArgs.IsNewCard">
      <summary>
        <para>Gets whether the processed card is new.</para>
      </summary>
      <value>true if the card is new; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewDataValidationEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxCardView.CardValidating">ASPxCardView.CardValidating</see> event.</para>
      </summary>
      <param name="sender">An object representing the event source. Identifies the CardView that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxCardViewDataValidationEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewEditingSettings">
      <summary>
        <para>Provides editing settings for ASPxCardViews.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewEditingSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewEditingSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewEditingSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.ASPxCardViewEditingSettings.BatchEditSettings">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/AspNet/115027/components/card-view/concepts/data-editing/batch-edit-mode">Batch Edit Mode</see> settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.CardViewBatchEditSettings"/> object that contains the settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewEditingSettings.Mode">
      <summary>
        <para>Gets or sets a value that specifies the ASPxCardView’s editing mode.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewEditingMode"/> enumeration value that specifies the ASPxCardView’s editing mode.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewEditingSettings.NewCardPosition">
      <summary>
        <para>Gets or sets the position of the new card within the ASPxCardView.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewNewItemRowPosition"/> enumeration value that specifies the position of the new item card within the ASPxCardView.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewEditorEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxCardView.CellEditorInitialize">ASPxCardView.CellEditorInitialize</see>  event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewEditorEventArgs.#ctor(DevExpress.Web.CardViewColumn,System.Int32,DevExpress.Web.ASPxEditBase,System.Object,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewEditorEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.CardViewColumn"/> descendant that represents the data column whose cell editor is being initialized. This value is assigned to the <see cref="P:DevExpress.Web.ASPxCardViewEditorEventArgs.Column">ASPxCardViewEditorEventArgs.Column</see> property.</param>
      <param name="visibleIndex">An integer value that identifies the data card whose values are being edited. This value is assigned to the <see cref="P:DevExpress.Web.ASPxCardViewEditorEventArgs.VisibleIndex">ASPxCardViewEditorEventArgs.VisibleIndex</see> property.</param>
      <param name="editor">An <see cref="T:DevExpress.Web.ASPxEditBase"/> descendant that represents the processed cell editor. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridEditorEventArgs.Editor">ASPxGridEditorEventArgs.Editor</see> property.</param>
      <param name="keyValue">An object that uniquely identifies the card. This value is assigned to the <see cref="P:DevExpress.Web.ASPxCardViewEditorEventArgs.KeyValue">ASPxCardViewEditorEventArgs.KeyValue</see> property.</param>
      <param name="value">An object that represents the editor’s value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridEditorEventArgs.Value">ASPxGridEditorEventArgs.Value</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewEditorEventArgs.Column">
      <summary>
        <para>Gets the data column whose cell editor is being initialized.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewColumn"/> descendant that represents the data column whose cell editor is being initialized.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewEditorEventArgs.KeyValue">
      <summary>
        <para>Gets the card key value - an object that uniquely identifies the card.</para>
      </summary>
      <value>An object that uniquely identifies the card.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewEditorEventArgs.VisibleIndex">
      <summary>
        <para>Gets the edited card’s visible index.</para>
      </summary>
      <value>An integer value that specifies the edited card’s visible index.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewEditorEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxCardView.CellEditorInitialize">ASPxCardView.CellEditorInitialize</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxCardViewEditorEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewExporter">
      <summary>
        <para>An ASPxCardViewExporter control used to export the <see cref="T:DevExpress.Web.ASPxCardView"/> control’s data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewExporter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewExporter"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewExporter.#ctor(DevExpress.Web.ASPxCardView)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewExporter"/> class with the specified owner.</para>
      </summary>
      <param name="cardView">An <see cref="T:DevExpress.Web.ASPxCardView"/> object that is the owner of the created object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExporter.BottomMargin">
      <summary>
        <para>Gets or sets the target document’s bottom margin.</para>
        <para>This property is not in effect when exporting to XLS or XLSX.</para>
      </summary>
      <value>An integer value that specifies the target document’s bottom margin, in hundredths of an inch.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExporter.CardView">
      <summary>
        <para>Gets the <see cref="T:DevExpress.Web.ASPxCardView"/> control to which the <see cref="T:DevExpress.Web.ASPxCardViewExporter"/> is assigned.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Web.ASPxCardView"/> control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExporter.CardViewID">
      <summary>
        <para>Gets or sets the programmatic identifier of the associated ASPxCardView control.</para>
      </summary>
      <value>The programmatic identifier assigned to the ASPxCardView control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExporter.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 the card width, in pixels.</value>
    </member>
    <member name="F:DevExpress.Web.ASPxCardViewExporter.DefaultCardWidth">
      <summary>
        <para>Specifies the default value for the <see cref="P:DevExpress.Web.ASPxCardViewExporter.CardWidth">ASPxCardViewExporter.CardWidth</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxCardViewExporter.DefaultMargin">
      <summary>
        <para>Specifies the default value for the top, bottom, left and right margins for the exported document.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExporter.ExportSelectedCardsOnly">
      <summary>
        <para>Gets or sets whether only the selected cards from the ASPxCardView should be exported.</para>
      </summary>
      <value>true to export only the selected cards from the ASPxCardView; false to export all cards.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExporter.FileName">
      <summary>
        <para>Gets or sets the file name to which the grid’s data is exported.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the target file name.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExporter.Landscape">
      <summary>
        <para>Gets or sets whether data is exported in Landscape. Setting this property to true is not in effect when exporting to XLX or XLSX.</para>
      </summary>
      <value>true to export data in Landscape; false to export data in Portrait.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExporter.LeftMargin">
      <summary>
        <para>Gets or sets the target document’s left margin.</para>
        <para>This property is not in effect when exporting to XLX or XLSX.</para>
      </summary>
      <value>An integer value that specifies the target document’s left margin, in hundredths of an inch.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExporter.MaxColumnWidth">
      <summary>
        <para>Gets or sets the column’s maximum width.</para>
      </summary>
      <value>An integer value that specifies the column’s maximum width, in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExporter.PageFooter">
      <summary>
        <para>Gets the page footer’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewExporterHeaderFooter"/> object that contains the page footer’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExporter.PageHeader">
      <summary>
        <para>Gets the page header’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewExporterHeaderFooter"/> object that contains the page header’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExporter.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.ASPxCardViewExporter.PaperName">
      <summary>
        <para>Gets or sets the name of the custom paper which is used for exporting purposes.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the name of the paper.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExporter.PrintSelectCheckBox">
      <summary>
        <para>Gets or sets whether check boxes (or radio buttons) used to select/deselect cards, are printed.</para>
      </summary>
      <value>true, to print check boxes (or radio buttons) used to select/deselect cards; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxCardViewExporter.RenderBrick">
      <summary>
        <para>Enables rendering of different content from the default export.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExporter.ReportFooter">
      <summary>
        <para>Gets or sets the text displayed within a report’s footer.</para>
      </summary>
      <value>A string value that specifies the text displayed within the report’s footer.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExporter.ReportHeader">
      <summary>
        <para>Gets or sets the text displayed in a report’s header.</para>
      </summary>
      <value>A string value that specifies the text displayed in the report’s header.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExporter.RightMargin">
      <summary>
        <para>Gets or sets the target document’s right margin.</para>
        <para>This property is not in effect when exporting to XLX or XLSX.</para>
      </summary>
      <value>An integer value that specifies the target document’s right margin, in hundredths of an inch.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExporter.Styles">
      <summary>
        <para>Provides access to the properties that specify the appearance of grid elements when the grid is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewExportStyles"/> object that provides style settings used to paint grid elements when the grid is exported.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExporter.TopMargin">
      <summary>
        <para>Gets or sets the target document’s top margin.</para>
        <para>This property is not in effect when exporting to XLX or XLSX.</para>
      </summary>
      <value>An integer value that specifies the target document’s top margin, in hundredths of an inch.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewExportRenderingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxCardViewExporter.RenderBrick">ASPxCardViewExporter.RenderBrick</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExportRenderingEventArgs.BrickStyle">
      <summary>
        <para>Gets the style settings used to paint report bricks.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraPrinting.BrickStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExportRenderingEventArgs.Column">
      <summary>
        <para>Gets a data column that corresponds to the processed grid element.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewColumn"/> object that specifies the data column. null (Nothing in Visual Basic) if the processed element doesn’t belong to a column (e.g., preview, footer).</value>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewExportRenderingEventArgs.GetValue(System.String)">
      <summary>
        <para>Returns the value of the specified cell within the processed card.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the data source field.</param>
      <returns>An object that represents the specified cell’s value.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExportRenderingEventArgs.ImageValue">
      <summary>
        <para>Gets or sets an array of bytes that contains the processed brick’s image.</para>
      </summary>
      <value>An array of bytes that contains the processed brick’s binary image.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExportRenderingEventArgs.KeyValue">
      <summary>
        <para>Gets the processed card’s key.</para>
      </summary>
      <value>An object that represents the processed card’s key value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExportRenderingEventArgs.Text">
      <summary>
        <para>Gets or sets the text displayed within the brick currently being rendered.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text displayed within the processed brick.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExportRenderingEventArgs.TextValue">
      <summary>
        <para>Gets or sets the processed brick’s value.</para>
      </summary>
      <value>An object that represents the processed brick’s value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExportRenderingEventArgs.Url">
      <summary>
        <para>Gets or sets the rendered brick’s URL.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the rendered brick’s URL.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExportRenderingEventArgs.Value">
      <summary>
        <para>Gets the processed data cell’s value.</para>
      </summary>
      <value>An object that represents the processed cell’s value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExportRenderingEventArgs.VisibleIndex">
      <summary>
        <para>Gets the processed card’s visible index.</para>
      </summary>
      <value>An integer value that specifies the processed card’s visible index.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewExportRenderingEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxCardViewExporter.RenderBrick">ASPxCardViewExporter.RenderBrick</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxCardViewExportRenderingEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewExportSettings">
      <summary>
        <para>Contains the export settings to be applied when the CardView’s data is <see href="https://docs.devexpress.com/AspNet/115336/components/card-view/concepts/export/built-in-export">exported</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewExportSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewExportSettings"/> class.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewExportSettings.Assign(DevExpress.Web.PropertiesBase)">
      <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.PropertiesBase"/> object whose public properties are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExportSettings.BottomMargin">
      <summary>
        <para>Gets or sets the target document’s bottom margin.</para>
        <para>This property is not in effect when exporting to XLX or XLSX.</para>
      </summary>
      <value>An integer value that specifies the target document’s bottom margin, in hundredths of an inch.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExportSettings.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 the card width, in pixels.</value>
    </member>
    <member name="F:DevExpress.Web.ASPxCardViewExportSettings.DefaultCardWidth">
      <summary>
        <para>Specifies the default value for the <see cref="P:DevExpress.Web.ASPxCardViewExportSettings.CardWidth">ASPxCardViewExportSettings.CardWidth</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxCardViewExportSettings.DefaultMargin">
      <summary>
        <para>Specifies the default value for the top, bottom, left and right margins for the exported document.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExportSettings.ExportSelectedCardsOnly">
      <summary>
        <para>Gets or sets whether only the selected cards from the ASPxCardView should be exported.</para>
      </summary>
      <value>true to export only the selected cards from the ASPxCardView; false to export all cards.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExportSettings.FileName">
      <summary>
        <para>Gets or sets the file name to which the grid’s data is exported.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the target file name.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExportSettings.Landscape">
      <summary>
        <para>Gets or sets whether data is exported in Landscape. Setting this property to true is not in effect when exporting to XLX or XLSX.</para>
      </summary>
      <value>true to export data in Landscape; false to export data in Portrait.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExportSettings.LeftMargin">
      <summary>
        <para>Gets or sets the target document’s left margin.</para>
        <para>This property is not in effect when exporting to XLX or XLSX.</para>
      </summary>
      <value>An integer value that specifies the target document’s left margin, in hundredths of an inch.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExportSettings.MaxColumnWidth">
      <summary>
        <para>Gets or sets the column’s maximum width.</para>
      </summary>
      <value>An integer value that specifies the column’s maximum width, in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExportSettings.PageFooter">
      <summary>
        <para>Gets the page footer’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewExporterHeaderFooter"/> object that contains the page footer’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExportSettings.PageHeader">
      <summary>
        <para>Gets the page header’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewExporterHeaderFooter"/> object that contains the page header’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExportSettings.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.ASPxCardViewExportSettings.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.ASPxCardViewExportSettings.PrintSelectCheckBox">
      <summary>
        <para>Gets or sets whether check boxes (or radio buttons) used to select/deselect cards, are printed.</para>
      </summary>
      <value>true, to print check boxes (or radio buttons) used to select/deselect cards; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExportSettings.ReportFooter">
      <summary>
        <para>Gets or sets the text displayed within a report’s footer.</para>
      </summary>
      <value>A string value that specifies the text displayed within the report’s footer.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExportSettings.ReportHeader">
      <summary>
        <para>Gets or sets the text displayed in a report’s header.</para>
      </summary>
      <value>A string value that specifies the text displayed in the report’s header.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExportSettings.RightMargin">
      <summary>
        <para>Gets or sets the target document’s right margin.</para>
        <para>This property is not in effect when exporting to XLX or XLSX.</para>
      </summary>
      <value>An integer value that specifies the target document’s right margin, in hundredths of an inch.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewExportSettings.TopMargin">
      <summary>
        <para>Gets or sets the target document’s top margin.</para>
        <para>This property is not in effect when exporting to XLX or XLSX.</para>
      </summary>
      <value>An integer value that specifies the target document’s top margin, in hundredths of an inch.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewFilterControlSettings">
      <summary>
        <para>Contains settings for the <see href="https://docs.devexpress.com/AspNet/114198/components/card-view/concepts/data-shaping-and-manipulation/filtering/filter-control">filter control</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewFilterControlSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewFilterControlSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewGroupSelectorFillItemsEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxCardView.GroupSelectorFillItems">ASPxCardView.GroupSelectorFillItems</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewGroupSelectorFillItemsEventArgs.#ctor(System.Collections.Generic.List{DevExpress.Web.CardViewGroupSelectorItem})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewGroupSelectorFillItemsEventArgs"/> class.</para>
      </summary>
      <param name="items">A list of <see cref="T:DevExpress.Web.CardViewGroupSelectorItem"/> objects containing information about the currently existing items in the group selector.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewGroupSelectorFillItemsEventArgs.Items">
      <summary>
        <para>Gets a collection of <see cref="T:DevExpress.Web.CardViewGroupSelectorItem"/> items.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.List`1"/>&lt;<see cref="T:DevExpress.Web.CardViewGroupSelectorItem"/>,&gt; instance that is the collection of items.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewGroupSelectorFillItemsEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxCardView.GroupSelectorFillItems">ASPxCardView.GroupSelectorFillItems</see> event.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxCardViewGroupSelectorFillItemsEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewGroupSelectorInitializeEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxCardView.GroupSelectorInitialize">ASPxCardView.GroupSelectorInitialize</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewGroupSelectorInitializeEventArgs.#ctor(DevExpress.Web.ASPxComboBox)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewGroupSelectorInitializeEventArgs"/> class.</para>
      </summary>
      <param name="groupSelector">An <see cref="T:DevExpress.Web.ASPxComboBox"/> object that serves as the group selector.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewGroupSelectorInitializeEventArgs.GroupSelector">
      <summary>
        <para>Gets the group selector.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxComboBox"/> object that represents the group selector.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewGroupSelectorInitializeEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxCardView.GroupSelectorInitialize">ASPxCardView.GroupSelectorInitialize</see> event.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxCardViewGroupSelectorInitializeEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewHeaderFilterEditorInitializeEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxCardView.HeaderFilterEditorInitialize"/> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewHeaderFilterEditorInitializeEventArgs.#ctor(DevExpress.Web.CardViewColumn,DevExpress.Web.ASPxEditBase,DevExpress.Web.GridHeaderFilterEditorType)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewHeaderFilterEditorInitializeEventArgs"/> class with specified settings.</para>
      </summary>
      <param name="column">The column to which the processed editor belongs.</param>
      <param name="editor">The editor.</param>
      <param name="editorType">The editor type.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewHeaderFilterEditorInitializeEventArgs.Column">
      <summary>
        <para>Gets the column to which the processed editor belongs.</para>
      </summary>
      <value>The column.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewHeaderFilterEditorInitializeEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Web.ASPxCardView.HeaderFilterEditorInitialize">ASPxCardView.HeaderFilterEditorInitialize</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">Contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewHeaderFilterEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxCardView.HeaderFilterFillItems">ASPxCardView.HeaderFilterFillItems</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewHeaderFilterEventArgs.#ctor(DevExpress.Web.CardViewColumn,DevExpress.Web.GridHeaderFilterValues)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewHeaderFilterEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="column">An <see cref="T:DevExpress.Web.Internal.IWebGridDataColumn"/> supported object that is the data column containing the processed header filter. This value is assigned to the <see cref="P:DevExpress.Web.ASPxCardViewHeaderFilterEventArgs.Column">ASPxCardViewHeaderFilterEventArgs.Column</see> property.</param>
      <param name="values">A <see cref="T:DevExpress.Web.GridHeaderFilterValues"/> enumeration value that specifies the column header’s filter values. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridHeaderFilterEventArgs.Values">ASPxGridHeaderFilterEventArgs.Values</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewHeaderFilterEventArgs.Column">
      <summary>
        <para>Gets the filtered data column.</para>
      </summary>
      <value>The filtered data column.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewHeaderFilterEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxCardView.HeaderFilterFillItems">ASPxCardView.HeaderFilterFillItems</see> event.</para>
      </summary>
      <param name="sender">The event sender.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxCardViewHeaderFilterEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewHtmlCardPreparedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxCardView.HtmlCardPrepared">ASPxCardView.HtmlCardPrepared</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewHtmlCardPreparedEventArgs.#ctor(System.Web.UI.WebControls.WebControl,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewHtmlCardPreparedEventArgs"/> class.</para>
      </summary>
      <param name="card">An object that represents the processed card. This value is assigned to the <see cref="P:DevExpress.Web.ASPxCardViewHtmlCardPreparedEventArgs.Card">ASPxCardViewHtmlCardPreparedEventArgs.Card</see> property.</param>
      <param name="visibleIndex">An integer zero-based index that uniquely identifies the processed card.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewHtmlCardPreparedEventArgs.Card">
      <summary>
        <para>Gets the processed card.</para>
      </summary>
      <value>An object that represents the processed card.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewHtmlCardPreparedEventArgs.VisibleIndex">
      <summary>
        <para>Gets an integer zero-based index of the card.</para>
      </summary>
      <value>An integer zero-based index of the card.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewHtmlCardPreparedEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxCardView.HtmlCardPrepared">ASPxCardView.HtmlCardPrepared</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxCardViewHtmlCardPreparedEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewLoadingPanelSettings">
      <summary>
        <para>Provides settings that affect the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#loading-panel">loading panel</see>‘s appearance and functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewLoadingPanelSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewLoadingPanelSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewPagerSettings">
      <summary>
        <para>Provides settings that affect the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#pager">pager</see> appearance and functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewPagerSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewPagerSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewPagerSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified object to the current one.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.ASPxCardViewPagerSettings"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewPagerSettings.EndlessPagingMode">
      <summary>
        <para>Gets or sets a value that defines endless paging mode.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.CardViewEndlessPagingMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewPagerSettings.Mode">
      <summary>
        <para>Gets or sets whether page-mode navigation is enabled.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewPagerMode"/> enumeration value that specifies whether page-mode navigation is enabled.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewPagerSettings.SettingsBreakpointsLayout">
      <summary>
        <para>Provides access to the Card View’s Breakpoint layout mode settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewBreakpointsLayoutSettings"/> object containing the Card View’s Breakpoint layout mode settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewPagerSettings.SettingsFlowLayout">
      <summary>
        <para>Provides access to the pager’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.ASPxCardViewPagerSettings.SettingsTableLayout">
      <summary>
        <para>Provides access to the pager’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="P:DevExpress.Web.ASPxCardViewPagerSettings.ShowEmptyCards">
      <summary>
        <para>Gets or sets whether to show empty cards if the number of cards displayed within the last page fits entirely on the page.</para>
      </summary>
      <value>true to show empty cards; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewPopupControlSettings">
      <summary>
        <para>Contains specific settings for different popup elements.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewPopupControlSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewPopupControlSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewPopupControlSettings.CustomizationWindow">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#customization-window">customization window</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewCustomizationWindowPopupSettings"/> object that contains the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#customization-window">customization window</see>‘s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewPopupControlSettings.EditForm">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#popup-edit-form">popup edit form</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewEditFormPopupSettings"/> object that contains the Edit Form’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewPopupControlSettings.FilterControl">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#filter-builder-filter-control">filter control</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewFilterControlPopupSettings"/> object that contains the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#filter-builder-filter-control">filter control</see>‘s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewPopupControlSettings.HeaderFilter">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#header-filter">header filter</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewHeaderFilterPopupSettings"/> object that contains the header filter’s settings.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewSearchPanelEditorCreateEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxCardView.SearchPanelEditorCreate">ASPxCardView.SearchPanelEditorCreate</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewSearchPanelEditorCreateEventArgs.#ctor(DevExpress.Web.EditPropertiesBase,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewSearchPanelEditorCreateEventArgs"/> class.</para>
      </summary>
      <param name="editorProperties">An <see cref="T:DevExpress.Web.EditPropertiesBase"/> descendant that contains the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#search-panel">search panel</see> editor’s properties. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridEditorCreateEventArgs.EditorProperties">ASPxGridEditorCreateEventArgs.EditorProperties</see> property.</param>
      <param name="value">An object that specifies the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#search-panel">search panel</see> editor’s value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridEditorCreateEventArgs.Value">ASPxGridEditorCreateEventArgs.Value</see> property.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewSearchPanelEditorCreateEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxCardView.SearchPanelEditorCreate">ASPxCardView.SearchPanelEditorCreate</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxCardViewSearchPanelEditorCreateEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewSearchPanelEditorEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxCardView.SearchPanelEditorInitialize">ASPxCardView.SearchPanelEditorInitialize</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewSearchPanelEditorEventArgs.#ctor(DevExpress.Web.ASPxEditBase,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewSearchPanelEditorEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="editor">An <see cref="T:DevExpress.Web.ASPxEditBase"/> descendant that is the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#search-panel">search panel</see> editor. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridEditorEventArgs.Editor">ASPxGridEditorEventArgs.Editor</see> property.</param>
      <param name="value">An object that specifies the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#search-panel">search panel</see> editor’s value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridEditorCreateEventArgs.Value">ASPxGridEditorCreateEventArgs.Value</see> property.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewSearchPanelEditorEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxCardView.SearchPanelEditorInitialize">ASPxCardView.SearchPanelEditorInitialize</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxCardViewSearchPanelEditorEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewSearchPanelSettings">
      <summary>
        <para>Provides settings that affect the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#search-panel">search panel</see> functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewSearchPanelSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewSearchPanelSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewSearchPanelSettings.ColumnNames">
      <summary>
        <para>Specifies the columns to which the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#search-panel">search panel</see> filter should be applied.</para>
      </summary>
      <value>A string value listing grid column identifiers that can be either: column name, field name, or caption.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewSettings">
      <summary>
        <para>Provides view options for ASPxCardView controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.ASPxCardViewSettings.GroupFormat">
      <summary>
        <para>Gets or sets the text pattern for group rows.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text pattern for group rows.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewSettings.GroupFormatForMergedGroup">
      <summary>
        <para>Gets or sets the text pattern for the merged group.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text pattern for the merged group.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewSettings.GroupFormatForMergedGroupRow">
      <summary>
        <para>Gets or sets the text pattern for the merged group row.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text pattern for the merged group row.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewSettings.GroupSummaryTextSeparator">
      <summary>
        <para>Gets or sets a separator dividing multiple summary texts displayed within group rows.</para>
      </summary>
      <value>A string that is the separator.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewSettings.LayoutMode">
      <summary>
        <para>Gets or sets the current layout mode for the ASPxCardView.</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.ASPxCardViewSettings.MergedGroupSeparator">
      <summary>
        <para>Gets or sets the separator displayed between the grouped columns within the merged group row.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the separator.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewSettings.ShowCardFooter">
      <summary>
        <para>Gets or sets a value that specifies the ASPxCardView card’s footer visibility.</para>
      </summary>
      <value>true to display the card footer; otherwise, false</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewSettings.ShowCardHeader">
      <summary>
        <para>Gets or sets a value that specifies the ASPxCardView card’s header visibility.</para>
      </summary>
      <value>true to display the card header; otherwise, false</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewSettings.ShowGroupButtons">
      <summary>
        <para>Gets or sets whether group expand buttons are displayed within group rows.</para>
      </summary>
      <value>true, to display group expand buttons within group rows; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewSettings.ShowGroupSelector">
      <summary>
        <para>Specifies whether the card view displays the group selector.</para>
      </summary>
      <value>true, to display the group selector; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewSettings.ShowHeaderPanel">
      <summary>
        <para>Gets or sets whether the ASPxCardview’s Header Panel is visible.</para>
      </summary>
      <value>true, if the Header Panel is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewSettings.ShowSummaryPanel">
      <summary>
        <para>Gets or sets whether the ASPxCardView’s <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#summary-panel">summary panel</see> is displayed.</para>
      </summary>
      <value>true, to display the ASPxCardView’s summary panel; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewSummaryDisplayTextEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxCardView.SummaryDisplayText">ASPxCardView.SummaryDisplayText</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewSummaryDisplayTextEventArgs.#ctor(DevExpress.Web.ASPxCardView,DevExpress.Web.ASPxCardViewSummaryItem,System.Object,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewSummaryDisplayTextEventArgs"/> class.</para>
      </summary>
      <param name="cardView">A card view control.</param>
      <param name="item">A summary item.</param>
      <param name="value">A summary value.</param>
      <param name="text">A summary item text.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewSummaryDisplayTextEventArgs.#ctor(DevExpress.Web.ASPxCardViewSummaryItem,System.Object,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewSummaryDisplayTextEventArgs"/> class.</para>
      </summary>
      <param name="item">An <see cref="T:DevExpress.Web.ASPxCardViewSummaryItem"/> object that represents the summary item whose value is being processed. This value is assigned to the <see cref="P:DevExpress.Web.ASPxCardViewSummaryDisplayTextEventArgs.Item">ASPxCardViewSummaryDisplayTextEventArgs.Item</see> property.</param>
      <param name="value">An object that represents the summary item’s value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridSummaryDisplayTextEventArgs.Value">ASPxGridSummaryDisplayTextEventArgs.Value</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the summary item’s display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridSummaryDisplayTextEventArgs.Text">ASPxGridSummaryDisplayTextEventArgs.Text</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewSummaryDisplayTextEventArgs.Item">
      <summary>
        <para>Gets a summary item whose value is being processed.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxCardViewSummaryItem"/> object that represents the summary item whose value is being processed.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewSummaryDisplayTextEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxCardView.SummaryDisplayText">ASPxCardView.SummaryDisplayText</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxCardViewSummaryDisplayTextEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewSummaryItem">
      <summary>
        <para>Represents a summary item.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewSummaryItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewSummaryItem"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewSummaryItem.#ctor(System.String,DevExpress.Data.SummaryItemType)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewSummaryItem"/> class with the specified settings.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the data source field whose values are used for summary calculation. This value is assigned to the <see cref="P:DevExpress.Web.ASPxSummaryItemBase.FieldName">ASPxSummaryItemBase.FieldName</see> property.</param>
      <param name="summaryType">A <see cref="T:DevExpress.Data.SummaryItemType"/> enumeration value that specifies the aggregate function type. This value is assigned to the <see cref="P:DevExpress.Web.ASPxSummaryItemBase.SummaryType">ASPxSummaryItemBase.SummaryType</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewSummaryItem.GetTotalSummaryDisplayText(DevExpress.Web.CardViewColumn,System.Object)">
      <summary>
        <para>Formats the specified value according to the current total summary item’s format settings when the summary is displayed within the summary panel.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.CardViewColumn"/>object that specifies the column, the values of which are aggregated by the summary.</param>
      <param name="value">An object that is the summary value.</param>
      <returns>A <see cref="T:System.String"/> value that is the summary display text.</returns>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewSummaryItemCollection">
      <summary>
        <para>Represents a collection of ASPxCardView summary items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewSummaryItemCollection.Add(DevExpress.Data.SummaryItemType,System.String)">
      <summary>
        <para>Adds the specified summary item to the collection.</para>
      </summary>
      <param name="summaryType">A <see cref="T:DevExpress.Data.SummaryItemType"/> enumeration value that specifies the aggregate function type. This value is assigned to the <see cref="P:DevExpress.Web.ASPxSummaryItemBase.SummaryType">ASPxSummaryItemBase.SummaryType</see> property.</param>
      <param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the data source field whose values are used for summary calculation. This value is assigned to the <see cref="P:DevExpress.Web.ASPxSummaryItemBase.FieldName">ASPxSummaryItemBase.FieldName</see> property.</param>
      <returns>An <see cref="T:DevExpress.Web.ASPxCardViewSummaryItem"/> object that represents the new summary item.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewSummaryItemCollection.Item(System.String,DevExpress.Data.SummaryItemType)">
      <summary>
        <para>Gets a summary item specified by its field name and summary type.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the data source field whose values are used for summary calculation.</param>
      <param name="summaryType">A <see cref="T:DevExpress.Data.SummaryItemType"/> enumeration value that specifies the aggregate function type.</param>
      <value>A <see cref="T:DevExpress.Web.ASPxCardViewSummaryItem"/> object whose <see cref="P:DevExpress.Web.ASPxSummaryItemBase.FieldName">ASPxSummaryItemBase.FieldName</see> and <see cref="P:DevExpress.Web.ASPxSummaryItemBase.SummaryType">ASPxSummaryItemBase.SummaryType</see> properties match the fieldName and summaryTypevalues, respectively.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewSummaryItemCollection.Item(System.String)">
      <summary>
        <para>Gets a summary item specified by its field name.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the data source field whose values are used for summary calculation.</param>
      <value>A <see cref="T:DevExpress.Web.ASPxCardViewSummaryItem"/> object whose <see cref="P:DevExpress.Web.ASPxSummaryItemBase.FieldName">ASPxSummaryItemBase.FieldName</see> property matches the fieldName value.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewTextSettings">
      <summary>
        <para>Provides text options for ASPxCardViews.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewTextSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewTextSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewTextSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.ASPxCardViewTextSettings.CommandBatchEditUpdateSummaries">
      <summary>
        <para>Gets or sets the text displayed within the <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">Update summaries</see> command item.</para>
      </summary>
      <value>The command button’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewTextSettings.CommandCancel">
      <summary>
        <para>Gets or sets the text displayed within the <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">Cancel</see> command item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewTextSettings.CommandEndlessPagingShowMoreCards">
      <summary>
        <para>Gets or sets the text displayed in the Show more cards link when the endless mode is enabled.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the link’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewTextSettings.CommandUpdate">
      <summary>
        <para>Gets or sets the text displayed within the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#command-item">Update</see> command item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewTextSettings.CustomizationWindowCaption">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#customization-window">customization window</see>‘s caption.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the Customization Window’s caption.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewTextSettings.CustomizationWindowFooterText">
      <summary>
        <para>Gets or sets the text displayed within the ASPxCardView <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#customization-window">customization window</see>‘s footer.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text displayed within the customization window’s footer.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewTextSettings.DeletedCard">
      <summary>
        <para>Specifies the text displayed inside the deleted card.</para>
      </summary>
      <value>The text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewTextSettings.EmptyCard">
      <summary>
        <para>Gets or sets the text displayed within the empty card.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text displayed within the empty card.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewTextSettings.GroupContinued">
      <summary>
        <para>Gets or sets the text displayed within a group row when the beginning of group is on the previous page(s).</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text displayed within a group row when the current page displays the group’s continuation.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewTextSettings.GroupContinuedOnNextPage">
      <summary>
        <para>Gets or sets the text displayed within a group row when its cards are displayed on another page(s).</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text dislayed within a group row when its cards are displayed on another page(s).</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewTextSettings.GroupSelectorCaption">
      <summary>
        <para>Gets or sets the group selector’s text label.</para>
      </summary>
      <value>A string value that specifies the group selector’s text label.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewTextSettings.GroupSelectorClearGroupingItemCaption">
      <summary>
        <para>Gets or sets a value that specifies the text for the group selector’s ‘None’ item.</para>
      </summary>
      <value>A string value that specifies the ‘None’ item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewTextSettings.PopupEditFormCaption">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#popup-edit-form">popup edit form</see>‘s caption.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the popup edit form’s caption.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewTextSettings.PopupEditFormFooterText">
      <summary>
        <para>Gets or sets the text displayed within the ASPxCardView <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#popup-edit-form">popup edit form</see>‘s footer.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text displayed within the popup edit form’s footer.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewTextSettings.ToolbarFullCollapse">
      <summary>
        <para>Gets or sets the text displayed within the Collapse All toolbar item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewTextSettings.ToolbarFullExpand">
      <summary>
        <para>Gets or sets the text displayed within the Expand All toolbar item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewTextSettings.ToolbarShowCardFooter">
      <summary>
        <para>Gets or sets the text displayed within the Card Footer <see href="https://docs.devexpress.com/AspNet/118567/components/card-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewTextSettings.ToolbarShowCardHeader">
      <summary>
        <para>Gets or sets the text displayed within the Card Header <see href="https://docs.devexpress.com/AspNet/118567/components/card-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewTextSettings.ToolbarShowCustomizationWindow">
      <summary>
        <para>Gets or sets the text displayed within the Column Chooser <see href="https://docs.devexpress.com/AspNet/118567/components/card-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewTextSettings.ToolbarShowHeaderPanel">
      <summary>
        <para>Gets or sets the text displayed within the Header Panel <see href="https://docs.devexpress.com/AspNet/118567/components/card-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewTextSettings.ToolbarShowSummaryPanel">
      <summary>
        <para>Gets or sets the text displayed within the Summary Panel <see href="https://docs.devexpress.com/AspNet/118567/components/card-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewToolbarItemClickEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxCardView.ToolbarItemClick">ASPxCardView.ToolbarItemClick</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCardViewToolbarItemClickEventArgs.#ctor(DevExpress.Web.CardViewToolbarItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCardViewToolbarItemClickEventArgs"/> class with specified settings.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.CardViewToolbarItem"/> object that is the Card View toolbar item.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxCardViewToolbarItemClickEventArgs.Item">
      <summary>
        <para>Gets the toolbar item related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewToolbarItem"/> object that is the toolbar item.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCardViewToolbarItemClickEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxCardView.ToolbarItemClick">ASPxCardView.ToolbarItemClick</see> event.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxCardViewToolbarItemClickEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCheckBox">
      <summary>
        <para>The check box control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCheckBox.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCheckBox"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBox.AccessibilityCompliant">
      <summary>
        <para>Enables accessibility support.</para>
      </summary>
      <value>true, if accessibility support is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBox.AccessibilityLabelText">
      <summary>
        <para>Specifies the editor’s label text for a screen reader.</para>
      </summary>
      <value>The text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBox.AllowGrayed">
      <summary>
        <para>Gets or sets a value specifying whether the grayed state is available for a check box.</para>
      </summary>
      <value>true if the grayed state is available; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBox.AllowGrayedByClick">
      <summary>
        <para>Gets or sets a value that specifies whether a check box can be set to a grayed state by a mouse click.</para>
      </summary>
      <value>true if end-users can set grayed state by clicking the check box; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBox.CheckBoxFocusedStyle">
      <summary>
        <para>Gets the style settings which define a check box appearance in the focused state.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditorDecorationStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBox.CheckBoxStyle">
      <summary>
        <para>Gets the settings defining the appearance of a column editor in browse mode.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.EditorDecorationStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBox.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="E:DevExpress.Web.ASPxCheckBox.CheckedChanged">
      <summary>
        <para>Fires after the <see cref="T:DevExpress.Web.ASPxCheckBox"/>‘s checked state has been changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBox.CheckedImage">
      <summary>
        <para>Contains settings of the check box image in the checked state.</para>
      </summary>
      <value>An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBox.CheckedIsValidOnly">
      <summary>
        <para>Specifies whether only the checked state is valid.</para>
      </summary>
      <value>true if only the checked state is valid; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBox.CheckState">
      <summary>
        <para>Gets or sets a value that specifies a check box check state.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.CheckState"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBox.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxCheckBox"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CheckEditClientSideEvents"/> object which allows assigning handlers to the client-side events available to the editor.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBox.EncodeHtml">
      <summary>
        <para>Gets or sets a value that specifies whether the editor’s element content is rendered as pure HTML, or HTML markers are stripped out.</para>
      </summary>
      <value>true if the HTML code contained within the editor’s element content is not executed and is converted into the corresponding text for display purposes, false if the editor’s element content can contain pure HTML code.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBox.GrayedImage">
      <summary>
        <para>Provides access to the settings that define an image of a check box in an indeterminate (grayed) state.</para>
      </summary>
      <value>An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBox.Layout">
      <summary>
        <para>Gets or sets the layout of the check box editor’s contents.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.RepeatLayout"/> values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBox.Native">
      <summary>
        <para>Gets or sets a value specifying whether a control is rendered as a native HTML check box element.</para>
      </summary>
      <value>true if a control is rendered as a standard HTML element; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxCheckBox.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBox.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.ASPxCheckBox.Text">
      <summary>
        <para>Gets or sets the text label associated with the check box editor.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value representing the text label of the check box editor.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBox.TextAlign">
      <summary>
        <para>Gets or sets the horizontal alignment of the text label relative to the check mark.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.TextAlign"/> value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBox.TextSpacing">
      <summary>
        <para>Gets or sets the amount of space between the editor’s text label and check mark.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBox.ToggleSwitchDisplayMode">
      <summary>
        <para>Specifies the checkbox display mode.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ToggleSwitchDisplayMode"/> values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBox.UncheckedImage">
      <summary>
        <para>Contains settings of the check box image in the unchecked state.</para>
      </summary>
      <value>An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBox.Value">
      <summary>
        <para>Gets or sets the edited value within the check box.</para>
      </summary>
      <value>An object representing the editor’s edited value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBox.ValueChecked">
      <summary>
        <para>Gets or sets the value that represents the editor’s checked state.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> value that represents the checked state of the check box editor.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBox.ValueCheckedString">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBox.ValueGrayed">
      <summary>
        <para>Gets or sets the value that corresponds to the editor’s grayed state.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> value that corresponds to the grayed state of the check box editor.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBox.ValueGrayedString">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBox.ValueType">
      <summary>
        <para>Gets the data type of the editor’s values.</para>
      </summary>
      <value>A <see cref="T:System.Type"/> object that represents the type of values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBox.ValueUnchecked">
      <summary>
        <para>Gets or sets the value that represents the editor’s unchecked state.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> value that represents the unchecked state of the check box editor.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBox.ValueUncheckedString">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBox.Wrap">
      <summary>
        <para>Gets or sets a value that specifies whether the check box’s text can be wrapped.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCheckBoxList">
      <summary>
        <para>A control to display a list of check boxes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCheckBoxList.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCheckBoxList"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBoxList.AccessibilityCompliant">
      <summary>
        <para>Enables accessibility support.</para>
      </summary>
      <value>true, if accessibility support is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBoxList.CheckBoxFocusedStyle">
      <summary>
        <para>Gets the style settings defining the appearance of a check box when it is focused.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditorDecorationStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBoxList.CheckBoxStyle">
      <summary>
        <para>Gets the style settings defining the appearance of check boxes.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditorDecorationStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBoxList.CheckedImage">
      <summary>
        <para>Contains settings of the image in the checked state.</para>
      </summary>
      <value>An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxCheckBoxList.SelectAll">
      <summary>
        <para>Selects all check box list items.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBoxList.SelectedIndices">
      <summary>
        <para>Gets the collection of the selected items’ indexes within the check box list.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SelectedIndexCollection"/> object that contains the selected items.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBoxList.SelectedItems">
      <summary>
        <para>Gets the collection of selected items within the check box list.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SelectedItemCollection"/> object that contains the selected items.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBoxList.SelectedValues">
      <summary>
        <para>Gets the collection of selected item values within the check box list.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SelectedValueCollection"/> object that contains the selected item values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBoxList.UncheckedImage">
      <summary>
        <para>Contains settings of the check box image in the unchecked state.</para>
      </summary>
      <value>An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxCheckBoxList.UnselectAll">
      <summary>
        <para>Unselects any selected items within the ASPxCheckBoxList.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckBoxList.Value">
      <summary>
        <para>Gets or sets the editor’s value.</para>
      </summary>
      <value>An <see cref="T:System.Object"/> value specifying the editor’s value.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCheckListBase">
      <summary>
        <para>The base class for list editors.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCheckListBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCheckListBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckListBase.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxCheckListBase"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ListEditClientSideEvents"/> object which allows assigning handlers to the client-side events available to the editor.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckListBase.EncodeHtml">
      <summary>
        <para>Gets or sets a value that specifies whether the editor’s value and element content are rendered as pure HTML, or HTML markers are stripped out.</para>
      </summary>
      <value>true if the HTML code contained within the editor’s value and element content are not executed, and are converted into the corresponding text for display purposes, false if the editor’s value and element content can contain pure HTML code.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckListBase.ItemImage">
      <summary>
        <para>Gets the settings of a common image which is displayed by all the items within the editor.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckListBase.ItemSpacing">
      <summary>
        <para>Gets or sets the spacing (both vertical and horizontal) between the editor items.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that is the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckListBase.Native">
      <summary>
        <para>Gets or sets a value specifying whether a control is rendered as a native HTML check box element.</para>
      </summary>
      <value>true if a control is rendered as a standard HTML element; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckListBase.Paddings">
      <summary>
        <para>Gets the padding settings of an editor.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckListBase.RepeatColumns">
      <summary>
        <para>Gets or sets the number of columns displayed in an editor.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> value that specifies the number of items displayed within an editor horizontally.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckListBase.RepeatDirection">
      <summary>
        <para>Gets or sets the direction in which items are displayed within the editor.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.RepeatDirection"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckListBase.RepeatLayout">
      <summary>
        <para>Gets or sets the layout of the check box editor’s contents.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.RepeatLayout"/> values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckListBase.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.ASPxCheckListBase.TextAlign">
      <summary>
        <para>Gets or sets the horizontal alignment of the text label relative to the check mark.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.TextAlign"/> value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckListBase.TextSpacing">
      <summary>
        <para>Gets or sets the amount of space between the editor’s text label and check mark.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that is the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCheckListBase.TextWrap">
      <summary>
        <para>Gets or sets a value that specifies whether the editor’s text can be wrapped.</para>
      </summary>
      <value>true, to enable text wrapping; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxClientLayoutArgs">
      <summary>
        <para>Provides data for a web control’s ClientLayout event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxClientLayoutArgs.#ctor(DevExpress.Web.ClientLayoutMode,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxClientLayoutArgs"/> class.</para>
      </summary>
      <param name="layoutMode">A <see cref="T:DevExpress.Web.ClientLayoutMode"/> enumeration value that indicates whether a web control’s layout should be saved or restored. This value is assigned to the <see cref="P:DevExpress.Web.ASPxClientLayoutArgs.LayoutMode">ASPxClientLayoutArgs.LayoutMode</see> property.</param>
      <param name="layoutData">A <see cref="T:System.String"/> value that contains the layout data. This value is assigned to the <see cref="P:DevExpress.Web.ASPxClientLayoutArgs.LayoutData">ASPxClientLayoutArgs.LayoutData</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxClientLayoutArgs.#ctor(DevExpress.Web.ClientLayoutMode)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxClientLayoutArgs"/> class.</para>
      </summary>
      <param name="layoutMode">A <see cref="T:DevExpress.Web.ClientLayoutMode"/> enumeration value that indicates whether a web control’s layout should be saved or restored. This value is assigned to the <see cref="P:DevExpress.Web.ASPxClientLayoutArgs.LayoutMode">ASPxClientLayoutArgs.LayoutMode</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxClientLayoutArgs.LayoutData">
      <summary>
        <para>Gets or sets the layout data.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that contains the layout data.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxClientLayoutArgs.LayoutMode">
      <summary>
        <para>Indicates whether a control’s layout should be saved or restored.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ClientLayoutMode"/> enumeration value that indicates whether a web control’s layout should be saved or restored.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxClientLayoutHandler">
      <summary>
        <para>A method that will handle a web control’s ClientLayout event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxClientLayoutArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxCloudControl">
      <summary>
        <para>A cloud control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCloudControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCloudControl"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCloudControl.AccessibilityCompliant">
      <summary>
        <para>Enables accessibility support.</para>
      </summary>
      <value>true, if accessibility support is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCloudControl.ClientInstanceName">
      <summary>
        <para>Gets or sets the <see cref="T:DevExpress.Web.ASPxCloudControl"/>‘s client programmatic identifier.</para>
      </summary>
      <value>A string value that specifies the <see cref="T:DevExpress.Web.ASPxCloudControl"/>‘s client identifier.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCloudControl.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxCloudControl"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ItemClickClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxCloudControl"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCloudControl.ClientVisible">
      <summary>
        <para>Gets or sets a value that specifies the initial visibility state of a web control on the client.</para>
      </summary>
      <value>true to make a web control initially displayed on the client; false to render the control into the web page, but make it initially hidden on the client side.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxCloudControl.CustomJSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCloudControl.ForeColor">
      <summary>
        <para>Gets or sets the text color of the most popular items.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> structure that specifies the text color of the most popular items.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCloudControl.HorizontalAlign">
      <summary>
        <para>Gets or sets the horizontal alignment of the <see cref="T:DevExpress.Web.ASPxCloudControl"/>‘s contents.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.HorizontalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCloudControl.ItemBeginEndTextColor">
      <summary>
        <para>Gets or sets the color of an item’s opening and closing text.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> structure that specifies the color of an item’s opening and closing text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCloudControl.ItemBeginText">
      <summary>
        <para>Gets or sets an item’s opening text.</para>
      </summary>
      <value>A string value that specifies an item’s opening text.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxCloudControl.ItemClick">
      <summary>
        <para>Fires after an item has been clicked.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxCloudControl.ItemDataBound">
      <summary>
        <para>Occurs after an item has been bound to a data source.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCloudControl.ItemEndText">
      <summary>
        <para>Gets or sets an item’s closing text.</para>
      </summary>
      <value>A string value that specifies an item’s closing text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCloudControl.Items">
      <summary>
        <para>Gets the collection of items in the <see cref="T:DevExpress.Web.ASPxCloudControl"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CloudControlItemCollection"/> object that represents a collection of items in the <see cref="T:DevExpress.Web.ASPxCloudControl"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCloudControl.JSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
      <value>The collection of property names and their values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCloudControl.LinkStyle">
      <summary>
        <para>Gets the style settings used to paint item descriptions.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LinkStyle"/> object that contains style settings used to paint item descriptions.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCloudControl.MaxColor">
      <summary>
        <para>Gets or sets the text color of the most popular item(s).</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> structure that specifies the text color of the most popular item(s).</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCloudControl.MinColor">
      <summary>
        <para>Gets or sets the text color of the most unpopular item(s).</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> structure that specifies the text color of the most unpopular item(s).</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCloudControl.NameField">
      <summary>
        <para>Gets or sets the data source field which provides item unique identifier names.</para>
      </summary>
      <value>A string value that specifies the name of the data source field which contains item unique identifier names.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCloudControl.NavigateUrlField">
      <summary>
        <para>Gets or sets the data source field which provides URLs to the <see cref="T:DevExpress.Web.ASPxCloudControl"/>‘s items.</para>
      </summary>
      <value>A string value that specifies the name of the data source field which contains item URLs.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCloudControl.NavigateUrlFormatString">
      <summary>
        <para>Gets or sets the pattern used to format item URLs.</para>
      </summary>
      <value>A string value that represents the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCloudControl.Paddings">
      <summary>
        <para>Gets the <see cref="T:DevExpress.Web.ASPxCloudControl"/>‘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.ASPxCloudControl.RankCount">
      <summary>
        <para>Gets or sets the number of ranks.</para>
      </summary>
      <value>A <see cref="T:System.Byte"/> value that specifies the number of ranks.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCloudControl.RankProperties">
      <summary>
        <para>Gets a collection of objects that contain appearance settings for individual ranks of items displayed by the current control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RankPropertiesCollection"/> object that represents a collection of rank settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCloudControl.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.ASPxCloudControl.Scale">
      <summary>
        <para>Gets or sets the algorithm that normilizes item weights.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Scales"/> enumeration value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCloudControl.ShowValues">
      <summary>
        <para>Gets or sets whether item weights (values) are displayed.</para>
      </summary>
      <value>true to display item weights; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCloudControl.Sorted">
      <summary>
        <para>Gets or sets whether items are sorted.</para>
      </summary>
      <value>true to sort items in ascending order; false to display items in the order they are contained within the collection.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCloudControl.SpacerFontSize">
      <summary>
        <para>Gets or sets the spacer’s font size.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.FontUnit"/> structure that specifies the spacer’s font size.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCloudControl.Target">
      <summary>
        <para>Gets or sets the window or frame at which to target the contents of item URLs.</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.ASPxCloudControl.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.ASPxCloudControl.ValueColor">
      <summary>
        <para>Gets or sets the color of item values.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> structure that specifies the color of item values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCloudControl.ValueField">
      <summary>
        <para>Gets or sets the data source field which provides item values.</para>
      </summary>
      <value>A string value that specifies the name of the data source field which contains item values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCloudControl.ValueFormatString">
      <summary>
        <para>Gets or sets the pattern used to format item values.</para>
      </summary>
      <value>A string value that represents the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCloudControl.ValueSpacing">
      <summary>
        <para>Gets or sets the distance between an item’s text and its value (if displayed).</para>
      </summary>
      <value>An integer value that specifies the distance, in pixels, between an item’s text and its value.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxCollapsiblePanel">
      <summary>
        <para>Represents a base class for the <see cref="T:DevExpress.Web.ASPxPanel"/> and <see cref="T:DevExpress.Web.ASPxCallbackPanel"/> controls that provides collapsing functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxCollapsiblePanel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxCollapsiblePanel"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCollapsiblePanel.ClientEnabled">
      <summary>
        <para>Gets or sets a value that indicates whether the panel is enabled on the client.</para>
      </summary>
      <value>true, if the panel is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCollapsiblePanel.CollapseButtonTemplate">
      <summary>
        <para>Gets or sets a template used for rendering the collapse button.</para>
      </summary>
      <value>An object supporting the <see cref="T:System.Web.UI.ITemplate"/> interface which contains the template used for displaying the collapse button.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCollapsiblePanel.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.ASPxCollapsiblePanel.EnableClientSideAPI">
      <summary>
        <para>Gets or sets a value that specifies whether the ASPxCallbackPanel or ASPxPanel control can be manipulated on the client side in code.</para>
      </summary>
      <value>true if a control’s client object model is fully available; false if no programmatic interface is available for the control on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCollapsiblePanel.ExpandBarTemplate">
      <summary>
        <para>Gets or sets a template used for rendering the expand bar.</para>
      </summary>
      <value>An object supporting the <see cref="T:System.Web.UI.ITemplate"/> interface which contains the template used for displaying the expand bar.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCollapsiblePanel.ExpandButtonTemplate">
      <summary>
        <para>Gets or sets a template used for rendering the expand button.</para>
      </summary>
      <value>An object supporting the <see cref="T:System.Web.UI.ITemplate"/> interface which contains the template used for displaying the expand button.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCollapsiblePanel.ExpandedPanelTemplate">
      <summary>
        <para>Gets or sets a template used for rendering the expanded panel.</para>
      </summary>
      <value>An object supporting the <see cref="T:System.Web.UI.ITemplate"/> interface which contains the template used for displaying the expanded panel.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCollapsiblePanel.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.ASPxCollapsiblePanel.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.ASPxCollapsiblePanel.ImageFolder">
      <summary>
        <para>Gets or sets the path to the folder that contains images used by the control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxCollapsiblePanel.Paddings">
      <summary>
        <para>Gets the panel’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.ASPxCollapsiblePanel.RenderMode">
      <summary>
        <para>Gets or sets a value that specifies whether the panel is rendered using the div or table HTML element.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.RenderMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCollapsiblePanel.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.ASPxCollapsiblePanel.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="P:DevExpress.Web.ASPxCollapsiblePanel.SettingsAdaptivity">
      <summary>
        <para>Provides access to the panel’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.ASPxCollapsiblePanel.SettingsCollapsing">
      <summary>
        <para>Provides access to the panel’s collapse settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PanelCollapsingSettings"/> object that contains the panel’s collapse functionality settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCollapsiblePanel.SpriteCssFilePath">
      <summary>
        <para>Gets or sets the path to a CSS file that defines the control’s <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> settings.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the required CSS file.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxCollapsiblePanel.SpriteImageUrl">
      <summary>
        <para>Gets or sets the path to a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the sprite image.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxColorEdit">
      <summary>
        <para>Represents a color editor control that has a dropdown window with a color palette.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxColorEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxColorEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxColorEdit.AllowNull">
      <summary>
        <para>Gets or sets a value that specifies whether the color editor allows null values to be entered in the edit box.</para>
      </summary>
      <value>true if null values can be entered into the editor, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxColorEdit.AutomaticColor">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#automatic-color-item">automatic color item</see>‘s color in RGB format.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> object that specifies the color.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxColorEdit.AutomaticColorItemCaption">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#automatic-color-item">automatic color item</see>‘s caption.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item caption.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxColorEdit.AutomaticColorItemValue">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#automatic-color-item">automatic color item</see>‘s value.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that specifies the item value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxColorEdit.CancelButtonText">
      <summary>
        <para>Gets or sets the text displayed within the Cancel button of the color edit’s <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#color-picker">color picker</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxColorEdit.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxColorEdit"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ColorEditClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxColorEdit"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxColorEdit.Color">
      <summary>
        <para>Gets or sets the editor’s color.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> object specifying the current editor color.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxColorEdit.ColorChanged">
      <summary>
        <para>Fires after the selected color has been changed within the color editor via end-user interaction.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxColorEdit.ColorIndicatorHeight">
      <summary>
        <para>Gets or sets the height of the editor’s <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#color-indicator">color indicator</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the color indicator’s height.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxColorEdit.ColorIndicatorStyle">
      <summary>
        <para>Gets the style settings which define the <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#color-indicator">color indicator</see>‘s appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ColorIndicatorStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxColorEdit.ColorIndicatorWidth">
      <summary>
        <para>Gets or sets the width of the color editor’s <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#color-indicator">color indicator</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements">color indicator</see>‘s width.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxColorEdit.ColorOnError">
      <summary>
        <para>Gets or sets a value that specifies the action to be performed after entering an invalid color value to the editor.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ColorOnError"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxColorEdit.ColorPickerStyle">
      <summary>
        <para>Gets the style settings defining the appearance of a color editor’s <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#color-picker">color picker</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ColorPickerStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxColorEdit.ColorTableCellStyle">
      <summary>
        <para>Gets the style settings which define the appearance of <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#color-table-cell">color table cells</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ColorTableCellStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxColorEdit.ColorTableStyle">
      <summary>
        <para>Gets the style settings which define the <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#color-table">color table</see>‘s appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ColorTableStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxColorEdit.ColumnCount">
      <summary>
        <para>Gets or sets the number of columns displayed in a <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#color-table">color table</see>.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value that specifies the number of columns.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxColorEdit.CustomColorButtonText">
      <summary>
        <para>Gets or sets the text displayed in the <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#color-table">custom color button</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the text in the Custom Color button.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxColorEdit.EnableAutomaticColorItem">
      <summary>
        <para>Specifies if the <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#automatic-color-item">automatic color item</see> is displayed in the <see cref="T:DevExpress.Web.ASPxColorEdit"/>.</para>
      </summary>
      <value>true, if the item is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxColorEdit.EnableCustomColors">
      <summary>
        <para>Gets or sets whether the custom colors are available for the color editor.</para>
      </summary>
      <value>true, if the custom colors are available; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxColorEdit.Items">
      <summary>
        <para>Gets the collection of items displayed within the default color section of the <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#color-table">color table</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ColorEditItemCollection"/> instance that is the collection of items.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxColorEdit.NullText">
      <summary>
        <para>Gets or sets the prompt text displayed within the editor’s input box when the editor is not focused, and its value is null.</para>
      </summary>
      <value>A string value that specifies the prompt text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxColorEdit.OkButtonText">
      <summary>
        <para>Gets or sets the text displayed within the OK button of the color edit’s <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#color-picker">color picker</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the text.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxColorEdit.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxColorEdit.SaveStateToCookies">
      <summary>
        <para>Gets or sets a value that specifies whether cookies are used to persist information about the control.</para>
      </summary>
      <value>true, if information is persisted in cookies; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxColorEdit.SaveStateToCookiesID">
      <summary>
        <para>Gets or sets the name (identifier) of the cookie in which the color edit’s state is persisted.</para>
      </summary>
      <value>A string value specifying the cookie’s name.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxColorEdit.Text">
      <summary>
        <para>Gets or sets the text displayed within the editor’s edit box.</para>
      </summary>
      <value>The textual representation of the editor’s value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxColorEdit.Value">
      <summary>
        <para>Specifies the editor color value in text format.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> that is the current editor color.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxColumnCaptionLocation">
      <summary>
        <para>Lists values that specify the location of the edit cell’s caption</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxColumnCaptionLocation.Default">
      <summary>
        <para>The caption is displayed next to the editor.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxColumnCaptionLocation.Near">
      <summary>
        <para>The caption is displayed next to the editor.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxColumnCaptionLocation.None">
      <summary>
        <para>The caption is hidden.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxColumnCaptionLocation.Top">
      <summary>
        <para>The caption is located along the top of the edit cell.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxComboBox">
      <summary>
        <para>An editor which displays a list of items within its dropdown window.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxComboBox.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxComboBox"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxComboBox.AllowNull">
      <summary>
        <para>Gets or sets a value that specifies whether the combo box allows null values to be entered.</para>
      </summary>
      <value>true, if null values can be entered into the editor, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxComboBox.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxComboBox"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ComboBoxClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxComboBox"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxComboBox.ClientValue">
      <summary>
        <para>Gets the value of an item selected within the editor on the client side. From version 2010 vol.2, it’s recommended to use the <see cref="P:DevExpress.Web.ASPxComboBox.Value">ASPxComboBox.Value</see> property instead.</para>
      </summary>
      <value>A string value representing the editor’s client value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxComboBox.Columns">
      <summary>
        <para>Gets an editor’s column collection.</para>
      </summary>
      <value>A column collection within the editor.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxComboBox.DataBind">
      <summary>
        <para>Binds the data source to the ASPxComboBox control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxComboBox.DropDownStyle">
      <summary>
        <para>Specifies the manner in which end users can change an edit box value of the control.</para>
      </summary>
      <value>An enumeration value.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxComboBox.ItemRequestedByValue">
      <summary>
        <para>Handle this event to implement retrieval of an item by its value.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxComboBox.ItemsRequestedByFilterCondition">
      <summary>
        <para>Enables you to implement custom selection of the requested items by the filter conditions.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxComboBox.Native">
      <summary>
        <para>Gets or sets a value specifying whether the <see cref="T:DevExpress.Web.ASPxComboBox"/> control is rendered as a native HTML dropdown list element.</para>
      </summary>
      <value>true if a combo box control is rendered as a standard HTML dropdown list box; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxComboBox.NullValueItemDisplayText">
      <summary>
        <para>Gets or sets the display text for the item whose value is null.</para>
      </summary>
      <value>A string value that specifies the text displayed within the item whose value is null.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxComboBox.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxComboBox.SelectedIndex">
      <summary>
        <para>Specifies the index of the selected list item.</para>
      </summary>
      <value>The index of the selected item.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxComboBox.SelectedIndexChanged">
      <summary>
        <para>Fires when the user changes the selection.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxComboBox.SelectedItem">
      <summary>
        <para>Specifies the selected item in the editor list.</para>
      </summary>
      <value>The selected item.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxComboBox.ShowImageInEditBox">
      <summary>
        <para>Gets or sets whether the image should be displayed within an editor’s edit box.</para>
      </summary>
      <value>true if the image is allowed to be displayed within an edit box; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxComboBox.Text">
      <summary>
        <para>Gets the text displayed within the editor’s edit box.</para>
      </summary>
      <value>The textual representation of the editor’s value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxComboBox.Value">
      <summary>
        <para>Gets or sets the editor’s edited value.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> value representing the editor’s value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxComboBox.ValueType">
      <summary>
        <para>Gets the data type of the editor’s values.</para>
      </summary>
      <value>A <see cref="T:System.Type"/> object that represents the type of values.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxDataView">
      <summary>
        <para>An ASPxDataView control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxDataView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxDataView"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxDataView.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxDataView"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CallbackClientSideEventsBase"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxDataView"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataView.ColumnCount">
      <summary>
        <para>Gets or sets the number of columns displayed within a page.</para>
      </summary>
      <value>An integer value that specifies the number of columns displayed within a page.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataView.EmptyItemStyle">
      <summary>
        <para>Gets the style settings used to paint empty <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#data-item">data items</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DataViewEmptyItemStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataView.EmptyItemTemplate">
      <summary>
        <para>Gets or sets a common template used for displaying the content of all empty items within the data view.</para>
      </summary>
      <value>An object that supports the System.Web.UI.ITemplate interface which contains the template used for displaying the content of all items within the data view.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataView.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.ASPxDataView.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="E:DevExpress.Web.ASPxDataView.ItemCommand">
      <summary>
        <para>Fires when a control contained within a templated data item raises the Command event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxDataView.Items">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.Web.ASPxDataView"/>‘s data items collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DataViewItemCollection"/> object which is a data items collection.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataView.ItemTemplate">
      <summary>
        <para>Gets or sets a common template used for displaying the content of a <see cref="T:DevExpress.Web.ASPxDataView"/>‘s data items.</para>
      </summary>
      <value>An object that supports the ITemplate interface.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataView.Layout">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/115717/components/data-and-image-navigation/dataview/concepts/layout-modes">layout mode</see> of the <see cref="T:DevExpress.Web.ASPxDataView"/>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Layout"/> values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataView.PagerSettings">
      <summary>
        <para>Gets the settings related to the <see href="https://docs.devexpress.com/AspNet/115694/components/data-and-image-navigation/dataview/concepts/data-paging">pager</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DataViewPagerSettings"/> object that contains pager settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataView.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.ASPxDataView.RowPerPage">
      <summary>
        <para>Gets or sets the maximum number of rows displayed on a page.</para>
      </summary>
      <value>An integer value that specifies the maximum number of rows on a page.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataView.SettingsBreakpointsLayout">
      <summary>
        <para>Provides access to the Data View’s Breakpoint layout mode settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DataViewBreakpointsLayoutSettings"/> object containing the Data View’s Breakpoint layout mode settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataView.SettingsFlowLayout">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.Web.ASPxDataView"/>‘ <see href="https://docs.devexpress.com/AspNet/115717/components/data-and-image-navigation/dataview/concepts/layout-modes">flow layout</see> settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DataViewFlowLayoutSettings"/> object that contains the layout settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataView.SettingsTableLayout">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.Web.ASPxDataView"/>‘ <see href="https://docs.devexpress.com/AspNet/115717/components/data-and-image-navigation/dataview/concepts/layout-modes">table layout</see> settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DataViewTableLayoutSettings"/> object that contains the layout settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataView.VisibleItems">
      <summary>
        <para>Returns a collection of items which are currently displayed by the <see cref="T:DevExpress.Web.ASPxDataView"/> on the screen.</para>
      </summary>
      <value>A System.Collections.ObjectModel.ReadOnlyCollection containing <see cref="T:DevExpress.Web.DataViewItem"/> objects.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxDataViewBase">
      <summary>
        <para>Serves as a base for the <see cref="T:DevExpress.Web.ASPxDataView"/> and <see cref="T:DevExpress.Web.ASPxNewsControl"/> classes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxDataViewBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxDataViewBase"/> class descendant.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.AccessibilityCompliant">
      <summary>
        <para>Enables accessibility support.</para>
      </summary>
      <value>true, if accessibility support is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.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.ASPxDataViewBase.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.ASPxDataViewBase.AlwaysShowPager">
      <summary>
        <para>Gets or sets the value that specifies whether the <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#pager">pager</see> is always displayed within the control.</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 control.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxDataViewBase.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>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.ClientInstanceName">
      <summary>
        <para>Gets or sets the control’s client programmatic identifier.</para>
      </summary>
      <value>A string value that specifies the control’s client identifier.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.ClientVisible">
      <summary>
        <para>Gets or sets a value that specifies the initial visibility state of a web control on the client.</para>
      </summary>
      <value>true to make a web control initially displayed on the client; false to render the control into the web page, but make it initially hidden on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.ContentStyle">
      <summary>
        <para>Gets the style settings used to paint the control’s <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#content-area">Content Area</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DataViewContentStyle"/> object that contains style settings.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxDataViewBase.CustomCallback">
      <summary>
        <para>Fires when a round trip to the server has been initiated by a call to the client <b>ASPxClientDataView.PerformCallback</b> method.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxDataViewBase.CustomJSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.EmptyDataStyle">
      <summary>
        <para>Gets style settings of the control’s <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#empty-data-area">empty data area</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DataViewEmptyDataStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.EmptyDataTemplate">
      <summary>
        <para>Gets or sets a template used for displaying the content of the <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#empty-data-area">empty data area</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface, and contains the template to represent the empty data area.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.EmptyDataText">
      <summary>
        <para>Gets or sets the text displayed within the control’s <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#empty-data-area">empty data area</see>.</para>
      </summary>
      <value>A string value that specifies the text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.EnableCallbackAnimation">
      <summary>
        <para>Gets or sets a value that specifies whether a specific animation effect is used when a control’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.ASPxDataViewBase.EnableCallbackCompression">
      <summary>
        <para>Gets or sets whether callback result compression is enabled.</para>
      </summary>
      <value>true to enable callback result compression; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.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="P:DevExpress.Web.ASPxDataViewBase.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.ASPxDataViewBase.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="M:DevExpress.Web.ASPxDataViewBase.FindItemControl(System.String,DevExpress.Web.DataViewItem)">
      <summary>
        <para>Searches the current naming container’s specified item for a server control with the specified id parameter.</para>
      </summary>
      <param name="id">The identifier for the control being sought.</param>
      <param name="item">A <see cref="T:DevExpress.Web.DataViewItem"/> object representing an item to search.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object representing the specified control, or the null reference (Nothing in Visual Basic) if the specified control does not exist.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxDataViewBase.FindPagerPanelControl(System.String,DevExpress.Web.PagerPanelPosition,DevExpress.Web.PagerPanelTemplatePosition)">
      <summary>
        <para>Searches the current naming container’s specified pager panel for a server control with the specified id parameter.</para>
      </summary>
      <param name="id">The identifier for the control to be found.</param>
      <param name="pagerPanelPosition">One of the <see cref="T:DevExpress.Web.PagerPanelPosition"/> enumeration values.</param>
      <param name="templatePosition">One of the <see cref="T:DevExpress.Web.PagerPanelTemplatePosition"/> enumeration values.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object representing the specified control, or the null reference (Nothing in Visual Basic) if the specified control does not exist.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxDataViewBase.HasItems">
      <summary>
        <para>Returns a value that specifies whether the control’s item collection is not empty.</para>
      </summary>
      <returns>true if the web control has items in its item collection; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxDataViewBase.HasVisibleItems">
      <summary>
        <para>Indicates whether a control has visible <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#data-item">Data Items</see>.</para>
      </summary>
      <returns>true if the data view contains any visible item; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.ImageFolder">
      <summary>
        <para>Gets or sets the path to the folder that contains images used by the control.</para>
      </summary>
      <value>A string value specifying the root path of all the images used by the control.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxDataViewBase.IsCustomCallback">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.ItemSpacing">
      <summary>
        <para>Gets or sets the distance (both vertical and horizontal) between items.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.ItemStyle">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#data-item">data items</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DataViewItemStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.JSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
      <value>The collection of property names and their values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.LoadingPanelDelay">
      <summary>
        <para>Gets or sets the delay before displaying the loading panel in the data view.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.LoadingPanelImage">
      <summary>
        <para>Gets the settings of an image displayed within a <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#loading-panel">Loading Panel</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.LoadingPanelImagePosition">
      <summary>
        <para>Gets or sets the position of an image displayed within a loading panel.</para>
      </summary>
      <value>The image position.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.LoadingPanelStyle">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#loading-panel">Loading Panel</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LoadingPanelStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.LoadingPanelText">
      <summary>
        <para>Gets or sets the text to be displayed within a loading panel while waiting for a callback response.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.Paddings">
      <summary>
        <para>Gets the padding settings of the control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.PageCount">
      <summary>
        <para>Gets the number of pages.</para>
      </summary>
      <value>An integer value that specifies the number of pages.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.PageIndex">
      <summary>
        <para>Gets or sets the index of the currently selected page.</para>
      </summary>
      <value>An integer value that specifies the active page’s index.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxDataViewBase.PageIndexChanged">
      <summary>
        <para>Fires after the selected page has been changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxDataViewBase.PageIndexChanging">
      <summary>
        <para>Fires on the server side before the page index is changed and allows you to prevent a specific page from being selected.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.PagerAlign">
      <summary>
        <para>Gets or sets the pager’s alignment.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerAlign"/> enumeration value that specifies the pager’s alignment.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.PagerButtonStyle">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#navigation-buttons">pager buttons</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.PagerCurrentPageNumberStyle">
      <summary>
        <para>Gets the style settings used to paint the current <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-numbers">page number</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerTextStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.PagerDisabledButtonStyle">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#navigation-buttons">pager buttons</see> when they are disabled.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.PagerPageNumberStyle">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-numbers">page numbers</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerTextStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.PagerPageSizeItemStyle">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">Page Size Item</see> element of the embedded pager.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerPageSizeItemStyle"/> object that contains style settings.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxDataViewBase.PagerPanelCommand">
      <summary>
        <para>Fires when a control contained within a templated <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#pager-panel">pager panel</see> raises the Command event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.PagerPanelLeftTemplate">
      <summary>
        <para>Gets or sets a template used for displaying the content of a <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#pager-panel">pager panel</see> displayed to the left within the control.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface and contains the template to display the pager panel’s content.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.PagerPanelRightTemplate">
      <summary>
        <para>Gets or sets a template used for displaying the content of a <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#pager-panel">pager panel</see> displayed to the right within the  control.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface and contains the template to display the pager panel’s content.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.PagerPanelSpacing">
      <summary>
        <para>Gets or sets the distance between the <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#pager-panel">Pager Panel</see> and <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#content-area">Content Area</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.PagerPanelStyle">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#pager-panel">Pager Panel</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DataViewContentStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.PagerShowMoreItemsContainerStyle">
      <summary>
        <para>Gets the style settings defining the appearance of the ‘Show More Items’ link container.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DataViewPagerShowMoreItemsContainerStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.PagerStyle">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#pager">Pager</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.PagerSummaryStyle">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#summary">summary</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerTextStyle"/> object that contains style settings.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxDataViewBase.PageSizeChanged">
      <summary>
        <para>Fires on the server side after a page size (amount of items per page) is changed by end-user interactions.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxDataViewBase.PageSizeChanging">
      <summary>
        <para>Fires on the server side before the page size (number of items per a page) is changed by end-user interactions and allows you to cancel the action.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.SettingsLoadingPanel">
      <summary>
        <para>Provides access to the loading panel settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SettingsLoadingPanel"/> object that contains the loading panel settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.ShowLoadingPanel">
      <summary>
        <para>Gets or sets whether the loading panel can be displayed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.ShowLoadingPanelImage">
      <summary>
        <para>Specifies whether or not the image can be displayed within a loading panel while waiting for a callback response.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.SpriteCssFilePath">
      <summary>
        <para>Gets or sets the path to a CSS file that defines the control’s <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> settings.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the required CSS file.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataViewBase.SpriteImageUrl">
      <summary>
        <para>Gets or sets the path to a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the sprite image.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxDataWebControl">
      <summary>
        <para>Serves as the base class that defines methods, properties and events common to all ASPx web controls that can be bound to data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxDataWebControl.#ctor">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxDataWebControl.DataMember">
      <summary>
        <para>Gets or sets the name of the list of data that the data-bound control binds to, in instances where the data source contains more than one distinct list of data items.</para>
      </summary>
      <value>The name of the specific list of data that the data-bound control binds to, if more than one list is supplied by the data source control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataWebControl.DataSourceID">
      <summary>
        <para>Specifies the control’s data source ID.</para>
      </summary>
      <value>The control’s ID.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxDataWebControlBase">
      <summary>
        <para>Serves as the base class for controls that can be bound to data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxDataWebControlBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxDataWebControlBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxDataWebControlBase.Bound">
      <summary>
        <para>Gets a value that specifies whether the control is data bound.</para>
      </summary>
      <value>true if the control is data bound; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxDataWebControlBase.DataBound">
      <summary>
        <para>Occurs after the server control binds to the data source.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxDataWebControlBase.DataSource">
      <summary>
        <para>Specifies the object from which the data-bound control retrieves its data items.</para>
      </summary>
      <value>The data source object from which the data-bound control retrieves its data.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDataWebControlBase.DataSourceID">
      <summary>
        <para>Gets or sets the ID of the control from which the data-bound control retrieves its list of data items.</para>
      </summary>
      <value>The ID of a control that represents the data source from which the data-bound control retrieves its data.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxDateEdit">
      <summary>
        <para>A date editor control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxDateEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxDateEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxDateEdit.AllowNull">
      <summary>
        <para>Gets or sets a value that specifies whether the date editor allows null values to be entered.</para>
      </summary>
      <value>true if null values can be entered into the editor, otherwise, false.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxDateEdit.CalendarCustomDisabledDate">
      <summary>
        <para>Allows you to disable days in the editor’s calendar.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxDateEdit.CalendarDayCellCreated">
      <summary>
        <para>Occurs on the server side after a day cell has been created within an ASPxDateEdit control.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxDateEdit.CalendarDayCellInitialize">
      <summary>
        <para>Occurs on the server side before a day cell has been created within an ASPxDateEdit control.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxDateEdit.CalendarDayCellPrepared">
      <summary>
        <para>Occurs on the server side before a day cell has been rendered within an ASPxDateEdit control.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxDateEdit.CalendarPickerViewCellCreated">
      <summary>
        <para>Occurs on the server side before a cell in the calendar picker view has been created.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxDateEdit.CalendarPickerViewCellInitialize">
      <summary>
        <para>Occurs on the server side before a cell in the calendar picker view has been initialized.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxDateEdit.CalendarPickerViewCellPrepared">
      <summary>
        <para>Occurs on the server side before a cell in the calendar picker view has been rendered.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxDateEdit.CalendarProperties">
      <summary>
        <para>Gets the settings of the editor’s dropdown <see href="https://docs.devexpress.com/AspNet/12319/components/data-editors/aspxdateedit/visual-elements#calendar-section">calendar</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DateEditCalendarProperties"/> object that contains the dropdown calendar’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDateEdit.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxDateEdit"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DateEditClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxDateEdit"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDateEdit.Date">
      <summary>
        <para>Gets or sets the currently selected date.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> value, representing the currently selected date.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxDateEdit.DateChanged">
      <summary>
        <para>Fires after the selected date has been changed within the date editor.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxDateEdit.DateOnError">
      <summary>
        <para>Gets or sets a value that specifies how the date editor responds to an invalid date being entered by an end user.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DateOnError"/> value specifying how to respond to an invalid date value being entered.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDateEdit.DateRangeSettings">
      <summary>
        <para>Gets settings related to the <see href="https://docs.devexpress.com/AspNet/17573/components/data-editors/aspxdateedit/date-range">date range</see> functionality.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DateEditRangeSettings"/> object that contains date range settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDateEdit.DisabledDates">
      <summary>
        <para>Provides access to a date edit’s collection of disabled dates.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DateTimeCollection"/> object that is a collection of dates to be disabled in a date edit control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDateEdit.EditFormat">
      <summary>
        <para>Gets or sets the edit format for a date editor’s value.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.EditFormat"/> enumeration value that specifies the edit format.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDateEdit.EditFormatString">
      <summary>
        <para>Gets or sets the pattern used to format the editor’s edited value displayed within the edit box, when the <see cref="P:DevExpress.Web.ASPxDateEdit.EditFormat">ASPxDateEdit.EditFormat</see> propety is set to <see cref="F:DevExpress.Web.EditFormat.Custom">EditFormat.Custom</see>.</para>
      </summary>
      <value>A string representing the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDateEdit.MaskHintStyle">
      <summary>
        <para>Gets the style settings that define the appearance of the editor’s mask hint.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MaskHintStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDateEdit.MaxDate">
      <summary>
        <para>Gets or sets the maximum date allowed to be entered into the editor by an end-user.</para>
      </summary>
      <value>A DateTime object that specifies the editor’s maximum allowed date.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDateEdit.MinDate">
      <summary>
        <para>Gets or sets the minimum date allowed to be entered into the editor by an end-user.</para>
      </summary>
      <value>A DateTime object that specifies the editor’s minimum allowed date.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDateEdit.NullText">
      <summary>
        <para>Gets or sets the prompt text displayed within the editor’s input box when the editor is not focused and its value is null.</para>
      </summary>
      <value>A string value that specifies the prompt text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDateEdit.PickerDisplayMode">
      <summary>
        <para>Specifies how to display the calendar.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.DatePickerDisplayMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDateEdit.PickerType">
      <summary>
        <para>Specifies a date component an end user can select (a day, month, decade or year).</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.DatePickerType"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDateEdit.PopupCalendarOwnerID">
      <summary>
        <para>Gets or sets the ID of a date editor whose popup window (with a calendar and a time edit) should be used by the current date editor.</para>
      </summary>
      <value>A string value specifying the donor date editor’s ID.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxDateEdit.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxDateEdit.ShowOutOfRangeWarning">
      <summary>
        <para>Gets or sets a value that specifies whether a warning message is displayed when an end-user types a date that is out of the range specified by the <see cref="P:DevExpress.Web.ASPxDateEdit.MinDate">ASPxDateEdit.MinDate</see> and <see cref="P:DevExpress.Web.ASPxDateEdit.MaxDate">ASPxDateEdit.MaxDate</see> properties.</para>
      </summary>
      <value>true, if the message is displayed, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDateEdit.Text">
      <summary>
        <para>Gets or sets the text displayed within the editor’s edit box.</para>
      </summary>
      <value>The textual representation of the editor’s value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDateEdit.TimeSectionProperties">
      <summary>
        <para>Gets the settings of the editor’s dropdown window <see href="https://docs.devexpress.com/AspNet/12319/components/data-editors/aspxdateedit/visual-elements#time-section">time section</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DateEditTimeSectionProperties"/> object that contains the time section’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDateEdit.UseMaskBehavior">
      <summary>
        <para>Gets or sets a value that specifies whether the mask behavior is applied to the date editor input.</para>
      </summary>
      <value>true if the mask behavior is enabled for the editor input; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDateEdit.Value">
      <summary>
        <para>Gets or sets the editor value.</para>
      </summary>
      <value>The editor value.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxDockManager">
      <summary>
        <para>A component that is used to manage panels and zones on a page.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxDockManager.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxDockManager"/> class with default settings.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxDockManager.AfterDock">
      <summary>
        <para>Fires on the server side after a panel is docked in a zone.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxDockManager.AfterFloat">
      <summary>
        <para>Fires on the server side after a panel is undocked from a zone.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxDockManager.BeforeDock">
      <summary>
        <para>Fires on the server side before a panel is docked in a zone and allows you to cancel the action.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxDockManager.BeforeFloat">
      <summary>
        <para>Fires on the server side before a panel is made floating (undocked from a zone) and allows you to cancel the action.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxDockManager.Callback">
      <summary>
        <para>Fires when a round trip to the server has been initiated by a call to the client <b>ASPxClientDockManager.PerformCallback</b> method.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxDockManager.ClientInstanceName">
      <summary>
        <para>Gets or sets the <see cref="T:DevExpress.Web.ASPxDockManager"/>‘s client programmatic identifier.</para>
      </summary>
      <value>A string value that specifies the <see cref="T:DevExpress.Web.ASPxDockManager"/>‘s client identifier.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxDockManager.ClientLayout">
      <summary>
        <para>Enables you to save and restore the previously saved layout of panels and zones managed by the ASPxDockManager.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxDockManager.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxDockManager"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DockManagerClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxDockManager"/>.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxDockManager.FindPanelByUID(System.String)">
      <summary>
        <para>Returns a panel object with the specified <see cref="P:DevExpress.Web.ASPxDockPanel.PanelUID">ASPxDockPanel.PanelUID</see> property value.</para>
      </summary>
      <param name="panelUID">A <see cref="T:System.String"/> value that is the <see cref="P:DevExpress.Web.ASPxDockPanel.PanelUID">ASPxDockPanel.PanelUID</see> property value of the required panel.</param>
      <returns>An <see cref="T:DevExpress.Web.ASPxDockPanel"/> object with a specific value of the <see cref="P:DevExpress.Web.ASPxDockPanel.PanelUID">ASPxDockPanel.PanelUID</see> property.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxDockManager.FindZoneByUID(System.String)">
      <summary>
        <para>Returns a zone object with the specified <see cref="P:DevExpress.Web.ASPxDockZone.ZoneUID">ASPxDockZone.ZoneUID</see> property value.</para>
      </summary>
      <param name="zoneUID">A <see cref="T:System.String"/> value that is the <see cref="P:DevExpress.Web.ASPxDockZone.ZoneUID">ASPxDockZone.ZoneUID</see> property value of the required zone.</param>
      <returns>An <see cref="T:DevExpress.Web.ASPxDockZone"/> object with a specific value of the <see cref="P:DevExpress.Web.ASPxDockZone.ZoneUID">ASPxDockZone.ZoneUID</see> property.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxDockManager.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="M:DevExpress.Web.ASPxDockManager.IsClientSideAPIEnabled">
      <summary>
        <para>Returns a value that indicates whether a specific programmatic interface (in particular, specific objects and methods) are available to the control on the client side.</para>
      </summary>
      <returns>true if the client-side API is available for the control; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxDockManager.Panels">
      <summary>
        <para>Provides access to the collection of <see href="https://docs.devexpress.com/AspNet/9768/components/docking-and-popups/docking/docking-visual-elements#dock-panel">panels</see> within the page.</para>
      </summary>
      <value>An <see cref="T:System.Collections.Generic.IEnumerable`1"/>&lt;<see cref="T:DevExpress.Web.ASPxDockPanel"/>,&gt; collection containing panels.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxDockManager.ResetLayoutToInitial">
      <summary>
        <para>Returns the layout of panels managed by the ASPxDockManager to the initial state.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxDockManager.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.ASPxDockManager.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’s name.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDockManager.Zones">
      <summary>
        <para>Provides access to the collection of <see href="https://docs.devexpress.com/AspNet/9768/components/docking-and-popups/docking/docking-visual-elements#dock-zone">zones</see> within the page.</para>
      </summary>
      <value>An <see cref="T:System.Collections.Generic.IEnumerable`1"/>&lt;<see cref="T:DevExpress.Web.ASPxDockZone"/>,&gt; collection containing zones.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxDockPanel">
      <summary>
        <para>A panel control that acts as a movable window.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxDockPanel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxDockPanel"/> class with default settings.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxDockPanel.AfterDock">
      <summary>
        <para>Fires on the server side after a panel is docked in a zone.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxDockPanel.AfterFloat">
      <summary>
        <para>Fires on the server side after a panel is undocked from a zone.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxDockPanel.AllowDragging">
      <summary>
        <para>Gets or sets a value specifying whether a panel can be dragged by end users.</para>
      </summary>
      <value>true if end users can drag a panel; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDockPanel.AllowedDockState">
      <summary>
        <para>Gets or sets a value that specifies what states are allowed for the <see href="https://docs.devexpress.com/AspNet/9768/components/docking-and-popups/docking/docking-visual-elements#dock-panel">panel</see></para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.AllowedDockState"/> enumeration values.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxDockPanel.BeforeDock">
      <summary>
        <para>Fires on the server side before a panel is docked in a zone and allows you to cancel the action.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxDockPanel.BeforeFloat">
      <summary>
        <para>Fires on the server side before a panel is made floating (undocked from a zone) and allows you to cancel the action.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxDockPanel.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxDockPanel"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DockPanelClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxDockPanel"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDockPanel.ForbiddenZones">
      <summary>
        <para>Provides access to the collection of zones disallowed for the current panel docking.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ForbiddenZoneCollection"/> object that is a collection of zones.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDockPanel.Images">
      <summary>
        <para>Provides access to the settings that define images for various panel elements.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupControlImages"/> object that contains image settings.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxDockPanel.IsClientSideAPIEnabled">
      <summary>
        <para>Returns a value that indicates whether a specific programmatic interface (in particular, specific objects and methods) are available to the control on the client side.</para>
      </summary>
      <returns>true if the client-side API is available for the control; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxDockPanel.LoadContentViaCallback">
      <summary>
        <para>Gets or sets a value specifying the content loading mode for the <see cref="T:DevExpress.Web.ASPxDockPanel"/>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.LoadPanelContentViaCallback"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDockPanel.OwnerZone">
      <summary>
        <para>Gets or sets a <see href="https://docs.devexpress.com/AspNet/9768/components/docking-and-popups/docking/docking-visual-elements#dock-zone">zone</see> that owns the current <see href="https://docs.devexpress.com/AspNet/9768/components/docking-and-popups/docking/docking-visual-elements#dock-panel">panel</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxDockZone"/> object that is the owner of the current panel.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDockPanel.OwnerZoneUID">
      <summary>
        <para>Specifies the unique identifier of a <see href="https://docs.devexpress.com/AspNet/9768/components/docking-and-popups/docking/docking-visual-elements#dock-zone">zone</see> that owns the <see href="https://docs.devexpress.com/AspNet/9768/components/docking-and-popups/docking/docking-visual-elements#dock-panel">panel</see>.</para>
      </summary>
      <value>The zone UID.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDockPanel.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.ASPxDockPanel.ShowOnPageLoad">
      <summary>
        <para>Gets or sets a value that specifies whether the panel is automatically displayed when a client browser loads the page.</para>
      </summary>
      <value>true if the panel is displayed on the page load; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDockPanel.Styles">
      <summary>
        <para>Provides access to the style settings that control the appearance of the panel 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.ASPxDockPanel.VisibleIndex">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/9768/components/docking-and-popups/docking/docking-visual-elements#dock-panel">panel</see>‘s position amongst the visible panels within the <see href="https://docs.devexpress.com/AspNet/9768/components/docking-and-popups/docking/docking-visual-elements#dock-zone">zone</see>.</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.ASPxDockZone">
      <summary>
        <para>A zone where panels can be docked.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxDockZone.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxDockZone"/> class with default settings.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxDockZone.AfterDock">
      <summary>
        <para>Fires on the server side after a panel is docked in a zone.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxDockZone.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="E:DevExpress.Web.ASPxDockZone.BeforeDock">
      <summary>
        <para>Fires on the server side before a panel is docked in a zone and allows you to cancel the action.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxDockZone.ClientInstanceName">
      <summary>
        <para>Gets or sets the <see cref="T:DevExpress.Web.ASPxDockZone"/>‘s client programmatic identifier.</para>
      </summary>
      <value>A string value that specifies the <see cref="T:DevExpress.Web.ASPxDockZone"/>‘s client identifier.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDockZone.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxDockZone"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DockZoneClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxDockZone"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDockZone.ClientVisible">
      <summary>
        <para>Gets or sets a value that specifies the initial visibility state of a <see href="https://docs.devexpress.com/AspNet/9768/components/docking-and-popups/docking/docking-visual-elements#dock-zone">zone</see> on the client.</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.ASPxDockZone.DisabledStyle">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.ASPxDockZone"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxDockZone.IsClientSideAPIEnabled">
      <summary>
        <para>Returns a value that indicates whether a specific programmatic interface (in particular, specific objects and methods) are available to the control on the client side.</para>
      </summary>
      <returns>true if the client-side API is available for the control; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxDockZone.Orientation">
      <summary>
        <para>Gets or sets the direction in which <see href="https://docs.devexpress.com/AspNet/9768/components/docking-and-popups/docking/docking-visual-elements#dock-panel">panels</see> are arranged within the <see href="https://docs.devexpress.com/AspNet/9768/components/docking-and-popups/docking/docking-visual-elements#dock-zone">zone</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.DockZoneOrientation"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDockZone.Paddings">
      <summary>
        <para>Gets the padding settings of the <see href="https://docs.devexpress.com/AspNet/9768/components/docking-and-popups/docking/docking-visual-elements#dock-zone">zone</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDockZone.Panels">
      <summary>
        <para>Provides access to the collection of <see href="https://docs.devexpress.com/AspNet/9768/components/docking-and-popups/docking/docking-visual-elements#dock-panel">panels</see> within the current <see href="https://docs.devexpress.com/AspNet/9768/components/docking-and-popups/docking/docking-visual-elements#dock-zone">zone</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.DockPanelCollection"/> collection containing panels.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDockZone.PanelSpacing">
      <summary>
        <para>Gets or sets the spacing between <see href="https://docs.devexpress.com/AspNet/9768/components/docking-and-popups/docking/docking-visual-elements#dock-panel">panels</see> within the <see href="https://docs.devexpress.com/AspNet/9768/components/docking-and-popups/docking/docking-visual-elements#dock-zone">zone</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that specifies the spacing.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDockZone.Styles">
      <summary>
        <para>Provides access to the styles that define the appearance of the <see href="https://docs.devexpress.com/AspNet/9768/components/docking-and-popups/docking/docking-visual-elements#dock-zone">zone</see> in different states.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DockZoneStyles"/> object that contains zone style properties.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDockZone.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.ASPxDropDownEdit">
      <summary>
        <para>An editor that provides the drop-down list functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxDropDownEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxDropDownEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxDropDownEdit.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxDropDownEdit"/>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.DropDownEditClientSideEvents"/> object which allows assigning handlers to the client-side events available to the editor.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDropDownEdit.DropDownApplyButton">
      <summary>
        <para>Gets the settings of the Apply command button in the dropdown editor.</para>
      </summary>
      <value>An object that contains button properties.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDropDownEdit.DropDownCloseButton">
      <summary>
        <para>Gets the settings of the Close command buttons in dropdown editors.</para>
      </summary>
      <value>n object that contains button properties.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDropDownEdit.DropDownWindowHeight">
      <summary>
        <para>Gets or sets the height of the editor’s <see href="https://docs.devexpress.com/AspNet/11655/components/data-editors/dropdownedit#visual-elements">drop down window</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the <see href="https://docs.devexpress.com/AspNet/11655/components/data-editors/dropdownedit#visual-elements">drop down window</see>‘s height.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDropDownEdit.DropDownWindowStyle">
      <summary>
        <para>Gets the style settings which define the appearance of an editor’s <see href="https://docs.devexpress.com/AspNet/11655/components/data-editors/dropdownedit#visual-elements">drop down window</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DropDownWindowStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDropDownEdit.DropDownWindowTemplate">
      <summary>
        <para>Gets or sets a common template used for displaying the content of the <see href="https://docs.devexpress.com/AspNet/11655/components/data-editors/dropdownedit#visual-elements">drop down window</see>.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template used for displaying the content of the <see href="https://docs.devexpress.com/AspNet/11655/components/data-editors/dropdownedit#visual-elements">drop down window</see>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDropDownEdit.DropDownWindowWidth">
      <summary>
        <para>Gets or sets the width of the editor’s <see href="https://docs.devexpress.com/AspNet/11655/components/data-editors/dropdownedit#visual-elements">drop down window</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the <see href="https://docs.devexpress.com/AspNet/11655/components/data-editors/dropdownedit#visual-elements">drop down window</see>‘s width.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxDropDownEdit.FindControl(System.String)">
      <summary>
        <para>Searches the current naming container for a server control with the specified id parameter.</para>
      </summary>
      <param name="id">The identifier for the control to be found.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that represents the specified control. null (Nothing in Visual Basic) if the specified control does not exist.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxDropDownEdit.KeyValue">
      <summary>
        <para>Gets or sets the key value associated with the text displayed within the editor’s edit box.</para>
      </summary>
      <value>An object specifying the key value associated with the editor’s value (displayed text).</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDropDownEdit.NullText">
      <summary>
        <para>Gets or sets the prompt text displayed within the editor’s input box when the editor is not focused, and its value is null.</para>
      </summary>
      <value>A string value that specifies the prompt text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDropDownEdit.SettingsAdaptivity">
      <summary>
        <para>Provides access to the ASPxDropdownEdit’s adaptivity settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DropDownEditAdaptivitySettings"/> object that contains adaptivity settings.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxDropDownEditBase">
      <summary>
        <para>Represents the base class for editors capable of using the dropdown window.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxDropDownEditBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxDropDownEditBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxDropDownEditBase.AnimationType">
      <summary>
        <para>Gets or sets a value specifying the animation type used when the editor’s <see href="https://docs.devexpress.com/AspNet/11655/components/data-editors/dropdownedit#visual-elements">drop down window</see> is invoked.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.AnimationType"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDropDownEditBase.CustomButtonsPosition">
      <summary>
        <para>Specifies the position of custom control buttons relative to the input element.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.CustomButtonsPosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDropDownEditBase.DropDownApplyButton">
      <summary>
        <para>Gets the settings of the ‘Apply’ command buttons in dropdown editors.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DropDownEditBaseCommandButton"/> object that represents the ‘Apply’ button’s properties.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDropDownEditBase.DropDownButton">
      <summary>
        <para>Gets the settings of the editor’s <see href="https://docs.devexpress.com/AspNet/11655/components/data-editors/dropdownedit#visual-elements">drop down button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DropDownButton"/> object that contains the fast button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDropDownEditBase.DropDownCloseButton">
      <summary>
        <para>Gets the settings of the ‘Close’ command buttons in dropdown editors.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DropDownEditBaseCommandButton"/> object that represents the ‘Close’ button’s properties.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDropDownEditBase.EnableAnimation">
      <summary>
        <para>Gets or sets a value that specifies whether a specific animation effect is used when the editor’s <see href="https://docs.devexpress.com/AspNet/11655/components/data-editors/dropdownedit#visual-elements">drop down window</see> is invoked.</para>
      </summary>
      <value>true if a specific animation effect is used; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDropDownEditBase.PopupHorizontalAlign">
      <summary>
        <para>Gets or sets a <see href="https://docs.devexpress.com/AspNet/11655/components/data-editors/dropdownedit#visual-elements">drop down window</see>‘s horizontal alignment.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.PopupHorizontalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDropDownEditBase.PopupVerticalAlign">
      <summary>
        <para>Gets or sets a <see href="https://docs.devexpress.com/AspNet/11655/components/data-editors/dropdownedit#visual-elements">drop down window</see>‘s vertical alignment.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.PopupVerticalAlign"/> enumeration values.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxDropDownEditBase.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxDropDownEditBase.RenderIFrameForPopupElements">
      <summary>
        <para>Gets or sets a value that specifies whether the editor’s dropdown window is 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.ASPxDropDownEditBase.SettingsAdaptivity">
      <summary>
        <para>Provides access to the dropdown editors’ adaptivity settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DropDownEditBaseAdaptivitySettings"/> object that contains adaptivity settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxDropDownEditBase.ShowShadow">
      <summary>
        <para>Gets or sets a value that specifies whether the editor’s <see href="https://docs.devexpress.com/AspNet/11655/components/data-editors/dropdownedit#visual-elements">drop down window</see> casts a shadow.</para>
      </summary>
      <value>true if the editor’s <see href="https://docs.devexpress.com/AspNet/11655/components/data-editors/dropdownedit#visual-elements">drop down window</see> casts a shadow; otherwise false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxEdit">
      <summary>
        <para>Represents the base class for editors that allow their values to be changed by end users.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxEdit.AreEditorsValid(System.Web.UI.Control,System.Boolean)">
      <summary>
        <para>Verifies whether the editors in the specified container are valid.</para>
      </summary>
      <param name="container">A <see cref="T:System.Web.UI.Control"/> object that specifies the container.</param>
      <param name="checkInvisibleEditors">true to check both visible and invisible editors that belong to the specified container; false to check only visible editors.</param>
      <returns>true if the editors are valid; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxEdit.AreEditorsValid(System.Web.UI.Control,System.String,System.Boolean)">
      <summary>
        <para>Verifies whether the editors with the specified settings are valid.</para>
      </summary>
      <param name="container">A <see cref="T:System.Web.UI.Control"/> object that specifies the container.</param>
      <param name="validationGroup">A string value that specifies the validation group’s name.</param>
      <param name="checkInvisibleEditors">true to check both visible and invisible editors that belong to the specified container; false to check only visible editors.</param>
      <returns>true if the editors are valid; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxEdit.AreEditorsValid(System.Web.UI.Control,System.String)">
      <summary>
        <para>Verifies whether visible editors with the specified settings are valid.</para>
      </summary>
      <param name="container">A <see cref="T:System.Web.UI.Control"/> object that specifies the container.</param>
      <param name="validationGroup">A string value that specifies the validation group’s name.</param>
      <returns>true if visible editors are valid; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxEdit.AreEditorsValid(System.Web.UI.Control)">
      <summary>
        <para>Verifies whether visible editors with the specified settings are valid.</para>
      </summary>
      <param name="container">A <see cref="T:System.Web.UI.Control"/> object that specifies the container.</param>
      <returns>true if visible editors are valid; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxEdit.AutoPostBack">
      <summary>
        <para>Gets or sets a value that specifies whether server-side processing is required to respond to specific predefined user actions.</para>
      </summary>
      <value>true, if server-side processing is required, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxEdit.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="M:DevExpress.Web.ASPxEdit.ClearEditorsInContainer(System.Web.UI.Control,System.Boolean)">
      <summary>
        <para>Assigns a null value to all editors which are located within the specified container object, dependent on the visibility state specified.</para>
      </summary>
      <param name="container">A <see cref="T:System.Web.UI.Control"/> object that specifies the container of editors.</param>
      <param name="clearInvisibleEditors">true to clear both visible and invisible editors that belong to the specified container; false to clear only visible editors.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxEdit.ClearEditorsInContainer(System.Web.UI.Control,System.String,System.Boolean)">
      <summary>
        <para>Assigns a null value to all editors which are located within the specified container object and belong to a specific validation group, depending upon their visibility state specified.</para>
      </summary>
      <param name="container">A <see cref="T:System.Web.UI.Control"/> object that specifies the container of editors.</param>
      <param name="validationGroup">A string value specifying the validation group’s name.</param>
      <param name="clearInvisibleEditors">true to clear both visible and invisible editors that belong to the specified container and group; false to clear only visible editors.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxEdit.ClearEditorsInContainer(System.Web.UI.Control,System.String)">
      <summary>
        <para>Assigns a null value to all visible editors that are located within the specified container object and belong to a specific validation group.</para>
      </summary>
      <param name="container">A <see cref="T:System.Web.UI.Control"/> object that specifies the container of editors.</param>
      <param name="validationGroup">A string value specifying the validation group’s name.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxEdit.ClearEditorsInContainer(System.Web.UI.Control)">
      <summary>
        <para>Assigns a null value to all visible editors that are located within the specified container object.</para>
      </summary>
      <param name="container">A <see cref="T:System.Web.UI.Control"/> object that specifies the container of editors.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxEdit.ClientReadOnly">
      <summary>
        <para>Gets or sets whether the editor 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.ASPxEdit.Enabled">
      <summary>
        <para>Gets or sets a value that indicates whether the editor is enabled, allowing it to respond to end-user interactions.</para>
      </summary>
      <value>true if the editor is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxEdit.EnableFocusedStyle">
      <summary>
        <para>Gets or sets a value that specifies whether an editor in a focused state is displayed with predefined style settings.</para>
      </summary>
      <value>true if an editor has a predefined style for the focused state; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxEdit.ErrorText">
      <summary>
        <para>Gets or sets an error text to be displayed within an editor’s error frame if the editor’s custom validation fails.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the error text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxEdit.FocusedStyle">
      <summary>
        <para>Gets the style settings which define an editor’s appearance in the focused state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.EditorDecorationStyle"/> object that contains the checked style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxEdit.ImageFolder">
      <summary>
        <para>Gets or sets the path to the folder that contains images used by an editor.</para>
      </summary>
      <value>A string value specifying the root path of all the images used by an editor.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxEdit.InvalidStyle">
      <summary>
        <para>Gets the style settings which define an editor’s appearance in the invalid state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.EditorDecorationStyle"/> object that contains style settings.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxEdit.IsClientSideAPIEnabled">
      <summary>
        <para>Returns a value that indicates whether a specific programmatic interface (in particular, specific JavaScript objects and methods) are available to the control on the client side.</para>
      </summary>
      <returns>true if the client-side API is available for the control; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxEdit.IsValid">
      <summary>
        <para>Gets or sets a value that indicates whether the editor’s value passes validation.</para>
      </summary>
      <value>true if the editor’s value passes validation; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxEdit.ReadOnly">
      <summary>
        <para>Gets or sets a value indicating whether an end-user can change the editor’s contents at runtime.</para>
      </summary>
      <value>true, if an end-user cannot change the editor’s contents; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxEdit.ReadOnlyStyle">
      <summary>
        <para>Gets style settings for the read-only editor state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ReadOnlyStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxEdit.SpriteCssFilePath">
      <summary>
        <para>Gets or sets the path to a CSS file that defines the control’s <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> settings.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the required CSS file.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxEdit.SpriteImageUrl">
      <summary>
        <para>Gets or sets the path to a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the sprite image.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxEdit.Validate">
      <summary>
        <para>Performs the editor’s validation.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxEdit.ValidateEditorsInContainer(System.Web.UI.Control,System.Boolean)">
      <summary>
        <para>Performs validation of the editors which are located within the specified container, dependent on the visibility state specified.</para>
      </summary>
      <param name="container">A <see cref="T:System.Web.UI.Control"/> object that represents the container of the editors to be validated.</param>
      <param name="validateInvisibleEditors">true to validate both visible and invisible editors that belong to the specified container; false to validate only visible editors.</param>
      <returns>true if the specified editors pass validation; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxEdit.ValidateEditorsInContainer(System.Web.UI.Control,System.String,System.Boolean)">
      <summary>
        <para>Performs validation of the editors which are located within the specified container and belong to a specific validation group, dependent on the visibility state specified.</para>
      </summary>
      <param name="container">A <see cref="T:System.Web.UI.Control"/> object that represents the container of the editors to be validated.</param>
      <param name="validationGroup">A string value that specifies the validation group’s name.</param>
      <param name="validateInvisibleEditors">true to validate both visible and invisible editors that belong to the specified container and group; false to validate only visible editors.</param>
      <returns>true if the specified editors pass validation; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxEdit.ValidateEditorsInContainer(System.Web.UI.Control,System.String)">
      <summary>
        <para>Performs validation of visible editors that are located within the specified container and belong to a specific validation group.</para>
      </summary>
      <param name="container">A <see cref="T:System.Web.UI.Control"/> object that specifies the container of the editors to be validated.</param>
      <param name="validationGroup">A string value that specifies the validation group’s name.</param>
      <returns>true if the specified visible editors pass validation; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxEdit.ValidateEditorsInContainer(System.Web.UI.Control)">
      <summary>
        <para>Performs validation of visible editors that are located within the specified container.</para>
      </summary>
      <param name="container">A <see cref="T:System.Web.UI.Control"/> object that specifies the container of the editors to be validated.</param>
      <returns>true if the specified visible editors pass validation; otherwise, false.</returns>
    </member>
    <member name="E:DevExpress.Web.ASPxEdit.Validation">
      <summary>
        <para>Allows you to specify whether the value entered into the editor is valid, and whether the editor is allowed to lose focus.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxEdit.ValidationSettings">
      <summary>
        <para>Gets the editor’s validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxEdit.Value">
      <summary>
        <para>Gets or sets the edited value within the editor.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> value representing the editor’s edited value.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxEdit.ValueChanged">
      <summary>
        <para>Fires when the control accepts the new value entered by a user.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxEdit.Visible">
      <summary>
        <para>Gets or sets a value specifying the editor’s visibility.</para>
      </summary>
      <value>true if the editor is visible; otherwise false</value>
    </member>
    <member name="T:DevExpress.Web.ASPxEditBase">
      <summary>
        <para>Represents the base class for all editor types.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxEditBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxEditBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxEditBase.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.ASPxEditBase.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.ASPxEditBase.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.ASPxEditBase.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.ASPxEditBase.ClientInstanceName">
      <summary>
        <para>Specifies the editor’s client programmatic identifier.</para>
      </summary>
      <value>A string value that specifies the editor’s client identifier.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxEditBase.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 on the client; false to render the editor into the web page, but make it initially hidden on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxEditBase.Controls">
      <summary>
        <para>Gets the web control’s collection of child controls.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.ControlCollection"/> object is the collection of child controls for the specified server control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxEditBase.CssFilePath">
      <summary>
        <para>Gets or sets the path to a CSS file that defines the editor’s appearance.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the required CSS file.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxEditBase.CssPostfix">
      <summary>
        <para>Gets or sets a CSS class name postfix that identifies style settings to be applied to the editor.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that represents the required CSS class name postfix</value>
    </member>
    <member name="E:DevExpress.Web.ASPxEditBase.CustomJSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxEditBase.EnableClientSideAPI">
      <summary>
        <para>Gets or sets a value that specifies whether the editor can be manipulated on the client side via code.</para>
      </summary>
      <value>true if the editor’s client object model is fully available; false if no programmatic interface is available for the editor on the client side.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxEditBase.GetClientSideEvents">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxEditBase.JSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
      <value>The collection of property names and their values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxEditBase.ParentImages">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.ASPxEditBase"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxEditBase.ParentSkinOwner">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value>An object that implements the ISkinOwner interface.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxEditBase.ParentStyles">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.ASPxEditBase"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxEditBase.ReadOnly">
      <summary>
        <para>Gets or sets a value indicating whether an end-user can change the editor’s contents at runtime.</para>
      </summary>
      <value>true, if an end-user cannot change the editor’s contents; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxEditBase.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxEditBase.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.ASPxEditBase.Value">
      <summary>
        <para>Gets or sets the editor’s value.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> value representing the editor’s value.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxFileManager">
      <summary>
        <para>A file management control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxFileManager.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxFileManager"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.AccessibilityCompliant">
      <summary>
        <para>Enables accessibility support.</para>
      </summary>
      <value>true, if accessibility support is enabled; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxFileManager.AfterPerformCallback">
      <summary>
        <para>Fires after a callback or a postback initiated by the control has been processed on the server.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.ClientInstanceName">
      <summary>
        <para>Specifies the <see cref="T:DevExpress.Web.ASPxFileManager"/>‘s client programmatic identifier.</para>
      </summary>
      <value>The control’s client identifier.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxFileManager"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxFileManager"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.ClientVisible">
      <summary>
        <para>Gets or sets a value that specifies the initial visibility state of a web control on the client.</para>
      </summary>
      <value>true to make a web control initially displayed on the client; false to render the control into the web page, but make it initially hidden on the client side.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxFileManager.CloudProviderRequest">
      <summary>
        <para>Fires when a cloud provider sends a request to a cloud service.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.CssFilePath">
      <summary>
        <para>Gets or sets the path to a CSS file that defines the editor’s appearance.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the required CSS file.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.CssPostfix">
      <summary>
        <para>Gets or sets a CSS class name postfix that identifies style settings to be applied to the control.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that represents the required CSS class name postfix.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxFileManager.CustomCallback">
      <summary>
        <para>Fires when a round trip to the server has been initiated by a call to the client <b>ASPxClientFileManager.PerformCallback</b> method.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxFileManager.CustomErrorText">
      <summary>
        <para>Enables you to provide custom error descriptions.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxFileManager.CustomFileInfoDisplayText">
      <summary>
        <para>Allows you to display the custom file information in the file tooltip and columns.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.CustomFileSystemProvider">
      <summary>
        <para>Gets or sets the custom file system provider used within ASPxFileManager.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileSystemProviderBase"/> object that is the file system provider.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.CustomFileSystemProviderTypeName">
      <summary>
        <para>Gets or sets the name of a custom file system provider type that is used within ASPxFileManager.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the type name.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxFileManager.CustomJSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxFileManager.CustomThumbnail">
      <summary>
        <para>Occurs each time before a <see href="https://docs.devexpress.com/AspNet/8959/components/file-management/file-manager/visual-elements/file/thumbnail">thumbnail</see> or a folder’s icon is created.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxFileManager.CustomTooltip">
      <summary>
        <para>Allows the tooltip for the current FileManager item to be customized.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxFileManager.DataBind">
      <summary>
        <para>Binds a data source to the <see cref="T:DevExpress.Web.ASPxFileManager"/> control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.DataSource">
      <summary>
        <para>Gets or sets the object from which the data-bound file manager retrieves its list of items.</para>
      </summary>
      <value>An object that is the data source from which the data-bound control retrieves its data.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.DataSourceID">
      <summary>
        <para>Gets or sets the ID of the control from which the ASPxFileManager control retrieves its list of data items.</para>
      </summary>
      <value>The ID of a control that is the data source from which ASPxFileManager retrieves its data.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxFileManager.DetailsViewCustomColumnDisplayText">
      <summary>
        <para>Allows you to specify the display text of a custom column cell.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxFileManager.DetailsViewCustomColumnHeaderFilterFillItems">
      <summary>
        <para>Enables you to provide custom filter items displayed within a filter dropdown for a custom column.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.DisabledStyle">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.ASPxFileManager"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.EnableCallbackAnimation">
      <summary>
        <para>Gets or sets a value that specifies whether a specific animation effect is used when a <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">file container</see>‘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.ASPxFileManager.EnableCallbackCompression">
      <summary>
        <para>Gets or sets whether callback result compression is enabled.</para>
      </summary>
      <value>true to enable callback result compression; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.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="P:DevExpress.Web.ASPxFileManager.EncodeHtml">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.ASPxFileManager"/> class.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxFileManager.FileDownloading">
      <summary>
        <para>Fires on the server side before a file download starts, and allows you to cancel the action.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.FileListCustomFilter">
      <summary>
        <para>Specifies the name of your custom filter to be currently applied to the File Manager’s file list</para>
      </summary>
      <value>A string value specifying the filter’s name.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.FileListCustomFilterBreadcrumbsText">
      <summary>
        <para>Specifies the breadcrumbs text to be displayed in the File Manager for the applied filter.</para>
      </summary>
      <value>A string value specifying breadcrumbs text when custom filter is applied.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxFileManager.FilesUploaded">
      <summary>
        <para>Occurs on the server side after upload of all selected files has been completed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxFileManager.FileUploading">
      <summary>
        <para>Fires on the server side before a file is uploaded, and allows you to cancel the action.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.FilterBoxText">
      <summary>
        <para>Gets or sets a value specifying the Filter Box text.</para>
      </summary>
      <value>A string value specifying the text.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxFileManager.FolderCreated">
      <summary>
        <para>Occurs on the server side after a folder has been created.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxFileManager.FolderCreating">
      <summary>
        <para>Fires on the server side before a folder is created and allows you to cancel the action.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxFileManager.GetAppRelativeRootFolder">
      <summary>
        <para>Gets the root folder path for the ASPxFileManager control relative to the application.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value that represents the path to the root folder.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.Images">
      <summary>
        <para>Provides access to the settings that define images displayed within the ASPxFileManager’s <see href="https://docs.devexpress.com/AspNet/8871/components/file-management/file-manager/visual-elements">elements</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerImages"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.ImagesDetailsView">
      <summary>
        <para>Provides access to the settings that define images displayed within the <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">file list</see> in details view.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerDetailsViewImages"/> object that contains image settings.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxFileManager.ItemCopying">
      <summary>
        <para>Fires on the server side before an item is copied and allows you to cancel the action.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxFileManager.ItemDeleting">
      <summary>
        <para>Fires on the server side before an item is deleted and allows you to cancel the action.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxFileManager.ItemMoving">
      <summary>
        <para>Fires on the server side before an item is moved and allows you to cancel the action.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxFileManager.ItemRenamed">
      <summary>
        <para>Occurs on the server side after an item has been renamed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxFileManager.ItemRenaming">
      <summary>
        <para>Fires on the server side before an item is renamed and allows you to cancel the action.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxFileManager.ItemsCopied">
      <summary>
        <para>Occurs on the server side after copying of all selected items has been completed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxFileManager.ItemsDeleted">
      <summary>
        <para>Occurs on the server side after all the selected items have been deleted.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxFileManager.ItemsMoved">
      <summary>
        <para>Occurs on the server side after all the selected items have been moved.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.JSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
      <value>The collection of property names and their values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.ProviderType">
      <summary>
        <para>Specifies the type of provider used by the file manager.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.FileManagerProviderType"/> enumeration values.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxFileManager.Refresh">
      <summary>
        <para>Recreates the hierarchy of the ASpxFileManager’s child controls.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.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.ASPxFileManager.SaveStateToCookies">
      <summary>
        <para>Gets or sets a value that specifies whether cookies are used to persist information about the control.</para>
      </summary>
      <value>true if information is persisted in cookies; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.SaveStateToCookiesID">
      <summary>
        <para>Gets or sets the name (identifier) of the cookie in which the ASPxFileManager’s state is persisted.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying a cookie’s name.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.SelectedFile">
      <summary>
        <para>Gets or sets the selected file within the <see cref="T:DevExpress.Web.ASPxFileManager"/> control’s <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">file container</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerFile"/> object representing the selected file.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxFileManager.SelectedFileOpened">
      <summary>
        <para>Fires on the server side when an end-user opens a file by double-clicking it or pressing the Enter key.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.SelectedFiles">
      <summary>
        <para>Gets or sets a collection of files selected within the file manager.</para>
      </summary>
      <value>A DevExpress.Web.FileManagerFile[] object that is the collection of selected files.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.SelectedFolder">
      <summary>
        <para>Gets the currently selected <see href="https://docs.devexpress.com/AspNet/8874/components/file-management/file-manager/visual-elements/folder-container">folder</see> in the <see href="https://docs.devexpress.com/AspNet/8874/components/file-management/file-manager/visual-elements/folder-container">folder container</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the selected folder.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.Settings">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.Web.ASPxFileManager"/>‘s main settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerSettings"/> object that contains the control’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.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.ASPxFileManager.SettingsAmazon">
      <summary>
        <para>Gets settings allowing file manager to access a file system retained in Amazon Simple Storage Service (Amazon S3).</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerAmazonProviderSettings"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.SettingsAzure">
      <summary>
        <para>Gets settings allowing file manager to access a file system retained in Azure Service.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerAzureProviderSettings"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.SettingsBreadcrumbs">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/114018/components/file-management/file-manager/visual-elements/breadcrumbs">breadcrumbs</see> settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerSettingsBreadcrumbs"/> object that contains settings for the breadcrumbs element.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.SettingsContextMenu">
      <summary>
        <para>Provides access to the file manager’s <see href="https://docs.devexpress.com/AspNet/17535/components/file-management/file-manager/visual-elements/context-menu">context menu</see> settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerSettingsContextMenu"/> object that contains context menu settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.SettingsCookies">
      <summary>
        <para>Provides access to the file manager’s cookie settings.</para>
      </summary>
      <value>An object that contains cookie settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.SettingsDataSource">
      <summary>
        <para>Provides access to a file manager’s field name settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerSettingsDataSource"/> object that contains data source settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.SettingsDropbox">
      <summary>
        <para>Gets settings allowing file manager to access a file system retained in the Dropbox Service.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerDropBoxProviderSettings"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.SettingsEditing">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.Web.ASPxFileManager"/>‘s editing settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerSettingsEditing"/> object that contains the ASPxFileManager’s editing options.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.SettingsFileList">
      <summary>
        <para>Provides access to settings that are related to the <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">file list</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerSettingsFileList"/> object that contains the file list’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.SettingsFiltering">
      <summary>
        <para>Provides access to the File Manager’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.ASPxFileManager.SettingsFolders">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/8874/components/file-management/file-manager/visual-elements/folder-container">folder container</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerSettingsFolders"/> object that contains the folder container’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.SettingsGoogleDrive">
      <summary>
        <para>Gets settings allowing the file manager to access a file system retained in Google Drive storage.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerGoogleDriveProviderSettings"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.SettingsGoogleDrivePersonal">
      <summary>
        <para>Gets settings allowing the file manager to access a file system retained in Google Drive storage (personal account).</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerGoogleDrivePersonalProviderSettings"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.SettingsLoadingPanel">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/8876/components/file-management/file-manager/visual-elements/loading-panel">loading panel</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SettingsLoadingPanel"/> object that contains the loading panel’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.SettingsOneDrive">
      <summary>
        <para>Gets settings allowing the file manager to access a file system retained in OneDrive storage.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerOneDriveProviderSettings"/> object containing provider settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.SettingsOneDrivePersonal">
      <summary>
        <para>Gets settings allowing the file manager to access a file system retained in OneDrive storage.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerOneDrivePersonalProviderSettings"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.SettingsPermissions">
      <summary>
        <para>Provides access to settings that relate to the ASPxFileManager’s permissions.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerSettingsPermissions"/> object containing settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.SettingsSharePoint">
      <summary>
        <para>Gets settings allowing the file manager to access a file system retained in SharePoint storage.</para>
      </summary>
      <value>SharePoint provider settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.SettingsToolbar">
      <summary>
        <para>Provides access to the visibility of <see href="https://docs.devexpress.com/AspNet/8877/components/file-management/file-manager/visual-elements/toolbar-elements">toolbar</see> items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerSettingsToolbar"/> object that contains the visibility options.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.SettingsUpload">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/8875/components/file-management/file-manager/visual-elements/upload-panel">upload panel</see>‘s settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.FileManagerSettingsUpload"/> object that holds settings for an upload panel.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.Styles">
      <summary>
        <para>Provides access to the style settings that control the appearance of the ASPxFileManager’s <see href="https://docs.devexpress.com/AspNet/8871/components/file-management/file-manager/visual-elements">elements</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerStyles"/> object that provides style settings for the ASPxFileManager’s elements.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.StylesContextMenu">
      <summary>
        <para>Provides access to the style settings that define the appearance of the control’s <see href="https://docs.devexpress.com/AspNet/17535/components/file-management/file-manager/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerContextMenuStyles"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFileManager.StylesDetailsView">
      <summary>
        <para>Provides access to the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">file list</see> 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.ASPxFilterControl">
      <summary>
        <para>Represents a filter control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxFilterControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxFilterControl"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxFilterControl.ClientInstanceName">
      <summary>
        <para>Gets or sets the <see cref="T:DevExpress.Web.ASPxFilterControl"/>‘s client programmatic identifier.</para>
      </summary>
      <value>A string value that specifies the <see cref="T:DevExpress.Web.ASPxFilterControl"/>‘s client programmatic identifier.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFilterControl.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxFilterControl"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FilterControlClientSideEvents"/> object that allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxFilterControl"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFilterControl.ClientVisible">
      <summary>
        <para>Gets or sets a value that specifies the initial visibility state of a web control on the client.</para>
      </summary>
      <value>true to make a web control initially displayed on the client; false to render the control into the web page, but make it initially hidden on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFilterControl.Columns">
      <summary>
        <para>Gets a collection of filter columns.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FilterControlColumnCollection"/> object that contains filter columns.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFilterControl.Images">
      <summary>
        <para>Provides access to the settings that define images displayed within the <see cref="T:DevExpress.Web.ASPxFilterControl"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FilterControlImages"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFilterControl.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.ASPxFilterControl.JSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
      <value>The collection of property names and their values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFilterControl.LoadingPanelStyle">
      <summary>
        <para>Gets the style settings defining the appearance of the Loading Panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LoadingPanelStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFilterControl.SettingsLoadingPanel">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/8283/components/docking-and-popups/loading-panel#loading-panel">Loading Panel</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SettingsLoadingPanel"/> object that contains the loading panel’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFilterControl.Styles">
      <summary>
        <para>Provides access to the style settings that control the appearance of the <see cref="T:DevExpress.Web.ASPxFilterControl"/> 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.ASPxFilterControl"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFilterControl.StylesEditors">
      <summary>
        <para>Provides access to style settings used to paint the ASPxFilterControl’s editors.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditorStyles"/> object that contains style settings used to paint the ASPxFilterControl’s editors.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxFilterControlBase">
      <summary>
        <para>Serves as a base for the <see cref="T:DevExpress.Web.ASPxFilterControl"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxFilterControlBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxFilterControlBase"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxFilterControlBase.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.ASPxFilterControlBase.AppliedFilterExpression">
      <summary>
        <para>Gets the applied filter expression.</para>
      </summary>
      <value>A string value that specifies the applied filter expression.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxFilterControlBase.ApplyFilter">
      <summary>
        <para>Applies a filter constructed by an end-user.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxFilterControlBase.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>
    </member>
    <member name="M:DevExpress.Web.ASPxFilterControlBase.BindToSource(System.Object,System.Boolean,System.Int32)">
      <summary>
        <para>Bind filter control columns to the specified object.</para>
      </summary>
      <param name="obj">An object to which the filter control is bound.</param>
      <param name="allowHierarchicalColumns">true, to display hierarchical columns; otherwise, false.</param>
      <param name="maxHierarchyDepth">An integer value specifying the maximum hierarchy depth level that can be displayed by the filter control.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxFilterControlBase.BindToSource(System.Type,System.Boolean,System.Int32)">
      <summary>
        <para>Bind filter control columns to the specified type.</para>
      </summary>
      <param name="type">A type to which the filter control is bound.</param>
      <param name="allowHierarchicalColumns">true, to display hierarchical columns; otherwise, false.</param>
      <param name="maxHierarchyDepth">An integer value specifying the maximum hierarchy depth level that can be displayed by the filter control.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxFilterControlBase.ClearFilter">
      <summary>
        <para>Clears the control’s filter expression.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxFilterControlBase.ClearOperandValueOnColumnChange">
      <summary>
        <para>Gets or sets a value that specifies whether the <see href="https://docs.devexpress.com/AspNet/11155/components/data-editors/aspxfiltercontrol/visual-elements#criteria-value">criteria value</see> in the Filter Control should be cleared when the specified <see href="https://docs.devexpress.com/AspNet/11155/components/data-editors/aspxfiltercontrol/visual-elements#field-name">field name</see> is changed.</para>
      </summary>
      <value>true, if the criteria value should be cleared; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxFilterControlBase.CriteriaValueEditorCreate">
      <summary>
        <para>Enables you to replace the default <see href="https://docs.devexpress.com/AspNet/11155/components/data-editors/aspxfiltercontrol/visual-elements#criteria-value">criteria value</see> editor with custom one.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxFilterControlBase.CriteriaValueEditorInitialize">
      <summary>
        <para>Enables the editors displayed within the <see href="https://docs.devexpress.com/AspNet/11155/components/data-editors/aspxfiltercontrol/visual-elements#criteria-value">criteria value</see> to be initialized.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxFilterControlBase.CssFilePath">
      <summary>
        <para>Gets or sets the path to a CSS file that defines the control’s appearance.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the required CSS file.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFilterControlBase.CssPostfix">
      <summary>
        <para>Gets or sets a CSS class name postfix that identifies style settings to be applied to the control.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that represents the required CSS class name postfix.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxFilterControlBase.CustomJSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxFilterControlBase.CustomValueDisplayText">
      <summary>
        <para>Enables you to specify the entered value’s custom display text to be displayed when a value editor is inactive.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxFilterControlBase.EnableCallbackAnimation">
      <summary>
        <para>Gets or sets a value that specifies whether a specific animation effect is used when a control’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.ASPxFilterControlBase.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.ASPxFilterControlBase.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="P:DevExpress.Web.ASPxFilterControlBase.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.ASPxFilterControlBase.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="M:DevExpress.Web.ASPxFilterControlBase.GetFilterExpressionForAccess">
      <summary>
        <para>Returns the filter expression for a MS Access database.</para>
      </summary>
      <returns>A string value that represents the filter expression.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxFilterControlBase.GetFilterExpressionForDataSet">
      <summary>
        <para>Returns the filter expression for a data source control’s FilterExpression property.</para>
      </summary>
      <returns>A string value that represents the filter expression.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxFilterControlBase.GetFilterExpressionForMsSql">
      <summary>
        <para>Returns the filter expression for a MS SQL Server database.</para>
      </summary>
      <returns>A string value that is the filter expression.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxFilterControlBase.GetFilterExpressionForOracle">
      <summary>
        <para>Returns the filter expression for an Oracle database.</para>
      </summary>
      <returns>A string value that represents the filter expression.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxFilterControlBase.GroupOperationsVisibility">
      <summary>
        <para>Gets the visibility settings of <see href="https://docs.devexpress.com/AspNet/11155/components/data-editors/aspxfiltercontrol/visual-elements#combining-operator">combining operator</see> 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.ASPxFilterControlBase.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="M:DevExpress.Web.ASPxFilterControlBase.IsFilterExpressionValid">
      <summary>
        <para>Returns a value indicating whether the composed filter expression is valid - all expression conditions are filled.</para>
      </summary>
      <returns>true if the filter expression is valid; otherwise, false.</returns>
    </member>
    <member name="E:DevExpress.Web.ASPxFilterControlBase.OperationVisibility">
      <summary>
        <para>Enables you to hide/show the operations for filterable properties within the control.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxFilterControlBase.ParseValue">
      <summary>
        <para>Enables you to process and modify an entered value before it is actually accepted by the control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxFilterControlBase.ResetFilter">
      <summary>
        <para>Resets the current filter expression to a previously applied filter expression.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxFilterControlBase.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="M:DevExpress.Web.ASPxFilterControlBase.SetColumnClauseClass(DevExpress.Web.FilterControlColumn,DevExpress.Data.Filtering.Helpers.FilterColumnClauseClass)">
      <summary>
        <para>Sets the column’s clause type.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.FilterControlColumn"/> object that is the column whose clause type will be changed.</param>
      <param name="clauseClass">One of the DevExpress.Data.Filtering.Helpers.FilterColumnClauseClass enumeration values.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxFilterControlBase.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.ASPxFilterControlBase.TextTabText">
      <summary>
        <para>Gets or sets the text displayed in the Filter Control’s Text <see href="https://docs.devexpress.com/AspNet/11155/components/data-editors/aspxfiltercontrol/visual-elements#tab">tab</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the tab text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFilterControlBase.ViewMode">
      <summary>
        <para>Specifies if the text filter expression editor is displayed in the <see cref="T:DevExpress.Web.ASPxFilterControl"/>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.FilterControlViewMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFilterControlBase.VisualTabText">
      <summary>
        <para>Gets or sets the text displayed in the Filter Control’s Visual <see href="https://docs.devexpress.com/AspNet/11155/components/data-editors/aspxfiltercontrol/visual-elements#tab">tab</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the tab text.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxFloatingActionButton">
      <summary>
        <para>A floating action button.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxFloatingActionButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxFloatingActionButton"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxFloatingActionButton.ClientInstanceName">
      <summary>
        <para>Gets or sets the floating actionbutton’s client programmatic identifier.</para>
      </summary>
      <value>A string value that specifies the floating action button’s client identifier.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFloatingActionButton.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxFloatingActionButton"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FloatingActionButtonClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxFloatingActionButton"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFloatingActionButton.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.ASPxFloatingActionButton.HorizontalMargin">
      <summary>
        <para>Specifies the floating action button’s horizontal margin.</para>
      </summary>
      <value>An integer value that specifies the horizontal margin.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFloatingActionButton.HorizontalPosition">
      <summary>
        <para>Specifies the floating action button’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.ASPxFloatingActionButton.InitialActionContext">
      <summary>
        <para>Specifies which floating action button’s action should be displayed when a page is initialized.</para>
      </summary>
      <value>A string value that specifies the action’s context name.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFloatingActionButton.Items">
      <summary>
        <para>Gets the collection of items in the <see href="https://docs.devexpress.com/AspNet/120655/components/site-navigation-and-layout/floating-action-button">Floating Action Button</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.FABActionCollection"/> instance that is the collection of items.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFloatingActionButton.SpriteCssFilePath">
      <summary>
        <para>Gets or sets the path to a CSS file that defines the control’s <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> settings.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the required CSS file.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFloatingActionButton.TextVisibilityMode">
      <summary>
        <para>Specifies whether the text is displayed within the floating action button.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.FloatingActionButtonTextVisibilityMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFloatingActionButton.VerticalMargin">
      <summary>
        <para>Specifies the floating action button’s vertical margin.</para>
      </summary>
      <value>An integer value that specifies the vertical margin.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFloatingActionButton.VerticalPosition">
      <summary>
        <para>Specifies the floating action button’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.ASPxFormLayout">
      <summary>
        <para>A form layout management control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxFormLayout.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxFormLayout"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxFormLayout.AccessibilityCompliant">
      <summary>
        <para>Enables accessibility support.</para>
      </summary>
      <value>true, if accessibility support is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFormLayout.AlignItemCaptions">
      <summary>
        <para>Gets or sets whether the layout item captions are auto-aligned independently within the ASPxFormLayout control.</para>
      </summary>
      <value>true, to align layout item captions; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFormLayout.AlignItemCaptionsInAllGroups">
      <summary>
        <para>Gets or sets whether the layout item captions are auto-aligned within all layout groups in the ASPxFormLayout control.</para>
      </summary>
      <value>true, to align layout item captions; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFormLayout.ClientInstanceName">
      <summary>
        <para>Gets or sets the <see cref="T:DevExpress.Web.ASPxFormLayout"/>‘s client programmatic identifier.</para>
      </summary>
      <value>A string value that specifies the <see cref="T:DevExpress.Web.ASPxFormLayout"/>‘s client identifier.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFormLayout.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxFormLayout"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxFormLayout"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFormLayout.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 on the client; false to render the editor into the web page, but make it initially hidden on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFormLayout.ColumnCount">
      <summary>
        <para>Gets or sets the number of columns.</para>
      </summary>
      <value>An integer value specifying the number of columns.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFormLayout.CssFilePath">
      <summary>
        <para>This property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxFormLayout.CssPostfix">
      <summary>
        <para>This property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxFormLayout.DataItem">
      <summary>
        <para>Gets the data item that is bound to the form layout’s <see href="https://docs.devexpress.com/AspNet/14355/components/site-navigation-and-layout/form-layout/visual-elements/layout-item">item</see>.</para>
      </summary>
      <value>An that represents the data item which is bound to the item.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFormLayout.DisabledStyle">
      <summary>
        <para>This property is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxFormLayout.EncodeHtml">
      <summary>
        <para>Gets or sets a value that specifies whether the control’s element content is rendered as pure HTML, or HTML markers are stripped out.</para>
      </summary>
      <value>true if the HTML code contained within the control’s element content is not executed and is converted into the corresponding text for display purposes, false if the control’s element content can contain pure HTML code.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxFormLayout.FindItemByFieldName(System.String)">
      <summary>
        <para>Returns a layout item by its field name.</para>
      </summary>
      <param name="fieldName">A string value specifying the field name of a data source to which the form layout is bound.</param>
      <returns>An <see cref="T:DevExpress.Web.LayoutItem"/> object that is a layout item bound to the specified field name.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxFormLayout.FindItemByPath(System.String)">
      <summary>
        <para>Returns a layout item by its path.</para>
      </summary>
      <param name="path">A string value specifying the layout item’s path that is layout item indexes separated by the ‘_’ symbol.</param>
      <returns>An <see cref="T:DevExpress.Web.LayoutItemBase"/> object that is a layout item with the specified path.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxFormLayout.FindItemOrGroupByName(System.String)">
      <summary>
        <para>Returns a layout item or group object with the specified <see cref="P:DevExpress.Web.LayoutItemBase.Name">LayoutItemBase.Name</see> property value.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.LayoutItemBase.Name">LayoutItemBase.Name</see> property value of the required layout item or group.</param>
      <returns>A <see cref="T:DevExpress.Web.LayoutItemBase"/> object with a specific value of the <see cref="P:DevExpress.Web.LayoutItemBase.Name">LayoutItemBase.Name</see> property.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxFormLayout.FindNestedControlByFieldName(System.String)">
      <summary>
        <para>Returns a control that is nested into the layout item with the specified field name.</para>
      </summary>
      <param name="fieldName">A string value specifying the field name of a data source to which the form layout is bound.</param>
      <returns>An <see cref="T:System.Web.UI.Control"/> object that is a control nested into the layout item with the specified field name.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxFormLayout.ForEach(System.Action{DevExpress.Web.LayoutItemBase})">
      <summary>
        <para>Performs the specified action on each element of the current collection.</para>
      </summary>
      <param name="method">The <see cref="T:System.Action`1"/> action to perform on each element of the collection.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxFormLayout.GetNestedControlValueByFieldName(System.String)">
      <summary>
        <para>Returns a value of a control that is nested into the layout item with the specified field name.</para>
      </summary>
      <param name="fieldName">A string value specifying the field name of a data source to which the form layout is bound.</param>
      <returns>An <see cref="T:System.Object"/> object that is a value of a control nested into the layout item with the specified field name.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxFormLayout.IsClientSideAPIEnabled">
      <summary>
        <para>Returns a value that indicates whether a specific programmatic interface (in particular, specific JavaScript objects and methods) are available to the control on the client side.</para>
      </summary>
      <returns>true, if the client-side API is available for the control; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxFormLayout.Items">
      <summary>
        <para>Provides access to the ASPxFormLayout’s item collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LayoutItemCollection"/> object that is a collection of layout items.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxFormLayout.LayoutItemDataBinding">
      <summary>
        <para>Fires on the server side before a layout item is bound to a data source.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxFormLayout.LayoutItemDataBound">
      <summary>
        <para>Occurs after a layout item has been bound to a data source field.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxFormLayout.LeftAndRightCaptionsWidth">
      <summary>
        <para>Gets or sets the width of <see href="https://docs.devexpress.com/AspNet/14353/components/site-navigation-and-layout/form-layout/visual-elements/layout-item-caption">captions</see> that are displayed to the left or right of the nested control.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> value that is the caption’s width.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFormLayout.NestedControlWidth">
      <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.ASPxFormLayout.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.ASPxFormLayout.Paddings">
      <summary>
        <para>Gets the control’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.ASPxFormLayout.ParentSkinOwner">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value>An object that implements the ISkinOwner interface.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFormLayout.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.ASPxFormLayout.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.ASPxFormLayout.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.ASPxFormLayout.SettingsAdaptivity">
      <summary>
        <para>Provides access to the form layout’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.ASPxFormLayout.SettingsItemCaptions">
      <summary>
        <para>Provides access to the layout item caption settings within the ASPxFormLayout control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LayoutItemCaptionSettings"/> object containing properties common to all the layout item captions within the ASPxFormLayout control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFormLayout.SettingsItemHelpTexts">
      <summary>
        <para>Provides access to the help text settings within the ASPxFormLayout control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LayoutItemHelpTextSettings"/> object containing properties common to all the help texts within the ASPxFormLayout control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFormLayout.SettingsItems">
      <summary>
        <para>Provides access to the layout item settings within the ASPxFormLayout control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LayoutGroupItemSettings"/> object containing properties common to all the layout items within the ASPxFormLayout control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFormLayout.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.ASPxFormLayout.Styles">
      <summary>
        <para>Provides access to the style settings that control the appearance of the ASPxFormLayout’s visual elements.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FormLayoutStyles"/> object that provides style settings for the ASPxFormLayout’s elements.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxFormLayout.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.ASPxGlobalEvents">
      <summary>
        <para>Represents an ASPxGlobalEvents control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGlobalEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGlobalEvents"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGlobalEvents.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxGlobalEvents"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GlobalEventsClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxGlobalEvents"/>.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxGlobalEvents.GetInstances(System.Web.UI.Page)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGlobalEvents.ValidationCompleted">
      <summary>
        <para>Occurs after the validation initiated for a DevExpress web control (or a group of DevExpress web controls) has been completed.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxGridAfterPerformCallbackEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.AfterPerformCallback">ASPxGridView.AfterPerformCallback</see> and <see cref="E:DevExpress.Web.ASPxCardView.AfterPerformCallback">ASPxCardView.AfterPerformCallback</see> events.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridAfterPerformCallbackEventArgs.#ctor(System.String,System.String[])">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridAfterPerformCallbackEventArgs"/> class.</para>
      </summary>
      <param name="callbackName">A <see cref="T:System.String"/> value that specifies the callback name. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridAfterPerformCallbackEventArgs.CallbackName">ASPxGridAfterPerformCallbackEventArgs.CallbackName</see> property.</param>
      <param name="args">An array of strings that contain specific information (if any) passed from the client side.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridAfterPerformCallbackEventArgs.Args">
      <summary>
        <para>Gets specific information (if any) passed from the client side.</para>
      </summary>
      <value>An array of strings that contain specific information (if any) passed from the client side.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridAfterPerformCallbackEventArgs.CallbackName">
      <summary>
        <para>Gets the callback name.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the callback name.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridBase">
      <summary>
        <para>Serves as the base class that implements the main functionality of grid-like controls (such as <see cref="T:DevExpress.Web.ASPxGridView"/>, <see cref="T:DevExpress.Web.ASPxCardView"/> and <see cref="T:DevExpress.Web.ASPxVerticalGrid"/>).</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBase.AccessibilityCompliant">
      <summary>
        <para>Enables accessibility support.</para>
      </summary>
      <value>true, if accessibility support is enabled; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxGridBase.BatchUpdate">
      <summary>
        <para>Occurs after an end-user clicks the Update button in batch edit mode and allows you to provide a custom data updating mechanism.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridBase.BeforeExport">
      <summary>
        <para>Occurs before the grid content is exported and allows you to customize export settings.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridBase.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>
    </member>
    <member name="E:DevExpress.Web.ASPxGridBase.BeforePerformDataSelect">
      <summary>
        <para>Occurs before the control obtains data from a data source.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.BeginUpdate">
      <summary>
        <para>Prevents the grid from being rendered until the <see cref="M:DevExpress.Web.ASPxGridBase.EndUpdate">ASPxGridBase.EndUpdate</see> method is called.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ClearSort">
      <summary>
        <para>Clears the sorting applied to the grid control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBase.ClientInstanceName">
      <summary>
        <para>Gets or sets the control’s client programmatic identifier.</para>
      </summary>
      <value>A string value that specifies the control’s client identifier.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxGridBase.ClientLayout">
      <summary>
        <para>Enables you to save and restore the previously saved layout of the grid.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBase.ClientVisible">
      <summary>
        <para>Gets or sets a value that specifies the initial visibility state of a web control on the client.</para>
      </summary>
      <value>true to make a web control initially displayed on the client; false to render the control on the web page, but make it initially hidden on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBase.CssFilePath">
      <summary>
        <para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBase.CssPostfix">
      <summary>
        <para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridBase.CustomFilterExpressionDisplayText">
      <summary>
        <para>Enables you to display custom text in the filter bar, corresponding to the current filter expression.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridBase.CustomSummaryCalculate">
      <summary>
        <para>Enables you to calculate summary values manually.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBase.DataSourceForceStandardPaging">
      <summary>
        <para>Specifies whether standard data source paging is used.</para>
      </summary>
      <value>true to use standard data source paging; false to use grid data paging.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.Dispose">
      <summary>
        <para>Enables a server control to perform final clean up before it is released from memory.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBase.EnableCallbackAnimation">
      <summary>
        <para>Gets or sets a value that specifies whether a specific animation effect is used when a control’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.ASPxGridBase.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.ASPxGridBase.EnableCallBacks">
      <summary>
        <para>Gets or sets a value that specifies whether 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="P:DevExpress.Web.ASPxGridBase.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.ASPxGridBase.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="M:DevExpress.Web.ASPxGridBase.EndUpdate">
      <summary>
        <para>Re-enables render operations after a call to the <see cref="M:DevExpress.Web.ASPxGridBase.BeginUpdate">ASPxGridBase.BeginUpdate</see> method and forces immediate re-rendering.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportCsvToResponse">
      <summary>
        <para>Exports the grid’s data to a file in CSV format and writes it to the response in binary format.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportCsvToResponse(System.Boolean)">
      <summary>
        <para>Exports the grid’s data to the specified file in CSV format with the specified settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportCsvToResponse(System.String,System.Boolean)">
      <summary>
        <para>Exports the grid’s data to the specified file in CSV format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportCsvToResponse(System.String)">
      <summary>
        <para>Exports the grid’s data to the specified file in CSV format, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportDocxToResponse">
      <summary>
        <para>Exports the grid’s data to the file in DOCX format, and writes it to the response in binary format.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportDocxToResponse(DevExpress.XtraPrinting.DocxExportOptions)">
      <summary>
        <para>Exports the grid’s data to the specified file in DOCX format with the specified settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object which specifies the export options to be applied when the control’s data is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportDocxToResponse(System.Boolean,DevExpress.XtraPrinting.DocxExportOptions)">
      <summary>
        <para>Exports the grid’s data to the specified file in DOCX format with the specified settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object which specifies the export options to be applied when the control’s data is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportDocxToResponse(System.Boolean)">
      <summary>
        <para>Exports the grid’s data to a file in DOCX format, and writes it to the response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportDocxToResponse(System.String,DevExpress.XtraPrinting.DocxExportOptions)">
      <summary>
        <para>Exports the grid’s data to the specified file in DOCX format, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object which specifies the export options to be applied when the control’s data is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportDocxToResponse(System.String,System.Boolean,DevExpress.XtraPrinting.DocxExportOptions)">
      <summary>
        <para>Exports the gid’s data to the specified file in DOCX format with the specified settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object which specifies the export options to be applied when the control’s data is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportDocxToResponse(System.String,System.Boolean)">
      <summary>
        <para>Exports the grid’s data to the specified file in DOCX format with the specified settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportDocxToResponse(System.String)">
      <summary>
        <para>Exports the grid’s data to the specified file in DOCX format with the specified settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportPdfToResponse">
      <summary>
        <para>Exports the grid’s data to the specified file in PDF format with the specified settings, and writes it to the response in binary format.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportPdfToResponse(DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports the grid’s data to the specified file in PDF format with the specified settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object which specifies the export options to be applied when the control’s data is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportPdfToResponse(System.Boolean,DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports the grid’s data to the specified file in PDF format with the specified settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object which specifies the export options to be applied when the control’s data is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportPdfToResponse(System.Boolean)">
      <summary>
        <para>Exports the grid’s data to the specified file in PDF format with the specified settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportPdfToResponse(System.String,DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports the grid’s data to the specified file in PDF format with the specified settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object which specifies the export options to be applied when the control’s data is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportPdfToResponse(System.String,System.Boolean,DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports the grid’s data to the specified file in PDF format with the specified settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object which specifies the export options to be applied when the control’s data is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportPdfToResponse(System.String,System.Boolean)">
      <summary>
        <para>Exports the grid’s data to the specified file in PDF format with the specified settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportPdfToResponse(System.String)">
      <summary>
        <para>Exports the grid’s data to the specified file in PDF format with the specified settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportRtfToResponse">
      <summary>
        <para>Exports the grid’s data to the specified file in RTF format, and writes it to the response in binary format.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportRtfToResponse(DevExpress.XtraPrinting.RtfExportOptions)">
      <summary>
        <para>Exports the grid’s data to the specified file in RTF format, and writes it to the response in binary format.</para>
      </summary>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object which specifies the export options to be applied when the control’s data is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportRtfToResponse(System.Boolean,DevExpress.XtraPrinting.RtfExportOptions)">
      <summary>
        <para>Exports the grid’s data to the specified file in RTF format, and writes it to the response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object which specifies the export options to be applied when the control’s data is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportRtfToResponse(System.Boolean)">
      <summary>
        <para>Exports the grid’s data to the specified file in RTF format, and writes it to the response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportRtfToResponse(System.String,DevExpress.XtraPrinting.RtfExportOptions)">
      <summary>
        <para>Exports the grid’s data to the specified file in RTF format, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object which specifies the export options to be applied when the control’s data is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportRtfToResponse(System.String,System.Boolean,DevExpress.XtraPrinting.RtfExportOptions)">
      <summary>
        <para>Exports the grid’s data to the specified file in RTF format, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object which specifies the export options to be applied when the control’s data is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportRtfToResponse(System.String,System.Boolean)">
      <summary>
        <para>Exports the grid’s data to the specified file in RTF format, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportRtfToResponse(System.String)">
      <summary>
        <para>Exports the grid’s data to the specified file in RTF format, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportToCsv(System.IO.Stream)">
      <summary>
        <para>Exports the control’s data to the specified stream in CSV format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object, to which the created document is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportToDocx(System.IO.Stream,DevExpress.XtraPrinting.DocxExportOptions)">
      <summary>
        <para>Exports the control’s data to the specified stream in DOCX format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object, to which the created document is exported.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object which specifies the export options to be applied when the control is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportToDocx(System.IO.Stream)">
      <summary>
        <para>Exports the control’s data to the specified stream in DOCX format using the specified options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object, to which the created document is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportToPdf(System.IO.Stream,DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports the control’s data to the specified stream in PDF format using the specified options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object, to which the created document is exported.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object which specifies the export options to be applied when the control is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportToPdf(System.IO.Stream)">
      <summary>
        <para>Exports the control’s data to the specified stream in PDF format using the specified options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object, to which the created document is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportToRtf(System.IO.Stream,DevExpress.XtraPrinting.RtfExportOptions)">
      <summary>
        <para>Exports pivot grid data to a stream in RTF format using the specified options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object, to which data is exported.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object which specifies the export options to be applied when the control is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportToRtf(System.IO.Stream)">
      <summary>
        <para>Exports pivot grid data to a stream in RTF format using the specified options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object, to which data is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportToXls(System.IO.Stream)">
      <summary>
        <para>Exports the control’s data to the specified stream in XLS format using the specified options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object, to which the created document is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportToXlsx(System.IO.Stream)">
      <summary>
        <para>Exports the control’s data to the specified file in XLSX (MS Excel 2007) format using the specified options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which data is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportXlsToResponse">
      <summary>
        <para>Exports the grid’s data to a file in XLS format and writes it to the response in binary format.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportXlsToResponse(System.Boolean)">
      <summary>
        <para>Exports the grid’s data to a file in XLS format and writes it to the response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportXlsToResponse(System.String,System.Boolean)">
      <summary>
        <para>Exports the grid’s data to the specified file in XLS format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportXlsToResponse(System.String)">
      <summary>
        <para>Exports the grid’s data to the specified file in XLS format, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportXlsxToResponse">
      <summary>
        <para>Exports the grid’s data to a file in XLSX format, and writes it to the response in binary format.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportXlsxToResponse(System.Boolean)">
      <summary>
        <para>Exports the grid’s data to a file in XLSX format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportXlsxToResponse(System.String,System.Boolean)">
      <summary>
        <para>Exports the grid’s data to the specified file in XLSX format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ExportXlsxToResponse(System.String)">
      <summary>
        <para>Exports the grid’s data to the specified file in XLSX format, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name and extension) specifying the target file name.</param>
    </member>
    <member name="E:DevExpress.Web.ASPxGridBase.FilterControlColumnsCreated">
      <summary>
        <para>Occurs after all filter control columns have been created.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridBase.FilterControlCriteriaValueEditorCreate">
      <summary>
        <para>Enables you to replace the default <see href="https://docs.devexpress.com/AspNet/11155/components/data-editors/aspxfiltercontrol/visual-elements#criteria-value">criteria value</see> editor with a custom one.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridBase.FilterControlCriteriaValueEditorInitialize">
      <summary>
        <para>Enables the editors displayed within the <see href="https://docs.devexpress.com/AspNet/11155/components/data-editors/aspxfiltercontrol/visual-elements#criteria-value">criteria value</see> to be initialized.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridBase.FilterControlCustomValueDisplayText">
      <summary>
        <para>Enables you to specify the entered filter value’s custom display text to be displayed when the filter control’s condition value editor is inactive.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridBase.FilterControlOperationVisibility">
      <summary>
        <para>Enables you to dynamically hide operation items (such as the Equals, Contains, etc.) of the filter control’s operation dropdown menu.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridBase.FilterControlParseValue">
      <summary>
        <para>Enables you to process and modify an entered value before it is actually accepted by the filter control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBase.FilterEnabled">
      <summary>
        <para>Gets or sets whether the current filter is enabled.</para>
      </summary>
      <value>true, to enable the current filter; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBase.FilterExpression">
      <summary>
        <para>Gets or sets the filter criterion which is applied to the grid.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the filter criterion.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.FindVisibleIndexByKeyValue(System.Object)">
      <summary>
        <para>Returns the data item (row, card or record) visible index by its key value.</para>
      </summary>
      <param name="keyValue">An object that uniquely identifies the row.</param>
      <returns>An integer value that specifies the data item visible index. The <see cref="F:DevExpress.Web.ASPxGridView.InvalidRowIndex">ASPxGridView.InvalidRowIndex</see> value if the row is not found.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ForceDataRowType(System.Type)">
      <summary>
        <para>Informs the grid control about the type of objects contained within its data source.</para>
      </summary>
      <param name="type">The type of data source records.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.GetFilteredSelectedValues(System.String[])">
      <summary>
        <para>Returns the field values of selected data items (rows, cards or records) that match the filter criteria.</para>
      </summary>
      <param name="fieldNames">The names of data source fields.</param>
      <returns>The list of field values.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.GetSelectedFieldValues(System.String[])">
      <summary>
        <para>Returns the field values of selected data items (rows, cards, or records).</para>
      </summary>
      <param name="fieldNames">The names of data source fields.</param>
      <returns>The list of field values.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.HideFilterControl">
      <summary>
        <para>Hides the filter control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBase.ImagesEditors">
      <summary>
        <para>Provides access to the settings that define images displayed within the grid’s editors.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.EditorImages"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBase.ImagesFilterControl">
      <summary>
        <para>Provides access to the settings that define images displayed in the filter control.</para>
      </summary>
      <value>The object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBase.IsFilterControlVisible">
      <summary>
        <para>Indicates whether the filter control is displayed.</para>
      </summary>
      <value>true, if the filter control is displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBase.IsLockUpdate">
      <summary>
        <para>Indicates whether the grid is immediately rendered in response to changing its appearance and/or functionality.</para>
      </summary>
      <value>true, if the control  is immediately rendered in response to changing its appearance and/or functionality; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBase.JSProperties">
      <summary>
        <para>Enables you to supply any server with data that can then be parsed on the client.</para>
      </summary>
      <value>The collection of property names and their values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBase.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="M:DevExpress.Web.ASPxGridBase.LoadClientLayout(System.String)">
      <summary>
        <para>Restores a grid layout from the specified string.</para>
      </summary>
      <param name="layoutData">A <see cref="T:System.String"/> value that contains the grid’s layout data.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBase.Paddings">
      <summary>
        <para>Gets the padding settings of a grid control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBase.PageCount">
      <summary>
        <para>Gets the number of pages displayed in the grid.</para>
      </summary>
      <value>An integer value that specifies the number of pages.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBase.PageIndex">
      <summary>
        <para>Gets or sets the index of the page currently being selected.</para>
      </summary>
      <value>An integer value that specifies the active page’s index.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxGridBase.PageIndexChanged">
      <summary>
        <para>Fires after the selected page has been changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridBase.PageSizeChanged">
      <summary>
        <para>Fires on the server side after the page size, i.e., the number of data items (rows, cards or records) per a page is changed by end-user interactions.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridBase.ParseValue">
      <summary>
        <para>Enables you to process and modify an entered value before it is actually accepted by the grid.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.RegisterStyleSheets">
      <summary>
        <para>Registers a style sheet which defines specific styles. For internal use.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ResetToFirstPage">
      <summary>
        <para>Resets uploaded records in endless paging mode.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBase.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="M:DevExpress.Web.ASPxGridBase.SaveClientLayout">
      <summary>
        <para>Saves the grid layout.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value that contains the ASPxGridView’s layout data.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBase.ScrollToVisibleIndexOnClient">
      <summary>
        <para>Scrolls the view to the specified data item (row, card or record).</para>
      </summary>
      <value>An integer value that identifies a data item by its visible index.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBase.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="E:DevExpress.Web.ASPxGridBase.SelectionChanged">
      <summary>
        <para>Fires when the row selection changes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBase.ShowFilterControl">
      <summary>
        <para>Displays the filter control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBase.SortCount">
      <summary>
        <para>Gets the number of sorted columns (rows for <see cref="T:DevExpress.Web.ASPxVerticalGrid"/>).</para>
      </summary>
      <value>The number of columns (rows).</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBase.StylesEditors">
      <summary>
        <para>Provides access to the style settings that control the appearance of the grid’s editors.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.EditorStyles"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBase.StylesFilterControl">
      <summary>
        <para>Gets style settings defining the appearance of the filter control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FilterControlStyles"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBase.StylesPager">
      <summary>
        <para>Provides access to the style settings that control the appearance of the pager displayed within the grid.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerStyles"/> object that provides style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBase.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="E:DevExpress.Web.ASPxGridBase.SubstituteFilter">
      <summary>
        <para>Allows you to replace a filter applied with another filter.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridBase.SubstituteSortInfo">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBase.VisibleStartIndex">
      <summary>
        <para>Gets the visible index of the first data item (row, card or record) displayed within the active page.</para>
      </summary>
      <value>An integer value that identifies the first data item.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridBeforeColumnGroupingSortingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.BeforeColumnSortingGrouping">ASPxGridView.BeforeColumnSortingGrouping</see> and <see cref="E:DevExpress.Web.ASPxCardView.BeforeColumnSortingGrouping">ASPxCardView.BeforeColumnSortingGrouping</see> events.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBeforeColumnGroupingSortingEventArgs.OldSortIndex">
      <summary>
        <para>Gets a column’s (row’s for <see cref="T:DevExpress.Web.ASPxVerticalGrid"/>) previous position among sorted columns (rows).</para>
      </summary>
      <value>An integer value that specifies the previous position.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBeforeColumnGroupingSortingEventArgs.OldSortOrder">
      <summary>
        <para>Gets a column’s (row’s for <see cref="T:DevExpress.Web.ASPxVerticalGrid"/>) previous sort order.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Data.ColumnSortOrder"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridBeforeExportEventArgs">
      <summary>
        <para>Provides data for the BeforeExport event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBeforeExportEventArgs.ExportOptions">
      <summary>
        <para>Specifies the export parameters.</para>
      </summary>
      <value>Provides export settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBeforeExportEventArgs.ExportTarget">
      <summary>
        <para>Gets the export format.</para>
      </summary>
      <value>One of the enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridBeforeExportEventHandler">
      <summary>
        <para>A method that will handle the BeforeExport event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">Contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridBeforeHeaderFilterFillItemsEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.BeforeHeaderFilterFillItems">ASPxGridView.BeforeHeaderFilterFillItems</see> and <see cref="E:DevExpress.Web.ASPxCardView.BeforeHeaderFilterFillItems">ASPxCardView.BeforeHeaderFilterFillItems</see> events.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBeforeHeaderFilterFillItemsEventArgs.#ctor(DevExpress.Web.Internal.IWebGridDataColumnBase)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBeforeHeaderFilterFillItemsEventArgs.AddValue(System.String,DevExpress.Data.Filtering.CriteriaOperator)">
      <summary>
        <para>Adds a new filter item with the specified filter criteria operator to the header filter.</para>
      </summary>
      <param name="displayText">A <see cref="T:System.String"/> value that specifies the filter item’s display text.</param>
      <param name="criteria">A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> value that specifies the filter criteria operator.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBeforeHeaderFilterFillItemsEventArgs.Handled">
      <summary>
        <para>Specifies whether the BeforeHeaderFilterFillItems event is handled.</para>
      </summary>
      <value>true, if the event is handled; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridBehaviorSettings">
      <summary>
        <para>Serves as a base for classes that provide behavior options for grid-like controls (such as <see cref="T:DevExpress.Web.ASPxGridView"/>, <see cref="T:DevExpress.Web.ASPxCardView"/> and <see cref="T:DevExpress.Web.ASPxVerticalGrid"/>).</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBehaviorSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridBehaviorSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBehaviorSettings.AllowClientEventsOnLoad">
      <summary>
        <para>Gets or sets a value that specifies whether the FocusedElementChanged and SelectionChanged client-side events are invoked on the first load.</para>
      </summary>
      <value>true, to invoke the events; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBehaviorSettings.AllowEllipsisInText">
      <summary>
        <para>Specifies whether the control can automatically truncate the cell texts if they don’t fit into the cell width.</para>
      </summary>
      <value>true, to automatically truncate text; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBehaviorSettings.AllowHeaderFilter">
      <summary>
        <para>Specifies whether filtering using the header filter is allowed.</para>
      </summary>
      <value>true to allow filtering using the header filter in the grid; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBehaviorSettings.AllowSort">
      <summary>
        <para>Specifies whether a user can sort data in a grid.</para>
      </summary>
      <value>true to enable the sort mode; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxGridBehaviorSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.ASPxGridBehaviorSettings.ConfirmDelete">
      <summary>
        <para>Specifies whether the Confirm Delete window is displayed before a data item (row, card, or record) is deleted.</para>
      </summary>
      <value>true, to display the  Confirm Delete window; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBehaviorSettings.EncodeErrorHtml">
      <summary>
        <para>Gets or sets whether the control keeps its <see href="https://docs.devexpress.com/AspNet/3747/components/grid-view/concepts/edit-data/validate-grid-data">error row</see> content that is HTML as HTML, or instead, strips out the HTML markers.</para>
      </summary>
      <value>true if the HTML code contained within the row errors is not executed and is converted into the corresponding text for display purposes; false if the row errors can contain pure HTML code.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBehaviorSettings.HeaderFilterMaxRowCount">
      <summary>
        <para>Gets or sets the maximum number of records that are scanned to populate a header filter dropdown with unique filter values.</para>
      </summary>
      <value>An integer value specifying the maximum number of records whose field values can be displayed within a header filter dropdown.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBehaviorSettings.ProcessSelectionChangedOnServer">
      <summary>
        <para>Gets or sets a value that specifies whether selection changes should be processed on the server side.</para>
      </summary>
      <value>true, to process the event on the server side; false, to handle it on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBehaviorSettings.SelectionStoringMode">
      <summary>
        <para>Gets or sets a value that specifies how the control stores the keys of the selected records.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridViewSelectionStoringMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBehaviorSettings.SortMode">
      <summary>
        <para>Specifies how the control sorts its data.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraGrid.ColumnSortMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridBehaviorSettings.SummariesIgnoreNullValues">
      <summary>
        <para>Gets or sets whether null values must be ignored when calculating summaries.</para>
      </summary>
      <value>true, if null values must be ignored when calculating summaries; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridColumnDataEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.CustomUnboundColumnData">ASPxGridView.CustomUnboundColumnData</see> and <see cref="E:DevExpress.Web.ASPxCardView.CustomUnboundColumnData">ASPxCardView.CustomUnboundColumnData</see> events.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridColumnDataEventArgs.GetListSourceFieldValue(System.Int32,System.String)">
      <summary>
        <para>Returns the value of the specified field in the specified data item (row, card or record) in the control’s underlying data source.</para>
      </summary>
      <param name="listSourceRowIndex">An integer value specifying the data item’s index.</param>
      <param name="fieldName">A string that specifies the required field name.</param>
      <returns>An object that is a value from the control’s data source.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridColumnDataEventArgs.GetListSourceFieldValue(System.String)">
      <summary>
        <para>Returns the value of the specified cell in the processed data item (row, card or record) in the control’s underlying data source.</para>
      </summary>
      <param name="fieldName">A string that specifies the required field name.</param>
      <returns>An object that is a value from the control’s data source.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxGridColumnDataEventArgs.IsGetData">
      <summary>
        <para>Gets whether you should provide data for the currently processed cell.</para>
      </summary>
      <value>true if you need to provide data for the currently processed cell; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridColumnDataEventArgs.IsSetData">
      <summary>
        <para>Gets whether the cell’s value should be stored in a custom data source.</para>
      </summary>
      <value>true, if the current cell’s value needs to be saved in a custom data source; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridColumnDataEventArgs.ListSourceRowIndex">
      <summary>
        <para>Gets the current data item’s (row, card or record) index in the data source.</para>
      </summary>
      <value>An integer value that specifies the data item’s index in the data source.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridColumnDataEventArgs.Value">
      <summary>
        <para>Gets or sets the value of the cell currently being processed.</para>
      </summary>
      <value>An object that represents the currently processed cell’s value.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridColumnDisplayTextEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.CustomColumnDisplayText">ASPxGridView.CustomColumnDisplayText</see>, <see cref="E:DevExpress.Web.ASPxCardView.CustomColumnDisplayText">ASPxCardView.CustomColumnDisplayText</see>, and <see cref="E:DevExpress.Web.ASPxVerticalGrid.CustomRowDisplayText">ASPxVerticalGrid.CustomRowDisplayText</see> events.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridColumnDisplayTextEventArgs.DisplayText">
      <summary>
        <para>Enables you to set a custom text for the <see href="https://docs.devexpress.com/AspNet/3670/components/grid-view/visual-elements/data-cell">cell</see> currently being processed.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the custom cell’s display text. The default value is null.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridColumnDisplayTextEventArgs.EncodeHtml">
      <summary>
        <para>Gets or sets a value that specifies whether the cell display text keeps any of its values that are HTML as HTML, or instead, strips out the HTML markers.</para>
      </summary>
      <value>true if the HTML code contained in the <see cref="P:DevExpress.Web.ASPxGridColumnDisplayTextEventArgs.DisplayText">ASPxGridColumnDisplayTextEventArgs.DisplayText</see> property value is not executed and is converted into the corresponding text for display purposes, false if the property value can contain pure HTML code.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxGridColumnDisplayTextEventArgs.GetFieldValue(System.Int32,System.String)">
      <summary>
        <para>Returns the value of the specified data source field in the specified data item (row, card or record).</para>
      </summary>
      <param name="visibleIndex">A zero-based integer index that identifies the data item (row, card or record).</param>
      <param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the data source field.</param>
      <returns>An object that is the value of the specified data source field.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridColumnDisplayTextEventArgs.GetFieldValue(System.String)">
      <summary>
        <para>Returns the value of the specified data source field in the current data item (row, card or record).</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the data source field.</param>
      <returns>An object that is the value of the specified data source field.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxGridColumnDisplayTextEventArgs.Kind">
      <summary>
        <para>Gets the type of operations with grid data.</para>
      </summary>
      <value>An enumeration value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridColumnDisplayTextEventArgs.Value">
      <summary>
        <para>Gets the edit value of the cell currently being processed.</para>
      </summary>
      <value>An object that represents the cell’s edit value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridColumnDisplayTextEventArgs.VisibleIndex">
      <summary>
        <para>Gets the visible index of the data item (row, card or record) where the processed cell resides.</para>
      </summary>
      <value>An integer zero-based index that identifies the data item where the processed cell resides.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridCommandButtonEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.CommandButtonInitialize">ASPxGridView.CommandButtonInitialize</see> and <see cref="E:DevExpress.Web.ASPxCardView.CommandButtonInitialize">ASPxCardView.CommandButtonInitialize</see> events.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridCommandButtonEventArgs.#ctor(System.Object,System.String,DevExpress.Web.ImageProperties,DevExpress.Web.ButtonControlStyles,System.Int32,System.Boolean,DevExpress.Web.GridCommandButtonRenderMode)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridCommandButtonEventArgs"/> class.</para>
      </summary>
      <param name="buttonOwner">An object that owns the processed button.</param>
      <param name="text">A string value that is the processed command button’s text.</param>
      <param name="image">An <see cref="T:DevExpress.Web.ImageProperties"/> object containing settings of an image displayed within the processed command button.</param>
      <param name="styles">An <see cref="T:DevExpress.Web.ButtonControlStyles"/> object that contains button style settings.</param>
      <param name="visibleIndex">An integer value that specifies the visible index of a row which contains the processed command button.</param>
      <param name="isEditingItem">true, if the processed command button is displayed within the edited row; otherwise, false.</param>
      <param name="renderMode">One of the <see cref="T:DevExpress.Web.GridCommandButtonRenderMode"/> enumeration values specifying the command button render mode.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridCommandButtonEventArgs.Enabled">
      <summary>
        <para>Gets or sets whether the processed command button is enabled.</para>
      </summary>
      <value>true, to enable the button; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridCommandButtonEventArgs.Image">
      <summary>
        <para>Gets the settings of an image displayed within the processed command button.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridCommandButtonEventArgs.RenderMode">
      <summary>
        <para>Specifies the processed command button’s render mode.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridCommandButtonRenderMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridCommandButtonEventArgs.Styles">
      <summary>
        <para>Gets the processed command button’s style.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ButtonControlStyles"/> object that contains button style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridCommandButtonEventArgs.Text">
      <summary>
        <para>Gets the processed command button’s text.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the button’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridCommandButtonEventArgs.Visible">
      <summary>
        <para>Gets or sets whether the command button is visible.</para>
      </summary>
      <value>true, to show the command button; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridCommandButtonEventArgs.VisibleIndex">
      <summary>
        <para>Gets the visible index of a data item (row, card or record) which contains the processed command button.</para>
      </summary>
      <value>An integer value that identifies the data item by its visible index.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridCommandButtonSettings">
      <summary>
        <para>Serves as a base for classes that provide settings for <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command buttons</see> customization in grid-like controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridCommandButtonSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridCommandButtonSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridCommandButtonSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.ASPxGridCookiesSettings">
      <summary>
        <para>Serves as a base for classes that provide cookies settings for grid-like controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridCookiesSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridCookiesSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridCookiesSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.ASPxGridCookiesSettings.CookiesID">
      <summary>
        <para>Gets or sets the cookie’s name (identifier).</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the cookie’s name.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridCookiesSettings.Enabled">
      <summary>
        <para>Gets or sets whether cookies are enabled.</para>
      </summary>
      <value>true, to enable cookies; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridCookiesSettings.StoreFiltering">
      <summary>
        <para>Gets or sets whether a cookie and layout data contain information on the filter criteria applied to the control.</para>
      </summary>
      <value>true, to add the filter information to a cookie and layout data; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridCookiesSettings.StorePaging">
      <summary>
        <para>Gets or sets whether a cookie and layout data contain information on the active page.</para>
      </summary>
      <value>true, to add the active page information to a cookie and layout data; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridCookiesSettings.StoreSearchPanelFiltering">
      <summary>
        <para>Gets or sets whether a cookie and layout data contain information on the search panel filter.</para>
      </summary>
      <value>true, to add the search panel filter information to a cookie and layout data; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridCookiesSettings.Version">
      <summary>
        <para>Gets or sets the cookie’s version.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the version.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridCustomButtonCallbackEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.CustomButtonCallback">ASPxGridView.CustomButtonCallback</see> and <see cref="E:DevExpress.Web.ASPxCardView.CustomButtonCallback">ASPxCardView.CustomButtonCallback</see> events.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridCustomButtonCallbackEventArgs.#ctor(System.String,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridCustomButtonCallbackEventArgs"/> class.</para>
      </summary>
      <param name="buttonID">A <see cref="T:System.String"/> value that identifies the data row which contains the clicked custom button. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCustomButtonCallbackEventArgs.ButtonID">ASPxGridCustomButtonCallbackEventArgs.ButtonID</see> property.</param>
      <param name="visibleIndex">An integer value that specifies the button’s position among the command buttons displayed within a <see href="https://docs.devexpress.com/AspNet/3671/components/grid-view/visual-elements/command-column">command column cell</see>. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCustomButtonCallbackEventArgs.VisibleIndex">ASPxGridCustomButtonCallbackEventArgs.VisibleIndex</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridCustomButtonCallbackEventArgs.ButtonID">
      <summary>
        <para>Gets a value that identifies the clicked custom button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that identifies the custom button.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridCustomButtonCallbackEventArgs.VisibleIndex">
      <summary>
        <para>Gets the index of a data item (row, card or record) that contains the custom button currently being clicked.</para>
      </summary>
      <value>An integer value that specifies the button’s position among the command buttons.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridCustomCallbackEventArgs">
      <summary>
        <para>Serves as a base for classes that provide data for the CustomCallback events.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridCustomCallbackEventArgs.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridCustomCallbackEventArgs"/> class.</para>
      </summary>
      <param name="parameters">A string value that contains specific information collected on the client side and passed to the event for further server-side processing. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCustomCallbackEventArgs.Parameters">ASPxGridCustomCallbackEventArgs.Parameters</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridCustomCallbackEventArgs.Parameters">
      <summary>
        <para>Gets a string that contains specific information (if any) passed from the client side.</para>
      </summary>
      <value>A string value that contains specific information collected on the client side and passed to the event for further server-side processing.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridCustomCommandButtonEventArgs">
      <summary>
        <para>Serves as a base for classes that provide data for command button related events.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridCustomCommandButtonEventArgs.#ctor(DevExpress.Web.GridCustomCommandButton,System.Int32,System.Boolean,DevExpress.Web.GridCommandButtonRenderMode)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridCustomCommandButtonEventArgs"/> class with specified settings.</para>
      </summary>
      <param name="button">A <see cref="T:DevExpress.Web.GridCustomCommandButton"/> object that is the currently processed button.</param>
      <param name="visibleIndex">An integer value that specifies the visible index of a data item (row, card or record) which contains the processed command button.</param>
      <param name="isEditingItem">true, if the processed command button is displayed in the edited data item (row, card or record); otherwise, false.</param>
      <param name="renderMode">One of the <see cref="T:DevExpress.Web.GridCommandButtonRenderMode"/> enumeration values specifying the command button render mode.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridCustomCommandButtonEventArgs.ButtonID">
      <summary>
        <para>Gets the processed custom button’s identifier.</para>
      </summary>
      <value>A string that specifies the value of the button’s <see cref="P:DevExpress.Web.GridCustomCommandButton.ID">GridCustomCommandButton.ID</see> property.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridCustomCommandButtonEventArgs.Enabled">
      <summary>
        <para>Gets or sets a value that specifies whether the processed custom button is enabled.</para>
      </summary>
      <value>true, to enable the button; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridCustomCommandButtonEventArgs.Image">
      <summary>
        <para>Gets the settings of an image displayed within the processed custom button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings. The value of the button’s <see cref="P:DevExpress.Web.GridCustomCommandButton.Image">GridCustomCommandButton.Image</see> property.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridCustomCommandButtonEventArgs.RenderMode">
      <summary>
        <para>Specifies the processed custom command button’s render mode.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridCommandButtonRenderMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridCustomCommandButtonEventArgs.Styles">
      <summary>
        <para>Gets the processed custom button’s style.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ButtonControlStyles"/> object that contains button style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridCustomCommandButtonEventArgs.Text">
      <summary>
        <para>Gets or sets the processed custom button’s text.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the button’s text. The value of the button’s <see cref="P:DevExpress.Web.GridCustomCommandButton.Text">GridCustomCommandButton.Text</see> property.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridCustomCommandButtonEventArgs.Visible">
      <summary>
        <para>Gets or sets whether the processed custom button is visible.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridCustomCommandButtonEventArgs.VisibleIndex">
      <summary>
        <para>Gets the visible index of a data item (row, card or record) which contains the processed custom button.</para>
      </summary>
      <value>An integer value that identifies the data item by its visible index.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridCustomDataCallbackEventArgs">
      <summary>
        <para>Serves as a base class for the <see cref="T:DevExpress.Web.ASPxCardViewCustomCallbackEventArgs"/>, <see cref="T:DevExpress.Web.ASPxGridViewCustomDataCallbackEventArgs"/>, and <see cref="T:DevExpress.Web.ASPxVerticalGridCustomDataCallbackEventArgs"/> classes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridCustomDataCallbackEventArgs.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridCustomDataCallbackEventArgs"/> class.</para>
      </summary>
      <param name="parameters">A string value that contains specific information collected on the client side and passed to the event for further server-side processing. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCustomCallbackEventArgs.Parameters">ASPxGridCustomCallbackEventArgs.Parameters</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridCustomDataCallbackEventArgs.Result">
      <summary>
        <para>Gets or sets a value that contains specific information (if any) that needs to be passed to the client side for further processing.</para>
      </summary>
      <value>An object that represents any information that needs to be sent to the client-side JavaScript function.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridCustomErrorTextEventArgs">
      <summary>
        <para>Serves as a base for classes that provide data for the CustomErrorText events of grid-like controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridCustomErrorTextEventArgs.#ctor(System.Exception,DevExpress.Web.GridErrorTextKind,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridCustomErrorTextEventArgs"/> class.</para>
      </summary>
      <param name="exception">An Exception object specifying the error occurred.</param>
      <param name="errorTextKind">A <see cref="T:DevExpress.Web.GridErrorTextKind"/> object that lists values indicating the error source.</param>
      <param name="errorText">A string representing the error text.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridCustomErrorTextEventArgs.ErrorText">
      <summary>
        <para>Gets or sets the error text.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the error text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridCustomErrorTextEventArgs.ErrorTextKind">
      <summary>
        <para>Indicates the error source.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridErrorTextKind"/> enumeration value that indicates the error source.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridCustomErrorTextEventArgs.Exception">
      <summary>
        <para>Gets the exception.</para>
      </summary>
      <value>A <see cref="T:System.Exception"/> object that represents the exception.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridDataSecuritySettings">
      <summary>
        <para>Serves as a base for classes that provide security settings for grid-like controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridDataSecuritySettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridDataSecuritySettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridDataSecuritySettings.AllowDelete">
      <summary>
        <para>Specifies whether data item (row, card or record) deletion is allowed in the grid.</para>
      </summary>
      <value>true, to allow data item delete operations; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridDataSecuritySettings.AllowEdit">
      <summary>
        <para>Specifies whether data item (row, card or record) editing is allowed in the grid.</para>
      </summary>
      <value>true, to allow data item editing operations; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridDataSecuritySettings.AllowInsert">
      <summary>
        <para>Specifies whether data item (row, card or record) inserting is allowed in the grid.</para>
      </summary>
      <value>true, to allow data item insert operations; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridDataSecuritySettings.AllowReadUnexposedColumnsFromClientApi">
      <summary>
        <para>Specifies whether to disable client-side access to data source fields that are bound to columns and these columns are hidden in the control.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridDataSecuritySettings.AllowReadUnlistedFieldsFromClientApi">
      <summary>
        <para>Specifies whether to allow client access to data source fields that are not associated with any grid columns.</para>
      </summary>
      <value>true to enable access to the unlisted data source fields; false to prohibit access to the unlisted data source fields; Default depends upon the <see cref="P:DevExpress.Web.BackwardCompatibilitySettings.DataControlAllowReadUnlistedFieldsFromClientApiDefaultValue"/> property value.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxGridDataSecuritySettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.ASPxGridDataSecuritySettings.PreventLoadClientValuesForInvisibleColumns">
      <summary>
        <para>Specifies whether to load invisible columns’ values from the client to the server.</para>
      </summary>
      <value>An enumeration value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridDataSecuritySettings.PreventLoadClientValuesForReadOnlyColumns">
      <summary>
        <para>Specifies whether to load read-only column values from the client to the server side.</para>
      </summary>
      <value>An enumeration value.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridDataValidationEventArgs">
      <summary>
        <para>Serves as a base for classes that provide data for the validation events of grid-like controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridDataValidationEventArgs.#ctor(System.Int32,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridDataValidationEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="visibleIndex">An integer value that is the processed data item (row/card) visible index.</param>
      <param name="isNew">true if the processed data item (row/card) is new; otherwise, false.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridDataValidationEventArgs.HasErrors">
      <summary>
        <para>Gets whether the processed data item (row, card or record) has errors.</para>
      </summary>
      <value>true, if the processed data item has errors; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridDataValidationEventArgs.Keys">
      <summary>
        <para>Gets a dictionary of field name/value pairs that represent the primary key of the data item (row, card or record) to validate.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Specialized.OrderedDictionary"/> object that contains field name/value pairs.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridDataValidationEventArgs.NewValues">
      <summary>
        <para>Gets a dictionary that contains the values of the non-key field name/value pairs in the data item (row, card or record) to be validated.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Specialized.OrderedDictionary"/> object that contains the values of the non-key field name/value pairs.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridDataValidationEventArgs.OldValues">
      <summary>
        <para>Gets a dictionary that contains the original field name/value pairs in the data item (row, card or record) to validate.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Specialized.OrderedDictionary"/> object that contains a dictionary of the original field name/value pairs.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridDataValidationEventArgs.VisibleIndex">
      <summary>
        <para>Gets a visible index of the currently processed data item (row, card or record).</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value that is the visible index.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridEditingSettings">
      <summary>
        <para>Serves as a base for classes that provide edit settings for grid-like controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridEditingSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridEditingSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridEditingSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.ASPxGridEditorCreateEventArgs">
      <summary>
        <para>Serves as a base for classes that provide data for editor creation events of grid-like controls.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridEditorCreateEventArgs.EditorProperties">
      <summary>
        <para>Gets or sets the filter cell’s editor.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.EditPropertiesBase"/> descendant that contains the cell editor’s properties.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridEditorCreateEventArgs.Value">
      <summary>
        <para>Gets or sets the filter cell’s value.</para>
      </summary>
      <value>An object that is the cell’s value.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridEditorEventArgs">
      <summary>
        <para>Serves as a base for classes that provide data for editor initialization events of grid-like controls.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridEditorEventArgs.Editor">
      <summary>
        <para>Gets the editor currently being processed.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxEditBase"/> descendant that is the processed cell editor.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridEditorEventArgs.Value">
      <summary>
        <para>Gets the editor’s value.</para>
      </summary>
      <value>An object that specifies the editor’s value.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridExporterBase">
      <summary>
        <para>Serves as a base class for the <see cref="T:DevExpress.Web.ASPxCardViewExporter"/> and <see cref="T:DevExpress.Web.ASPxGridViewExporter"/> classes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.#ctor(DevExpress.Web.ASPxGridBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridExporterBase"/> class with the specified owner.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxGridBase"/> object that is the owner of the created object.</param>
    </member>
    <member name="E:DevExpress.Web.ASPxGridExporterBase.BeforeExport">
      <summary>
        <para>Occurs before the grid content is exported.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxGridExporterBase.DefaultMaxColumnWidth">
      <summary>
        <para>Holds the default value for the column’s maximum width, in pixels.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridExporterBase.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="M:DevExpress.Web.ASPxGridExporterBase.WriteCsv(System.IO.Stream,DevExpress.XtraPrinting.CsvExportOptions)">
      <summary>
        <para>Exports the grid’s data to a stream in CSV format with the specified export options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the data is exported.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteCsv(System.IO.Stream,DevExpress.XtraPrinting.CsvExportOptionsEx)">
      <summary>
        <para>Exports the grid’s data to a stream in CSV format with the specified export options.</para>
      </summary>
      <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.CsvExportOptionsEx"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteCsv(System.IO.Stream)">
      <summary>
        <para>Exports the grid’s data to a stream in CSV format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the data is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteCsvToResponse">
      <summary>
        <para>Exports the grid’s data to a file in CSV format and writes it to the Response in binary format.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteCsvToResponse(DevExpress.XtraPrinting.CsvExportOptions)">
      <summary>
        <para>Exports the grid’s data to a file in CSV format with the specified export options, and writes it to the Response in binary format.</para>
      </summary>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteCsvToResponse(DevExpress.XtraPrinting.CsvExportOptionsEx)">
      <summary>
        <para>Exports the grid’s data to a file in CSV format with the specified export options, and writes it to the Response in binary format.</para>
      </summary>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptionsEx"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteCsvToResponse(System.Boolean,DevExpress.XtraPrinting.CsvExportOptions)">
      <summary>
        <para>Exports the grid’s data to a file in CSV format with the specified export options, and writes it to the Response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the File Download dialog; false to display the CSV file with exported data within a page.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteCsvToResponse(System.Boolean,DevExpress.XtraPrinting.CsvExportOptionsEx)">
      <summary>
        <para>Exports the grid’s data to a file in CSV format with the specified export options, and writes it to the Response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the File Download dialog; false to display the CSV 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.ASPxGridExporterBase.WriteCsvToResponse(System.Boolean)">
      <summary>
        <para>Exports the grid’s data to a file in CSV format and writes it to the Response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the File Download dialog; false to display the CSV file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteCsvToResponse(System.String,DevExpress.XtraPrinting.CsvExportOptions)">
      <summary>
        <para>Exports the grid’s data to the specified file in CSV format with the specified name and export options, and writes it to the Response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value that specifies the target file name.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteCsvToResponse(System.String,DevExpress.XtraPrinting.CsvExportOptionsEx)">
      <summary>
        <para>Exports the grid’s data to the specified file in CSV format with the specified name and export options, and writes it to the Response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> 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.ASPxGridExporterBase.WriteCsvToResponse(System.String,System.Boolean,DevExpress.XtraPrinting.CsvExportOptions)">
      <summary>
        <para>Exports the grid’s data to a file in CSV format with the specified export options, and writes it to the Response in binary format.</para>
      </summary>
      <param name="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 CSV file with exported data within a page.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.CsvExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteCsvToResponse(System.String,System.Boolean,DevExpress.XtraPrinting.CsvExportOptionsEx)">
      <summary>
        <para>Exports the grid’s data to a file in CSV format with the specified export options, and writes it to the Response in binary format.</para>
      </summary>
      <param name="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 CSV 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.ASPxGridExporterBase.WriteCsvToResponse(System.String,System.Boolean)">
      <summary>
        <para>Exports the grid’s data to the specified file in CSV format and writes it to the Response in binary format.</para>
      </summary>
      <param name="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 CSV file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteCsvToResponse(System.String)">
      <summary>
        <para>Exports the grid’s data to the specified file in CSV format and writes it to the Response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value that specifies the target file name.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteDocx(System.IO.Stream,DevExpress.XtraPrinting.DocxExportOptions)">
      <summary>
        <para>Exports the grid’s data to a stream in DOCX format with the specified export options.</para>
      </summary>
      <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.ASPxGridExporterBase.WriteDocx(System.IO.Stream)">
      <summary>
        <para>Exports the grid’s data to a stream in DOCX format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the data is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteDocxToResponse">
      <summary>
        <para>Exports the grid’s data to a file in DOCX format and writes it to the Response in binary format.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteDocxToResponse(DevExpress.XtraPrinting.DocxExportOptions)">
      <summary>
        <para>Exports the grid’s data to a file in DOCX format with the specified export options, and writes it to the Response in binary format.</para>
      </summary>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteDocxToResponse(System.Boolean,DevExpress.XtraPrinting.DocxExportOptions)">
      <summary>
        <para>Exports the grid’s data to a file in DOCX format with the specified export options, and writes it to the Response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the File Download dialog; false to display the DOCX file with exported data within a page.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteDocxToResponse(System.Boolean)">
      <summary>
        <para>Exports the grid’s data to a file in DOCX format and writes it to the Response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the File Download dialog; false to display the DOCX file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteDocxToResponse(System.String,DevExpress.XtraPrinting.DocxExportOptions)">
      <summary>
        <para>Exports the grid’s data to the specified file in DOCX format with the specified name and export options, and writes it to the Response in binary format.</para>
      </summary>
      <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>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteDocxToResponse(System.String,System.Boolean,DevExpress.XtraPrinting.DocxExportOptions)">
      <summary>
        <para>Exports the grid’s data to a file in DOCX format with the specified export options, and writes it to the Response in binary format.</para>
      </summary>
      <param name="fileName">Exports the grid’s data to a file in DOCX format with the specified export options, and writes it to the Response in binary format.</param>
      <param name="saveAsFile">true to display the File Download dialog; false to display the DOCX file with exported data within a page.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteDocxToResponse(System.String,System.Boolean)">
      <summary>
        <para>Exports the grid’s data to the specified file in DOCX format and writes it to the Response in binary format.</para>
      </summary>
      <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 DOCX file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteDocxToResponse(System.String)">
      <summary>
        <para>Exports the grid’s data to the specified file in DOCX format and writes it to the Response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value that specifies the target file name.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WritePdf(System.IO.Stream,DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports the grid’s data to a stream in PDF format with the specified export options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the data is exported.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WritePdf(System.IO.Stream)">
      <summary>
        <para>Exports the grid’s data to a stream in PDF format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the data is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WritePdfToResponse">
      <summary>
        <para>Exports the grid’s data to a file in PDF format and writes it to the Response in binary format.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WritePdfToResponse(DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports the grid’s data to a file in PDF format with the specified export options, and writes it to the Response in binary format.</para>
      </summary>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WritePdfToResponse(System.Boolean,DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports the grid’s data to a file in PDF format with the specified export options, and writes it to the Response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the File Download dialog; false to display the PDF file with exported data within a page.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WritePdfToResponse(System.Boolean)">
      <summary>
        <para>Exports the grid’s data to a file in PDF format and writes it to the Response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the File Download dialog; false to display the PDF file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WritePdfToResponse(System.String,DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports the grid’s data to the specified file in PDF format with the specified name and export options, and writes it to the Response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value that specifies the target file name.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WritePdfToResponse(System.String,System.Boolean,DevExpress.XtraPrinting.PdfExportOptions)">
      <summary>
        <para>Exports the grid’s data to the specified file in PDF format with the specified export options, and writes it to the Response in binary format.</para>
      </summary>
      <param name="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 PDF file with exported data within a page.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.PdfExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WritePdfToResponse(System.String,System.Boolean)">
      <summary>
        <para>Exports the grid’s data to the specified file in PDF format and writes it to the Response in binary format.</para>
      </summary>
      <param name="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 PDF file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WritePdfToResponse(System.String)">
      <summary>
        <para>Exports the grid’s data to the specified file in PDF format and writes it to the Response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value that specifies the target file name.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteRtf(System.IO.Stream,DevExpress.XtraPrinting.RtfExportOptions)">
      <summary>
        <para>Exports the grid’s data to a stream in RTF format with the specified export options.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the data is exported.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteRtf(System.IO.Stream)">
      <summary>
        <para>Exports the grid’s data to a stream in RTF format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the data is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteRtfToResponse">
      <summary>
        <para>Exports the grid’s data to a file in RTF format and writes it to the Response in binary format.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteRtfToResponse(DevExpress.XtraPrinting.RtfExportOptions)">
      <summary>
        <para>Exports the grid’s data to a file in RTF format with the specified export settings, and writes it to the Response in binary format.</para>
      </summary>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteRtfToResponse(System.Boolean,DevExpress.XtraPrinting.RtfExportOptions)">
      <summary>
        <para>Exports the grid’s data to the specified file in RTF format with the specified export settings, and writes it to the Response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the File Download dialog; false to display the RTF file with exported data within a page.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteRtfToResponse(System.Boolean)">
      <summary>
        <para>Exports the grid’s data to a file in RTF format and writes it to the Response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the File Download dialog; false to display the RTF file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteRtfToResponse(System.String,DevExpress.XtraPrinting.RtfExportOptions)">
      <summary>
        <para>Exports the grid’s data to the specified file in RTF format with the specified export settings, and writes it to the Response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value that specifies the target file name.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteRtfToResponse(System.String,System.Boolean,DevExpress.XtraPrinting.RtfExportOptions)">
      <summary>
        <para>Exports the grid’s data to the specified file in RTF format with the specified export options, and writes it to the Response in binary format.</para>
      </summary>
      <param name="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 RTF file with exported data within a page.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteRtfToResponse(System.String,System.Boolean)">
      <summary>
        <para>Exports the grid’s data to the specified file in RTF format and writes it to the Response in binary format.</para>
      </summary>
      <param name="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 RTF file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteRtfToResponse(System.String)">
      <summary>
        <para>Exports the grid’s data to the specified file in RTF format and writes it to the Response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value that specifies the target file name.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteXls(System.IO.Stream,DevExpress.XtraPrinting.XlsExportOptions)">
      <summary>
        <para>Exports the grid’s data to a stream in XLS format with the specified export settings.</para>
      </summary>
      <param name="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.XlsExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteXls(System.IO.Stream,DevExpress.XtraPrinting.XlsExportOptionsEx)">
      <summary>
        <para>Exports the grid’s data to a stream in XLS format with the specified export settings.</para>
      </summary>
      <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.XlsExportOptionsEx"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteXls(System.IO.Stream)">
      <summary>
        <para>Exports the grid’s data to a stream in XLS format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the data is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteXlsToResponse">
      <summary>
        <para>Exports the grid’s data to a file in XLS format and writes it to the Response in binary format.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteXlsToResponse(DevExpress.XtraPrinting.XlsExportOptions)">
      <summary>
        <para>Exports the grid’s data to a file in XLS format with the specified export settings, and writes it to the Response in binary format.</para>
      </summary>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteXlsToResponse(DevExpress.XtraPrinting.XlsExportOptionsEx)">
      <summary>
        <para>Exports the grid’s data to a file in XLS format with the specified export settings, and writes it to the Response in binary format.</para>
      </summary>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsExportOptionsEx"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteXlsToResponse(System.Boolean,DevExpress.XtraPrinting.XlsExportOptions)">
      <summary>
        <para>Exports the grid’s data to a file in XLS format with the specified export settings, and writes it to the Response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the File Download dialog; false to display the XLS file with exported data within a page.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteXlsToResponse(System.Boolean,DevExpress.XtraPrinting.XlsExportOptionsEx)">
      <summary>
        <para>Exports the grid’s data to a file in XLS format with the specified export settings, and writes it to the Response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the File Download dialog; false to display the XLS file with exported data within a page.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsExportOptionsEx"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteXlsToResponse(System.Boolean)">
      <summary>
        <para>Exports the grid’s data to a file in XLS format and writes it to the Response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the File Download dialog; false to display the XLS file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteXlsToResponse(System.String,DevExpress.XtraPrinting.XlsExportOptions)">
      <summary>
        <para>Exports the grid’s data to the specified file in XLS format, with the specified export settings, and writes it to the Response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value that specifies the target file name.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteXlsToResponse(System.String,DevExpress.XtraPrinting.XlsExportOptionsEx)">
      <summary>
        <para>Exports the grid’s data to the specified file in XLS format, with the specified export settings, and writes it to the Response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value that specifies the target file name.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsExportOptionsEx"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteXlsToResponse(System.String,System.Boolean,DevExpress.XtraPrinting.XlsExportOptions)">
      <summary>
        <para>Exports the grid’s data to the specified file in XLS format with the specified export settings, and writes it to the Response in binary format.</para>
      </summary>
      <param name="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 XLS file with exported data within a page.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteXlsToResponse(System.String,System.Boolean,DevExpress.XtraPrinting.XlsExportOptionsEx)">
      <summary>
        <para>Exports the grid’s data to the specified file in XLS format with the specified export settings, and writes it to the Response in binary format.</para>
      </summary>
      <param name="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 XLS file with exported data within a page.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsExportOptionsEx"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteXlsToResponse(System.String,System.Boolean)">
      <summary>
        <para>Exports the grid’s data to the specified file in XLS format and writes it to the Response in binary format.</para>
      </summary>
      <param name="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 XLS file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteXlsToResponse(System.String)">
      <summary>
        <para>Exports the grid’s data to the specified file in XLS format and writes it to the Response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value that specifies the target file name.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteXlsx(System.IO.Stream,DevExpress.XtraPrinting.XlsxExportOptions)">
      <summary>
        <para>Exports the grid’s data to a stream in XLSX format with the specified export settings.</para>
      </summary>
      <param name="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.XlsxExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteXlsx(System.IO.Stream,DevExpress.XtraPrinting.XlsxExportOptionsEx)">
      <summary>
        <para>Exports the grid’s data to a stream in XLSX format with the specified export settings.</para>
      </summary>
      <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.XlsxExportOptionsEx"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteXlsx(System.IO.Stream)">
      <summary>
        <para>Exports the grid’s data to a stream in XLSX format.</para>
      </summary>
      <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the data is exported.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteXlsxToResponse">
      <summary>
        <para>Exports the grid’s data to a file in XLSX format and writes it to the Response in binary format.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteXlsxToResponse(DevExpress.XtraPrinting.XlsxExportOptions)">
      <summary>
        <para>Exports the grid’s data to a file in XLSX format with the specified export settings, and writes it to the Response in binary format.</para>
      </summary>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteXlsxToResponse(DevExpress.XtraPrinting.XlsxExportOptionsEx)">
      <summary>
        <para>Exports the grid’s data to a file in XLSX format with the specified export settings, and writes it to the Response in binary format.</para>
      </summary>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsxExportOptionsEx"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteXlsxToResponse(System.Boolean,DevExpress.XtraPrinting.XlsxExportOptions)">
      <summary>
        <para>Exports the grid’s data to a file in XLS format with the specified export settings, and writes it to the Response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the File Download dialog; false to display the XLSX file with exported data within a page.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteXlsxToResponse(System.Boolean,DevExpress.XtraPrinting.XlsxExportOptionsEx)">
      <summary>
        <para>Exports the grid’s data to a file in XLS format with the specified export settings, and writes it to the Response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the File Download dialog; false to display the XLSX file with exported data within a page.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsxExportOptionsEx"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteXlsxToResponse(System.Boolean)">
      <summary>
        <para>Exports the grid’s data to a file in XLSX format and writes it to the Response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the File Download dialog; false to display the XLSX file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteXlsxToResponse(System.String,DevExpress.XtraPrinting.XlsxExportOptions)">
      <summary>
        <para>Exports the grid’s data to the specified file in XLSX format, with the specified export settings, and writes it to the Response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value that specifies the target file name.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteXlsxToResponse(System.String,DevExpress.XtraPrinting.XlsxExportOptionsEx)">
      <summary>
        <para>Exports the grid’s data to the specified file in XLSX format, with the specified export settings, and writes it to the Response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value that specifies the target file name.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsxExportOptionsEx"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteXlsxToResponse(System.String,System.Boolean,DevExpress.XtraPrinting.XlsxExportOptions)">
      <summary>
        <para>Exports the grid’s data to the specified file in XLSX format with the specified export settings, and writes it to the Response in binary format.</para>
      </summary>
      <param name="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 XLSX file with exported data within a page.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteXlsxToResponse(System.String,System.Boolean,DevExpress.XtraPrinting.XlsxExportOptionsEx)">
      <summary>
        <para>Exports the grid’s data to the specified file in XLSX format with the specified export settings, and writes it to the Response in binary format.</para>
      </summary>
      <param name="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 XLSX file with exported data within a page.</param>
      <param name="exportOptions">A <see cref="T:DevExpress.XtraPrinting.XlsxExportOptionsEx"/> object that provides export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteXlsxToResponse(System.String,System.Boolean)">
      <summary>
        <para>Exports the grid’s data to the specified file in XLS format and writes it to the Response in binary format.</para>
      </summary>
      <param name="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 XLSX file with exported data within a page.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExporterBase.WriteXlsxToResponse(System.String)">
      <summary>
        <para>Exports the grid’s data to the specified file in XLSX format and writes it to the Response in binary format.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value that specifies the target file name.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridExportSettings">
      <summary>
        <para>Serves as a base class for the <see cref="T:DevExpress.Web.ASPxGridViewExportSettings"/>, <see cref="T:DevExpress.Web.ASPxCardViewExportSettings"/>, <see cref="T:DevExpress.Web.ASPxVerticalGridExportSettings"/> classes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExportSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridExportSettings"/> class.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridExportSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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="F:DevExpress.Web.ASPxGridExportSettings.DefaultMaxColumnWidth">
      <summary>
        <para>Holds the default value for the column’s maximum width, in pixels.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridExportSettings.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.ASPxGridExportSettings.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="T:DevExpress.Web.ASPxGridFilterControlSettings">
      <summary>
        <para>A base class that provides settings affecting the built-in <see href="https://docs.devexpress.com/AspNet/11025/components/data-editors/filtercontrol">filter control</see> functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridFilterControlSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridFilterControlSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridFilterControlSettings.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.ASPxGridFilterControlSettings.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.ASPxGridFilterControlSettings.ClearOperandValueOnColumnChange">
      <summary>
        <para>Gets or sets a value that specifies whether the <see href="https://docs.devexpress.com/AspNet/11155/components/data-editors/aspxfiltercontrol/visual-elements#criteria-value">criteria value</see> in the Filter Control should be cleared when the specified <see href="https://docs.devexpress.com/AspNet/11155/components/data-editors/aspxfiltercontrol/visual-elements#field-name">field name</see> is changed.</para>
      </summary>
      <value>true, if the criteria value should be cleared; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridFilterControlSettings.GroupOperationsVisibility">
      <summary>
        <para>Gets the visibility settings of the <see href="https://docs.devexpress.com/AspNet/11155/components/data-editors/aspxfiltercontrol/visual-elements#combining-operator">combining operator</see> dropdown menu items in filter builder.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FilterControlGroupOperationsVisibility"/> object that contains the visibility settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridFilterControlSettings.HierarchicalColumnPopupHeight">
      <summary>
        <para>Gets or sets the height of the popup window in which the columns list is displayed when hierarchical columns (see the <see cref="P:DevExpress.Web.ASPxGridFilterControlSettings.AllowHierarchicalColumns">ASPxGridFilterControlSettings.AllowHierarchicalColumns</see> property) are enabled.</para>
      </summary>
      <value>The height of the popup window (in pixels).</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridFilterControlSettings.MaxHierarchyDepth">
      <summary>
        <para>Specifies a column’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.ASPxGridFilterControlSettings.ShowAllDataSourceColumns">
      <summary>
        <para>Specifies which columns are visible in the filter builder: all data source columns or only the columns that are visible in the grid.</para>
      </summary>
      <value>true, to display all data source columns; false, to display columns that are visible in the grid.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridFilterControlSettings.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.ASPxGridFilterControlSettings.TextTabText">
      <summary>
        <para>Gets or sets the text displayed in the filter builder‘s Text tab.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the tab text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridFilterControlSettings.ViewMode">
      <summary>
        <para>Specifies if the text filter expression editor is displayed in the filter builder.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.FilterControlViewMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridFilterControlSettings.VisualTabText">
      <summary>
        <para>Gets or sets the text displayed in the filter builder’s Visual tab.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the tab text.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridHeaderFilterEditorInitializeEventArgs">
      <summary>
        <para>A base class for classes that provide data for the HeaderFilterEditorInitialize events of the grid-like controls.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridHeaderFilterEditorInitializeEventArgs.Editor">
      <summary>
        <para>Gets the editor in the header filter.</para>
      </summary>
      <value>The editor.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridHeaderFilterEditorInitializeEventArgs.EditorType">
      <summary>
        <para>Gets the editor type.</para>
      </summary>
      <value>The editor type.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridHeaderFilterEventArgs">
      <summary>
        <para>Serves as a base for classes that provide data for events related to filling header filter dropdowns in grid-like controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridHeaderFilterEventArgs.#ctor(DevExpress.Web.Internal.IWebGridDataColumnBase,DevExpress.Web.GridHeaderFilterValues)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridHeaderFilterEventArgs.AddShowAll">
      <summary>
        <para>Adds the ‘All’ item to the header filter.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridHeaderFilterEventArgs.AddShowBlanks(System.String)">
      <summary>
        <para>Creates and adds the “Blanks” filter value to the header filter values.</para>
      </summary>
      <param name="displayText">A string value specifying the text of the “Blanks” filter value.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridHeaderFilterEventArgs.AddShowNonBlanks(System.String)">
      <summary>
        <para>Creates and adds the “(Non blanks)” filter value to the header filter values.</para>
      </summary>
      <param name="displayText">A string value specifying the text of the “(Non blanks)” filter value.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridHeaderFilterEventArgs.AddValue(System.String,System.String,System.String)">
      <summary>
        <para>Adds a new filter item with the specified filter criteria to the header filter.</para>
      </summary>
      <param name="displayText">A <see cref="T:System.String"/> value that specifies the filter item’s display text.</param>
      <param name="value">A <see cref="T:System.String"/> value that specifies the filter item’s value.</param>
      <param name="query">A <see cref="T:System.String"/> value that represents the filter criteria.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridHeaderFilterEventArgs.AddValue(System.String,System.String)">
      <summary>
        <para>Adds a new filter item to the header filter.</para>
      </summary>
      <param name="displayText">A <see cref="T:System.String"/> value that specifies the filter item’s display text.</param>
      <param name="value">A <see cref="T:System.String"/> value that specifies the filter item’s value.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridHeaderFilterEventArgs.CreateShowBlanksValue(System.String)">
      <summary>
        <para>Creates and returns the (Blanks) filter item used to filter a column by blank values.</para>
      </summary>
      <param name="displayText">A <see cref="T:System.String"/> value that specifies the item’s display text.</param>
      <returns>Returns the filter item used to filter by blank values.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridHeaderFilterEventArgs.CreateShowNonBlanksValue(System.String)">
      <summary>
        <para>Creates and returns the (Non blanks) filter item used to filter a column by blank values.</para>
      </summary>
      <param name="displayText">A <see cref="T:System.String"/> value that specifies the item’s display text.</param>
      <returns>Returns the filter item used to filter by blank values.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxGridHeaderFilterEventArgs.Values">
      <summary>
        <para>Gets a collection that contains the header filer values.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridHeaderFilterValues"/> objects containing the header filter values for the current column.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridItemEventArgs">
      <summary>
        <para>Serves as a base for classes that provide data for different data item related events of grid-like controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridItemEventArgs.#ctor(System.Int32,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridItemEventArgs"/> class.</para>
      </summary>
      <param name="visibleIndex">The row’s visible index.</param>
      <param name="keyValue">An object that uniquely identifies the row.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridLoadingPanelSettings">
      <summary>
        <para>Serves as a base for classes that provide settings affecting the <see href="https://docs.devexpress.com/AspNet/3677/components/grid-view/visual-elements/loading-panel">loading panel</see>‘s appearance and functionality in grid-like controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridLoadingPanelSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridLoadingPanelSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridLoadingPanelSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.ASPxGridLoadingPanelSettings.Mode">
      <summary>
        <para>Gets or sets a value that specifies how a loading panel is displayed in a grid control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewLoadingPanelMode"/> enumeration value that specifies the loading panel’s display mode.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridLookup">
      <summary>
        <para>An editor that allows a user to easily select values from a dropdown grid containing lookup items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridLookup.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridLookup"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridLookup.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.ASPxGridLookup.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxGridLookup"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridLookupClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxGridLookup"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridLookup.Columns">
      <summary>
        <para>Provides access to the editor’s column collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewColumnCollection"/> object that represents a collection of columns to be displayed within the built-in ASPxGridView.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxGridLookup.DataBind">
      <summary>
        <para>Binds the editor to its data source, if any is defined.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridLookup.DataSource">
      <summary>
        <para>Gets or sets the object from which the data-bound editor retrieves its list of data items.</para>
      </summary>
      <value>An object that represents the editor’s data source.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridLookup.DataSourceID">
      <summary>
        <para>Gets or sets the ID of the control from which the data-bound editor retrieves its list of data items.</para>
      </summary>
      <value>The ID of a control that represents the data source from which the data-bound editor retrieves its items.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridLookup.DropDownWindowStyle">
      <summary>
        <para>Gets the style settings which define the appearance of an editor’s drop down window.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DropDownWindowStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridLookup.GridView">
      <summary>
        <para>Provides access to an embedded ASPxGridView object.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxGridView"/> object that is an embedded grid.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridLookup.GridViewClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxGridLookup"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewClientSideEvents"/> object, which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxGridLookup"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridLookup.GridViewImages">
      <summary>
        <para>Provides access to the settings that define images displayed within the built-in ASPxGridView’s elements.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewImages"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridLookup.GridViewImagesEditors">
      <summary>
        <para>Provides access to the settings that define images displayed within the built-in ASPxGridView’s editors.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewEditorImages"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridLookup.GridViewImagesFilterControl">
      <summary>
        <para>Provides access to the settings that define images displayed within the built-in ASPxGridView’s <see href="https://docs.devexpress.com/AspNet/5138/components/grid-view/concepts/filter-data/filter-control">Filter Control</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FilterControlImages"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridLookup.GridViewProperties">
      <summary>
        <para>Provides access to the settings allowing you to customize the built-in ASPxGridView’s properties.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewProperties"/> object containing ASPxGridView specific settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridLookup.GridViewStyles">
      <summary>
        <para>Provides access to the style settings that control the appearance of the built-in ASPxGridView’s <see href="https://docs.devexpress.com/AspNet/3667/components/grid-view/visual-elements">elements</see>.</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.ASPxGridLookup.GridViewStylesEditors">
      <summary>
        <para>Provides access to style settings used to paint the built-in ASPxGridView’s editors.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewEditorStyles"/> object that contains style settings used to paint the ASPxGridView’s editors.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridLookup.GridViewStylesFilterControl">
      <summary>
        <para>Provides access to the style settings used to paint the built-in ASPxGridView’s <see href="https://docs.devexpress.com/AspNet/5138/components/grid-view/concepts/filter-data/filter-control">Filter Control</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FilterControlStyles"/> object that contains style settings used to paint the Filter Control of the embedded ASPxGridView.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridLookup.GridViewStylesPager">
      <summary>
        <para>Provides access to the style settings that control the appearance of the <see href="https://docs.devexpress.com/AspNet/3676/components/grid-view/visual-elements/pager">Pager</see> displayed within the built-in ASPxGridView.</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.ASPxGridLookup.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.ASPxGridLookup.IncrementalFilteringDelay">
      <summary>
        <para>Gets or sets the time interval between when a user starts typing within the editor’s edit box and when the ASPxGridLookup applies the filter.</para>
      </summary>
      <value>An integer value that specifies the time interval, in milliseconds.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridLookup.IncrementalFilteringMode">
      <summary>
        <para>Gets or sets a value that specifies the editor’s filter mode.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.IncrementalFilteringMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridLookup.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.ASPxGridLookup.MultiTextSeparator">
      <summary>
        <para>Gets or sets a separator that is used within the editor’s input box to divide text that corresponds to multiple selected rows.</para>
      </summary>
      <value>A string representing a separator.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridLookup.NullText">
      <summary>
        <para>Gets or sets the prompt text displayed within the editor’s input box when the editor is not focused, and its value is null.</para>
      </summary>
      <value>A string value that specifies the prompt text.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxGridLookup.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridLookup.SelectionMode">
      <summary>
        <para>Gets or sets a value that specifies item selection behavior.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridLookupSelectionMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridLookup.Text">
      <summary>
        <para>Gets or sets the text displayed within the editor’s edit box.</para>
      </summary>
      <value>The <see cref="T:System.String"/> value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridLookup.TextFormatString">
      <summary>
        <para>Gets or sets the pattern used to format a selected item’s text for display in the editor’s edit box.</para>
      </summary>
      <value>A string value that represents the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridLookup.Value">
      <summary>
        <para>Gets or sets the value of the selected item key field.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> value.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridPagerSettings">
      <summary>
        <para>Serves as a base for classes that implement <see href="https://docs.devexpress.com/AspNet/3676/components/grid-view/visual-elements/pager">pager</see> settings for grid-like controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridPagerSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridPagerSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridPagerSettings.AlwaysShowPager">
      <summary>
        <para>Gets or sets whether the pager is displayed in the control when there is only one page.</para>
      </summary>
      <value>true, to display the pager in the control when there is only one page; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxGridPagerSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.ASPxGridPagerSettings.Position">
      <summary>
        <para>Specifies the pager’s position in a grid control.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.PagerPosition"/> enumeration values that specifies the position of the pager.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridPagerSettings.SEOFriendly">
      <summary>
        <para>Gets or sets whether Search-Engine Optimization (SEO) mode is enabled for the control pager.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SEOFriendlyMode"/> enumeration value that specifies whether SEO mode is enabled.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridPopupControlSettings">
      <summary>
        <para>Serves as a base for classes that implement settings for different popup elements of grid-like controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridPopupControlSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridPopupControlSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridPopupControlSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.ASPxGridSearchPanelSettings">
      <summary>
        <para>Serves as a base for classes that implement settings affecting the <see href="https://docs.devexpress.com/AspNet/17646/components/grid-view/visual-elements/search-panel">search panel</see> functionality in grid-like controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridSearchPanelSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridSearchPanelSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridSearchPanelSettings.AllowTextInputTimer">
      <summary>
        <para>Specifies whether a search panel filter is applied automatically or manually.</para>
      </summary>
      <value>true if a search panel filter is applied automatically after a specified the time period, false if a search panel filter is applied manually.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxGridSearchPanelSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.ASPxGridSearchPanelSettings.CustomEditorID">
      <summary>
        <para>Specifies the ID of a DevExpress editor that is used to set search panel filter criterion.</para>
      </summary>
      <value>A string value that is the editor ID.</value>
    </member>
    <member name="F:DevExpress.Web.ASPxGridSearchPanelSettings.DefaultInputDelay">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridSearchPanelSettings.Delay">
      <summary>
        <para>Gets or sets the time interval between the time an end-user starts typing within the search panel, and filtering is applied.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value that specifies the time interval, in milliseconds.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridSearchPanelSettings.EditorNullTextDisplayMode">
      <summary>
        <para>Specifies when the null text is visible in the grid’s search panel.</para>
      </summary>
      <value>The null text display mode.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridSearchPanelSettings.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.ASPxGridSearchPanelSettings.HighlightResults">
      <summary>
        <para>Gets or sets a value that specifies whether the grid highlights the searched texts in the grid.</para>
      </summary>
      <value>true, if the grid highlights the searched text; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridSearchPanelSettings.ShowApplyButton">
      <summary>
        <para>Specifies whether the Apply button is displayed in the search panel.</para>
      </summary>
      <value>true, if the button is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridSearchPanelSettings.ShowClearButton">
      <summary>
        <para>Specifies whether the Clear button is displayed in the search panel.</para>
      </summary>
      <value>true, if the button is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridSearchPanelSettings.Visible">
      <summary>
        <para>Gets or sets whether the grid displays the search panel.</para>
      </summary>
      <value>true if the grid displays the search panel; otherwise false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridSettings">
      <summary>
        <para>Provides view options for grid-like controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.ASPxGridSettings.EnableFilterControlPopupMenuScrolling">
      <summary>
        <para>Gets or sets a value specifying whether popup menu scrolling is enabled in the built-in filter builder.</para>
      </summary>
      <value>true, if scrolling is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridSettings.HorizontalScrollBarMode">
      <summary>
        <para>Gets or sets a value specifying the horizontal scrollbar’s display mode.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ScrollBarMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridSettings.ShowFilterBar">
      <summary>
        <para>Gets or sets a value which specifies when the filter bar is displayed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewStatusBarMode"/> enumeration value that specifies when the filter bar is displayed.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridSettings.ShowHeaderFilterBlankItems">
      <summary>
        <para>Gets or sets a value that specifies whether the filter dropdown contains service filter items (‘Blanks’ and ‘Non blanks’) to allow filtering data by blank and non blank values.</para>
      </summary>
      <value>true, to display the ‘Blanks’ and ‘Non blanks’ filter items within the filter dropdown; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridSettings.ShowHeaderFilterButton">
      <summary>
        <para>Gets or sets whether column/row headers display filter buttons.</para>
      </summary>
      <value>true, to display filter buttons in headers; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridSettings.ShowHeaderFilterListBoxSearchUI">
      <summary>
        <para>Gets or sets a value specifying whether the list box’s search UI is enabled within the grid column’s <see href="https://docs.devexpress.com/AspNet/11579/components/grid-view/concepts/filter-data/header-filter">header filter</see>.</para>
      </summary>
      <value>true, to display the search UI within the grid column’s header filter; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridSettings.ShowStatusBar">
      <summary>
        <para>Specifies the visibility of the <see href="https://docs.devexpress.com/AspNet/3693/components/grid-view/visual-elements/status-bar">Status Bar</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewStatusBarMode"/> enumeration value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridSettings.ShowTitlePanel">
      <summary>
        <para>Specifies whether the grid displays the <see href="https://docs.devexpress.com/AspNet/3678/components/grid-view/visual-elements/title-panel">Title Panel</see>.</para>
      </summary>
      <value>true to display the title panel; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridSettings.VerticalScrollableHeight">
      <summary>
        <para>Gets or sets the scrollable area’s height.</para>
      </summary>
      <value>Specifies the scrollable area’s height, in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridSettings.VerticalScrollBarMode">
      <summary>
        <para>Gets or sets a value specifying the vertical scrollbar’s display mode.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ScrollBarMode"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridSettingsBase">
      <summary>
        <para>Serves as a base for classes that implement different settings of grid-like controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridSettingsBase.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridSettingsBase"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridSummaryDisplayTextEventArgs">
      <summary>
        <para>Serves as a base class for the <see cref="T:DevExpress.Web.ASPxGridViewSummaryDisplayTextEventArgs"/> and <see cref="T:DevExpress.Web.ASPxCardViewSummaryDisplayTextEventArgs"/> classes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridSummaryDisplayTextEventArgs.#ctor(DevExpress.Web.ASPxGridBase,DevExpress.Web.ASPxSummaryItemBase,System.Object,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridSummaryDisplayTextEventArgs"/> class.</para>
      </summary>
      <param name="grid">A grid.</param>
      <param name="item">A summary item.</param>
      <param name="value">A summary item’s value.</param>
      <param name="text">A summary item’s text.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridSummaryDisplayTextEventArgs.#ctor(DevExpress.Web.ASPxSummaryItemBase,System.Object,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridSummaryDisplayTextEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="item">An <see cref="T:DevExpress.Web.ASPxSummaryItem"/> object that is the summary item whose value is being processed.</param>
      <param name="value">An <see cref="T:System.Object"/> that specifies the summary item’s value.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the summary item’s display text.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridSummaryDisplayTextEventArgs.EncodeHtml">
      <summary>
        <para>Gets or sets a value that specifies whether the summary display text keeps any of its values that are HTML as HTML, or instead, strips out the HTML markers.</para>
      </summary>
      <value>true if the HTML code contained in the <see cref="P:DevExpress.Web.ASPxGridSummaryDisplayTextEventArgs.Text">ASPxGridSummaryDisplayTextEventArgs.Text</see> property value is not executed and is converted into the corresponding text for display purposes, false if the property value can contain pure HTML code.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridSummaryDisplayTextEventArgs.Text">
      <summary>
        <para>Gets or sets the display text for the summary value currently being processed.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the summary value’s display text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridSummaryDisplayTextEventArgs.Value">
      <summary>
        <para>Gets the processed summary value.</para>
      </summary>
      <value>An object that is the processed summary value.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridSummaryItemCollectionBase`1">
      <summary>
        <para>Serves as a base class for the <see cref="T:DevExpress.Web.ASPxCardViewSummaryItemCollection"/> and <see cref="T:DevExpress.Web.ASPxSummaryItemCollection"/> classes.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridSummaryItemCollectionBase`1.SummaryChanged">
      <summary>
        <para>Fires when the summary collection is changed.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridSummaryItemCollectionBase`1.ToString">
      <summary>
        <para>Returns a string that denotes the current object.</para>
      </summary>
      <returns>The <see cref="F:System.String.Empty"/> value.</returns>
    </member>
    <member name="T:DevExpress.Web.ASPxGridTextSettings">
      <summary>
        <para>Provides text options for ASPxGridViews.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridTextSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridTextSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridTextSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.ASPxGridTextSettings.CommandBatchEditCancel">
      <summary>
        <para>Specifies the text displayed in the Cancel changes <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command button</see> in <see href="https://docs.devexpress.com/AspNet/16443/components/grid-view/concepts/edit-data/batch-edit-mode">batch edit mode</see>.</para>
      </summary>
      <value>The text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettings.CommandBatchEditUpdate">
      <summary>
        <para>Specifies the text displayed in the Update <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command button</see> in <see href="https://docs.devexpress.com/AspNet/16443/components/grid-view/concepts/edit-data/batch-edit-mode">batch edit mode</see>.</para>
      </summary>
      <value>The text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettings.CommandDelete">
      <summary>
        <para>Specifies the text displayed in the Delete <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command button</see>.</para>
      </summary>
      <value>The text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettings.CommandEdit">
      <summary>
        <para>Specifies the text displayed in the Edit <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command button</see>.</para>
      </summary>
      <value>The text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettings.CommandNew">
      <summary>
        <para>Specifies the text displayed in the New <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command button</see>.</para>
      </summary>
      <value>The text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettings.CommandRecover">
      <summary>
        <para>Specifies the text displayed in the Recover <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command button</see>.</para>
      </summary>
      <value>The text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettings.CommandSelect">
      <summary>
        <para>Specifies the text displayed in the Select <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command button</see>.</para>
      </summary>
      <value>The text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettings.ConfirmDelete">
      <summary>
        <para>Specifies the text displayed in the Confirm Delete window.</para>
      </summary>
      <value>The text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettings.ConfirmOnLosingBatchChanges">
      <summary>
        <para>Specifies the text that the grid control displays within the Confirmation dialog box in <see href="https://docs.devexpress.com/AspNet/16443/components/grid-view/concepts/edit-data/batch-edit-mode">batch edit mode</see>.</para>
      </summary>
      <value>The text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettings.Title">
      <summary>
        <para>Specifies the text within the grid’s <see href="https://docs.devexpress.com/AspNet/3678/components/grid-view/visual-elements/title-panel">Title Panel</see>.</para>
      </summary>
      <value>The text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettings.ToolbarCancel">
      <summary>
        <para>Specifies the text displayed in the Cancel <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars#toolbar-item-object">toolbar item</see>.</para>
      </summary>
      <value>The text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettings.ToolbarClearFilter">
      <summary>
        <para>Specifies the text displayed in the Clear Filter <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars#toolbar-item-object">toolbar item</see>.</para>
      </summary>
      <value>The text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettings.ToolbarClearSorting">
      <summary>
        <para>Specifies the text displayed in the Clear Sorting <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars#toolbar-item-object">toolbar item</see>.</para>
      </summary>
      <value>The text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettings.ToolbarDelete">
      <summary>
        <para>Specifies the text displayed in the Delete <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars#toolbar-item-object">toolbar item</see>.</para>
      </summary>
      <value>The text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettings.ToolbarEdit">
      <summary>
        <para>Specifies the text displayed in the Edit <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars#toolbar-item-object">toolbar item</see>.</para>
      </summary>
      <value>The text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettings.ToolbarExportTo">
      <summary>
        <para>Specifies the text displayed in the Export <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars#toolbar-item-object">toolbar item</see>.</para>
      </summary>
      <value>The text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettings.ToolbarNew">
      <summary>
        <para>Specifies the text displayed in the New <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars#toolbar-item-object">toolbar item</see>.</para>
      </summary>
      <value>The text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettings.ToolbarRefresh">
      <summary>
        <para>Specifies the text displayed in the Refresh <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars#toolbar-item-object">toolbar item</see>.</para>
      </summary>
      <value>The text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettings.ToolbarShowFilterEditor">
      <summary>
        <para>Specifies the text displayed in the Filter Builder <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars#toolbar-item-object">toolbar item</see>.</para>
      </summary>
      <value>The text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettings.ToolbarShowSearchPanel">
      <summary>
        <para>Specifies the text displayed in the Search Panel <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars#toolbar-item-object">toolbar item</see>.</para>
      </summary>
      <value>The text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettings.ToolbarUpdate">
      <summary>
        <para>Specifies the text displayed in the Update <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars#toolbar-item-object">toolbar item</see>.</para>
      </summary>
      <value>The text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettings.ToolbarUpdateSummaries">
      <summary>
        <para>Specifies the text displayed in the Update summaries <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars#toolbar-item-object">toolbar item</see>.</para>
      </summary>
      <value>The text.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridTextSettingsBase">
      <summary>
        <para>Serves as a base for classes that implement text settings of grid-like controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridTextSettingsBase.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridTextSettingsBase"/> class.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridTextSettingsBase.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.ASPxGridTextSettingsBase.CommandApplySearchPanelFilter">
      <summary>
        <para>Gets or sets the text displayed within the Apply <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command item</see> in the <see href="https://docs.devexpress.com/AspNet/119625/components/tree-list/visual-elements/search-panel">search panel</see>.</para>
      </summary>
      <value>A string value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettingsBase.CommandClearSearchPanelFilter">
      <summary>
        <para>Gets or sets the text displayed within the Clear <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command item</see> in the <see href="https://docs.devexpress.com/AspNet/119625/components/tree-list/visual-elements/search-panel">search panel</see>.</para>
      </summary>
      <value>A string value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettingsBase.FilterBarClear">
      <summary>
        <para>Gets or sets the text of the Clear command displayed within the <see href="https://docs.devexpress.com/AspNet/119600/components/tree-list/visual-elements/filter-bar">Filter Bar</see>.</para>
      </summary>
      <value>A string value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettingsBase.FilterBarCreateFilter">
      <summary>
        <para>Gets or sets the text of the Create Filter command displayed within the <see href="https://docs.devexpress.com/AspNet/119600/components/tree-list/visual-elements/filter-bar">Filter Bar</see>.</para>
      </summary>
      <value>A string value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettingsBase.FilterControlPopupCaption">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/119621/components/tree-list/visual-elements/filter-control">Filter Control</see>‘s caption.</para>
      </summary>
      <value>A string value that specifies the caption.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettingsBase.HeaderFilterCancelButton">
      <summary>
        <para>Gets or sets the text displayed within the <see href="https://docs.devexpress.com/AspNet/119599/components/tree-list/visual-elements/header-filter">header filter</see>‘s Cancel button.</para>
      </summary>
      <value>A string value that specifies the text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettingsBase.HeaderFilterFrom">
      <summary>
        <para>Gets or sets the text of the From label displayed in the date range header filter.</para>
      </summary>
      <value>A string value that specifies the text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettingsBase.HeaderFilterHeaderCaption">
      <summary>
        <para>Gets or sets the text displayed within the header filter‘s header.</para>
      </summary>
      <value>A string value that specifies the text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettingsBase.HeaderFilterLastMonth">
      <summary>
        <para>Gets or sets the text of the Last Month item displayed within the Date Range Header Filter.</para>
      </summary>
      <value>A string value that specifies the text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettingsBase.HeaderFilterLastWeek">
      <summary>
        <para>Gets or sets the text of the Last Week item displayed within the Date Range Header Filter.</para>
      </summary>
      <value>A string value that specifies the item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettingsBase.HeaderFilterLastYear">
      <summary>
        <para>Gets or sets the text of the Last Year item displayed within the Date Range Header Filter.</para>
      </summary>
      <value>A string value that specifies the item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettingsBase.HeaderFilterNextMonth">
      <summary>
        <para>Gets or sets the text of the Next Month item displayed within the Date Range Header Filter.</para>
      </summary>
      <value>A string value that specifies the item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettingsBase.HeaderFilterNextWeek">
      <summary>
        <para>Gets or sets the text of the Next Week item displayed within the Date Range Header Filter.</para>
      </summary>
      <value>A string value that specifies the item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettingsBase.HeaderFilterNextYear">
      <summary>
        <para>Gets or sets the text of the Next Year item displayed within the Date Range Header Filter.</para>
      </summary>
      <value>A string value that specifies the item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettingsBase.HeaderFilterOkButton">
      <summary>
        <para>Gets or sets the text displayed within the <see href="https://docs.devexpress.com/AspNet/119599/components/tree-list/visual-elements/header-filter">header filter</see>‘s Ok button.</para>
      </summary>
      <value>A string value that specifies the text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettingsBase.HeaderFilterSelectAll">
      <summary>
        <para>Gets or sets the Select All <see href="https://docs.devexpress.com/AspNet/119599/components/tree-list/visual-elements/header-filter">header filter</see> item’s caption.</para>
      </summary>
      <value>A string value that specifies the item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettingsBase.HeaderFilterShowAll">
      <summary>
        <para>Gets or sets the Show All <see href="https://docs.devexpress.com/AspNet/119599/components/tree-list/visual-elements/header-filter">header filter</see> item’s caption.</para>
      </summary>
      <value>A string value that specifies the item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettingsBase.HeaderFilterShowBlanks">
      <summary>
        <para>Gets or sets the ‘Blanks’ filter item’s caption.</para>
      </summary>
      <value>A string value that specifies the text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettingsBase.HeaderFilterShowNonBlanks">
      <summary>
        <para>Gets or sets the ‘Non blanks’ filter item’s caption.</para>
      </summary>
      <value>A string value that specifies the text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettingsBase.HeaderFilterThisMonth">
      <summary>
        <para>Gets or sets the text of the This Month item displayed within the Date Range Header Filter.</para>
      </summary>
      <value>A string value that specifies the item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettingsBase.HeaderFilterThisWeek">
      <summary>
        <para>Gets or sets the text of the This Week item displayed within the Date Range Header Filter.</para>
      </summary>
      <value>A string value that specifies the item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettingsBase.HeaderFilterThisYear">
      <summary>
        <para>Gets or sets the text of the This Year item displayed within the Date Range Header Filter.</para>
      </summary>
      <value>A string value that specifies the item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettingsBase.HeaderFilterTo">
      <summary>
        <para>Gets or sets the text of the To label displayed in the date range header filter.</para>
      </summary>
      <value>A string value that specifies the text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettingsBase.HeaderFilterToday">
      <summary>
        <para>Gets or sets the text of the Today item displayed within the Date Range Header Filter.</para>
      </summary>
      <value>A string value that specifies the item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettingsBase.HeaderFilterTomorrow">
      <summary>
        <para>Gets or sets the text of the Tomorrow item displayed within the Date Range Header Filter.</para>
      </summary>
      <value>A string value that specifies the item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettingsBase.HeaderFilterYesterday">
      <summary>
        <para>Gets or sets the text of the Yesterday item displayed within the Date Range Header Filter.</para>
      </summary>
      <value>A string value that specifies the item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridTextSettingsBase.SearchPanelEditorNullText">
      <summary>
        <para>Gets or sets the text displayed in a <see href="https://docs.devexpress.com/AspNet/119625/components/tree-list/visual-elements/search-panel">search panel</see> editor when it is empty and not focused.</para>
      </summary>
      <value>A string value that specifies the text.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridToolbarItemClickEventArgs">
      <summary>
        <para>Provides data for the grid’s toolbar item click event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridToolbarItemClickEventArgs.#ctor(DevExpress.Web.GridToolbarItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridToolbarItemClickEventArgs"/> class with specified settings.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.GridToolbarItem"/> object that is the toolbar item.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridToolbarItemClickEventArgs.Handled">
      <summary>
        <para>Specifies whether the toolbar item click is handled manually, so no default processing is required.</para>
      </summary>
      <value>true if no default processing is required; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridToolbarItemClickEventArgs.Item">
      <summary>
        <para>Gets the toolbar item related to the event.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.GridToolbarItem"/> object that is the toolbar item.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridView">
      <summary>
        <para>A grid control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridView"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.AddNewRow">
      <summary>
        <para>Adds a new record.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.AddSummaryItemViaContextMenu">
      <summary>
        <para>Fires when a <see href="https://docs.devexpress.com/AspNet/3757/components/grid-view/concepts/use-data-summaries/total-summary">total summary</see> item is added to the <see cref="P:DevExpress.Web.ASPxGridView.TotalSummary">ASPxGridView.TotalSummary</see> collection using the <see href="https://docs.devexpress.com/AspNet/17183/components/grid-view/concepts/data-representation-basics/context-menu">context menu</see>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.AfterPerformCallback">
      <summary>
        <para>Fires after a callback or a postback initiated by the control has been processed on the server.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.AllColumns">
      <summary>
        <para>Gets the collection of all columns within the ASPxGridView control.</para>
      </summary>
      <value>A collection of all the columns in an ASPxGridView.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.ApplyFilterToColumn(DevExpress.Web.GridViewDataColumn,DevExpress.Data.Filtering.CriteriaOperator)">
      <summary>
        <para>Applies the specified filter criteria to the specified column.</para>
      </summary>
      <param name="column">The data column.</param>
      <param name="criteria">The filter expression.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.AutoFilterByColumn(DevExpress.Web.GridViewColumn,System.String)">
      <summary>
        <para>Applies a filter to the specified <see href="https://docs.devexpress.com/AspNet/3668/components/grid-view/visual-elements/data-column">data column</see>.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewColumn"/> descendant that represents the data column within the ASPxGridView.</param>
      <param name="value">A <see cref="T:System.String"/> value that specifies the filter string.</param>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.AutoFilterCellEditorCreate">
      <summary>
        <para>Enables you to assign editors to individual <see href="https://docs.devexpress.com/AspNet/3753/components/grid-view/concepts/filter-data/filter-row">filter row</see> cells.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.AutoFilterCellEditorInitialize">
      <summary>
        <para>Enables the cell editors displayed within the <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">auto filter row cells</see> to be initialized.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.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="E:DevExpress.Web.ASPxGridView.BeforeColumnSortingGrouping">
      <summary>
        <para>Fires before a column is sorted or grouped.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.BeforeHeaderFilterFillItems">
      <summary>
        <para>Allows you to populate the <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">header filter</see> dropdown with custom items instead of default items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.CancelEdit">
      <summary>
        <para>Cancels all the changes made and switches the ASPxGridView to browse mode.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.CancelRowEditing">
      <summary>
        <para>Enables you to prevent changes made within a row from being discarded.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.Caption">
      <summary>
        <para>Gets or sets the text to render in an HTML caption element in an ASPxGridView.</para>
      </summary>
      <value>A string value that specifies the text to render in an HTML caption element in an ASPxGridView.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.CellEditorInitialize">
      <summary>
        <para>Occurs after a cell editor contained in the <see href="https://docs.devexpress.com/AspNet/3694/components/grid-view/visual-elements/edit-cell">edit cells</see> is initialized, but before it’s shown.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.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 that allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxGridView"/>.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.CollapseAll">
      <summary>
        <para>Collapses all <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group rows</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.CollapseRow(System.Int32,System.Boolean)">
      <summary>
        <para>Collapses the specified <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group row</see> and optionally its child group rows at all nesting levels.</para>
      </summary>
      <param name="visibleIndex">The row’s visible index.</param>
      <param name="recursive">true to collapse child group rows at all nesting levels of the specified group row; false or undefined to preserve the expanded state of the child group rows.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.CollapseRow(System.Int32)">
      <summary>
        <para>Collapses the specified group row.</para>
      </summary>
      <param name="visibleIndex">The row’s visible index.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.Columns">
      <summary>
        <para>Provides access to a GridView’s <see href="https://docs.devexpress.com/AspNet/3668/components/grid-view/visual-elements/data-column">column</see> collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewColumnCollection"/> object that represents a collection of columns within the ASPxGridView control.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.CommandButtonInitialize">
      <summary>
        <para>Enables individual <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command buttons</see> to be initialized.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.ContextMenuInitialize">
      <summary>
        <para>Occurs when the <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> is initialized.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.ContextMenuItemClick">
      <summary>
        <para>Fires on the server side when a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item has been clicked.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.ContextMenuItemVisibility">
      <summary>
        <para>Enables you to dynamically change the visibility and availability of context menu items.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.CustomButtonCallback">
      <summary>
        <para>Occurs when a custom command button has been clicked.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.CustomButtonInitialize">
      <summary>
        <para>Enables you to initialize custom command buttons.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.CustomCallback">
      <summary>
        <para>Fires when you call the <b>ASPxClientGridView.PerformCallback</b> method and initiate a round trip to the server.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.CustomCellMerge">
      <summary>
        <para>Allows you to merge grid cells manually.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.CustomColumnDisplayText">
      <summary>
        <para>Enables you to specify the display text for a <see href="https://docs.devexpress.com/AspNet/3670/components/grid-view/visual-elements/data-cell">cell</see>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.CustomColumnGroup">
      <summary>
        <para>Allows you to apply a custom grouping algorithm to a column.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.CustomColumnSort">
      <summary>
        <para>Allows you to apply a custom sort algorithm to a column.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.CustomDataCallback">
      <summary>
        <para>Fires when a round trip to the server has been initiated by a call to the client <b>ASPxClientGridView.GetValuesOnCustomCallback</b> method.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.CustomErrorText">
      <summary>
        <para>Enables you to provide custom error descriptions.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.CustomGroupDisplayText">
      <summary>
        <para>Allows you to customize the text of <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group rows</see>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.CustomJSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.CustomPreviewDisplayText">
      <summary>
        <para>Enables you to provide custom display text for a <see href="https://docs.devexpress.com/AspNet/3672/components/grid-view/visual-elements/preview-row">preview row</see>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.CustomUnboundColumnData">
      <summary>
        <para>Enables you to supply data to unbound columns.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.DataColumns">
      <summary>
        <para>Gets the collection of all data columns within the ASPxGridView control.</para>
      </summary>
      <value>A collection of data columns in an ASPxGridView.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.DeleteRow(System.Int32)">
      <summary>
        <para>Deletes the specified row.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the row.</param>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.DetailRowExpandedChanged">
      <summary>
        <para>Occurs after a master row has been expanded or collapsed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.DetailRowGetButtonVisibility">
      <summary>
        <para>Enables you to hide/show expand buttons displayed within individual data rows.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.DetailRows">
      <summary>
        <para>Gets the ASPxGridView’s <see href="https://docs.devexpress.com/AspNet/3769/components/grid-view/visual-elements/detail-row">detail rows</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Data.WebDataDetailRows"/> object that provides methods used to expand/collapse detail rows.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.DetailsChanged">
      <summary>
        <para>Fires after a <see href="https://docs.devexpress.com/AspNet/3769/components/grid-view/visual-elements/detail-row">detail row(s)</see> has been expanded or collapsed.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.DoRowValidation">
      <summary>
        <para>Validates the row currently being edited.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.EditFormLayoutCreated">
      <summary>
        <para>Fires when the edit form layout is created.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.EditFormLayoutProperties">
      <summary>
        <para>Provides access to the edit form layout settings.</para>
      </summary>
      <value>An object that contains the edit form layout settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.EditingRowVisibleIndex">
      <summary>
        <para>Gets the index of the <see href="https://docs.devexpress.com/AspNet/3673/components/grid-view/visual-elements/data-row">data row</see> currently being edited.</para>
      </summary>
      <value>An integer value that identifies the row currently being edited. &#0045;1 if no data row is being edited.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.EnableRowsCache">
      <summary>
        <para>Gets or sets whether the grid caches data.</para>
      </summary>
      <value>true, to cache data; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.ExpandAll">
      <summary>
        <para>Expands all <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group rows</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.ExpandRow(System.Int32,System.Boolean)">
      <summary>
        <para>Expands the specified <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group row</see> and optionally its child group rows at all nesting levels.</para>
      </summary>
      <param name="visibleIndex">The row’s visible index.</param>
      <param name="recursive">true to expand child group rows at all nesting levels of the specified row; false or undefined to preserve the collapsed state of the child group rows.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.ExpandRow(System.Int32)">
      <summary>
        <para>Expands the specified group row.</para>
      </summary>
      <param name="visibleIndex">The row’s visible index.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.ExportCsvToResponse(DevExpress.XtraPrinting.CsvExportOptions)">
      <summary>
        <para>Exports the grid’s data to a file in CSV format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.ExportCsvToResponse(DevExpress.XtraPrinting.CsvExportOptionsEx)">
      <summary>
        <para>Exports the grid’s data to a file in CSV format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.ExportCsvToResponse(System.Boolean,DevExpress.XtraPrinting.CsvExportOptions)">
      <summary>
        <para>Exports the grid’s data to a file in CSV format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.ExportCsvToResponse(System.Boolean,DevExpress.XtraPrinting.CsvExportOptionsEx)">
      <summary>
        <para>Exports the grid’s data to a file in CSV format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.ExportCsvToResponse(System.String,DevExpress.XtraPrinting.CsvExportOptions)">
      <summary>
        <para>Exports the grid’s data to a file in CSV format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">The target file’s full path (including the file name and extension).</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.ExportCsvToResponse(System.String,DevExpress.XtraPrinting.CsvExportOptionsEx)">
      <summary>
        <para>Exports the grid’s data to a file in CSV format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">The target file’s full path (including the file name and extension).</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.ExportCsvToResponse(System.String,System.Boolean,DevExpress.XtraPrinting.CsvExportOptions)">
      <summary>
        <para>Exports the grid’s data to a file in CSV format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">The target file’s full path (including the file name and extension).</param>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.ExportCsvToResponse(System.String,System.Boolean,DevExpress.XtraPrinting.CsvExportOptionsEx)">
      <summary>
        <para>Exports the grid’s data to a file in CSV format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">The target file’s full path (including the file name and extension).</param>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.ExportRenderBrick">
      <summary>
        <para>Allows you to customize an exported grid element.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.ExportToCsv(System.IO.Stream,DevExpress.XtraPrinting.CsvExportOptions)">
      <summary>
        <para>Exports the control’s data to the specified stream in CSV format.</para>
      </summary>
      <param name="stream">An object to which the object is exported.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.ExportToCsv(System.IO.Stream,DevExpress.XtraPrinting.CsvExportOptionsEx)">
      <summary>
        <para>Exports the control’s data to the specified stream in CSV format.</para>
      </summary>
      <param name="stream">An object to which the object is exported.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.ExportToXls(System.IO.Stream,DevExpress.XtraPrinting.XlsExportOptions)">
      <summary>
        <para>Exports the control’s data to the specified stream in XLS format.</para>
      </summary>
      <param name="stream">An object to which the object is exported.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.ExportToXls(System.IO.Stream,DevExpress.XtraPrinting.XlsExportOptionsEx)">
      <summary>
        <para>Exports the control’s data to the specified stream in XLS format.</para>
      </summary>
      <param name="stream">An object to which the object is exported.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.ExportToXlsx(System.IO.Stream,DevExpress.XtraPrinting.XlsxExportOptions)">
      <summary>
        <para>Exports the control’s data to the specified stream in XLSX format.</para>
      </summary>
      <param name="stream">An object to which the object is exported.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.ExportToXlsx(System.IO.Stream,DevExpress.XtraPrinting.XlsxExportOptionsEx)">
      <summary>
        <para>Exports the control’s data to the specified stream in XLSX format.</para>
      </summary>
      <param name="stream">An object to which the object is exported.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.ExportXlsToResponse(DevExpress.XtraPrinting.XlsExportOptions)">
      <summary>
        <para>Exports the control’s data in XLS format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.ExportXlsToResponse(DevExpress.XtraPrinting.XlsExportOptionsEx)">
      <summary>
        <para>Exports the control’s data in XLS format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.ExportXlsToResponse(System.Boolean,DevExpress.XtraPrinting.XlsExportOptions)">
      <summary>
        <para>Exports the control’s data in XLS format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.ExportXlsToResponse(System.Boolean,DevExpress.XtraPrinting.XlsExportOptionsEx)">
      <summary>
        <para>Exports the control’s data in XLS format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.ExportXlsToResponse(System.String,DevExpress.XtraPrinting.XlsExportOptions)">
      <summary>
        <para>Exports the control’s data to a file in XLS format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">The target file’s full path (including the file name and extension).</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.ExportXlsToResponse(System.String,DevExpress.XtraPrinting.XlsExportOptionsEx)">
      <summary>
        <para>Exports the control’s data to a file in XLS format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">The target file’s full path (including the file name and extension).</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.ExportXlsToResponse(System.String,System.Boolean,DevExpress.XtraPrinting.XlsExportOptions)">
      <summary>
        <para>Exports the control’s data to a file in XLS format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">The target file’s full path (including the file name and extension).</param>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.ExportXlsToResponse(System.String,System.Boolean,DevExpress.XtraPrinting.XlsExportOptionsEx)">
      <summary>
        <para>Exports the control’s data to a file in XLS format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">The target file’s full path (including the file name and extension).</param>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.ExportXlsxToResponse(DevExpress.XtraPrinting.XlsxExportOptions)">
      <summary>
        <para>Exports the control’s data in XLSX format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.ExportXlsxToResponse(DevExpress.XtraPrinting.XlsxExportOptionsEx)">
      <summary>
        <para>Exports the control’s data in XLSX format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.ExportXlsxToResponse(System.Boolean,DevExpress.XtraPrinting.XlsxExportOptions)">
      <summary>
        <para>Exports the control’s data in XLSX format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.ExportXlsxToResponse(System.Boolean,DevExpress.XtraPrinting.XlsxExportOptionsEx)">
      <summary>
        <para>Exports the control’s data in XLSX format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.ExportXlsxToResponse(System.String,DevExpress.XtraPrinting.XlsxExportOptions)">
      <summary>
        <para>Exports the control’s data to a file in XLSX format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">The target file’s full path (including the file name and extension).</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.ExportXlsxToResponse(System.String,DevExpress.XtraPrinting.XlsxExportOptionsEx)">
      <summary>
        <para>Exports the control’s data to a file in XLSX format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">The target file’s full path (including the file name and extension).</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.ExportXlsxToResponse(System.String,System.Boolean,DevExpress.XtraPrinting.XlsxExportOptions)">
      <summary>
        <para>Exports the control’s data to a file in XLSX format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">The target file’s full path (including the file name and extension).</param>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.ExportXlsxToResponse(System.String,System.Boolean,DevExpress.XtraPrinting.XlsxExportOptionsEx)">
      <summary>
        <para>Exports the control’s data to a file in XLSX format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">The target file’s full path (including the file name and extension).</param>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.FindDetailRowTemplateControl(System.Int32,System.String)">
      <summary>
        <para>Searches for the server control that the the specified <see href="https://docs.devexpress.com/AspNet/3769/components/grid-view/visual-elements/detail-row">detail row</see>‘s template contains.</para>
      </summary>
      <param name="visibleIndex">The visible index of the detail row.</param>
      <param name="id">A value that identifies the control within the specified detail row.</param>
      <returns>The control that the specified detail row’s template contains.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.FindEditFormLayoutItemTemplateControl(System.String)">
      <summary>
        <para>Searches for the server control contained within the specified edit form layout item template.</para>
      </summary>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control in the specified edit form layout item.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that is the control contained in the specified edit form layout item template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.FindEditFormTemplateControl(System.String)">
      <summary>
        <para>Searches for the specified server control contained within the <see href="https://docs.devexpress.com/AspNet/3680/components/grid-view/visual-elements/edit-form">Edit Form</see>‘s template.</para>
      </summary>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control within the Edit Form.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that represents the control contained within the Edit Form.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.FindEditRowCellTemplateControl(DevExpress.Web.GridViewDataColumn,System.String)">
      <summary>
        <para>Searches for the specified server control contained within the specified cell’s template.</para>
      </summary>
      <param name="gridViewDataColumn">A <see cref="T:DevExpress.Web.GridViewDataColumn"/> descendant that represents the data column.</param>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control within the specified cell.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that represents the control contained within the specified cell’s template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.FindEmptyDataRowTemplateControl(System.String)">
      <summary>
        <para>Searches for the server control contained within the <see href="https://docs.devexpress.com/AspNet/3790/components/grid-view/visual-elements/empty-data-row">Empty Data Row</see>.</para>
      </summary>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control within the empty data row.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that represents the control contained within the empty data row.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.FindFilterCellTemplateControl(DevExpress.Web.GridViewColumn,System.String)">
      <summary>
        <para>Searches for the server control contained within the specified <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row</see> cell template.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewColumn"/> descendant that is a column within the ASPxGridView.</param>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control within the specified filter cell.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that is the control contained within the specified filter cell’s template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.FindFilterRowTemplateControl(System.String)">
      <summary>
        <para>Searches for the server control contained within the specified <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row</see> template.</para>
      </summary>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control within the specified filter cell.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that is the control contained within the specified filter cell’s template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.FindFooterCellTemplateControl(DevExpress.Web.GridViewColumn,System.String)">
      <summary>
        <para>Searches for the server control contained within the specified <see href="https://docs.devexpress.com/AspNet/3683/components/grid-view/visual-elements/footer-cell">footer cell</see>‘s template.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewColumn"/> object that represents the column where requested the footer cell resides. If null (Nothing in Visual Basic), the search is performed within all footer cells.</param>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control within the specified cell.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that represents the control contained within the specified footer cell’s template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.FindFooterRowTemplateControl(System.String)">
      <summary>
        <para>Searches for the server control contained within the <see href="https://docs.devexpress.com/AspNet/3675/components/grid-view/visual-elements/footer">Footer</see>‘s template.</para>
      </summary>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control within the ASPxGridView’s Footer.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that represents the control contained within the Footer’s template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.FindGroupFooterCellTemplateControl(System.Int32,DevExpress.Web.GridViewColumn,System.String)">
      <summary>
        <para>Searches for the server control contained within the specified <see href="https://docs.devexpress.com/AspNet/3815/components/grid-view/visual-elements/group-footer">group footer</see> cell’s template.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the group row.</param>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewColumn"/> descendant that represents the column within the ASPxGridView.</param>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control within the specified group row.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that is the control contained within the specified group footer cell’s template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.FindGroupFooterRowTemplateControl(System.Int32,System.String)">
      <summary>
        <para>Searches for the server control contained within the specified <see href="https://docs.devexpress.com/AspNet/3815/components/grid-view/visual-elements/group-footer">group footer</see> row’s template.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the group row.</param>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control within the specified group row.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that is the control contained within the specified group footer row’s template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.FindGroupRowTemplateControl(System.Int32,System.String)">
      <summary>
        <para>Searches for the server control contained within the specified <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group row</see>‘s template.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the group row.</param>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control within the specified group row.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that represents the control contained within the specified group row’s template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.FindHeaderTemplateControl(DevExpress.Web.GridViewColumn,System.String)">
      <summary>
        <para>Searches for the specified server control contained within the <see href="https://docs.devexpress.com/AspNet/3669/components/grid-view/visual-elements/column-header">column header</see>‘s template.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewColumn"/> descendant that represents the column within the ASPxGridView.</param>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control within the specified column’s header.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that represents the control contained within the specified column header’s template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.FindPagerBarTemplateControl(System.String,DevExpress.Web.GridViewPagerBarPosition)">
      <summary>
        <para>Searches for the specified server control contained within the pager bar.</para>
      </summary>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control within the pager bar.</param>
      <param name="position">A <see cref="T:DevExpress.Web.GridViewPagerBarPosition"/> enumeration value that specifies the pager bar’s position within the ASPxGridView.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that represents the control contained within the pager bar’s template. null (Nothing in Visual Basic) if the specified server control was not found.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.FindParentGridTemplateContainer(System.Web.UI.Control)">
      <summary>
        <para>Returns the template container object of the immediate parent (master) ASPxGridView for the specified object.</para>
      </summary>
      <param name="control">The template container’s web control to obtain.</param>
      <returns>A <see cref="T:DevExpress.Web.GridViewBaseRowTemplateContainer"/> object representing the template container for the specified control.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.FindPreviewRowTemplateControl(System.Int32,System.String)">
      <summary>
        <para>Searches for the specified server control contained within the specified <see href="https://docs.devexpress.com/AspNet/3672/components/grid-view/visual-elements/preview-row">preview row</see>‘s template.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the data row.</param>
      <param name="id">The identifier for the control to be found.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that represents the control contained within the specified preview row’s template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.FindRowCellTemplateControl(System.Int32,DevExpress.Web.GridViewDataColumn,System.String)">
      <summary>
        <para>Searches for the server control contained within the specified <see href="https://docs.devexpress.com/AspNet/3670/components/grid-view/visual-elements/data-cell">data cell</see>‘s template.</para>
      </summary>
      <param name="visibleIndex">A zero-based integer value that identifies the data row.</param>
      <param name="gridViewDataColumn">A <see cref="T:DevExpress.Web.GridViewDataColumn"/> descendant that represents the data column where the requested cell resides. If null (Nothing in Visual Basic), the search is performed within all cells in the specified row.</param>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control within the specified cell.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that represents the control contained within the specified data cell’s template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.FindRowCellTemplateControlByKey(System.Object,DevExpress.Web.GridViewDataColumn,System.String)">
      <summary>
        <para>Searches for the server control contained within the specified <see href="https://docs.devexpress.com/AspNet/3670/components/grid-view/visual-elements/data-cell">data cell</see>‘s template.</para>
      </summary>
      <param name="rowKey">An object that uniquely identifies the row.</param>
      <param name="gridViewDataColumn">A <see cref="T:DevExpress.Web.GridViewDataColumn"/> descendant that represents the data column where the requested cell resides. If null (Nothing in Visual Basic), the search is performed within all cells in the specified row.</param>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control within the specified cell.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that represents the control contained within the specified data cell’s template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.FindRowTemplateControl(System.Int32,System.String)">
      <summary>
        <para>Searches for the specified server control contained within the specified <see href="https://docs.devexpress.com/AspNet/3673/components/grid-view/visual-elements/data-row">data row</see>‘s template.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the data row.</param>
      <param name="id">The identifier for the control to be found.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that represents the control contained within the specified data row’s template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.FindRowTemplateControlByKey(System.Object,System.String)">
      <summary>
        <para>Searches for the specified server control contained within the specified <see href="https://docs.devexpress.com/AspNet/3673/components/grid-view/visual-elements/data-row">data row</see>‘s template.</para>
      </summary>
      <param name="rowKey">An object that identifies the data row by its key value.</param>
      <param name="id">The identifier for the control to be found.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that represents the control contained within the specified data row.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.FindStatusBarTemplateControl(System.String)">
      <summary>
        <para>Searches for the specified server control contained within the <see href="https://docs.devexpress.com/AspNet/3693/components/grid-view/visual-elements/status-bar">Status Bar</see>.</para>
      </summary>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control within the ASPxGridView’s status bar.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that represents the control within the ASPxGridView’s status bar. null (Nothing in Visual Basic) if the specified control doesn’t exist.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.FindTitleTemplateControl(System.String)">
      <summary>
        <para>Searches for the specified server control contained within the <see href="https://docs.devexpress.com/AspNet/3678/components/grid-view/visual-elements/title-panel">Title Panel</see>.</para>
      </summary>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control within the ASPxGridView’s title.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that represents the control within the ASPxGridView’s title. null (Nothing in Visual Basic) if the specified control doesn’t exist.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.FixedColumnCount">
      <summary>
        <para>Gets the number of <see href="https://docs.devexpress.com/AspNet/5737/components/grid-view/concepts/data-representation-basics/columns/fixed-columns">fixed columns</see> currently displayed within the ASPxGridView.</para>
      </summary>
      <value>An integer value that specifies the number of fixed columns.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.FocusedRowChanged">
      <summary>
        <para>Fires when the row focus changes.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.FocusedRowIndex">
      <summary>
        <para>Specifies the index of the focused row.</para>
      </summary>
      <value>The focused row index.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.FormatConditions">
      <summary>
        <para>Provides access to a collection of format condition rules.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.GridViewFormatConditionCollection"/> object that is a collection of rules.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.GetChildDataRow(System.Int32,System.Int32)">
      <summary>
        <para>Returns a <see cref="T:System.Data.DataRow"/> object that represents the specified row contained within 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 within the group by its index.</param>
      <returns>A <see cref="T:System.Data.DataRow"/> object that represents the specified row contained within the specified group.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.GetChildRow(System.Int32,System.Int32)">
      <summary>
        <para>Returns a data row contained within 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 within the group by its index.</param>
      <returns>An object that represents the specified row contained within the specified group.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.GetChildRowCount(System.Int32)">
      <summary>
        <para>Returns the number of data rows contained within 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.ASPxGridView.GetChildRowValues(System.Int32,System.Int32,System.String[])">
      <summary>
        <para>Returns the values of the specified data source fields within the specified data row, contained within 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="M:DevExpress.Web.ASPxGridView.GetColumnsShownInHeaders">
      <summary>
        <para>Returns the columns whose headers are displayed within the Column Header Panel.</para>
      </summary>
      <returns>The collection of visible columns.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.GetCurrentPageRowValues(System.String[])">
      <summary>
        <para>Returns the row values displayed within the current <see href="https://docs.devexpress.com/AspNet/3676/components/grid-view/visual-elements/pager">page</see>.</para>
      </summary>
      <param name="fieldNames">The names of data source fields whose values are returned.</param>
      <returns>The list of objects that contain row values displayed within the current page.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.GetDataRow(System.Int32)">
      <summary>
        <para>Returns a <see cref="T:System.Data.DataRow"/> object that represents the specified row.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the row.</param>
      <returns>A <see cref="T:System.Data.DataRow"/> object that represents the specified row. null (Nothing in Visual Basic) if the specified row was not found.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.GetDetailRowKeyValue(System.Web.UI.Control)">
      <summary>
        <para>Gets the key value of the grid’s row that is the master row for the specified control used to display detail data.</para>
      </summary>
      <param name="control">A control that represents detail data.</param>
      <returns>An object that uniquely identifies the master row containing the specified detail control.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.GetDetailRowValues(System.Web.UI.Control,System.String[])">
      <summary>
        <para>Returns the values within the specified master row cells.</para>
      </summary>
      <param name="control">A control that represents detail data.</param>
      <param name="fieldNames">The names of data source fields whose values are returned.</param>
      <returns>An object that contains the specified master row cell values.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.GetGroupedColumns">
      <summary>
        <para>Returns a collection of grouped columns.</para>
      </summary>
      <returns>The collection of grouped columns.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.GetGroupRowSummaryText(System.Int32)">
      <summary>
        <para>Returns the summary text displayed within the specified <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group row</see>.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the group row.</param>
      <returns>A string value that represents the summary text displayed within the specified group row.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.GetGroupSummaryValue(System.Int32,DevExpress.Web.ASPxSummaryItem)">
      <summary>
        <para>Returns a summary value calculated against the specified group of rows.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the group row.</param>
      <param name="item">An <see cref="T:DevExpress.Web.ASPxSummaryItem"/> object that identifies the required group summary.</param>
      <returns>An object which represents the summary value.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.GetMasterRowFieldValues(System.String[])">
      <summary>
        <para>Returns the values within the specified master row cells.</para>
      </summary>
      <param name="fieldNames">The names of data source fields whose values are returned.</param>
      <returns>An object that contains the specified master row cell values.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.GetMasterRowKeyValue">
      <summary>
        <para>Returns the master row’s key value.</para>
      </summary>
      <returns>An object that uniquely identifies the master row.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.GetPreviewText(System.Int32)">
      <summary>
        <para>Returns the <see href="https://docs.devexpress.com/AspNet/3672/components/grid-view/visual-elements/preview-row">preview</see> text displayed within the specified data row.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the <see href="https://docs.devexpress.com/AspNet/3673/components/grid-view/visual-elements/data-row">data row</see>.</param>
      <returns>A string value that represents the preview text displayed within the specified data row.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.GetRow(System.Int32)">
      <summary>
        <para>Returns an object that represents the specified row.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the row.</param>
      <returns>An object that represents the specified row.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.GetRowLevel(System.Int32)">
      <summary>
        <para>Returns the level at which the specified row resides.</para>
      </summary>
      <param name="visibleIndex">An integer value that specifies the row’s visible index.</param>
      <returns>An integer value that specifies the level at which the specified row resides.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.GetRowValues(System.Int32,System.String[])">
      <summary>
        <para>Returns the values of the specified data source fields in the specified row.</para>
      </summary>
      <param name="visibleIndex">Identifies the data row.</param>
      <param name="fieldNames">An array of the data source field names whose values in the specified row are returned.</param>
      <returns>An array of field values (if several field names are passed via the fieldNames parameter) or a direct field value (if a single field name is passed via the fieldNames parameter).</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.GetRowValuesByKeyValue(System.Object,System.String[])">
      <summary>
        <para>Returns the specified row’s values displayed within the specified columns (fields).</para>
      </summary>
      <param name="keyValue">An object that uniquely identifies the row.</param>
      <param name="fieldNames">The names of data source fields whose values are returned.</param>
      <returns>An object that contains the row values displayed within the specified columns (fields).</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.GetSortedColumns">
      <summary>
        <para>Returns a collection of sorted columns.</para>
      </summary>
      <returns>The collection of sorted columns.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.GetTotalSummaryValue(DevExpress.Web.ASPxSummaryItem)">
      <summary>
        <para>Returns a summary value calculated against all <see href="https://docs.devexpress.com/AspNet/3673/components/grid-view/visual-elements/data-row">data rows</see>.</para>
      </summary>
      <param name="item">An <see cref="T:DevExpress.Web.ASPxSummaryItem"/> object that represents the summary item.</param>
      <returns>An object which represents the summary value.</returns>
    </member>
    <member name="F:DevExpress.Web.ASPxGridView.GridViewResourceImagePath">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.GroupBy(DevExpress.Web.GridViewColumn,System.Int32)">
      <summary>
        <para>Groups data by the values of the specified <see href="https://docs.devexpress.com/AspNet/3668/components/grid-view/visual-elements/data-column">data column</see> and defines the column’s grouping level.</para>
      </summary>
      <param name="column">A grid column.</param>
      <param name="value">The column’s grouping level.</param>
      <returns>The column’s grouping level.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.GroupBy(DevExpress.Web.GridViewColumn)">
      <summary>
        <para>Groups data by the values of the specified <see href="https://docs.devexpress.com/AspNet/3668/components/grid-view/visual-elements/data-column">data column</see>.</para>
      </summary>
      <param name="column">A grid column.</param>
      <returns>The column’s grouping level.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.GroupCount">
      <summary>
        <para>Gets the number of grouped columns.</para>
      </summary>
      <value>The number of columns.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.GroupSummary">
      <summary>
        <para>Provides access to group summary items.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxSummaryItemCollection"/> object that represents the collection of group summary items.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.GroupSummarySortInfo">
      <summary>
        <para>Allows you to access a <see cref="T:DevExpress.Web.ASPxGroupSummarySortInfoCollection"/> object to sort group rows by summary values.</para>
      </summary>
      <value>A collection of <see cref="T:DevExpress.Web.ASPxGroupSummarySortInfo"/> objects.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.HeaderFilterEditorInitialize">
      <summary>
        <para>Occurs when a header filter editor is initialized.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.HeaderFilterFillItems">
      <summary>
        <para>Allows you to add custom <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">header filter</see> items to default items.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.HtmlCommandCellPrepared">
      <summary>
        <para>Enables the settings of individual <see href="https://docs.devexpress.com/AspNet/3671/components/grid-view/visual-elements/command-column">command column</see> cells to be changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.HtmlDataCellPrepared">
      <summary>
        <para>Enables you to change individual cell settings.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.HtmlEditFormCreated">
      <summary>
        <para>Occurs when a table row, which corresponds to the <see href="https://docs.devexpress.com/AspNet/3680/components/grid-view/visual-elements/edit-form">Edit Form</see>, has been created.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.HtmlFooterCellPrepared">
      <summary>
        <para>Enables the settings of individual <see href="https://docs.devexpress.com/AspNet/3683/components/grid-view/visual-elements/footer-cell">footer cells</see> to be changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.HtmlRowCreated">
      <summary>
        <para>Occurs when a table row has been created.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.HtmlRowPrepared">
      <summary>
        <para>Enables the settings of individual rows to be changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.Images">
      <summary>
        <para>Provides access to the settings that define images displayed within the GridView’s <see href="https://docs.devexpress.com/AspNet/3667/components/grid-view/visual-elements">elements</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewImages"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.ImagesEditors">
      <summary>
        <para>Provides access to the settings that define images displayed within the ASPxGridView’s editors.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewEditorImages"/> object that contains image settings.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.InitNewRow">
      <summary>
        <para>Enables you to initialize added rows.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxGridView.InvalidRowIndex">
      <summary>
        <para>Contains a value that is an invalid row index. This value is returned when an attempt to obtain a particular row fails, etc.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.IsAllowGroup(DevExpress.Web.GridViewColumn)">
      <summary>
        <para>Indicates whether end-users can drag the specified column’s header to the <see href="https://docs.devexpress.com/AspNet/3682/components/grid-view/visual-elements/group-panel">group panel</see> to group data against the column’s values.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewColumn"/> object that represents the data column within the ASPxGridView.</param>
      <returns>true if end-users are allowed to drag the column’s header to the group panel; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.IsAllowSort(DevExpress.Web.GridViewColumn)">
      <summary>
        <para>Indicates whether sorting by the specified column is enabled.</para>
      </summary>
      <param name="column">The data column.</param>
      <returns>true if the sort mode is enabled; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.IsEditing">
      <summary>
        <para>Indicates whether the ASPxGridView is in edit mode.</para>
      </summary>
      <value>true if the ASPxGridView is in edit mode; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.IsGroupRow(System.Int32)">
      <summary>
        <para>Indicates whether the specified row is a <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group row</see>.</para>
      </summary>
      <param name="visibleIndex">The row’s visible index.</param>
      <returns>true if the specified row is a group row; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.IsNewRowEditing">
      <summary>
        <para>Indicates whether a new row is being edited.</para>
      </summary>
      <value>true if a new row is being edited; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.IsReadOnly(DevExpress.Web.GridViewDataColumn)">
      <summary>
        <para>Indicates whether the specified column is read-only.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewDataColumn"/> descendant that represents the data column within the ASPxGridView.</param>
      <returns>true if the specified column is read-only; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.IsRowExpanded(System.Int32)">
      <summary>
        <para>Identifies whether the specified <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group row</see> is expanded.</para>
      </summary>
      <param name="visibleIndex">The row’s visible index.</param>
      <returns>true if the group row is expanded; false if the group row is collapsed.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.KeyboardSupport">
      <summary>
        <para>Specifies whether keyboard navigation is available in the <see cref="T:DevExpress.Web.ASPxGridView"/> control.</para>
      </summary>
      <value>true, if keyboard navigation is enabled; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.MakeRowVisible(System.Object)">
      <summary>
        <para>Makes the specified data row visible on screen.</para>
      </summary>
      <param name="keyValue">An object that identifies the data row by its key value.</param>
      <returns>true, if the specified data row has been made visible on screen; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.PreviewEncodeHtml">
      <summary>
        <para>Gets or sets a value that specifies whether the <see href="https://docs.devexpress.com/AspNet/3672/components/grid-view/visual-elements/preview-row">preview row</see>‘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.ASPxGridView.PreviewFieldName">
      <summary>
        <para>Gets or sets the name of the data source field whose values are displayed within the <see href="https://docs.devexpress.com/AspNet/3672/components/grid-view/visual-elements/preview-row">preview rows</see>.</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="E:DevExpress.Web.ASPxGridView.ProcessColumnAutoFilter">
      <summary>
        <para>Enables you to apply custom filter criteria when <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row</see> is in the Auto mode.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.ProcessOnClickRowFilter">
      <summary>
        <para>Enables you to apply custom filter criteria when the <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row</see> is in the OnClick mode.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.RowCommand">
      <summary>
        <para>Fires when a control contained within a <see href="https://docs.devexpress.com/AspNet/3718/components/grid-view/concepts/templates">templated</see> grid row raises the Command event.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.RowDeleted">
      <summary>
        <para>Occurs after a row has been deleted.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.RowDeleting">
      <summary>
        <para>Enables you to prevent a row from being deleted.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.RowInserted">
      <summary>
        <para>Fires after a new row has been added to the ASPxGridView.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.RowInserting">
      <summary>
        <para>Enables you to cancel adding a new row.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.RowUpdated">
      <summary>
        <para>Occurs after a row has been updated.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.RowUpdating">
      <summary>
        <para>Enables you to prevent a row from being updated.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.RowValidating">
      <summary>
        <para>Enables you to specify whether row data is valid and whether the row can be updated.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.SearchPanelEditorCreate">
      <summary>
        <para>Enables you to replace the default <see href="https://docs.devexpress.com/AspNet/17646/components/grid-view/visual-elements/search-panel">search panel</see> editor with custom one.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.SearchPanelEditorInitialize">
      <summary>
        <para>Enables you to customize the properties of an editor displayed within the <see href="https://docs.devexpress.com/AspNet/17646/components/grid-view/visual-elements/search-panel">search panel</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.Selection">
      <summary>
        <para>Gets an object that allows you to access row selection methods.</para>
      </summary>
      <value>An object that contains row selection methods.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.Settings">
      <summary>
        <para>Provides access to the GridView’s display options.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxGridViewSettings"/> object that contains the ASPxGridView’s display options.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.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.ASPxGridView.SettingsBehavior">
      <summary>
        <para>Provides access to the GridView’s behavior settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxGridViewBehaviorSettings"/> object that contains the control’s behavior settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.SettingsCommandButton">
      <summary>
        <para>Gets the settings of the ASPxGridView’s command buttons.</para>
      </summary>
      <value>Contains the settings of the ASPxGridView’s command buttons.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.SettingsContextMenu">
      <summary>
        <para>Provides access to the GridView’s context menu settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxGridViewContextMenuSettings"/> object that contains the Grid View’s context menu settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.SettingsCookies">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.Web.ASPxGridView"/> cookie and layout settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxGridViewCookiesSettings"/> object that contains the control’s cookie and layout settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.SettingsCustomizationDialog">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">Customization Dialog</see>‘s settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxGridViewCustomizationDialogSettings"/> object that contains the customization dialog’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.SettingsCustomizationWindow">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/3679/components/grid-view/visual-elements/customization-window">Customization Window</see>‘s settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxGridViewCustomizationWindowSettings"/> object that contains the Customization Window’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.SettingsDataSecurity">
      <summary>
        <para>Security settings that allow you to disable data operations in the <see cref="T:DevExpress.Web.ASPxGridView"/>.</para>
      </summary>
      <value>The security settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.SettingsDetail">
      <summary>
        <para>Provides access to the ASPxGridView’s master-detail options.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxGridViewDetailSettings"/> object that contains the ASPxGridView’s master-detail options.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.SettingsEditing">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.Web.ASPxGridView"/>‘s editing settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxGridViewEditingSettings"/> object that contains the Grid View’s editing settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.SettingsExport">
      <summary>
        <para>Provides access to the ASPxGridView’s export settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxGridViewExportSettings"/> object that contains the ASPxGridView’s export settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.SettingsFilterControl">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/11573/components/grid-view/visual-elements/filter-builder-filter-control">filter control</see>‘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.ASPxGridView.SettingsLoadingPanel">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/3677/components/grid-view/visual-elements/loading-panel">loading panel</see>‘s settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxGridViewLoadingPanelSettings"/> object that contains the loading panel’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.SettingsPager">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/3676/components/grid-view/visual-elements/pager">Pager</see>‘s settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxGridViewPagerSettings"/> object that contains the pager’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.SettingsPopup">
      <summary>
        <para>Provides access to the settings of different grid popup elements.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxGridViewPopupControlSettings"/> object that contains the popup element settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.SettingsResizing">
      <summary>
        <para>Provides access to the GridView’s resizing settings.</para>
      </summary>
      <value>An object that contains the resizing settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.SettingsSearchPanel">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/17646/components/grid-view/visual-elements/search-panel">search panel</see>‘s settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxGridViewSearchPanelSettings"/> object that containing the search panel settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.SettingsText">
      <summary>
        <para>Provides access to the GridView’s text settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxGridViewTextSettings"/> object that contains the control’s text settings.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.SortBy(DevExpress.Web.GridViewColumn,DevExpress.Data.ColumnSortOrder)">
      <summary>
        <para>Sorts data by the values of the specified <see href="https://docs.devexpress.com/AspNet/3668/components/grid-view/visual-elements/data-column">data column</see> in the specified sort order.</para>
      </summary>
      <param name="column">A grid column.</param>
      <param name="value">The column’s sort order.</param>
      <returns>The column’s sort order.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.SortBy(DevExpress.Web.GridViewColumn,System.Int32)">
      <summary>
        <para>Sorts data in ascending order by the values of the specified <see href="https://docs.devexpress.com/AspNet/3668/components/grid-view/visual-elements/data-column">data column</see>, and defines the column’s sort priority among columns.</para>
      </summary>
      <param name="column">A grid column.</param>
      <param name="value">The column’s sort priority.</param>
      <returns>The column’s sort priority.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.StartEdit(System.Int32)">
      <summary>
        <para>Switches the ASPxGridView to edit mode.</para>
      </summary>
      <param name="visibleIndex">A zero-based integer that identifies a data row to be edited.</param>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.StartRowEditing">
      <summary>
        <para>Enables you to prevent a row from being edited.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.Styles">
      <summary>
        <para>Provides access to the style settings that control the appearance of the ASPxGridView <see href="https://docs.devexpress.com/AspNet/3667/components/grid-view/visual-elements">elements</see>.</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.ASPxGridView.StylesContextMenu">
      <summary>
        <para>Provides access to the style settings that control the appearance of the <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> displayed within the ASPxGridView.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewContextMenuStyles"/> object that provides style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.StylesEditors">
      <summary>
        <para>Provides access to style settings used to paint ASPxGridView’s editors.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewEditorStyles"/> object that contains style settings used to paint the ASPxGridView’s editors.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.StylesExport">
      <summary>
        <para>Provides access to the style settings defining the appearance of the exported document.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewExportStyles"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.StylesPager">
      <summary>
        <para>Provides access to the style settings that control the appearance of the <see href="https://docs.devexpress.com/AspNet/3676/components/grid-view/visual-elements/pager">Pager</see> displayed within the ASPxGridView.</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.ASPxGridView.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="E:DevExpress.Web.ASPxGridView.SummaryDisplayText">
      <summary>
        <para>Enables custom display text to be provided for any summary value.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.SummaryText">
      <summary>
        <para>Gets or sets a value that describes the ASPxGridView’s contents.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that describes the ASPxGridView’s contents.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.Templates">
      <summary>
        <para>Provides access to the templates used to display the ASPxGridView’s elements (cells, rows, etc.).</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewTemplates"/> object that contains templates for displaying data cells, rows, etc.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxGridView.ToolbarItemClick">
      <summary>
        <para>Fires after a toolbar item has been clicked.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.Toolbars">
      <summary>
        <para>Gets the collection of <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars">toolbars</see> in the <see cref="T:DevExpress.Web.ASPxGridView"/> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewToolbarCollection"/> object which represents the collection of toolbars within the grid.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.TotalSummary">
      <summary>
        <para>Provides access to total summary items.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxSummaryItemCollection"/> object that is the collection of summary items.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.UnGroup(DevExpress.Web.GridViewColumn)">
      <summary>
        <para>Clears the grouping applied to the specified column.</para>
      </summary>
      <param name="column">A grid column.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridView.UpdateEdit">
      <summary>
        <para>Saves all the changes made and switches the ASPxGridView to browse mode.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.VisibleColumns">
      <summary>
        <para>Gets a collection of visible columns within the ASPxGridView.</para>
      </summary>
      <value>A collection of visible columns in ASPxGridView.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridView.VisibleRowCount">
      <summary>
        <para>Gets the number of visible rows within the ASPxGridView.</para>
      </summary>
      <value>The number of visible rows within the ASPxGridView.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewAdaptivitySettings">
      <summary>
        <para>Contains settings that relate to the grid’s adaptivity.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewAdaptivitySettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewAdaptivitySettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewAdaptivitySettings.AdaptiveColumnPosition">
      <summary>
        <para>Specifies the position of the adaptive column.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridViewAdaptiveColumnPosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewAdaptivitySettings.AdaptiveDetailColumnCount">
      <summary>
        <para>Gets or sets the number of columns in an adaptive detail row.</para>
      </summary>
      <value>An integer that specifies the number of columns.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewAdaptivitySettings.AdaptiveDetailLayoutProperties">
      <summary>
        <para>Provides access to the settings allowing you to customize the adaptive detail row layout.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewFormLayoutProperties"/> object that contains layout settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewAdaptivitySettings.AdaptivityMode">
      <summary>
        <para>Specifies the grid capability to respond to browser window resizing.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridViewAdaptivityMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewAdaptivitySettings.AllowHideDataCellsByColumnMinWidth">
      <summary>
        <para>Specifies whether the grid should hide a column if its width is less than the <see cref="P:DevExpress.Web.GridViewColumn.MinWidth">GridViewColumn.MinWidth</see> property value.</para>
      </summary>
      <value>true, to hide a column; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewAdaptivitySettings.AllowOnlyOneAdaptiveDetailExpanded">
      <summary>
        <para>Specifies whether several adaptive detail rows can be expanded simultaneously.</para>
      </summary>
      <value>true if expanding an adaptive detail row collapses the previously expanded row; false if several adaptive detail rows can be expanded simultaneously.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewAdaptivitySettings.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.ASPxGridViewAdaptivitySettings.HideDataCellsAtWindowInnerWidth">
      <summary>
        <para>Gets or sets a value that defines the maximum browser window inner width when the grid hides its content when rendered.</para>
      </summary>
      <value>The browser inner window width in pixels.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewAddSummaryItemViaContextMenuEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.AddSummaryItemViaContextMenu">ASPxGridView.AddSummaryItemViaContextMenu</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewAddSummaryItemViaContextMenuEventArgs.#ctor(DevExpress.Web.ASPxSummaryItem,DevExpress.Web.GridViewDataColumn,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewAddSummaryItemViaContextMenuEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="summaryItem">An <see cref="T:DevExpress.Web.ASPxSummaryItem"/> object that is the currently processed summary item.</param>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewDataColumn"/> descendant that is the data column to which the processed summary item belongs.</param>
      <param name="isGroupSumamry">true if the processed item is a <see href="https://docs.devexpress.com/AspNet/3758/components/grid-view/concepts/use-data-summaries/group-summary">group summary</see> item; false if the processed item is a <see href="https://docs.devexpress.com/AspNet/3757/components/grid-view/concepts/use-data-summaries/total-summary">total summary</see> item.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewAddSummaryItemViaContextMenuEventArgs.Column">
      <summary>
        <para>Gets a data column to whose <see href="https://docs.devexpress.com/AspNet/3675/components/grid-view/visual-elements/footer">footer</see> a summary item is added.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewDataColumn"/> descendant that is the data column corresponds to the processed grid element.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewAddSummaryItemViaContextMenuEventArgs.IsGroupSummary">
      <summary>
        <para>Indicates whether a <see href="https://docs.devexpress.com/AspNet/3757/components/grid-view/concepts/use-data-summaries/total-summary">total summary</see> item or a <see href="https://docs.devexpress.com/AspNet/3758/components/grid-view/concepts/use-data-summaries/group-summary">group summary</see> item has been added to a summary collection using the <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true if a <see href="https://docs.devexpress.com/AspNet/3758/components/grid-view/concepts/use-data-summaries/group-summary">group summary</see> item has been added; false if a <see href="https://docs.devexpress.com/AspNet/3757/components/grid-view/concepts/use-data-summaries/total-summary">total summary</see> item has been added.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewAddSummaryItemViaContextMenuEventArgs.SummaryItem">
      <summary>
        <para>Gets a summary item that is added to the grid <see href="https://docs.devexpress.com/AspNet/3675/components/grid-view/visual-elements/footer">footer</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxSummaryItem"/> object that is the summary item being added to the grid.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewAddSummaryItemViaContextMenuEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.AddSummaryItemViaContextMenu">ASPxGridView.AddSummaryItemViaContextMenu</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxGridViewAddSummaryItemViaContextMenuEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewAfterPerformCallbackEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.AfterPerformCallback">ASPxGridView.AfterPerformCallback</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewAfterPerformCallbackEventArgs.#ctor(System.String,System.String[])">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewAfterPerformCallbackEventArgs"/> class.</para>
      </summary>
      <param name="callbackName">A <see cref="T:System.String"/> value that specifies the callback name. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridAfterPerformCallbackEventArgs.CallbackName">ASPxGridAfterPerformCallbackEventArgs.CallbackName</see> property.</param>
      <param name="args">An array of strings that contain specific information (if any) passed from the client side. This value is assinged to the <see cref="P:DevExpress.Web.ASPxGridAfterPerformCallbackEventArgs.Args">ASPxGridAfterPerformCallbackEventArgs.Args</see> property.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewAfterPerformCallbackEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.AfterPerformCallback">ASPxGridView.AfterPerformCallback</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxGridViewAfterPerformCallbackEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewAutoFilterEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.ProcessColumnAutoFilter">ASPxGridView.ProcessColumnAutoFilter</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewAutoFilterEventArgs.#ctor(DevExpress.Web.GridViewDataColumn,DevExpress.Data.Filtering.CriteriaOperator,DevExpress.Web.GridViewAutoFilterEventKind,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewAutoFilterEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewDataColumn"/> descendant that represents the data column to be filtered.</param>
      <param name="criteria">A CriteriaOperator object that represents the filter expression.</param>
      <param name="kind">A <see cref="T:DevExpress.Web.GridViewAutoFilterEventKind"/> enumeration value that indicates which action should be performed within the event handler.</param>
      <param name="value">A <see cref="T:System.String"/> value that specifies text displayed within the auto-filter row cell.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewAutoFilterEventArgs.Column">
      <summary>
        <para>Gets the data column to be filtered.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewDataColumn"/> descendant that represents the data column to be filtered.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewAutoFilterEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.ProcessColumnAutoFilter">ASPxGridView.ProcessColumnAutoFilter</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxGridViewAutoFilterEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewBeforeColumnGroupingSortingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.BeforeColumnSortingGrouping">ASPxGridView.BeforeColumnSortingGrouping</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewBeforeColumnGroupingSortingEventArgs.#ctor(DevExpress.Web.GridViewDataColumn,DevExpress.Data.ColumnSortOrder,System.Int32,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewBeforeColumnGroupingSortingEventArgs"/> class.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewDataColumn"/> object that represents the processed data column. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridViewBeforeColumnGroupingSortingEventArgs.Column">ASPxGridViewBeforeColumnGroupingSortingEventArgs.Column</see> property.</param>
      <param name="oldSortOrder">A <see cref="T:DevExpress.Data.ColumnSortOrder"/> enumeration value that specifies the column’s previous sort order. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridBeforeColumnGroupingSortingEventArgs.OldSortOrder">ASPxGridBeforeColumnGroupingSortingEventArgs.OldSortOrder</see> property.</param>
      <param name="oldSortIndex">An integer value that specifies the column’s previous position among sorted columns. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridBeforeColumnGroupingSortingEventArgs.OldSortIndex">ASPxGridBeforeColumnGroupingSortingEventArgs.OldSortIndex</see> property.</param>
      <param name="oldGroupIndex">An integer value that specifies the column’s previous position among grouped columns. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridViewBeforeColumnGroupingSortingEventArgs.OldGroupIndex">ASPxGridViewBeforeColumnGroupingSortingEventArgs.OldGroupIndex</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewBeforeColumnGroupingSortingEventArgs.Column">
      <summary>
        <para>Gets a column whose sort or group order has been changed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewDataColumn"/> object that represents the processed data column.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewBeforeColumnGroupingSortingEventArgs.OldGroupIndex">
      <summary>
        <para>Gets the column’s previous position among grouped columns.</para>
      </summary>
      <value>An integer value that specifies the column’s previous position among grouped columns.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewBeforeColumnGroupingSortingEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.BeforeColumnSortingGrouping">ASPxGridView.BeforeColumnSortingGrouping</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxGridViewBeforeColumnGroupingSortingEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewBeforeHeaderFilterFillItemsEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.BeforeHeaderFilterFillItems">ASPxGridView.BeforeHeaderFilterFillItems</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewBeforeHeaderFilterFillItemsEventArgs.#ctor(DevExpress.Web.GridViewDataColumn)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewBeforeHeaderFilterFillItemsEventArgs"/> class.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewDataColumn"/> descendant that is the data column containing the processed header filter. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridViewHeaderFilterEventArgs.Column">ASPxGridViewHeaderFilterEventArgs.Column</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewBeforeHeaderFilterFillItemsEventArgs.Column">
      <summary>
        <para>Gets the data column currently being filtered.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewDataColumn"/> object that represents the data column currently being filtered.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewBeforeHeaderFilterFillItemsEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.BeforeHeaderFilterFillItems">ASPxGridView.BeforeHeaderFilterFillItems</see> event.</para>
      </summary>
      <param name="sender">The event source. Identifies the ASPxGridView control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxGridViewBeforeHeaderFilterFillItemsEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewBehaviorSettings">
      <summary>
        <para>Provides behavior options for ASPxGridViews.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewBehaviorSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewBehaviorSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewBehaviorSettings.AllowAutoFilter">
      <summary>
        <para>Specifies whether auto filtering is allowed.</para>
      </summary>
      <value>true, to allow auto filtering; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewBehaviorSettings.AllowCellMerge">
      <summary>
        <para>Specifies if cell merging is allowed.</para>
      </summary>
      <value>true, to allow cell merging; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewBehaviorSettings.AllowDragDrop">
      <summary>
        <para>Gets or sets whether end-users can drag column headers.</para>
      </summary>
      <value>true, to allow end-users to drag column headers; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewBehaviorSettings.AllowFixedGroups">
      <summary>
        <para>Specifies whether a top <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group row</see> is fixed when a user scrolls <see href="https://docs.devexpress.com/AspNet/3673/components/grid-view/visual-elements/data-row">data rows</see>.</para>
      </summary>
      <value>true to fix a top group row; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewBehaviorSettings.AllowFocusedRow">
      <summary>
        <para>Specifies whether row focus is enabled.</para>
      </summary>
      <value>true to enable row focus; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewBehaviorSettings.AllowGroup">
      <summary>
        <para>Specifis whether data grouping is enabled.</para>
      </summary>
      <value>true to enable data grouping; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewBehaviorSettings.AllowMultiSelection">
      <summary>
        <para>Gets or sets whether end-users can select multiple data rows by clicking them.</para>
      </summary>
      <value>true to allow end-users select multiple data rows by clicking them; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewBehaviorSettings.AllowSelectByRowClick">
      <summary>
        <para>Specifies whether row click selection is enabled.</para>
      </summary>
      <value>true to enable row click selection; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewBehaviorSettings.AllowSelectSingleRowOnly">
      <summary>
        <para>Specifies the selection mode (single or multiple).</para>
      </summary>
      <value>true to enable single row selection; false to enable multiple row selection.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewBehaviorSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.ASPxGridViewBehaviorSettings.AutoExpandAllGroups">
      <summary>
        <para>Specifies whether the grid automatically expands all group rows.</para>
      </summary>
      <value>true to expand all group rows; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewBehaviorSettings.AutoFilterRowInputDelay">
      <summary>
        <para>Gets or sets the time interval between the time a user starts typing within the <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">Filter Row</see>, and filtering is applied.</para>
      </summary>
      <value>An integer value that specifies the time interval, in milliseconds.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewBehaviorSettings.ColumnMoveMode">
      <summary>
        <para>Gets or sets a value that defines how ASPxGridView columns can be rearranged using drag-and-drop.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridColumnMoveMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewBehaviorSettings.ColumnResizeMode">
      <summary>
        <para>Specifies how columns are resized when a user changes a column’s width.</para>
      </summary>
      <value>One of the enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewBehaviorSettings.EnableCustomizationWindow">
      <summary>
        <para>Specifies whether the <see href="https://docs.devexpress.com/AspNet/3679/components/grid-view/visual-elements/customization-window">Customization Window</see> is enabled.</para>
      </summary>
      <value>true to enable the Customization Window; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewBehaviorSettings.EnableRowHotTrack">
      <summary>
        <para>Gets or sets whether the ASPxGridView displays the hot tracked row.</para>
      </summary>
      <value>true to display the hot tracked row; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewBehaviorSettings.FilterRowMode">
      <summary>
        <para>Gets or sets a value defining whether the <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">Filter Row</see> filter is applied automatically or on clicking the Apply button.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridViewFilterRowMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewBehaviorSettings.HeaderFilterDefaultHeight">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">Header Filter</see>‘s default height.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the filter dropdown’s default height.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewBehaviorSettings.MaxPreviewTextLength">
      <summary>
        <para>Specifies the maximum length of the <see href="https://docs.devexpress.com/AspNet/3672/components/grid-view/visual-elements/preview-row">preview row</see> text.</para>
      </summary>
      <value>An integer value specifying the maximum length of the preview row text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewBehaviorSettings.MergeGroupsMode">
      <summary>
        <para>Specifies whether <see href="https://docs.devexpress.com/AspNet/3715/components/grid-view/concepts/group-data#merged-group-rows">merged grouping</see> is enabled.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridViewMergeGroupsMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewBehaviorSettings.ProcessColumnMoveOnClient">
      <summary>
        <para>Gets or sets a value whether or not column move operations are processed on the client.</para>
      </summary>
      <value>true, to process column move operations on the client; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewBehaviorSettings.ProcessFocusedRowChangedOnServer">
      <summary>
        <para>Gets or sets a value that specifies whether a change to the focused row should be completely processed on the server side.</para>
      </summary>
      <value>true to completely process focused row changes on the server side; false to have the ability to handle it on the client side.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewClientJSPropertiesEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.CustomJSProperties">ASPxGridView.CustomJSProperties</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewClientJSPropertiesEventArgs.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewClientJSPropertiesEventArgs"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewClientJSPropertiesEventArgs.#ctor(System.Collections.Generic.Dictionary{System.String,System.Object})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewClientJSPropertiesEventArgs"/> class with the specified temporary client properties.</para>
      </summary>
      <param name="properties">The collection of property names and values. This value is assigned to the <see cref="P:DevExpress.Web.CustomJSPropertiesEventArgs.Properties">CustomJSPropertiesEventArgs.Properties</see> property.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewClientJSPropertiesEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.CustomJSProperties">ASPxGridView.CustomJSProperties</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxGridViewClientJSPropertiesEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewColumnDataEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.CustomUnboundColumnData">ASPxGridView.CustomUnboundColumnData</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewColumnDataEventArgs.#ctor(DevExpress.Web.GridViewDataColumn,System.Int32,System.Object,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewColumnDataEventArgs"/> class.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewDataColumn"/> object that represents the unbound column. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridViewColumnDataEventArgs.Column">ASPxGridViewColumnDataEventArgs.Column</see> property.</param>
      <param name="listSourceRow">An integer value that specifies the row’s index in the data source. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridColumnDataEventArgs.ListSourceRowIndex">ASPxGridColumnDataEventArgs.ListSourceRowIndex</see> property.</param>
      <param name="value">An object that represents the currently processed cell’s value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridColumnDataEventArgs.Value">ASPxGridColumnDataEventArgs.Value</see> property.</param>
      <param name="isGetAction">true if you need to provide data for the currently processed cell; otherwise, false. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridColumnDataEventArgs.IsGetData">ASPxGridColumnDataEventArgs.IsGetData</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewColumnDataEventArgs.Column">
      <summary>
        <para>Gets the unbound column currently being processed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewDataColumn"/> object that represents the unbound column.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewColumnDataEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.CustomUnboundColumnData">ASPxGridView.CustomUnboundColumnData</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxGridViewColumnDataEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewColumnDisplayTextEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.CustomColumnDisplayText">ASPxGridView.CustomColumnDisplayText</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewColumnDisplayTextEventArgs.#ctor(DevExpress.Web.GridViewDataColumn,System.Int32,System.Object,DevExpress.Web.GridColumnDisplayTextEventKind)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewColumnDisplayTextEventArgs"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewColumnDisplayTextEventArgs.Column">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/AspNet/3668/components/grid-view/visual-elements/data-column">data column</see> that contains the cell currently being processed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewDataColumn"/> descendant that represents the data column which contains the processed cell.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewColumnDisplayTextEventArgs.VisibleRowIndex">
      <summary>
        <para>Gets the visible index of the <see href="https://docs.devexpress.com/AspNet/3673/components/grid-view/visual-elements/data-row">data row</see> where the processed <see href="https://docs.devexpress.com/AspNet/3670/components/grid-view/visual-elements/data-cell">cell</see> resides.</para>
      </summary>
      <value>An integer zero-based index that identifies the row where the processed cell resides.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewColumnDisplayTextEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.CustomColumnDisplayText">ASPxGridView.CustomColumnDisplayText</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxGridViewColumnDisplayTextEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewCommandButtonEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.CommandButtonInitialize">ASPxGridView.CommandButtonInitialize</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewCommandButtonEventArgs.#ctor(DevExpress.Web.GridViewCommandColumn,DevExpress.Web.ColumnCommandButtonType,System.Int32,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewCommandButtonEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewCommandColumn"/> object that represents the command column containing the processed command button. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridViewCommandButtonEventArgs.Column">ASPxGridViewCommandButtonEventArgs.Column</see> property.</param>
      <param name="buttonType">A <see cref="T:DevExpress.Web.ColumnCommandButtonType"/> enumeration value identifying the type of the processed command button.</param>
      <param name="visibleIndex">An integer value that specifies the visible index of a row which contains the processed command button. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCommandButtonEventArgs.VisibleIndex">ASPxGridCommandButtonEventArgs.VisibleIndex</see> property.</param>
      <param name="isEditingRow">true, if the processed command button is displayed within the edited row; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewCommandButtonEventArgs.#ctor(DevExpress.Web.GridViewCommandColumn,DevExpress.Web.ColumnCommandButtonType,System.String,DevExpress.Web.ImageProperties,DevExpress.Web.ButtonControlStyles,System.Int32,System.Boolean,DevExpress.Web.GridCommandButtonRenderMode)">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.CommandButtonInitialize">ASPxGridView.CommandButtonInitialize</see> event.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewCommandColumn"/> object that is the command column containing the processed command button. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridViewCommandButtonEventArgs.Column">ASPxGridViewCommandButtonEventArgs.Column</see> property.</param>
      <param name="buttonType">One of the <see cref="T:DevExpress.Web.ColumnCommandButtonType"/> enumeration values identifying the type of the processed command button.</param>
      <param name="text">A string value that is the processed command button’s text.  This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCommandButtonEventArgs.Text">ASPxGridCommandButtonEventArgs.Text</see> property.</param>
      <param name="image">An <see cref="T:DevExpress.Web.ImageProperties"/> object containing settings of an image displayed within the processed command button.  This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCommandButtonEventArgs.Image">ASPxGridCommandButtonEventArgs.Image</see> property.</param>
      <param name="styles">An <see cref="T:DevExpress.Web.ButtonControlStyles"/> object that contains button style settings.This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCommandButtonEventArgs.Styles">ASPxGridCommandButtonEventArgs.Styles</see> property.</param>
      <param name="visibleIndex">An integer value that specifies the visible index of a row which contains the processed command button. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCommandButtonEventArgs.VisibleIndex">ASPxGridCommandButtonEventArgs.VisibleIndex</see> property.</param>
      <param name="isEditingRow">true, if the processed command button is displayed within the edited row; otherwise, false. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridViewCommandButtonEventArgs.IsEditingRow">ASPxGridViewCommandButtonEventArgs.IsEditingRow</see> property.</param>
      <param name="renderMode">One of the <see cref="T:DevExpress.Web.GridCommandButtonRenderMode"/> enumeration values specifying the type of the command button currently being initialized.  This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCommandButtonEventArgs.RenderMode">ASPxGridCommandButtonEventArgs.RenderMode</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCommandButtonEventArgs.ButtonType">
      <summary>
        <para>Gets the type of the command button currently being initialized.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ColumnCommandButtonType"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCommandButtonEventArgs.Column">
      <summary>
        <para>Gets a command column which owns the processed command button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCommandColumn"/> object that represents the command column which owns the processed button.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCommandButtonEventArgs.IsEditingRow">
      <summary>
        <para>Gets whether a command button is displayed within the data row currently being edited.</para>
      </summary>
      <value>true, if the processed command button is displayed within the edited row; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewCommandButtonEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.CommandButtonInitialize">ASPxGridView.CommandButtonInitialize</see> event.</para>
      </summary>
      <param name="sender">The event sender.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxGridViewCommandButtonEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewCommandButtonSettings">
      <summary>
        <para>Provide access to properties that allow customizing settings of grid <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command buttons</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewCommandButtonSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewCommandButtonSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCommandButtonSettings.ApplyFilterButton">
      <summary>
        <para>Gets the Apply <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command button</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewCommandButtonSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.ASPxGridViewCommandButtonSettings.CancelButton">
      <summary>
        <para>Gets the Cancel <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command button</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCommandButtonSettings.ClearFilterButton">
      <summary>
        <para>Gets the Clear <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command button</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCommandButtonSettings.CustomizationDialogApplyButton">
      <summary>
        <para>Gets the Apply button’s settings in the <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">Customization Dialog</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCustomizationDialogCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCommandButtonSettings.CustomizationDialogCloseButton">
      <summary>
        <para>Gets the Close button’s settings in the <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">Customization Dialog</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCustomizationDialogCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCommandButtonSettings.DeleteButton">
      <summary>
        <para>Gets the Delete <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command button</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCommandButtonSettings.EditButton">
      <summary>
        <para>Gets the Edit <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command button</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCommandButtonSettings.EncodeHtml">
      <summary>
        <para>Gets or sets a value that specifies whether a <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command button</see>‘s display text keeps any of its values that are HTML as HTML, or instead, strips out the HTML markers.</para>
      </summary>
      <value>true if the HTML code contained within the <see cref="P:DevExpress.Web.GridCommandButtonSettings.Text">GridCommandButtonSettings.Text</see> property value is not executed and is converted into the corresponding text for display purposes, false if the property value can contain pure HTML code.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCommandButtonSettings.HideAdaptiveDetailButton">
      <summary>
        <para>Gets the Hide Adaptive Detail <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command button</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewAdaptiveCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCommandButtonSettings.HidePreviewButton">
      <summary>
        <para>Gets the Hide preview command button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCommandButtonSettings.NewButton">
      <summary>
        <para>Gets the New <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command button</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCommandButtonSettings.PreviewChangesButton">
      <summary>
        <para>Gets the Preview changes command button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCommandButtonSettings.RecoverButton">
      <summary>
        <para>Gets the Recover <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command button</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCommandButtonSettings.RenderMode">
      <summary>
        <para>Specifies the render mode of <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command buttons</see> in <see cref="T:DevExpress.Web.ASPxGridView"/>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridCommandButtonRenderMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCommandButtonSettings.SearchPanelApplyButton">
      <summary>
        <para>Gets settings of the Apply <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command button</see> displayed in the <see href="https://docs.devexpress.com/AspNet/17646/components/grid-view/visual-elements/search-panel">search panel</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCommandButtonSettings"/> object that contains the button settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCommandButtonSettings.SearchPanelClearButton">
      <summary>
        <para>Gets settings of the Clear <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command button</see> displayed in the <see href="https://docs.devexpress.com/AspNet/17646/components/grid-view/visual-elements/search-panel">search panel</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCommandButtonSettings"/> object that contains the button settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCommandButtonSettings.SelectButton">
      <summary>
        <para>Gets the Select <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command button</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCommandButtonSettings.ShowAdaptiveDetailButton">
      <summary>
        <para>Gets the Show Adaptive Detail <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command button</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewAdaptiveCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCommandButtonSettings.UpdateButton">
      <summary>
        <para>Gets the Update <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command button</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCommandButtonSettings.UpdateSummariesButton">
      <summary>
        <para>Gets the Update summaries <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command button</see>‘s settings.</para>
      </summary>
      <value>Specifies the button settings.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewContextMenuEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.ContextMenuInitialize"/> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewContextMenuEventArgs.CreateItem(DevExpress.Web.GridViewContextMenuCommand)">
      <summary>
        <para>Creates a new item with the specified command.</para>
      </summary>
      <param name="command">One of the <see cref="T:DevExpress.Web.GridViewContextMenuCommand"/> enumeration values specifying a command associated with the item.</param>
      <returns>A <see cref="T:DevExpress.Web.GridViewContextMenuItem"/> object that is the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewContextMenuEventArgs.CreateItem(System.String,System.String)">
      <summary>
        <para>Creates a new item with the specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item text. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Text">MenuItem.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created item’s name. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.GridViewContextMenuItem"/> object that is the newly created item.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewContextMenuEventArgs.Items">
      <summary>
        <para>Gets a collection of <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewContextMenuItemCollection"/> instance that is the collection of items.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewContextMenuEventArgs.MenuType">
      <summary>
        <para>Gets the currently displayed <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>‘s type.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridViewContextMenuType"/> enumeration values identifying the context menu type.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewContextMenuInitializeEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.ContextMenuInitialize"/> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewContextMenuInitializeEventArgs.ContextMenu">
      <summary>
        <para>Gets the context menu.</para>
      </summary>
      <value>The context menu.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewContextMenuInitializeEventArgs.CreateItem(DevExpress.Web.GridViewContextMenuCommand)">
      <summary>
        <para>Creates a new context menu item.</para>
      </summary>
      <param name="command">The command.</param>
      <returns>The context menu item.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewContextMenuInitializeEventArgs.CreateItem(System.String,System.String)">
      <summary>
        <para>Creates a new context menu item.</para>
      </summary>
      <param name="text">The text of the item.</param>
      <param name="name">The name of the item.</param>
      <returns>The context menu item.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewContextMenuInitializeEventArgs.MenuType">
      <summary>
        <para>Gets the context menu type.</para>
      </summary>
      <value>The context menu type.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewContextMenuInitializeEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Web.ASPxGridView.ContextMenuInitialize"/> event.</para>
      </summary>
      <param name="sender">The event sender.</param>
      <param name="e">Contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewContextMenuItemClickEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.ContextMenuItemClick">ASPxGridView.ContextMenuItemClick</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewContextMenuItemClickEventArgs.#ctor(DevExpress.Web.GridViewContextMenuType,DevExpress.Web.GridViewContextMenuItem,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewContextMenuItemClickEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="menuType">One of the <see cref="T:DevExpress.Web.GridViewContextMenuType"/> value that specifies the type of menu that has been right clicked by the user. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridViewContextMenuItemClickEventArgs.MenuType">ASPxGridViewContextMenuItemClickEventArgs.MenuType</see> property.</param>
      <param name="item">A <see cref="T:DevExpress.Web.GridViewContextMenuItem"/> object that is an item that has been right clicked by the user. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridViewContextMenuItemClickEventArgs.Item">ASPxGridViewContextMenuItemClickEventArgs.Item</see> property.</param>
      <param name="elementIndex">A zero-based integer index that identifies the grid element being right clicked by the user. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridViewContextMenuItemClickEventArgs.ElementIndex">ASPxGridViewContextMenuItemClickEventArgs.ElementIndex</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewContextMenuItemClickEventArgs.ElementIndex">
      <summary>
        <para>Returns the processed element index.</para>
      </summary>
      <value>An integer value that specifies the processed element index.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewContextMenuItemClickEventArgs.Handled">
      <summary>
        <para>Specifies whether <see href="https://docs.devexpress.com/AspNet/17207/components/grid-view/concepts/data-representation-basics/context-menu/grid-context-menu-items">default context menu item</see> click is handled manually, so no default processing is required.</para>
      </summary>
      <value>true if no default processing is required; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewContextMenuItemClickEventArgs.Item">
      <summary>
        <para>Gets the clicked context menu item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewContextMenuItem"/> object, manipulations on which forced the event to be raised.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewContextMenuItemClickEventArgs.MenuType">
      <summary>
        <para>Gets the currently displayed <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>‘s type.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridViewContextMenuType"/> enumeration values identifying the context menu type.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewContextMenuItemClickEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.ContextMenuItemClick">ASPxGridView.ContextMenuItemClick</see> event.</para>
      </summary>
      <param name="sender">An object representing the event source. Identifies the button editor that raised the event.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxGridViewContextMenuItemClickEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewContextMenuItemVisibilityEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.ContextMenuItemVisibility">ASPxGridView.ContextMenuItemVisibility</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewContextMenuItemVisibilityEventArgs.Items">
      <summary>
        <para>Gets the collection of items in the <see href="https://docs.devexpress.com/AspNet/17183/components/grid-view/concepts/data-representation-basics/context-menu">context menu</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.GridViewContextMenuItemCollection"/> instance that is the collection of items.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewContextMenuItemVisibilityEventArgs.MenuType">
      <summary>
        <para>Gets the currently displayed <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>‘s type.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridViewContextMenuType"/> enumeration values identifying the context menu type.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewContextMenuItemVisibilityEventArgs.SetEnabled(DevExpress.Web.GridViewContextMenuItem,DevExpress.Web.GridViewColumn,System.Boolean)">
      <summary>
        <para>Allows you to set the availability of a particular item based on the right-clicked column.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.GridViewContextMenuItem"/> object that is the processed item.</param>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewColumn"/> object that is the right-clicked column.</param>
      <param name="enabled">true to enable the item; false to disable it.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewContextMenuItemVisibilityEventArgs.SetEnabled(DevExpress.Web.GridViewContextMenuItem,System.Boolean)">
      <summary>
        <para>Allows you to set the availability of a particular item.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.GridViewContextMenuItem"/> object that is the processed item.</param>
      <param name="enabled">true to enable the item; false to disable it.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewContextMenuItemVisibilityEventArgs.SetEnabled(DevExpress.Web.GridViewContextMenuItem,System.Int32,System.Boolean)">
      <summary>
        <para>Allows you to set the availability of a particular item based on the right-clicked row.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.GridViewContextMenuItem"/> object that is the processed item.</param>
      <param name="visibleIndex">An integer value specifying the right-clicked row’s visible index.</param>
      <param name="enabled">true to enable the item; false to disable it.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewContextMenuItemVisibilityEventArgs.SetVisible(DevExpress.Web.GridViewContextMenuItem,DevExpress.Web.GridViewColumn,System.Boolean)">
      <summary>
        <para>Allows you to set the visibility of a particular item based on the right-clicked column.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.GridViewContextMenuItem"/> object that is the processed item.</param>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewColumn"/> object that is the right-clicked column.</param>
      <param name="visible">true to display the item; false to hide it.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewContextMenuItemVisibilityEventArgs.SetVisible(DevExpress.Web.GridViewContextMenuItem,System.Boolean)">
      <summary>
        <para>Allows you to set the visibility of a particular item.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.GridViewContextMenuItem"/> object that is the processed item.</param>
      <param name="visible">true to display the item; false to hide it.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewContextMenuItemVisibilityEventArgs.SetVisible(DevExpress.Web.GridViewContextMenuItem,System.Int32,System.Boolean)">
      <summary>
        <para>Allows you to set the visibility of a particular item based on the right-clicked row.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.GridViewContextMenuItem"/> object that is the processed item.</param>
      <param name="visibleIndex">An integer value specifying the right-clicked row’s visible index.</param>
      <param name="visible">true to display the item; false to hide it.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewContextMenuItemVisibilityEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.ContextMenuItemVisibility">ASPxGridView.ContextMenuItemVisibility</see> event.</para>
      </summary>
      <param name="sender">An object representing the event source. Identifies the button editor that raised the event.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxGridViewContextMenuItemVisibilityEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewContextMenuSettings">
      <summary>
        <para>Provides settings that affect the <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> appearance and functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewContextMenuSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewContextMenuSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewContextMenuSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.ASPxGridViewContextMenuSettings.ColumnMenuItemVisibility">
      <summary>
        <para>Gets visibility settings of the column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewColumnMenuItemVisibility"/> object that contains visibility settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewContextMenuSettings.EnableColumnMenu">
      <summary>
        <para>Gets or sets whether the column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> is enabled.</para>
      </summary>
      <value>true, to enable the column context menu; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewContextMenuSettings.Enabled">
      <summary>
        <para>Gets or sets whether the <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> is enabled.</para>
      </summary>
      <value>true, to enable the grid context menu; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewContextMenuSettings.EnableFooterMenu">
      <summary>
        <para>Gets or sets whether the <see href="https://docs.devexpress.com/AspNet/3675/components/grid-view/visual-elements/footer">footer</see> <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> is enabled.</para>
      </summary>
      <value>true, to enable footer context menu; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewContextMenuSettings.EnableGroupFooterMenu">
      <summary>
        <para>Gets or sets whether the <see href="https://docs.devexpress.com/AspNet/3815/components/grid-view/visual-elements/group-footer">group footer</see> <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> is enabled.</para>
      </summary>
      <value>true, to enable a group footer context menu; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewContextMenuSettings.EnableGroupPanelMenu">
      <summary>
        <para>Gets or sets whether the <see href="https://docs.devexpress.com/AspNet/3682/components/grid-view/visual-elements/group-panel">group panel</see> <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> is enabled.</para>
      </summary>
      <value>true, to enable a group panel context menu; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewContextMenuSettings.EnableRowMenu">
      <summary>
        <para>Gets or sets whether the row <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> is enabled.</para>
      </summary>
      <value>true, to enable the row context menu; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewContextMenuSettings.EnableScrolling">
      <summary>
        <para>Specifies whether scrolling is enabled in the context menu.</para>
      </summary>
      <value>true to enable scrolling; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewContextMenuSettings.FooterMenuItemVisibility">
      <summary>
        <para>Gets visibility settings of the <see href="https://docs.devexpress.com/AspNet/3675/components/grid-view/visual-elements/footer">footer</see> <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewFooterMenuItemVisibility"/> object that contains visibility settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewContextMenuSettings.GroupFooterMenuItemVisibility">
      <summary>
        <para>Gets the visibility settings of the <see href="https://docs.devexpress.com/AspNet/3815/components/grid-view/visual-elements/group-footer">group footer</see> <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewGroupFooterMenuItemVisibility"/> object that contains the visibility settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewContextMenuSettings.GroupPanelMenuItemVisibility">
      <summary>
        <para>Gets the visibility settings of the <see href="https://docs.devexpress.com/AspNet/3682/components/grid-view/visual-elements/group-panel">group panel</see> <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewGroupPanelMenuItemVisibility"/> object that contains the visibility settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewContextMenuSettings.RowMenuItemVisibility">
      <summary>
        <para>Gets the visibility settings of the row <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewRowMenuItemVisibility"/> object that contains the visibility settings.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewCookiesSettings">
      <summary>
        <para>Provides cookies and layout settings for ASPxGridView.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewCookiesSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewCookiesSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewCookiesSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.ASPxGridViewCookiesSettings.StoreColumnsHierarchy">
      <summary>
        <para>Gets or sets whether a cookie contains information on a column’s hierarchy.</para>
      </summary>
      <value>true, to add information on a column’s hierarchy to a cookie; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCookiesSettings.StoreColumnsVisiblePosition">
      <summary>
        <para>Gets or sets whether a cookie and layout data contain information on a column’s visible position.</para>
      </summary>
      <value>true, to add information on a column’s visible position to a cookie and layout data; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCookiesSettings.StoreColumnsWidth">
      <summary>
        <para>Gets or sets whether a cookie and layout data contain information on a column’s width.</para>
      </summary>
      <value>true, to add information on a column’s width to a cookie and layout data; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCookiesSettings.StoreControlWidth">
      <summary>
        <para>Gets or sets whether a cookie and layout data contain information on the grid control width.</para>
      </summary>
      <value>true, to add information on the grid control width to a cookie and layout data; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCookiesSettings.StoreGroupingAndSorting">
      <summary>
        <para>Gets or sets whether a cookie and layout data contain information on sorting and grouping applied to <see cref="T:DevExpress.Web.ASPxGridView"/>.</para>
      </summary>
      <value>true, to add the sorting and grouping information to a cookie and layout data; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewCustomButtonCallbackEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.CustomButtonCallback">ASPxGridView.CustomButtonCallback</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewCustomButtonCallbackEventArgs.#ctor(System.String,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewCustomButtonCallbackEventArgs"/> class.</para>
      </summary>
      <param name="buttonID">A <see cref="T:System.String"/> value that identifies the data row which contains the clicked custom button. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCustomButtonCallbackEventArgs.ButtonID">ASPxGridCustomButtonCallbackEventArgs.ButtonID</see> property.</param>
      <param name="visibleIndex">An integer value that specifies the button’s position among the command buttons displayed within a <see href="https://docs.devexpress.com/AspNet/3671/components/grid-view/visual-elements/command-column">command column cell</see>. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCustomButtonCallbackEventArgs.VisibleIndex">ASPxGridCustomButtonCallbackEventArgs.VisibleIndex</see> property.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewCustomButtonCallbackEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.CustomButtonCallback">ASPxGridView.CustomButtonCallback</see> event.</para>
      </summary>
      <param name="sender">The event sender.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxGridViewCustomButtonCallbackEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewCustomButtonEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.CustomButtonInitialize">ASPxGridView.CustomButtonInitialize</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewCustomButtonEventArgs.#ctor(DevExpress.Web.GridViewCommandColumnCustomButton,System.Int32,DevExpress.Web.GridViewTableCommandCellType,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewCustomButtonEventArgs"/> class.</para>
      </summary>
      <param name="button">A <see cref="T:DevExpress.Web.GridViewCommandColumnCustomButton"/> object that represents the custom button currently being initialized.</param>
      <param name="visibleIndex">An integer value that identifies the row by its visible index. This value is assigned to the <b>ASPxClientGridViewCustomButtonEventArgs.visibleIndex</b> property.</param>
      <param name="cellType">A <see cref="T:DevExpress.Web.GridViewTableCommandCellType"/> enumeration value that specifies in which row a command cell is displayed. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridViewCustomButtonEventArgs.CellType">ASPxGridViewCustomButtonEventArgs.CellType</see> property.</param>
      <param name="isEditingRow">true, if the processed custom button is displayed within the row currently being edited; otherwise, false.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCustomButtonEventArgs.CellType">
      <summary>
        <para>Gets a value that specifies in which row a custom button is displayed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewTableCommandCellType"/> enumeration value that specifies in which row a custom button is displayed.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCustomButtonEventArgs.Column">
      <summary>
        <para>Gets a command column which owns the processed custom button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCommandColumn"/> object that represents the command column which owns the processed custom button.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCustomButtonEventArgs.IsEditingRow">
      <summary>
        <para>Gets whether a custom button is displayed within the data row currently being edited.</para>
      </summary>
      <value>true if the processed custom button is displayed within the row currently being edited; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewCustomButtonEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.CustomButtonInitialize">ASPxGridView.CustomButtonInitialize</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxGridViewCustomButtonEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewCustomCallbackEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.CustomCallback">ASPxGridView.CustomCallback</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewCustomCallbackEventArgs.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewCustomCallbackEventArgs"/> class.</para>
      </summary>
      <param name="parameters">A string value that contains specific information collected on the client side and passed to the event for further server-side processing. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCustomCallbackEventArgs.Parameters">ASPxGridCustomCallbackEventArgs.Parameters</see> property.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewCustomCallbackEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.CustomCallback">ASPxGridView.CustomCallback</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxGridViewCustomCallbackEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewCustomCellMergeEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.CustomCellMerge">ASPxGridView.CustomCellMerge</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCustomCellMergeEventArgs.Column">
      <summary>
        <para>Gets the currently processed column.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewDataColumn"/> descendant that is the processed column.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCustomCellMergeEventArgs.Handled">
      <summary>
        <para>Specifies if merging of the currently processed cells is handled manually, so no default processing is required.</para>
      </summary>
      <value>true if no default processing is required; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCustomCellMergeEventArgs.Merge">
      <summary>
        <para>Specifies if the currently processed cells should be merged.</para>
      </summary>
      <value>true to merge the currently processed cells; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCustomCellMergeEventArgs.RowVisibleIndex1">
      <summary>
        <para>Gets the visible index of the row that contains the first cell currently being processed.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value that specifies the visible index of the row.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCustomCellMergeEventArgs.RowVisibleIndex2">
      <summary>
        <para>Gets the visible index of the row that contains the second cell currently being processed.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value that specifies the visible index of the row.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCustomCellMergeEventArgs.Value1">
      <summary>
        <para>Gets the value of the first cell currently being processed.</para>
      </summary>
      <value>An object that contains the cell value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCustomCellMergeEventArgs.Value2">
      <summary>
        <para>Gets the value of the second cell currently being processed.</para>
      </summary>
      <value>An object that contains the cell value.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewCustomCellMergeEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.CustomCellMerge">ASPxGridView.CustomCellMerge</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxGridViewCustomCellMergeEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewCustomColumnSortEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.CustomColumnSort">ASPxGridView.CustomColumnSort</see> and <see cref="E:DevExpress.Web.ASPxGridView.CustomColumnGroup">ASPxGridView.CustomColumnGroup</see> events.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.CustomColumnSortEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewCustomDataCallbackEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.CustomDataCallback">ASPxGridView.CustomDataCallback</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewCustomDataCallbackEventArgs.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewCustomDataCallbackEventArgs"/> class.</para>
      </summary>
      <param name="parameters">A string value that contains specific information collected on the client side and passed to the event for further server-side processing. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCustomCallbackEventArgs.Parameters">ASPxGridCustomCallbackEventArgs.Parameters</see> property.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewCustomDataCallbackEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.CustomDataCallback">ASPxGridView.CustomDataCallback</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxGridViewCustomDataCallbackEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewCustomErrorTextEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.CustomErrorText">ASPxGridView.CustomErrorText</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewCustomErrorTextEventArgs.#ctor(DevExpress.Web.GridErrorTextKind,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewCustomErrorTextEventArgs"/> class.</para>
      </summary>
      <param name="errorTextKind">A <see cref="T:DevExpress.Web.GridErrorTextKind"/> object that lists values indicating the error source.</param>
      <param name="errorText">A string representing the error text.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewCustomErrorTextEventArgs.#ctor(System.Exception,DevExpress.Web.GridErrorTextKind,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewCustomErrorTextEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="exception">A <see cref="T:System.Exception"/> object that represents the exception. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCustomErrorTextEventArgs.Exception">ASPxGridCustomErrorTextEventArgs.Exception</see> property.</param>
      <param name="errorTextKind">A <see cref="T:DevExpress.Web.GridErrorTextKind"/> enumeration value that indicates the error source. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCustomErrorTextEventArgs.ErrorTextKind">ASPxGridCustomErrorTextEventArgs.ErrorTextKind</see> property.</param>
      <param name="errorText">A <see cref="T:System.String"/> value that specifies the error text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCustomErrorTextEventArgs.ErrorText">ASPxGridCustomErrorTextEventArgs.ErrorText</see> property.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewCustomErrorTextEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.CustomErrorText">ASPxGridView.CustomErrorText</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxGridViewCustomErrorTextEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewCustomizationDialogSettings">
      <summary>
        <para>Contains specific settings for the Customization Dialog.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewCustomizationDialogSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewCustomizationDialogSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewCustomizationDialogSettings.Assign(DevExpress.Web.PropertiesBase)">
      <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.PropertiesBase"/> object whose public properties are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCustomizationDialogSettings.Enabled">
      <summary>
        <para>Gets or sets whether the <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">Customization Dialog</see> is enabled.</para>
      </summary>
      <value>true, to enable the grid’s Customization Dialog; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCustomizationDialogSettings.ShowColumnChooserPage">
      <summary>
        <para>Specifies if the Column Chooser page is displayed in the <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">Customization Dialog</see>.</para>
      </summary>
      <value>true, if Column Chooser page is displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCustomizationDialogSettings.ShowFilteringPage">
      <summary>
        <para>Specifies if the Filtering page is displayed in the <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">Customization Dialog</see>.</para>
      </summary>
      <value>true, if Filtering page is displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCustomizationDialogSettings.ShowGroupingPage">
      <summary>
        <para>Specifies if the Grouping page is displayed in the <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">Customization Dialog</see>.</para>
      </summary>
      <value>true, if Grouping page is displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCustomizationDialogSettings.ShowSortingPage">
      <summary>
        <para>Specifies if the Sorting page is displayed in the <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">Customization Dialog</see>.</para>
      </summary>
      <value>true, if Sorting page is displayed; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewCustomizationWindowSettings">
      <summary>
        <para>Provides settings that affect the <see href="https://docs.devexpress.com/AspNet/3679/components/grid-view/visual-elements/customization-window">Customization Window</see>‘s position and functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewCustomizationWindowSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewCustomizationWindowSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewCustomizationWindowSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.ASPxGridViewCustomizationWindowSettings.Enabled">
      <summary>
        <para>Gets or sets whether the <see href="https://docs.devexpress.com/AspNet/3679/components/grid-view/visual-elements/customization-window">Customization Window</see> is enabled.</para>
      </summary>
      <value>true to allow display the Customization Window; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCustomizationWindowSettings.Height">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/3742/components/grid-view/concepts/data-representation-basics/customization-window/customization-window-overview">Customization Window’s</see> height.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that specifies the customization window’s height.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCustomizationWindowSettings.PopupHorizontalAlign">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/3679/components/grid-view/visual-elements/customization-window">Customization Window</see>‘s horizontal position relative to the ASPxGridView’s borders.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupHorizontalAlign"/> enumeration value that specifies the Customization Window’s horizontal position.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCustomizationWindowSettings.PopupHorizontalOffset">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/3679/components/grid-view/visual-elements/customization-window">Customization Window</see>‘s horizontal offset.</para>
      </summary>
      <value>An integer value that specifies the Customization Window’s horizontal offset, in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCustomizationWindowSettings.PopupVerticalAlign">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/3679/components/grid-view/visual-elements/customization-window">Customization Window</see>‘s vertical position relative to the ASPxGridView’s borders.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupVerticalAlign"/> enumeration value that specifies the Customization Window’s vertical position.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCustomizationWindowSettings.PopupVerticalOffset">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/3679/components/grid-view/visual-elements/customization-window">Customization Window</see>‘s vertical offset.</para>
      </summary>
      <value>An integer value that specifies the Customization Window’s vertical offset, in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewCustomizationWindowSettings.Width">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/3742/components/grid-view/concepts/data-representation-basics/customization-window/customization-window-overview">Customization Window’s</see> width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that specifies the customization window’s width.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewDataSecuritySettings">
      <summary>
        <para>Contains security settings that allow you to disable data operations in the <see cref="T:DevExpress.Web.ASPxGridView"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewDataSecuritySettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewDataSecuritySettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewDetailRowButtonEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.DetailRowGetButtonVisibility">ASPxGridView.DetailRowGetButtonVisibility</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewDetailRowButtonEventArgs.#ctor(System.Int32,System.Object,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewDetailRowButtonEventArgs"/> class.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the processed data row. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridViewItemEventArgs.VisibleIndex">ASPxGridViewItemEventArgs.VisibleIndex</see> property.</param>
      <param name="keyValue">An object that uniquely identifies the processed row. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridViewItemEventArgs.KeyValue">ASPxGridViewItemEventArgs.KeyValue</see> property.</param>
      <param name="isExpanded">true if the processed row is expanded; otherwise, false. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridViewDetailRowButtonEventArgs.IsExpanded">ASPxGridViewDetailRowButtonEventArgs.IsExpanded</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewDetailRowButtonEventArgs.ButtonState">
      <summary>
        <para>Gets or sets the button’s state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewDetailRowButtonState"/> enumeration value that specifies the button’s state.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewDetailRowButtonEventArgs.IsExpanded">
      <summary>
        <para>Gets whether the processed data row is expanded.</para>
      </summary>
      <value>true if the processed row is expanded; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewDetailRowButtonEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.DetailRowGetButtonVisibility">ASPxGridView.DetailRowGetButtonVisibility</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxGridViewDetailRowButtonEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewDetailRowEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.DetailRowExpandedChanged">ASPxGridView.DetailRowExpandedChanged</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewDetailRowEventArgs.#ctor(System.Int32,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewDetailRowEventArgs"/> class.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the master row whose detail row has been displayed or hidden. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridViewDetailRowEventArgs.VisibleIndex">ASPxGridViewDetailRowEventArgs.VisibleIndex</see> property.</param>
      <param name="expanded">true if the row has been expanded; otherwise, false. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridViewDetailRowEventArgs.Expanded">ASPxGridViewDetailRowEventArgs.Expanded</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewDetailRowEventArgs.Expanded">
      <summary>
        <para>Gets whether the row has been expanded or collapsed.</para>
      </summary>
      <value>true if the row has been expanded; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewDetailRowEventArgs.VisibleIndex">
      <summary>
        <para>Gets a value that identifies the master row whose expanded state has been changed.</para>
      </summary>
      <value>An integer value that identifies the master row whose detail row has been displayed or hidden.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewDetailRowEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.DetailRowExpandedChanged">ASPxGridView.DetailRowExpandedChanged</see> event.</para>
      </summary>
      <param name="sender">The event sender.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxGridViewDetailRowEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewDetailSettings">
      <summary>
        <para>Provides detail customization options for ASPxGridViews.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewDetailSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewDetailSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewDetailSettings.AllowOnlyOneMasterRowExpanded">
      <summary>
        <para>Gets or sets whether several master rows can be expanded simultaneously.</para>
      </summary>
      <value>true if expanding a master row collapses the previously expanded row; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewDetailSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.ASPxGridViewDetailSettings.ExportIndex">
      <summary>
        <para>Gets or sets the detail view’s position among other details in a printed document.</para>
      </summary>
      <value>An integer value that specifies the detail view’s position among other details in a printed document.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewDetailSettings.ExportMode">
      <summary>
        <para>Specifies detail rows that can be exported.</para>
      </summary>
      <value>Detail rows that can be exported.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewDetailSettings.IsDetailGrid">
      <summary>
        <para>Gets or sets whether the current ASPxGridView is a detail grid.</para>
      </summary>
      <value>true if the current grid is a detail grid; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewDetailSettings.ShowDetailButtons">
      <summary>
        <para>Gets or sets whether detail buttons are displayed.</para>
      </summary>
      <value>true to display detail buttons within data (master) rows; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewDetailSettings.ShowDetailRow">
      <summary>
        <para>Gets or sets whether the ASPxGridView can display <see href="https://docs.devexpress.com/AspNet/3769/components/grid-view/visual-elements/detail-row">detail rows</see>.</para>
      </summary>
      <value>true to allow expanding detail rows; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewEditFormEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.HtmlEditFormCreated">ASPxGridView.HtmlEditFormCreated</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewEditFormEventArgs.#ctor(System.Web.UI.WebControls.WebControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewEditFormEventArgs"/> class.</para>
      </summary>
      <param name="editForm">A <see cref="T:System.Web.UI.WebControls.WebControl"/> descendant that represents the Edit Form. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridViewEditFormEventArgs.EditForm">ASPxGridViewEditFormEventArgs.EditForm</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewEditFormEventArgs.EditForm">
      <summary>
        <para>Gets the web control that represents the Edit Form.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.WebControl"/> descendant that represents the Edit Form.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewEditFormEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.HtmlEditFormCreated">ASPxGridView.HtmlEditFormCreated</see> event.</para>
      </summary>
      <param name="sender">The event sender.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxGridViewEditFormEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewEditFormLayoutEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.EditFormLayoutCreated"/> event</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewEditFormLayoutEventArgs.#ctor(DevExpress.Web.ASPxFormLayout,DevExpress.Web.ASPxGridView,System.Int32,System.Object)">
      <summary>
        <para>Initializes a new instance of the class.</para>
      </summary>
      <param name="editFormLayout">The form layout.</param>
      <param name="gridView">The grid view.</param>
      <param name="rowVisibleIndex">The row’s visible index.</param>
      <param name="rowKeyValue">The row’s key value.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewEditFormLayoutEventArgs.EditFormLayout">
      <summary>
        <para>Gets the form layout.</para>
      </summary>
      <value>The form layout.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewEditFormLayoutEventArgs.FindLayoutItemByColumn(System.String)">
      <summary>
        <para>Returns a layout item that belongs to the specified column.</para>
      </summary>
      <param name="name_fieldName_caption">The column’s name, caption or field name.</param>
      <returns>The layout item.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewEditFormLayoutEventArgs.FindLayoutItemOrGroup(System.String)">
      <summary>
        <para>Returns a layout item or group object with the specified name.</para>
      </summary>
      <param name="name">The layout item or group name.</param>
      <returns>The layout item or group.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewEditFormLayoutEventArgs.RowKeyValue">
      <summary>
        <para>Gets the row’s key value.</para>
      </summary>
      <value>The key value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewEditFormLayoutEventArgs.RowVisibleIndex">
      <summary>
        <para>Gets the row’s visible index.</para>
      </summary>
      <value>The index.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewEditingSettings">
      <summary>
        <para>Provides editing settings for ASPxGridViews.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewEditingSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewEditingSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewEditingSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.ASPxGridViewEditingSettings.BatchEditSettings">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/AspNet/16443/components/grid-view/concepts/edit-data/batch-edit-mode">Batch Edit Mode</see> settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.GridViewBatchEditSettings"/> object that contains the settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewEditingSettings.EditFormColumnCount">
      <summary>
        <para>Gets or sets the maximum number of columns allowed in the <see href="https://docs.devexpress.com/AspNet/3680/components/grid-view/visual-elements/edit-form">Edit Form</see>.</para>
      </summary>
      <value>An integer value that specifies the maximum number of columns allowed in the Edit Form.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewEditingSettings.Mode">
      <summary>
        <para>Gets or sets a value that specifies the ASPxGridView’s editing mode.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewEditingMode"/> enumeration value that specifies the ASPxGridView’s editing mode.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewEditingSettings.NewItemRowPosition">
      <summary>
        <para>Gets or sets the position of the new item row within the ASPxGridView.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewNewItemRowPosition"/> enumeration value that specifies the position of the new item row within the ASPxGridView.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewEditingSettings.PopupEditFormAllowResize">
      <summary>
        <para>Gets or sets whether an end-user can resize the <see href="https://docs.devexpress.com/AspNet/3816/components/grid-view/visual-elements/popup-edit-form">Popup Edit Form</see>.</para>
      </summary>
      <value>true to allow the popup edit form to be resized by an end-user; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewEditingSettings.PopupEditFormHeight">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/3816/components/grid-view/visual-elements/popup-edit-form">Popup Edit Form</see>‘s height.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that specifies the popup edit form’s height.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewEditingSettings.PopupEditFormHorizontalAlign">
      <summary>
        <para>Gets or sets the popup edit form’s horizontal alignment.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupHorizontalAlign"/> enumeration value that specifies the popup edit form’s horizontal alignment.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewEditingSettings.PopupEditFormHorizontalOffset">
      <summary>
        <para>Gets or sets the offset from the left or right border of the popup edit form’s container.</para>
      </summary>
      <value>An integer value that specifies the offset, in pixels, from the left or right border of the popup edit form’s container.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewEditingSettings.PopupEditFormModal">
      <summary>
        <para>Gets or sets whether the <see href="https://docs.devexpress.com/AspNet/3816/components/grid-view/visual-elements/popup-edit-form">Popup Edit Form</see> is displayed as a modal dialog.</para>
      </summary>
      <value>true to display the Popup Edit Form as a modal dialog; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewEditingSettings.PopupEditFormShowHeader">
      <summary>
        <para>Gets or sets whether the <see href="https://docs.devexpress.com/AspNet/3816/components/grid-view/visual-elements/popup-edit-form">Popup Edit Form</see>‘s header is displayed.</para>
      </summary>
      <value>true to display the header; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewEditingSettings.PopupEditFormVerticalAlign">
      <summary>
        <para>Gets or sets the popup edit form’s vertical alignment.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupVerticalAlign"/> enumeration value that specifies the popup edit form’s vertical alignment.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewEditingSettings.PopupEditFormVerticalOffset">
      <summary>
        <para>Gets or sets the offset from the top or bottom border of the data row currently being edited.</para>
      </summary>
      <value>An integer value that specifies the offset, in pixels, from the top or bottom border of the data row currently being edited.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewEditingSettings.PopupEditFormWidth">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/3816/components/grid-view/visual-elements/popup-edit-form">Popup Edit Form</see>‘s width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that specifies the popup edit form’s width.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewEditingSettings.UseFormLayout">
      <summary>
        <para>Specifies if the built-in FormLayout is used in the <see href="https://docs.devexpress.com/AspNet/3680/components/grid-view/visual-elements/edit-form">edit form</see>.</para>
      </summary>
      <value>true, if the form layout is used; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewEditorCreateEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.AutoFilterCellEditorCreate">ASPxGridView.AutoFilterCellEditorCreate</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewEditorCreateEventArgs.#ctor(DevExpress.Web.GridViewDataColumn,System.Int32,DevExpress.Web.EditPropertiesBase,System.Object,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewEditorCreateEventArgs"/> class.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewColumn"/> descendant that represents the data column to which the processed cell corresponds. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridViewEditorCreateEventArgs.Column">ASPxGridViewEditorCreateEventArgs.Column</see> property.</param>
      <param name="visibleIndex">An integer value that identifies the row’s index. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridViewItemEventArgs.VisibleIndex">ASPxGridViewItemEventArgs.VisibleIndex</see> property.</param>
      <param name="editorProperties">An <see cref="T:DevExpress.Web.EditPropertiesBase"/> descendant that contains the cell editor’s properties. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridEditorCreateEventArgs.EditorProperties">ASPxGridEditorCreateEventArgs.EditorProperties</see> property.</param>
      <param name="keyValue">An object that uniquely identifies the row. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridViewItemEventArgs.KeyValue">ASPxGridViewItemEventArgs.KeyValue</see> property.</param>
      <param name="value">An object that represents the cell’s value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridEditorCreateEventArgs.Value">ASPxGridEditorCreateEventArgs.Value</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewEditorCreateEventArgs.Column">
      <summary>
        <para>Gets the data column to which the processed filter row cell corresponds.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewColumn"/> descendant that represents the data column to which the processed cell corresponds.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewEditorCreateEventArgs.KeyValue">
      <summary>
        <para>Gets the row key value - an object that uniquely identifies the row.</para>
      </summary>
      <value>An object that uniquely identifies the row.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewEditorCreateEventArgs.VisibleIndex">
      <summary>
        <para>Gets the row’s visible index.</para>
      </summary>
      <value>An integer value that specifies the row’s visible index.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewEditorCreateEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.AutoFilterCellEditorCreate">ASPxGridView.AutoFilterCellEditorCreate</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxGridViewEditorCreateEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewEditorEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.CellEditorInitialize">ASPxGridView.CellEditorInitialize</see> and <see cref="E:DevExpress.Web.ASPxGridView.AutoFilterCellEditorInitialize">ASPxGridView.AutoFilterCellEditorInitialize</see> events.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewEditorEventArgs.#ctor(DevExpress.Web.GridViewDataColumn,System.Int32,DevExpress.Web.ASPxEditBase,System.Object,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewEditorEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewDataColumn"/> descendant that represents the data column whose cell editor is being initialized. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridViewEditorEventArgs.Column">ASPxGridViewEditorEventArgs.Column</see> property.</param>
      <param name="visibleIndex">An integer value that identifies the data row whose values are being edited. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridViewItemEventArgs.VisibleIndex">ASPxGridViewItemEventArgs.VisibleIndex</see> property.</param>
      <param name="editor">An <see cref="T:DevExpress.Web.ASPxEditBase"/> descendant that represents the processed cell editor. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridEditorEventArgs.Editor">ASPxGridEditorEventArgs.Editor</see> property.</param>
      <param name="keyValue">An object that uniquely identifies the row. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridViewItemEventArgs.KeyValue">ASPxGridViewItemEventArgs.KeyValue</see> property.</param>
      <param name="value">An object that represents the editor’s value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridEditorEventArgs.Value">ASPxGridEditorEventArgs.Value</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewEditorEventArgs.Column">
      <summary>
        <para>Gets the data column whose cell editor is being initialized.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewDataColumn"/> descendant that represents the data column whose cell editor is being initialized.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewEditorEventArgs.KeyValue">
      <summary>
        <para>Gets the row key value - an object that uniquely identifies the row.</para>
      </summary>
      <value>An object that uniquely identifies the row.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewEditorEventArgs.VisibleIndex">
      <summary>
        <para>Gets the edited row’s visible index.</para>
      </summary>
      <value>An integer value that specifies the edited row’s visible index.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewEditorEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.CellEditorInitialize">ASPxGridView.CellEditorInitialize</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxGridViewEditorEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewExporter">
      <summary>
        <para>A component that allows you to export the <see cref="T:DevExpress.Web.ASPxGridView"/> control’s data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewExporter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewExporter"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExporter.BottomMargin">
      <summary>
        <para>Gets or sets the target document’s bottom margin.</para>
        <para>This property is not in effect when exporting to XLX or XLSX.</para>
      </summary>
      <value>An integer value that specifies the target document’s bottom margin, in hundredths of an inch.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExporter.DetailHorizontalOffset">
      <summary>
        <para>Gets or sets the detail row’s horizontal offset.</para>
      </summary>
      <value>An integer value that specifies the horizontal offset.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExporter.DetailVerticalOffset">
      <summary>
        <para>Gets or sets the detail row’s vertical offset.</para>
      </summary>
      <value>An integer value that specifies the vertical offset.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExporter.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.ASPxGridViewExporter.ExportEmptyDetailGrid">
      <summary>
        <para>Gets or sets a value indicating whether it’s necessary to export a detail grid, when it is empty.</para>
      </summary>
      <value>true to export a detail grid, when it is empty; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExporter.ExportSelectedRowsOnly">
      <summary>
        <para>Specifies if only selected rows should be exported.</para>
      </summary>
      <value>true to export the selected rows only; false to export all grid rows.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExporter.FileName">
      <summary>
        <para>Gets or sets the file name to which the grid’s data is exported.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the target file name.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExporter.GridView">
      <summary>
        <para>Gets the <see cref="T:DevExpress.Web.ASPxGridView"/> control to which the <see cref="T:DevExpress.Web.ASPxGridViewExporter"/> is assigned.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Web.ASPxGridView"/> control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExporter.GridViewID">
      <summary>
        <para>Specifies the identifier of the associated ASPxGridView control.</para>
      </summary>
      <value>The ASPxGridView control identifier.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExporter.Landscape">
      <summary>
        <para>Gets or sets whether data is exported in Landscape. Setting this property to true is not in effect when exporting to XLX or XLSX.</para>
      </summary>
      <value>true to export data in Landscape; false to export data in Portrait.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExporter.LeftMargin">
      <summary>
        <para>Gets or sets the target document’s left margin.</para>
        <para>This property is not in effect when exporting to XLX or XLSX.</para>
      </summary>
      <value>An integer value that specifies the target document’s left margin, in hundredths of an inch.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExporter.MaxColumnWidth">
      <summary>
        <para>Gets or sets the column’s maximum width.</para>
      </summary>
      <value>An integer value that specifies the column’s maximum width, in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExporter.PageFooter">
      <summary>
        <para>Gets the page footer’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewExporterHeaderFooter"/> object that contains the page footer’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExporter.PageHeader">
      <summary>
        <para>Gets the page header’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewExporterHeaderFooter"/> object that contains the page header’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExporter.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.ASPxGridViewExporter.PaperName">
      <summary>
        <para>Gets or sets the name of the custom paper which is used for exporting purposes.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the name of the paper.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExporter.PreserveGroupRowStates">
      <summary>
        <para>Gets or sets whether the expanded state of group rows is preserved when the ASPxGridView’s data is exported.</para>
      </summary>
      <value>true to preserve the expanded state of group rows when the ASPxGridView’s data is exported; false to expand all group rows.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExporter.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="E:DevExpress.Web.ASPxGridViewExporter.RenderBrick">
      <summary>
        <para>Enables rendering of different content from the default export.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExporter.ReportFooter">
      <summary>
        <para>Gets or sets the text displayed within a report’s footer.</para>
      </summary>
      <value>A string value that specifies the text displayed within the report’s footer.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExporter.ReportHeader">
      <summary>
        <para>Gets or sets the text displayed within a report’s header.</para>
      </summary>
      <value>A string value that specifies the text displayed within the report’s header.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExporter.RightMargin">
      <summary>
        <para>Gets or sets the target document’s right margin.</para>
        <para>This property is not in effect when exporting to XLX or XLSX.</para>
      </summary>
      <value>An integer value that specifies the target document’s right margin, in hundredths of an inch.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExporter.Styles">
      <summary>
        <para>Provides access to the properties that specify the appearance of grid elements when the grid is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewExportStyles"/> object that provides style settings used to paint grid elements when the grid is exported.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExporter.TopMargin">
      <summary>
        <para>Gets or sets the target document’s top margin.</para>
        <para>This property is not in effect when exporting to XLX or XLSX.</para>
      </summary>
      <value>An integer value that specifies the target document’s top margin, in hundredths of an inch.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewExportRenderingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridViewExporter.RenderBrick">ASPxGridViewExporter.RenderBrick</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExportRenderingEventArgs.BrickStyle">
      <summary>
        <para>Gets the style settings used to paint report bricks.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraPrinting.BrickStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExportRenderingEventArgs.Column">
      <summary>
        <para>Gets a data column that corresponds to the processed grid element.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewColumn"/> object that specifies the data column. null (Nothing in Visual Basic) if the processed element doesn’t belong to a column (e.g. preview, footer).</value>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewExportRenderingEventArgs.GetValue(System.String)">
      <summary>
        <para>Returns the value of the specified cell within the processed row.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the data source field.</param>
      <returns>An object that represents the specified cell’s value.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExportRenderingEventArgs.ImageValue">
      <summary>
        <para>Gets or sets an array of bytes that contains the processed brick’s image.</para>
      </summary>
      <value>An array of bytes that contains the processed brick’s binary image.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExportRenderingEventArgs.KeyValue">
      <summary>
        <para>Gets the processed row’s key.</para>
      </summary>
      <value>An object that represents the processed row’s key value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExportRenderingEventArgs.RowType">
      <summary>
        <para>Gets the processed row’s type.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewRowType"/> enumeration value that identifies the processed row’s type.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExportRenderingEventArgs.Text">
      <summary>
        <para>Gets or sets the text displayed within the brick currently being rendered.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text displayed within the processed brick.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExportRenderingEventArgs.TextValue">
      <summary>
        <para>Gets or sets the processed brick’s value.</para>
      </summary>
      <value>An object that represents the processed brick’s value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExportRenderingEventArgs.Url">
      <summary>
        <para>Gets or sets the rendered brick’s URL.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the rendered brick’s URL.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExportRenderingEventArgs.Value">
      <summary>
        <para>Gets the processed data cell’s value.</para>
      </summary>
      <value>An object that represents the processed cell’s value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExportRenderingEventArgs.VisibleIndex">
      <summary>
        <para>Gets the processed row’s visible index.</para>
      </summary>
      <value>An integer value that specifies the processed row’s visible index.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExportRenderingEventArgs.XlsExportNativeFormat">
      <summary>
        <para>Specifies the format settings that are applied to a document when it is exported to XLS format.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExportRenderingEventArgs.XlsxFormatString">
      <summary>
        <para>Specifies the format string applied to the processed brick’s value when exporting to Excel format (XLS or XLSX).</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewExportRenderingEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridViewExporter.RenderBrick">ASPxGridViewExporter.RenderBrick</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxGridViewExportRenderingEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewExportSettings">
      <summary>
        <para>Contains the export settings to be applied when the GridView’s data is <see href="https://docs.devexpress.com/AspNet/3791/components/grid-view/concepts/export">exported</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewExportSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewExportSettings"/> class.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewExportSettings.Assign(DevExpress.Web.PropertiesBase)">
      <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.PropertiesBase"/> object whose public properties are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExportSettings.BottomMargin">
      <summary>
        <para>Gets or sets the target document’s bottom margin.</para>
        <para>This property is not in effect when exporting to XLX or XLSX.</para>
      </summary>
      <value>An integer value that specifies the target document’s bottom margin, in hundredths of an inch.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExportSettings.DetailHorizontalOffset">
      <summary>
        <para>Gets or sets the detail row’s horizontal offset.</para>
      </summary>
      <value>An integer value that specifies the horizontal offset.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExportSettings.DetailVerticalOffset">
      <summary>
        <para>Gets or sets the detail row’s vertical offset.</para>
      </summary>
      <value>An integer value that specifies the vertical offset.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExportSettings.ExcelExportMode">
      <summary>
        <para>Specifies the <see href="https://docs.devexpress.com/AspNet/403941/components/grid-view/concepts/export/export-modes">export mode</see> when saving grid data to XLS and XLSX formats.</para>
      </summary>
      <value>The export mode.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExportSettings.ExportEmptyDetailGrid">
      <summary>
        <para>Gets or sets a value indicating whether it’s necessary to export a detail grid, when it is empty.</para>
      </summary>
      <value>true, to export a detail grid, when it is empty; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExportSettings.ExportSelectedRowsOnly">
      <summary>
        <para>Specifies if only selected rows should be exported.</para>
      </summary>
      <value>true to export the selected rows only; false to export all grid rows.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExportSettings.FileName">
      <summary>
        <para>Specifies the name of the exported file.</para>
      </summary>
      <value>The target file name.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExportSettings.Landscape">
      <summary>
        <para>Gets or sets whether data is exported in Landscape. Setting this property to true is not in effect when exporting to XLX or XLSX.</para>
      </summary>
      <value>true to export data in Landscape; false to export data in Portrait.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExportSettings.LeftMargin">
      <summary>
        <para>Gets or sets the target document’s left margin.</para>
        <para>This property is not in effect when exporting to XLX or XLSX.</para>
      </summary>
      <value>An integer value that specifies the target document’s left margin, in hundredths of an inch.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExportSettings.MaxColumnWidth">
      <summary>
        <para>Gets or sets the column’s maximum width.</para>
      </summary>
      <value>An integer value that specifies the column’s maximum width, in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExportSettings.PageFooter">
      <summary>
        <para>Gets the page footer’s settings.</para>
      </summary>
      <value>An object that contains the page footer’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExportSettings.PageHeader">
      <summary>
        <para>Gets the page header’s settings.</para>
      </summary>
      <value>An object that contains the page header’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExportSettings.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.ASPxGridViewExportSettings.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.ASPxGridViewExportSettings.PreserveGroupRowStates">
      <summary>
        <para>Gets or sets whether the expanded state of group rows is preserved when the ASPxGridView’s data is exported.</para>
      </summary>
      <value>true to preserve the expanded state of group rows when the ASPxGridView’s data is exported; false to expand all group rows.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExportSettings.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.ASPxGridViewExportSettings.ReportFooter">
      <summary>
        <para>Specifies the text displayed within a report’s footer.</para>
      </summary>
      <value>The report’s footer text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExportSettings.ReportHeader">
      <summary>
        <para>Specifies the text displayed within a report’s header.</para>
      </summary>
      <value>The report’s header text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExportSettings.RightMargin">
      <summary>
        <para>Gets or sets the target document’s right margin.</para>
        <para>This property is not in effect when exporting to XLX or XLSX.</para>
      </summary>
      <value>An integer value that specifies the target document’s right margin, in hundredths of an inch.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExportSettings.SplitDataCellAcrossPages">
      <summary>
        <para>Gets or sets whether data cells are allowed to be split across pages when exporting.</para>
      </summary>
      <value>true, if data cells are allowed to be split across pages when exporting; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewExportSettings.TopMargin">
      <summary>
        <para>Gets or sets the target document’s top margin.</para>
        <para>This property is not in effect when exporting to XLX or XLSX.</para>
      </summary>
      <value>An integer value that specifies the target document’s top margin, in hundredths of an inch.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewFillContextMenuItemsEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.ContextMenuInitialize"/> event.</para>
      </summary>
      <param name="sender">An object representing the event source. Identifies the button editor that raised the event.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxGridViewContextMenuEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewFilterControlSettings">
      <summary>
        <para>Provides settings that affect the <see href="https://docs.devexpress.com/AspNet/5138/components/grid-view/concepts/filter-data/filter-control">filter control</see> functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewFilterControlSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewFilterControlSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewHeaderFilterEditorInitializeEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.HeaderFilterEditorInitialize"/> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewHeaderFilterEditorInitializeEventArgs.#ctor(DevExpress.Web.GridViewDataColumn,DevExpress.Web.ASPxEditBase,DevExpress.Web.GridHeaderFilterEditorType)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewHeaderFilterEditorInitializeEventArgs"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewHeaderFilterEditorInitializeEventArgs.Column">
      <summary>
        <para>Gets the column to which the processed editor belongs.</para>
      </summary>
      <value>The column.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewHeaderFilterEditorInitializeEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Web.ASPxGridView.HeaderFilterEditorInitialize">ASPxGridView.HeaderFilterEditorInitialize</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">Contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewHeaderFilterEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.HeaderFilterFillItems">ASPxGridView.HeaderFilterFillItems</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewHeaderFilterEventArgs.#ctor(DevExpress.Web.GridViewDataColumn,DevExpress.Web.GridHeaderFilterValues)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewHeaderFilterEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewDataColumn"/> object that is the processed data column. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridViewHeaderFilterEventArgs.Column">ASPxGridViewHeaderFilterEventArgs.Column</see> property.</param>
      <param name="values">A <see cref="T:DevExpress.Web.GridHeaderFilterValues"/> object containing filter values. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridHeaderFilterEventArgs.Values">ASPxGridHeaderFilterEventArgs.Values</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewHeaderFilterEventArgs.Column">
      <summary>
        <para>Gets the data column currently being filtered.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewDataColumn"/> object that represents the data column currently being filtered.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewHeaderFilterEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.HeaderFilterFillItems">ASPxGridView.HeaderFilterFillItems</see> event.</para>
      </summary>
      <param name="sender">The event sender.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxGridViewHeaderFilterEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewItemEventArgs">
      <summary>
        <para>Serves as a base for classes that provide data for data item related events of the GridView.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewItemEventArgs.#ctor(System.Int32,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewItemEventArgs"/> class.</para>
      </summary>
      <param name="visibleIndex">The data item (row/card) visible index. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridViewItemEventArgs.VisibleIndex">ASPxGridViewItemEventArgs.VisibleIndex</see> property.</param>
      <param name="keyValue">An object that uniquely identifies the data item (row/card). This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridViewItemEventArgs.KeyValue">ASPxGridViewItemEventArgs.KeyValue</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewItemEventArgs.KeyValue">
      <summary>
        <para>Gets an object that uniquely identifies the data row.</para>
      </summary>
      <value>An object that uniquely identifies the data row.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewItemEventArgs.VisibleIndex">
      <summary>
        <para>Gets the visible index of the data row.</para>
      </summary>
      <value>An integer value that specifies the data row’s visible index.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewLoadingPanelSettings">
      <summary>
        <para>Provides settings that affect the <see href="https://docs.devexpress.com/AspNet/3677/components/grid-view/visual-elements/loading-panel">Loading Panel</see>‘s appearance and functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewLoadingPanelSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewLoadingPanelSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewOnClickRowFilterEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.ProcessOnClickRowFilter">ASPxGridView.ProcessOnClickRowFilter</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewOnClickRowFilterEventArgs.#ctor(DevExpress.Web.GridViewAutoFilterEventKind)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewOnClickRowFilterEventArgs"/> class with the specified setting.</para>
      </summary>
      <param name="kind">A <see cref="T:DevExpress.Web.GridViewAutoFilterEventKind"/> enumeration value that indicates which action should be performed within the event handler.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewOnClickRowFilterEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.ProcessOnClickRowFilter">ASPxGridView.ProcessOnClickRowFilter</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxGridViewOnClickRowFilterEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewPagerSettings">
      <summary>
        <para>Contains <see href="https://docs.devexpress.com/AspNet/3676/components/grid-view/visual-elements/pager">pager</see> settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewPagerSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewPagerSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewPagerSettings.Mode">
      <summary>
        <para>Specifies whether the Grid View control splits its content across multiple pages.</para>
      </summary>
      <value>An enumeration value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewPagerSettings.PageSize">
      <summary>
        <para>Gets or sets the maximum number of rows that can be displayed on a page.</para>
      </summary>
      <value>An integer value that specifies the number of rows.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewPagerSettings.ShowEmptyDataRows">
      <summary>
        <para>Gets or sets whether to show empty data rows if the number of data rows displayed within the last page fits entirely on the page.</para>
      </summary>
      <value>true to show empty data rows; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewPopupControlSettings">
      <summary>
        <para>Contains specific settings for different popup elements.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewPopupControlSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewPopupControlSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewPopupControlSettings.CustomizationDialog">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">Customization Dialog</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridCustomizationDialogPopupSettings"/> object that contains the <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">Customization Dialog</see>‘s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewPopupControlSettings.CustomizationWindow">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/3679/components/grid-view/visual-elements/customization-window">Customization Window</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCustomizationWindowPopupSettings"/> object that contains the Customization Window’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewPopupControlSettings.EditForm">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/3816/components/grid-view/visual-elements/popup-edit-form">Popup Edit Form</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewEditFormPopupSettings"/> object that contains the Edit Form’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewPopupControlSettings.FilterControl">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/11573/components/grid-view/visual-elements/filter-builder-filter-control">filter control</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewFilterControlPopupSettings"/> object that contains the <see href="https://docs.devexpress.com/AspNet/11573/components/grid-view/visual-elements/filter-builder-filter-control">filter control</see>‘s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewPopupControlSettings.HeaderFilter">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">Header Filter</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewHeaderFilterPopupSettings"/> object that contains the Header Filter’s settings.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewPreviewDisplayTextEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.CustomPreviewDisplayText">ASPxGridView.CustomPreviewDisplayText</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewPreviewDisplayTextEventArgs.#ctor(DevExpress.Web.ASPxGridView,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewPreviewDisplayTextEventArgs"/> class.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxGridView"/> object that owns the current object.</param>
      <param name="visibleIndex">An integer value that specifies the processed row index.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewPreviewDisplayTextEventArgs.DisplayText">
      <summary>
        <para>Enables you to set a custom text for the <see href="https://docs.devexpress.com/AspNet/3672/components/grid-view/visual-elements/preview-row">preview row</see> currently being processed.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the preview row display text. The default value is null.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewPreviewDisplayTextEventArgs.EncodeHtml">
      <summary>
        <para>Gets or sets a value that specifies whether the preview row display text keeps any of its values that are HTML as HTML, or instead, strips out the HTML markers.</para>
      </summary>
      <value>true if the HTML code contained in the <see cref="P:DevExpress.Web.ASPxGridViewPreviewDisplayTextEventArgs.DisplayText">ASPxGridViewPreviewDisplayTextEventArgs.DisplayText</see> property value is not executed and is converted into the corresponding text for display purposes, false if the property value can contain pure HTML code.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewPreviewDisplayTextEventArgs.GetRowValue(System.Int32,System.String)">
      <summary>
        <para>Returns the value of the specified data source field in the specified row.</para>
      </summary>
      <param name="visibleIndex">A zero-based integer index that identifies the data row.</param>
      <param name="fieldName">A string that specifies the name of the data source field.</param>
      <returns>An object that is the value of the specified data source field in the specified row.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewPreviewDisplayTextEventArgs.GetRowValue(System.String)">
      <summary>
        <para>Returns the value of the specified data source field in the current row.</para>
      </summary>
      <param name="fieldName">A string that specifies the name of the data source field.</param>
      <returns>An object that is the value of the specified data source field in the current row.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewPreviewDisplayTextEventArgs.Value">
      <summary>
        <para>Gets the value of the <see href="https://docs.devexpress.com/AspNet/3672/components/grid-view/visual-elements/preview-row">preview row</see> currently being processed.</para>
      </summary>
      <value>An object that contains the preview row value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewPreviewDisplayTextEventArgs.VisibleIndex">
      <summary>
        <para>Gets the visible index of the <see href="https://docs.devexpress.com/AspNet/3672/components/grid-view/visual-elements/preview-row">preview row</see> currently being processed.</para>
      </summary>
      <value>An integer zero-based index that identifies the preview row.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewPreviewDisplayTextEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.CustomPreviewDisplayText">ASPxGridView.CustomPreviewDisplayText</see> event.</para>
      </summary>
      <param name="sender">The event sender.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxGridViewPreviewDisplayTextEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewResizingSettings">
      <summary>
        <para>Provides settings that affect the grid resizing functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewResizingSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewResizingSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewResizingSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.ASPxGridViewResizingSettings.ColumnResizeMode">
      <summary>
        <para>Specifies how columns are resized when a user changes a column’s width.</para>
      </summary>
      <value>One of the enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewResizingSettings.Visualization">
      <summary>
        <para>Gets or sets a value that determines how the column resize process is visually indicated.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ResizingMode"/> enumeration value.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewRowCommandEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.RowCommand">ASPxGridView.RowCommand</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewRowCommandEventArgs.#ctor(System.Int32,System.Object,System.Web.UI.WebControls.CommandEventArgs,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewRowCommandEventArgs"/> class.</para>
      </summary>
      <param name="visibleIndex">The row’s visible index. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridViewItemEventArgs.VisibleIndex">ASPxGridViewItemEventArgs.VisibleIndex</see> property.</param>
      <param name="keyValue">An object that uniquely identifies the row. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridViewItemEventArgs.KeyValue">ASPxGridViewItemEventArgs.KeyValue</see> property.</param>
      <param name="commandArgs">A <see cref="T:System.Web.UI.WebControls.CommandEventArgs"/> object that contains an argument for the command. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridViewRowCommandEventArgs.CommandArgs">ASPxGridViewRowCommandEventArgs.CommandArgs</see> property.</param>
      <param name="commandSource">A <see cref="T:System.Object"/> object that identifies the source of the command. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridViewRowCommandEventArgs.CommandSource">ASPxGridViewRowCommandEventArgs.CommandSource</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewRowCommandEventArgs.CommandArgs">
      <summary>
        <para>Gets the argument for the command.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.CommandEventArgs"/> object that contains an argument for the command.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewRowCommandEventArgs.CommandSource">
      <summary>
        <para>Gets the source of the command.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> object that represents the source of the command.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewRowCommandEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.RowCommand">ASPxGridView.RowCommand</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxGridViewRowCommandEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewSearchPanelEditorCreateEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.SearchPanelEditorCreate">ASPxGridView.SearchPanelEditorCreate</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewSearchPanelEditorCreateEventArgs.#ctor(DevExpress.Web.EditPropertiesBase,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewSearchPanelEditorCreateEventArgs"/> class.</para>
      </summary>
      <param name="editorProperties">An <see cref="T:DevExpress.Web.EditPropertiesBase"/> descendant that contains the <see href="https://docs.devexpress.com/AspNet/17646/components/grid-view/visual-elements/search-panel">search panel</see> editor’s properties. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridEditorCreateEventArgs.EditorProperties">ASPxGridEditorCreateEventArgs.EditorProperties</see> property.</param>
      <param name="value">An object that specifies the <see href="https://docs.devexpress.com/AspNet/17646/components/grid-view/visual-elements/search-panel">search panel</see> editor’s value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridEditorCreateEventArgs.Value">ASPxGridEditorCreateEventArgs.Value</see> property.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewSearchPanelEditorCreateEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.SearchPanelEditorCreate">ASPxGridView.SearchPanelEditorCreate</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxGridViewSearchPanelEditorCreateEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewSearchPanelEditorEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.SearchPanelEditorInitialize">ASPxGridView.SearchPanelEditorInitialize</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewSearchPanelEditorEventArgs.#ctor(DevExpress.Web.ASPxEditBase,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewSearchPanelEditorEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="editor">An <see cref="T:DevExpress.Web.ASPxEditBase"/> descendant that is the <see href="https://docs.devexpress.com/AspNet/17646/components/grid-view/visual-elements/search-panel">search panel</see> editor. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridEditorEventArgs.Editor">ASPxGridEditorEventArgs.Editor</see> property.</param>
      <param name="value">An object that specifies the <see href="https://docs.devexpress.com/AspNet/17646/components/grid-view/visual-elements/search-panel">search panel</see> editor’s value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridEditorEventArgs.Value">ASPxGridEditorEventArgs.Value</see> property.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewSearchPanelEditorEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.SearchPanelEditorInitialize">ASPxGridView.SearchPanelEditorInitialize</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxGridViewSearchPanelEditorEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewSearchPanelSettings">
      <summary>
        <para>Provides settings that affect the <see href="https://docs.devexpress.com/AspNet/17646/components/grid-view/visual-elements/search-panel">search panel</see> functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewSearchPanelSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewSearchPanelSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewSearchPanelSettings.ColumnNames">
      <summary>
        <para>Specifies the columns to which the grid should apply the <see href="https://docs.devexpress.com/AspNet/17646/components/grid-view/visual-elements/search-panel">search panel</see> filter.</para>
      </summary>
      <value>A string value listing grid column identifiers that can be either: column name, field name, or caption.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewSearchPanelSettings.SearchInPreview">
      <summary>
        <para>Specifies whether the <see href="https://docs.devexpress.com/AspNet/17646/components/grid-view/visual-elements/search-panel">search panel</see> can be used to search text in the <see href="https://docs.devexpress.com/AspNet/3672/components/grid-view/visual-elements/preview-row">preview row</see>.</para>
      </summary>
      <value>true, to search the text in a preview row; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewSettings">
      <summary>
        <para>Provides view options for the <see cref="T:DevExpress.Web.ASPxGridView"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.ASPxGridViewSettings.AutoFilterCondition">
      <summary>
        <para>Specifies the type of comparison operator used by <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row</see> to create filter conditions.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AutoFilterCondition"/> enumeration value that specifies the comparison operator type.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewSettings.ColumnMaxWidth">
      <summary>
        <para>Gets or sets a value that specifies the grid columns’ maximum width.</para>
      </summary>
      <value>An integer value that is the maximum width.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewSettings.ColumnMinWidth">
      <summary>
        <para>Gets or sets the minimum width of grid columns.</para>
      </summary>
      <value>An integer value that specifies a column’s minimum width.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewSettings.GridLines">
      <summary>
        <para>Specifies which grid lines are visible in the grid.</para>
      </summary>
      <value>One of the enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewSettings.GroupFormat">
      <summary>
        <para>Specifies the text pattern for <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group rows</see>.</para>
      </summary>
      <value>The text pattern for group rows.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewSettings.GroupFormatForMergedGroup">
      <summary>
        <para>Specifies the text pattern for merged groups.</para>
      </summary>
      <value>The text pattern for merged groups.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewSettings.GroupFormatForMergedGroupRow">
      <summary>
        <para>Specifies the text pattern for merged group rows.</para>
      </summary>
      <value>The text pattern for merged group rows.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewSettings.GroupSummaryTextSeparator">
      <summary>
        <para>Gets or sets a separator dividing multiple summary texts displayed within group rows.</para>
      </summary>
      <value>A string that is the separator.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewSettings.MergedGroupSeparator">
      <summary>
        <para>Specifies the separator that the grid displays between grouped columns within merged group rows.</para>
      </summary>
      <value>The separator.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewSettings.ShowColumnHeaders">
      <summary>
        <para>Specifies whether <see href="https://docs.devexpress.com/AspNet/3669/components/grid-view/visual-elements/column-header">column headers</see> are visible.</para>
      </summary>
      <value>true to display column headers; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewSettings.ShowFilterRow">
      <summary>
        <para>Gets or sets whether the grid displays the <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row</see>.</para>
      </summary>
      <value>true to display the filter row; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewSettings.ShowFilterRowMenu">
      <summary>
        <para>Specifies whether the grid displays <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row buttons</see> within the filter row.</para>
      </summary>
      <value>true to display filter row buttons; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewSettings.ShowFilterRowMenuLikeItem">
      <summary>
        <para>Gets or sets whether the Like item is displayed within the <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row menu</see>.</para>
      </summary>
      <value>true, if the Like item is displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewSettings.ShowFooter">
      <summary>
        <para>Gets or sets whether the view’s <see href="https://docs.devexpress.com/AspNet/3675/components/grid-view/visual-elements/footer">footer</see> is displayed.</para>
      </summary>
      <value>true to display the view footer; otherwise, false</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewSettings.ShowGroupButtons">
      <summary>
        <para>Gets or sets whether group expand buttons are displayed within <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group rows</see>.</para>
      </summary>
      <value>true to display group expand buttons within group rows; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewSettings.ShowGroupedColumns">
      <summary>
        <para>Specifies whether the grid displays grouped columns.</para>
      </summary>
      <value>true to display the grouped columns; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewSettings.ShowGroupFooter">
      <summary>
        <para>Gets or sets a value that specifies the ASPxGridView <see href="https://docs.devexpress.com/AspNet/3815/components/grid-view/visual-elements/group-footer">group footers</see> visibility.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewGroupFooterMode"/> enumeration value that specifies the group footer’s visibility mode.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewSettings.ShowGroupPanel">
      <summary>
        <para>Specifies whether the grid displays the <see href="https://docs.devexpress.com/AspNet/3682/components/grid-view/visual-elements/group-panel">Group Panel</see>.</para>
      </summary>
      <value>true to display the group panel; otherwise, false</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewSettings.ShowHorizontalScrollBar">
      <summary>
        <para>Gets or sets whether the horizontal scrollbar is displayed.</para>
      </summary>
      <value>true, to display the horizontal scrollbar; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewSettings.ShowPreview">
      <summary>
        <para>Gets or sets whether <see href="https://docs.devexpress.com/AspNet/3672/components/grid-view/visual-elements/preview-row">preview rows</see> are displayed.</para>
      </summary>
      <value>true to display preview rows; otherwise, false</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewSettings.ShowVerticalScrollBar">
      <summary>
        <para>Gets or sets whether the vertical scrollbar is displayed.</para>
      </summary>
      <value>true, to display the vertical scrollbar; otherwise, false</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewSettings.UseFixedTableLayout">
      <summary>
        <para>Gets or sets whether the ASPxGridView’s width can be changed by a browser to display the entire content.</para>
      </summary>
      <value>true, if the ASPxGridView’s width is fixed, and cannot be changed by a browser; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewSettings.VerticalScrollBarStyle">
      <summary>
        <para>Gets or sets the operating mode of the vertical scrollbar.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewVerticalScrollBarStyle"/> enumeration value that specifies the operating mode of the vertical scrollbar.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewSummaryDisplayTextEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.SummaryDisplayText">ASPxGridView.SummaryDisplayText</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewSummaryDisplayTextEventArgs.#ctor(DevExpress.Web.ASPxGridView,DevExpress.Web.ASPxSummaryItem,System.Object,System.String,System.Int32,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewSummaryDisplayTextEventArgs"/> class.</para>
      </summary>
      <param name="grid">A grid view control.</param>
      <param name="item">A summary item.</param>
      <param name="value">A summary item’s value.</param>
      <param name="text">A summary item’s text.</param>
      <param name="visibleIndex">A summary item’s visible index.</param>
      <param name="isGroupRow">Specifies whether the summary item refers to a group.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewSummaryDisplayTextEventArgs.#ctor(DevExpress.Web.ASPxSummaryItem,System.Object,System.String,System.Int32,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewSummaryDisplayTextEventArgs"/> class.</para>
      </summary>
      <param name="item">An <see cref="T:DevExpress.Web.ASPxSummaryItem"/> object that represents the summary item whose value is being processed. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridViewSummaryDisplayTextEventArgs.Item">ASPxGridViewSummaryDisplayTextEventArgs.Item</see> property.</param>
      <param name="value">An object that represents the summary item’s value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridSummaryDisplayTextEventArgs.Value">ASPxGridSummaryDisplayTextEventArgs.Value</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the summary item’s display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridSummaryDisplayTextEventArgs.Text">ASPxGridSummaryDisplayTextEventArgs.Text</see> property.</param>
      <param name="visibleIndex">A zero-based integer index that identifies the group row where the processed summary value resides. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridViewSummaryDisplayTextEventArgs.VisibleIndex">ASPxGridViewSummaryDisplayTextEventArgs.VisibleIndex</see> property.</param>
      <param name="isGroupRow">true if a group summary value is being processed; false if a total summary value is being processed.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewSummaryDisplayTextEventArgs.IsGroupSummary">
      <summary>
        <para>Indicates whether a <see href="https://docs.devexpress.com/AspNet/3758/components/grid-view/concepts/use-data-summaries/group-summary">group summary</see> value is processed.</para>
      </summary>
      <value>true if a group summary value is processed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewSummaryDisplayTextEventArgs.IsTotalSummary">
      <summary>
        <para>Indicates whether a <see href="https://docs.devexpress.com/AspNet/3757/components/grid-view/concepts/use-data-summaries/total-summary">total summary</see> value is being processed.</para>
      </summary>
      <value>true if a total summary value is being processed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewSummaryDisplayTextEventArgs.Item">
      <summary>
        <para>Gets the processed summary item.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxSummaryItem"/> object that represents the processed summary item.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewSummaryDisplayTextEventArgs.VisibleIndex">
      <summary>
        <para>Gets a value that identifies the group row where the processed summary value is displayed.</para>
      </summary>
      <value>A zero-based integer index that identifies the group row where the processed summary value is displayed. &#0045;1 if a total summary value is being processed.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewSummaryDisplayTextEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.SummaryDisplayText">ASPxGridView.SummaryDisplayText</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxGridViewSummaryDisplayTextEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewTableCommandCellEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.HtmlCommandCellPrepared">ASPxGridView.HtmlCommandCellPrepared</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewTableCommandCellEventArgs.#ctor(System.Web.UI.WebControls.TableCell,System.Object,System.Int32,DevExpress.Web.GridViewCommandColumn,DevExpress.Web.GridViewTableCommandCellType)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewTableCommandCellEventArgs"/> class with specified settings.</para>
      </summary>
      <param name="cell">A <see cref="T:System.Web.UI.WebControls.TableCell"/> control representing the HTML table cell.</param>
      <param name="keyValue">An object that uniquely identifies the command row.</param>
      <param name="visibleIndex">The command row visible index.</param>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewCommandColumn"/> object that represents the command column. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridViewTableCommandCellEventArgs.CommandColumn">ASPxGridViewTableCommandCellEventArgs.CommandColumn</see> property.</param>
      <param name="cellType">A <see cref="T:DevExpress.Web.GridViewTableCommandCellType"/> enumeration value that specifies the cell. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridViewTableCommandCellEventArgs.CommandCellType">ASPxGridViewTableCommandCellEventArgs.CommandCellType</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTableCommandCellEventArgs.Cell">
      <summary>
        <para>Gets the processed command cell.</para>
      </summary>
      <value>An object that represents the processed command cell.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTableCommandCellEventArgs.CommandCellType">
      <summary>
        <para>Gets whether the processed command cell is displayed within the <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">auto filter row</see> or <see href="https://docs.devexpress.com/AspNet/3673/components/grid-view/visual-elements/data-row">data row</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewTableCommandCellType"/> enumeration value that specifies whether the processed command cell is displayed within the auto filter row or data row.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTableCommandCellEventArgs.CommandColumn">
      <summary>
        <para>Gets a <see href="https://docs.devexpress.com/AspNet/3671/components/grid-view/visual-elements/command-column">command column</see> whose cell is currently being processed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCommandColumn"/> object that represents the command column within the ASPxGridView.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewTableCommandCellEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.HtmlCommandCellPrepared">ASPxGridView.HtmlCommandCellPrepared</see> event.</para>
      </summary>
      <param name="sender">The event sender.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxGridViewTableCommandCellEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewTableDataCellEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.HtmlDataCellPrepared">ASPxGridView.HtmlDataCellPrepared</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewTableDataCellEventArgs.#ctor(System.Web.UI.WebControls.TableCell,System.Object,DevExpress.Web.ASPxGridView,System.Int32,DevExpress.Web.GridViewDataColumn)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewTableDataCellEventArgs"/> class with specified settings.</para>
      </summary>
      <param name="cell">A <see cref="T:System.Web.UI.WebControls.TableCell"/> control representing the HTML table cell.</param>
      <param name="keyValue">An object that uniquely identifies the row.</param>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxGridView"/> object that owns the current object.</param>
      <param name="visibleIndex">The row visible index. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridViewTableRowEventArgs.KeyValue">ASPxGridViewTableRowEventArgs.KeyValue</see> property.</param>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewDataColumn"/> object that represents the column.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTableDataCellEventArgs.Cell">
      <summary>
        <para>Gets the processed data cell.</para>
      </summary>
      <value>A System.Web.UI.WebControls.TableCell object that represents the processed data cell.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTableDataCellEventArgs.CellValue">
      <summary>
        <para>Gets the processed cell’s value.</para>
      </summary>
      <value>An object that represents the processed cell’s value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTableDataCellEventArgs.DataColumn">
      <summary>
        <para>Gets the data column that contains the processed cell.</para>
      </summary>
      <value>The data column.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewTableDataCellEventArgs.GetValue(System.String)">
      <summary>
        <para>Returns the value of the specified cell within the processed row.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the data source field.</param>
      <returns>An object that represents the specified cell’s value.</returns>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewTableDataCellEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.HtmlDataCellPrepared">ASPxGridView.HtmlDataCellPrepared</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxGridViewTableDataCellEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewTableFooterCellEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.HtmlFooterCellPrepared">ASPxGridView.HtmlFooterCellPrepared</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewTableFooterCellEventArgs.#ctor(DevExpress.Web.ASPxGridView,DevExpress.Web.GridViewColumn,System.Int32,System.Web.UI.WebControls.TableCell)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewTableFooterCellEventArgs"/> class.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxGridView"/> object that represents the processed footer cell’s owner grid.</param>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewColumn"/> descendant that represents the grid column.</param>
      <param name="visibleIndex">An integer value that specifies the row’s visible index. &#0045;1 if the processed cell belongs to the <see href="https://docs.devexpress.com/AspNet/3675/components/grid-view/visual-elements/footer">Total Footer</see>.</param>
      <param name="cell">A <see cref="T:System.Web.UI.WebControls.TableCell"/> object that represents the processed footer cell.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTableFooterCellEventArgs.Cell">
      <summary>
        <para>Gets the processed footer cell.</para>
      </summary>
      <value>A System.Web.UI.WebControls.TableCell object that represents the processed footer cell.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTableFooterCellEventArgs.Column">
      <summary>
        <para>Gets the column that owns the footer cell currently being processed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewColumn"/> descendant that represents the grid column.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewTableFooterCellEventArgs.GetSummaryValue(DevExpress.Web.ASPxSummaryItem)">
      <summary>
        <para>Returns the specified summary item’s value.</para>
      </summary>
      <param name="item">An <see cref="T:DevExpress.Web.ASPxSummaryItem"/> object whose value is returned.</param>
      <returns>An object that represents the specified summary item’s value.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTableFooterCellEventArgs.IsTotalFooter">
      <summary>
        <para>Gets whether the processed cell is dislayed within the <see href="https://docs.devexpress.com/AspNet/3675/components/grid-view/visual-elements/footer">Total Footer</see>.</para>
      </summary>
      <value>true if the processed cell is dislayed within the Total Footer; false if the cell is displayed within a <see href="https://docs.devexpress.com/AspNet/3815/components/grid-view/visual-elements/group-footer">Group Footer</see>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTableFooterCellEventArgs.VisibleIndex">
      <summary>
        <para>Gets the row’s visible index.</para>
      </summary>
      <value>An integer value that specifies the row’s visible index. &#0045;1 if the processed cell belongs to the <see href="https://docs.devexpress.com/AspNet/3675/components/grid-view/visual-elements/footer">Total Footer</see>.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewTableFooterCellEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.HtmlFooterCellPrepared">ASPxGridView.HtmlFooterCellPrepared</see> event.</para>
      </summary>
      <param name="sender">The event sender.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxGridViewTableFooterCellEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewTableRowEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.HtmlRowCreated">ASPxGridView.HtmlRowCreated</see> and <see cref="E:DevExpress.Web.ASPxGridView.HtmlRowPrepared">ASPxGridView.HtmlRowPrepared</see> events.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewTableRowEventArgs.GetValue(System.String)">
      <summary>
        <para>Returns the value of the specified cell within the processed row.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the data source field.</param>
      <returns>An object that represents the specified cell’s value.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTableRowEventArgs.KeyValue">
      <summary>
        <para>Gets an object that uniquely identifies the row.</para>
      </summary>
      <value>An object that uniquely identifies the row.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTableRowEventArgs.Row">
      <summary>
        <para>Gets the processed row.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.TableRow"/> object that represents the processed row.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTableRowEventArgs.RowType">
      <summary>
        <para>Gets the processed row’s type.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewRowType"/> enumeration value that specifies the row’s type.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewTableRowEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.HtmlRowCreated">ASPxGridView.HtmlRowCreated</see> and <see cref="E:DevExpress.Web.ASPxGridView.HtmlRowPrepared">ASPxGridView.HtmlRowPrepared</see> events.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxGridViewTableRowEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewTemplateReplacement">
      <summary>
        <para>Displays regular elements (<see href="https://docs.devexpress.com/AspNet/3694/components/grid-view/visual-elements/edit-cell">edit cells</see>, buttons, or a <see href="https://docs.devexpress.com/AspNet/3676/components/grid-view/visual-elements/pager">pager</see>) within the <see href="https://docs.devexpress.com/AspNet/3680/components/grid-view/visual-elements/edit-form">Edit Form</see> or <see href="https://docs.devexpress.com/AspNet/3676/components/grid-view/visual-elements/pager">Pager</see> templates.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewTemplateReplacement.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewTemplateReplacement"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTemplateReplacement.ClientID">
      <summary>
        <para>Gets the template container’s client identifier.</para>
      </summary>
      <value>A string value that is the template container’s client identifier.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTemplateReplacement.ColumnID">
      <summary>
        <para>Specifies the data source field bound to an <see href="https://docs.devexpress.com/AspNet/3694/components/grid-view/visual-elements/edit-cell">edit cell</see>.</para>
      </summary>
      <value>The name of the data source field.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTemplateReplacement.ReplacementType">
      <summary>
        <para>Specifies a control that the <see cref="T:DevExpress.Web.ASPxGridViewTemplateReplacement"/> element displays.</para>
      </summary>
      <value>The replacement element type.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGridViewTextSettings">
      <summary>
        <para>Provides text options for ASPxGridViews.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGridViewTextSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGridViewTextSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.BatchEditChangesPreviewDeletedValues">
      <summary>
        <para>Gets or sets the text displayed within the “Deleted Values” information row in Changes Preview mode.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.BatchEditChangesPreviewInsertedValues">
      <summary>
        <para>Gets or sets the text displayed within the “Inserted Values” information row in Changes Preview mode.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.BatchEditChangesPreviewUpdatedValues">
      <summary>
        <para>Gets or sets the text displayed within the “Updated Values” information row in Changes Preview mode.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ClipboardAccessDeniedError">
      <summary>
        <para>Specifies the Clipboard Access Denied error text.</para>
      </summary>
      <value>The error text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.CommandApplyFilter">
      <summary>
        <para>Gets or sets the text displayed within the Apply Filter <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command item</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.CommandBatchEditHidePreview">
      <summary>
        <para>Gets or sets the text displayed within the “Hide preview” command item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.CommandBatchEditPreviewChanges">
      <summary>
        <para>Gets or sets the text displayed within the “Preview changes” command item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.CommandBatchEditUpdateSummaries">
      <summary>
        <para>Gets or sets the text displayed within the “Update summaries” command item.</para>
      </summary>
      <value>The command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.CommandCancel">
      <summary>
        <para>Gets or sets the text displayed within the <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">Cancel</see> command item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.CommandClearFilter">
      <summary>
        <para>Gets or sets the text displayed within the <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">Clear Filter</see> command item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.CommandDeselectAllOnAllPages">
      <summary>
        <para>Gets or sets the text displayed within the selected Select All check box tooltip in the All Pages mode.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.CommandDeselectAllOnPage">
      <summary>
        <para>Gets or sets the text displayed within the selected Select All check box tooltip in the Page mode.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.CommandHideAdaptiveDetail">
      <summary>
        <para>Gets or sets the text displayed in the Hide Adaptive Detail <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command item</see>‘s tooltip.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the tooltip text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.CommandSelectAllOnAllPages">
      <summary>
        <para>Gets or sets the text displayed within the unselected Select All check box tooltip in the All Pages mode.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.CommandSelectAllOnPage">
      <summary>
        <para>Gets or sets the text displayed within the unselected Select All check box tooltip in the All Pages mode.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.CommandShowAdaptiveDetail">
      <summary>
        <para>Gets or sets the text displayed in the Show Adaptive Detail <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command item</see>‘s tooltip.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the tooltip text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.CommandUpdate">
      <summary>
        <para>Gets or sets the text displayed within the <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">Update</see> command item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuClearFilter">
      <summary>
        <para>Gets or sets the text of the Clear Filter item displayed within the column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuClearGrouping">
      <summary>
        <para>Gets or sets the text of the Clear Grouping item displayed within the group panel <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuClearSorting">
      <summary>
        <para>Gets or sets the text of the Clear Sorting item displayed within the column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuCollapseDetailRow">
      <summary>
        <para>Gets or sets the text of the Collapse Detail item displayed within the row <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuCollapseRow">
      <summary>
        <para>Gets or sets the text of the Collapse item displayed within the row <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuCopyToClipboard">
      <summary>
        <para>Gets or sets the text of the Copy item displayed within the row <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>The item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuDeleteRow">
      <summary>
        <para>Gets or sets the text of the Delete item displayed within the row <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuEditRow">
      <summary>
        <para>Gets or sets the text of the Edit item displayed within the row <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuExpandDetailRow">
      <summary>
        <para>Gets or sets the text of the Expand Detail item displayed within the row <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuExpandRow">
      <summary>
        <para>Gets or sets the text of the Expand item displayed within the row <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuExport">
      <summary>
        <para>Gets or sets the text of the Export context menu item.</para>
      </summary>
      <value>A System.String value that specifies the item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuExportTo">
      <summary>
        <para>Gets or sets the text of the Export To context menu items.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuFullCollapse">
      <summary>
        <para>Gets or sets the text of the Collapse All item displayed within the <see href="https://docs.devexpress.com/AspNet/3682/components/grid-view/visual-elements/group-panel">group panel</see> and column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menus</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuFullExpand">
      <summary>
        <para>Gets or sets the text of the Expand All item displayed within the <see href="https://docs.devexpress.com/AspNet/3682/components/grid-view/visual-elements/group-panel">group panel</see> and column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menus</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuGroupByColumn">
      <summary>
        <para>Gets or sets the text of the Group by This Column item displayed within the column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuGroupSummary">
      <summary>
        <para>Gets or sets the text of the Group Summary item displayed in the row <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuHideColumn">
      <summary>
        <para>Gets or sets the text of the Hide Column item displayed within the column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuNewRow">
      <summary>
        <para>Gets or sets the text of the New item displayed within the row <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuPasteFromClipboard">
      <summary>
        <para>Gets or sets the text of the Paste item displayed within the row <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>The item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuRefresh">
      <summary>
        <para>Gets or sets the text of the Refresh item displayed within the row <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuShowColumn">
      <summary>
        <para>Gets or sets the text of the Show Column item displayed within the column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuShowCustomizationDialog">
      <summary>
        <para>Gets or sets the text of the Show Customization Dialog context menu item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the UI element’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuShowCustomizationWindow">
      <summary>
        <para>Gets or sets the text of the Column Chooser item displayed within the column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuShowFilterEditor">
      <summary>
        <para>Gets or sets the text of the Filter Builder… item displayed within the column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuShowFilterRow">
      <summary>
        <para>Gets or sets the text of the Filter Row item displayed within the column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuShowFilterRowMenu">
      <summary>
        <para>Gets or sets the text of the Filter Row Menu item displayed within the column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuShowFooter">
      <summary>
        <para>Gets or sets the text of the Footer item displayed within the column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuShowGroupPanel">
      <summary>
        <para>Gets or sets the text of the Group Panel item displayed within the <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuShowSearchPanel">
      <summary>
        <para>Gets or sets the text of the Search Panel item displayed within the <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuSortAscending">
      <summary>
        <para>Gets or sets the text of the Sort Ascending item displayed within the column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuSortDescending">
      <summary>
        <para>Gets or sets the text of the Sort Descending item displayed within the column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuSummaryAverage">
      <summary>
        <para>Gets or sets the text of the Average item displayed within the footer <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuSummaryCount">
      <summary>
        <para>Gets or sets the text of the Count item displayed within the footer <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuSummaryMax">
      <summary>
        <para>Gets or sets the text of the Max item displayed within the footer <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuSummaryMin">
      <summary>
        <para>Gets or sets the text of the Min item displayed within the footer <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuSummaryNone">
      <summary>
        <para>Gets or sets the text of the None item displayed within the footer <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuSummarySum">
      <summary>
        <para>Gets or sets the text of the Sum item displayed within the footer <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ContextMenuUngroupColumn">
      <summary>
        <para>Gets or sets the text of the Ungroup item displayed within the column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.CustomizationDialogColumnChooserTab">
      <summary>
        <para>Gets or sets the text of the Column Chooser tab displayed within the <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">Customization Dialog</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the UI element’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.CustomizationDialogFilteringPageUniqueFilterLoadValues">
      <summary>
        <para>Gets or sets the text of the “Load Items” link displayed within the Customization Dialog’s Filtering page.</para>
      </summary>
      <value>A System.String value that specifies the UI element’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.CustomizationDialogFilteringTab">
      <summary>
        <para>Gets or sets the text of the Filtering tab displayed within the <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">Customization Dialog</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the UI element’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.CustomizationDialogGroupingPageEmptyDragArea">
      <summary>
        <para>Gets or sets the text of the empty drag area within the <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">Customization Dialog</see>‘s “Grouping” page.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the UI element’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.CustomizationDialogGroupingPageListArea">
      <summary>
        <para>Gets or sets the text of the list area within the <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">Customization Dialog</see>‘s “Grouping” page.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the UI element’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.CustomizationDialogGroupingTab">
      <summary>
        <para>Gets or sets the text of the Grouping tab displayed within the <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">Customization Dialog</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the UI element’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.CustomizationDialogSortingPageEmptyDragArea">
      <summary>
        <para>Gets or sets the text of the empty drag area displayed within the <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">Customization Dialog</see>‘s “Sorting” page.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the UI element’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.CustomizationDialogSortingPageListArea">
      <summary>
        <para>Gets or sets the text of the list area displayed within the <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">Customization Dialog</see>‘s “Sorting” page.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the UI element’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.CustomizationDialogSortingTab">
      <summary>
        <para>Gets or sets the text of the Sorting tab displayed within the <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">Customization Dialog</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the UI element’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.CustomizationWindowCaption">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/3734/components/grid-view/concepts/data-representation-basics/customization-window">Customization Window</see>‘s caption.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the Customization Window’s caption.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.CustomizationWindowFooterText">
      <summary>
        <para>Gets or sets the text displayed within the ASPxGridView <see href="https://docs.devexpress.com/AspNet/3679/components/grid-view/visual-elements/customization-window">customization window</see>‘s footer.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text displayed within the customization window’s footer.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.EmptyDataRow">
      <summary>
        <para>Gets or sets the text displayed within the <see href="https://docs.devexpress.com/AspNet/3790/components/grid-view/visual-elements/empty-data-row">Empty Data Row</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text displayed within the empty data row.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.EmptyHeaders">
      <summary>
        <para>Gets or sets the text displayed within the column header panel when there are no visible columns.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text displayed within the empty column header panel.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.GroupContinuedOnNextPage">
      <summary>
        <para>Gets or sets the text displayed within a group row when its child rows are displayed on another page(s).</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text dislayed within a group row when its child rows are displayed on another page(s).</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.GroupPanel">
      <summary>
        <para>Gets or sets the text displayed within the ASPxGridView’s <see href="https://docs.devexpress.com/AspNet/3682/components/grid-view/visual-elements/group-panel">Group Panel</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text displayed within the group panel.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.IncorrectSelectionError">
      <summary>
        <para>Specifies the Incorrect Selection error text.</para>
      </summary>
      <value>The error text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.PopupEditFormCaption">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/3816/components/grid-view/visual-elements/popup-edit-form">Popup Edit Form</see>‘s caption.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the popup edit form’s caption.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.PopupEditFormFooterText">
      <summary>
        <para>Gets or sets the text displayed within the ASPxGridView <see href="https://docs.devexpress.com/AspNet/3816/components/grid-view/visual-elements/popup-edit-form">popup edit form</see>‘s footer.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text displayed within the popup edit form’s footer.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.SelectAllCheckBoxInAllPagesMode">
      <summary>
        <para>Gets or sets the text of the Select All check box tooltip in the All Pages mode.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the tooltip text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.SelectAllCheckBoxInPageMode">
      <summary>
        <para>Gets or sets the text of the unselected Select All check box tooltip in the Page mode.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the tooltip text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ToolbarBatchEditHidePreview">
      <summary>
        <para>Gets or sets the text displayed within the Hide Preview <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>The toolbar item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ToolbarBatchEditPreviewChanges">
      <summary>
        <para>Gets or sets the text displayed within the Preview Changes <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>The toolbar item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ToolbarClearGrouping">
      <summary>
        <para>Gets or sets the text displayed within the Clear Grouping <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ToolbarCollapseDetailRow">
      <summary>
        <para>Gets or sets the text displayed within the Collapse Detail <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ToolbarCollapseRow">
      <summary>
        <para>Gets or sets the text displayed within the Collapse <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ToolbarExpandDetailRow">
      <summary>
        <para>Gets or sets the text displayed within the Expand Detail <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ToolbarExpandRow">
      <summary>
        <para>Gets or sets the text displayed within the Expand <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ToolbarFullCollapse">
      <summary>
        <para>Gets or sets the text displayed within the Collapse All <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ToolbarFullExpand">
      <summary>
        <para>Gets or sets the text displayed within the Expand All <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ToolbarShowCustomizationDialog">
      <summary>
        <para>Gets or sets the text displayed within the Show Customization Dialog <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ToolbarShowCustomizationWindow">
      <summary>
        <para>Gets or sets the text displayed within the Column Chooser <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ToolbarShowFilterRow">
      <summary>
        <para>Gets or sets the text displayed within the Filter Row <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ToolbarShowFilterRowMenu">
      <summary>
        <para>Gets or sets the text displayed within the Filter Row Menu <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ToolbarShowFooter">
      <summary>
        <para>Gets or sets the text displayed within the Footer <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGridViewTextSettings.ToolbarShowGroupPanel">
      <summary>
        <para>Gets or sets the text displayed within the Group Panel <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGroupSummarySortInfo">
      <summary>
        <para>Contains methods and properties to sort group rows by summary values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGroupSummarySortInfo.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGroupSummarySortInfo"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGroupSummarySortInfo.#ctor(System.String,DevExpress.Web.ASPxSummaryItem,DevExpress.Data.ColumnSortOrder)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGroupSummarySortInfo"/> class with the specified settings.</para>
      </summary>
      <param name="groupColumn">A string value that identifies the grouped column by its field name. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGroupSummarySortInfo.GroupColumn">ASPxGroupSummarySortInfo.GroupColumn</see> property.</param>
      <param name="groupSummary">An <see cref="T:DevExpress.Web.ASPxSummaryItem"/> object that represents the summary item used to calculate summary values for groups of rows. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGroupSummarySortInfo.SummaryItem">ASPxGroupSummarySortInfo.SummaryItem</see> property.</param>
      <param name="sortOrder">A <see cref="T:DevExpress.Data.ColumnSortOrder"/> enumeration value that specifies the sort order. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGroupSummarySortInfo.SortOrder">ASPxGroupSummarySortInfo.SortOrder</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGroupSummarySortInfo.#ctor(System.String,DevExpress.Web.ASPxSummaryItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxGroupSummarySortInfo"/> class with the specified grouped column and summary item.</para>
      </summary>
      <param name="groupColumn">A string value that identifies the grouped column by its field name. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGroupSummarySortInfo.GroupColumn">ASPxGroupSummarySortInfo.GroupColumn</see> property.</param>
      <param name="groupSummary">An <see cref="T:DevExpress.Web.ASPxSummaryItem"/> object that represents the summary item used to calculate summary values for groups of rows. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGroupSummarySortInfo.SummaryItem">ASPxGroupSummarySortInfo.SummaryItem</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGroupSummarySortInfo.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Assigns the public settings of the specified object to the current one.</para>
      </summary>
      <param name="source">The source object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxGroupSummarySortInfo.GroupColumn">
      <summary>
        <para>Specifies the column that is grouped and sorted by summary values.</para>
      </summary>
      <value>The field name of the grouped column.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxGroupSummarySortInfo.Remove">
      <summary>
        <para>Removes the current <see cref="T:DevExpress.Web.ASPxGroupSummarySortInfo"/> object from the <see cref="P:DevExpress.Web.ASPxGridView.GroupSummarySortInfo"/> collection.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxGroupSummarySortInfo.SortOrder">
      <summary>
        <para>Specifies the sort order of group rows.</para>
      </summary>
      <value>The sort order.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxGroupSummarySortInfo.SummaryItem">
      <summary>
        <para>Specifies the summary item that the control uses to calculate summary values for group rows.</para>
      </summary>
      <value>The summary item.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxGroupSummarySortInfoCollection">
      <summary>
        <para>A collection of <see cref="T:DevExpress.Web.ASPxGroupSummarySortInfo"/> objects that allow you to sort group rows by summary values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGroupSummarySortInfoCollection.AddRange(DevExpress.Web.ASPxGroupSummarySortInfo[])">
      <summary>
        <para>Adds an array of <see cref="T:DevExpress.Web.ASPxGroupSummarySortInfo"/> objects to the current collection.</para>
      </summary>
      <param name="sortInfos">An array of <see cref="T:DevExpress.Web.ASPxGroupSummarySortInfo"/> objects.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGroupSummarySortInfoCollection.Assign(DevExpress.Utils.IAssignableCollection)">
      <summary>
        <para>Copies the items from the specified IAssignableCollection-supported object to the current object.</para>
      </summary>
      <param name="source">An IAssignableCollection-supported object whose items are assigned to the current object.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGroupSummarySortInfoCollection.ClearAndAddRange(DevExpress.Web.ASPxGroupSummarySortInfo[])">
      <summary>
        <para>Clears the current collection and adds the specified <see cref="T:DevExpress.Web.ASPxGroupSummarySortInfo"/> objects.</para>
      </summary>
      <param name="sortInfos">An array of <see cref="T:DevExpress.Web.ASPxGroupSummarySortInfo"/> objects.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxGroupSummarySortInfoCollection.Remove(DevExpress.Web.ASPxSummaryItem)">
      <summary>
        <para>Removes all <see cref="T:DevExpress.Web.ASPxGroupSummarySortInfo"/> objects associated with the specified summary item from the collection.</para>
      </summary>
      <param name="summary">An <see cref="T:DevExpress.Web.ASPxSummaryItem"/> object.</param>
    </member>
    <member name="E:DevExpress.Web.ASPxGroupSummarySortInfoCollection.SummaryChanged">
      <summary>
        <para>Fires when the collection is changed.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxGroupSummarySortInfoCollection.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>The <see cref="F:System.String.Empty"/> value.</returns>
    </member>
    <member name="T:DevExpress.Web.ASPxHeadline">
      <summary>
        <para>Represents an ASPxHeadline control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxHeadline.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHeadline"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxHeadline.ContentStyle">
      <summary>
        <para>Gets the style settings used to paint the headline’s contents.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HeadlineContentStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHeadline.ContentText">
      <summary>
        <para>Gets or sets the headline’s contents.</para>
      </summary>
      <value>A string value that specifies the headline’s content.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHeadline.Date">
      <summary>
        <para>Gets or sets the headline’s date.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> value that specifies the headline’s date.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHeadline.DateFormatString">
      <summary>
        <para>Gets or sets the pattern used to format the headline’s <see href="https://docs.devexpress.com/AspNet/3636/components/data-and-image-navigation/headline/visual-elements#date">date</see>.</para>
      </summary>
      <value>A string value that represents the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHeadline.DateHorizontalPosition">
      <summary>
        <para>Gets or sets the date’s horizontal position within the headline.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DateHorizontalPosition"/> enumeration value that specifies the date’s horizontal position within the headline.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHeadline.DateStyle">
      <summary>
        <para>Gets the style settings used to paint the headline’s date area.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HeadlineDateStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHeadline.DateVerticalPosition">
      <summary>
        <para>Gets or sets the date’s vertical position within the headline.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DateVerticalPosition"/> enumeration value that specifies the date’s vertical position within the headline.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHeadline.HeaderStyle">
      <summary>
        <para>Gets the style settings used to paint the headline’s header.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HeadlineStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHeadline.HeaderText">
      <summary>
        <para>Gets or sets the text displayed within the headline’s header.</para>
      </summary>
      <value>A string value that specifies the text displayed within the headline’s header.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHeadline.HorizontalAlign">
      <summary>
        <para>Gets or sets the horizontal alignment of a headline’s text and date.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.HorizontalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHeadline.Image">
      <summary>
        <para>Gets the settings of an image displayed within the headline.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHeadline.ImagePosition">
      <summary>
        <para>Gets or sets the image position within the headline.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.HeadlineImagePosition"/> enumeration value which specifies the position of the image within the headline.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHeadline.LeftPanelStyle">
      <summary>
        <para>Gets the style settings used to paint the headline’s left panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HeadlinePanelStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHeadline.MaxLength">
      <summary>
        <para>Gets or sets the maximum length of the headline’s text.</para>
      </summary>
      <value>An integer value that specifies the maximum number of characters within the headline’s text. 0 if there is no maximum length.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHeadline.NavigateUrl">
      <summary>
        <para>Gets or sets the headline’s URL.</para>
      </summary>
      <value>A string value that specifies the headline’s URL.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHeadline.RightPanelStyle">
      <summary>
        <para>Gets the style settings used to paint the headline’s right panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HeadlinePanelStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHeadline.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.ASPxHeadline.ShowContentAsLink">
      <summary>
        <para>Gets or sets whether the headline’s text is displayed as a hyper link.</para>
      </summary>
      <value>true to display the headline’s text as a hyper link; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHeadline.ShowContentInToolTip">
      <summary>
        <para>Gets or sets whether the headline’s tooltip displays the full content, if it’s clipped within the headline.</para>
      </summary>
      <value>true to display the full headline’s content within a tooltip; false, if the tooltip’s text is specified by the <see cref="P:DevExpress.Web.ASPxHeadline.ToolTip">ASPxHeadline.ToolTip</see> property.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHeadline.ShowHeaderAsLink">
      <summary>
        <para>Gets or sets whether the header’s text is displayed as a hyper link.</para>
      </summary>
      <value>true to display the header’s text as a hyper link; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHeadline.ShowImageAsLink">
      <summary>
        <para>Gets or sets whether the headline’s image is displayed as a hyper link.</para>
      </summary>
      <value>true to display the headline’s image as a hyper link; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHeadline.SpriteCssFilePath">
      <summary>
        <para>Gets or sets the path to a CSS file that defines the control’s <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> settings.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the required CSS file.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHeadline.SpriteImageUrl">
      <summary>
        <para>Gets or sets the path to a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the sprite image.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHeadline.TailImage">
      <summary>
        <para>Gets the tail image settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HeadlineTailImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHeadline.TailImagePosition">
      <summary>
        <para>Gets or sets the position of the tail image.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TailImagePosition"/> enumeration value that specifies the location of the tail image referenced to the tail text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHeadline.TailPosition">
      <summary>
        <para>Gets or sets the position of the tail text within the headline.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TailPosition"/> enumeration value that specifies the position of the tail text within the headline.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHeadline.TailStyle">
      <summary>
        <para>Gets the style settings used to paint the tail of the headline’s contents.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HeadlineTailStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHeadline.TailText">
      <summary>
        <para>Gets or sets the tail text.</para>
      </summary>
      <value>A string value that specifies the tail text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHeadline.Target">
      <summary>
        <para>Gets or sets the window or frame at which to target the contents of the URL associated with the headline.</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.ASPxHeadline.ToolTip">
      <summary>
        <para>Gets or sets the headline’s tooltip text.</para>
      </summary>
      <value>A string value that specifies the text displayed within the headline’s tooltip.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxHiddenField">
      <summary>
        <para>Represents a non visual component to store a set of values and synchronize them between the server and client sides across round trips.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxHiddenField.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHiddenField"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxHiddenField.Add(System.String,System.Object)">
      <summary>
        <para>Adds a new value to the control’s collection of property name/value pairs.</para>
      </summary>
      <param name="propertyName">A string value that specifies the property name. It can contain letters, digits, underline characters, and dollar signs. It cannot begin with a digit character.</param>
      <param name="propertyValue">An object that represents the value of the specified property.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxHiddenField.Clear">
      <summary>
        <para>Clears the ASPxHiddenField‘s value collection.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxHiddenField.ClientInstanceName">
      <summary>
        <para>Gets or sets the <see cref="T:DevExpress.Web.ASPxHiddenField"/>‘s client programmatic identifier.</para>
      </summary>
      <value>A string value that specifies the <see cref="T:DevExpress.Web.ASPxHiddenField"/>‘s client identifier.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHiddenField.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxHiddenField"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HiddenFieldClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxHiddenField"/>.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxHiddenField.Contains(System.String)">
      <summary>
        <para>Returns a value indicating whether the value with the specified property name is contained within the ASPxHiddenField control’s value collection.</para>
      </summary>
      <param name="propertyName">A string value that specifies the property name.</param>
      <returns>true if this value is contained within the collection; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxHiddenField.Count">
      <summary>
        <para>Gets the number of values contained within the ASPxHiddenField‘s value collection.</para>
      </summary>
      <value>An integer value representing the number of values contained within the collection.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxHiddenField.CustomCallback">
      <summary>
        <para>Fires when a round trip to the server has been initiated by a call to the client <b>ASPxClientHiddenField.PerformCallback</b> method.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxHiddenField.Get(System.String)">
      <summary>
        <para>Returns the value with the specified property name.</para>
      </summary>
      <param name="propertyName">A string value that specifies the property name.</param>
      <returns>An object that represents the value of the specified property.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxHiddenField.Item(System.String)">
      <summary>
        <para>Gets or sets the value associated with the specified property name.</para>
      </summary>
      <param name="propertyName">A <see cref="T:System.String"/> value that specifies the name of the property whose value to get or set. The property name can contain letters, digits, underline characters, and dollar signs.</param>
      <value>The value associated with the specified property name. If the specified property name is not found within the control’s dictionary, an exception occurs.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxHiddenField.Remove(System.String)">
      <summary>
        <para>Removes the specified value from the ASPxHiddenField value collection.</para>
      </summary>
      <param name="propertyName">A string value representing the property name.</param>
      <returns>true if the specified value has been successfully removed from the control’s collection; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxHiddenField.Set(System.String,System.Object)">
      <summary>
        <para>Adds a new value to the control’s collection of property name/value pairs.</para>
      </summary>
      <param name="propertyName">A string value that specifies the property name. It can contain letters, digits, underline characters, and dollar signs. It cannot begin with a digit character.</param>
      <param name="propertyValue">An object that is the property value.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxHiddenField.SyncWithServer">
      <summary>
        <para>Gets or sets a value that specifies whether the changes made to the <see cref="T:DevExpress.Web.ASPxHiddenField"/>‘s property values on the client side can be automatically synchronized with the server.</para>
      </summary>
      <value>true if values modified on the client are automatically synchronized with the server; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxHiddenField.TryGet(System.String,System.Object@)">
      <summary>
        <para>Attempts to get the value from the ASPxHiddenField value collection.</para>
      </summary>
      <param name="propertyName">A string value that specifies the property name.</param>
      <param name="propertyValue">An object that represents the value of the specified property.</param>
      <returns>true is a value is obtained from the collection; otherwise, false.</returns>
    </member>
    <member name="T:DevExpress.Web.ASPxHierarchicalDataWebControl">
      <summary>
        <para>Serves as the base class that defines methods, properties and events common to all ASPx web controls that can be bound to hierarchical data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxHierarchicalDataWebControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHierarchicalDataWebControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxHierarchicalDataWebControl.DataSourceID">
      <summary>
        <para>Gets or sets the ID of the control from which the data-bound control retrieves its list of data items.</para>
      </summary>
      <value>The ID of a control that represents the data source from which the data-bound control retrieves its data.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxHint">
      <summary>
        <para>A hint control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxHint.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHint"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxHint.#ctor(DevExpress.Web.ASPxWebControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHint"/> class with specified settings.</para>
      </summary>
      <param name="ownerControl">An <see cref="T:DevExpress.Web.ASPxWebControl"/> object, specifying a control that will own the hint.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxHint.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.ASPxHint.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.ASPxHint.Animation">
      <summary>
        <para>Gets or sets whether a hint should use animation effects when it appears.</para>
      </summary>
      <value>true if animation is enabled; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHint.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.ASPxHint.ClientInstanceName">
      <summary>
        <para>Gets or sets the <see cref="T:DevExpress.Web.ASPxHint"/>‘s client programmatic identifier.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the <see cref="T:DevExpress.Web.ASPxHint"/>‘s client identifier.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHint.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxHint"/>.</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.ASPxHint"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHint.Content">
      <summary>
        <para>Gets or sets the hint’s content.</para>
      </summary>
      <value>A string value that is the hint’s content.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHint.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.ASPxHint.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.ASPxHint.Offset">
      <summary>
        <para>Gets the offset of a hint.</para>
      </summary>
      <value>An integer value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHint.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 a hint position.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHint.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.ASPxHint.SpriteCssFilePath">
      <summary>
        <para>Gets or sets the path to a CSS file that defines the control’s <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> settings.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the required CSS file.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHint.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.ASPxHint.Title">
      <summary>
        <para>Gets or sets the hint’s title.</para>
      </summary>
      <value>A string value that is the hint’s title.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHint.TitleAttribute">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/118552/components/docking-and-popups/hint-control/where-to-locate-a-hint">target element</see> attribute’s name from which a hint obtains its title text.</para>
      </summary>
      <value>A string value that is the element’s attribute name.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHint.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.ASPxHint.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.ASPxHint.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.ASPxHttpHandlerModule">
      <summary>
        <para>Represents a specific HTTP handler module, which allows correct server-side processing of a callback request to be performed, and a proper response to be generated.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxHttpHandlerModule.#ctor">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxHttpHandlerModule.Subscribe(DevExpress.Web.IHttpHandlerSubscriber)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxHttpHandlerModule.Subscribe(DevExpress.Web.IHttpModuleSubscriber,System.Boolean)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxHttpHandlerModule.Subscribe(DevExpress.Web.IHttpModuleSubscriber)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxHyperLink">
      <summary>
        <para>Represents a text editor with hyperlink functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxHyperLink.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxHyperLink"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxHyperLink.AllowEllipsisInText">
      <summary>
        <para>Specifies if <see cref="T:DevExpress.Web.ASPxHyperLink"/> can automatically truncate the text content if it don’t fit into the editor width.</para>
      </summary>
      <value>true, to automatically truncate text; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHyperLink.Controls">
      <summary>
        <para>Gets a collection that contains the editor’s child controls in the UI hierarchy.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.ControlCollection"/> object that represents the collection of the editor’s child controls.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHyperLink.EncodeHtml">
      <summary>
        <para>Gets or sets a value that specifies whether the editor’s value is rendered as pure HTML, or HTML markers are stripped out.</para>
      </summary>
      <value>true if the HTML code contained within the editor’s value is not executed and is converted into the corresponding text for display purposes, false if the editor’s value can contain pure HTML code.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHyperLink.ImageHeight">
      <summary>
        <para>Gets or sets the height of the image displayed within the hyperlink editor control.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the image’s height.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHyperLink.ImageUrl">
      <summary>
        <para>Gets or sets the path to the image displayed within the editor.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value which specifies the URL that represents the path to the image displayed within the editor.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHyperLink.ImageWidth">
      <summary>
        <para>Gets or sets the width of the image displayed within the hyperlink editor control.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the image’s width.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHyperLink.NavigateUrl">
      <summary>
        <para>Gets or sets an URL which defines the navigation location for the editor’s hyperlink.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value which represents an URL to where the client web browser will navigate when a hyperlink in the editor is clicked.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHyperLink.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.ASPxHyperLink.Target">
      <summary>
        <para>Gets or sets the window or frame at which to target the contents of the URL associated with the editor.</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.ASPxHyperLink.Text">
      <summary>
        <para>Gets or sets the text caption displayed for the hyperlink in the hyperlink editor.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the text caption for the hyperlink in the editor.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxHyperLink.Wrap">
      <summary>
        <para>Gets or sets a value that specifies whether the editor’s text can be wrapped.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxImage">
      <summary>
        <para>Represents a control for displaying images.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxImage.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxImage"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxImage.AssignImageProperties(DevExpress.Web.ImageProperties)">
      <summary>
        <para>Copies public properties from the specified <see cref="T:DevExpress.Web.ImageProperties"/> object to the current one.</para>
      </summary>
      <param name="imageProperties">A <see cref="T:DevExpress.Web.ImageProperties"/> object whose properties are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxImage.ImageUrl">
      <summary>
        <para>Gets or sets the URL pointing to the image displayed within the <see cref="T:DevExpress.Web.ASPxImage"/>.</para>
      </summary>
      <value>A System.String value specifying the URL representing the path to the image displayed within the <see cref="T:DevExpress.Web.ASPxImage"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImage.SpriteCssClass">
      <summary>
        <para>Gets or sets the name of the cascading style sheet (CSS) class that specifies the sprite image.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the cascading style sheet class’s name.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImage.SpriteCssFilePath">
      <summary>
        <para>Gets or sets the path to a CSS file that defines the control’s <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> settings.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the required CSS file.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImage.SpriteImageUrl">
      <summary>
        <para>Gets or sets the path to a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the sprite image.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImage.SpriteLeft">
      <summary>
        <para>Gets or sets the image’s horizontal offset within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>, specified via the <see cref="P:DevExpress.Web.ASPxImage.SpriteImageUrl">ASPxImage.SpriteImageUrl</see> property.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the image’s horizontal offset.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImage.SpriteTop">
      <summary>
        <para>Gets or sets the image’s vertical offset within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>, specified via the <see cref="P:DevExpress.Web.ASPxImage.SpriteImageUrl">ASPxImage.SpriteImageUrl</see> property.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the image’s vertical offset.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxImageBase">
      <summary>
        <para>Represents the base class for editors capable of displaying images.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxImageBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxImageBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxImageBase.AlternateText">
      <summary>
        <para>Gets or sets the alternate text displayed instead of the image when the 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.ASPxImageBase.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxImageBase"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.StaticEditClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxImageBase"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageBase.DescriptionUrl">
      <summary>
        <para>Gets or sets the location of the image’s detailed description.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the URL for the file that contains a detailed description for the image.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageBase.EmptyImage">
      <summary>
        <para>Gets the settings of an image which is displayed by the editor if the editor’s value is null.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageBase.Height">
      <summary>
        <para>Gets or sets the height of the image displayed within the image control.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the image’s height.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageBase.ImageAlign">
      <summary>
        <para>Gets or sets the alignment of the image control in relation to the other items on the web page.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.ImageAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageBase.IsPng">
      <summary>
        <para>Gets or sets a value that specifies whether the image defined by the <see cref="T:DevExpress.Web.ASPxImageBase"/> class is of the PNG type.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxImageBase.LoadingImageUrl">
      <summary>
        <para>Specifies a custom loading image.</para>
      </summary>
      <value>A string value that is the URL to the loading image.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxImageBase.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxImageBase.ShowLoadingImage">
      <summary>
        <para>Specifies whether the loading image is displayed while the main image is being loaded.</para>
      </summary>
      <value>true, to display loading image, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageBase.ToolTip">
      <summary>
        <para>Gets or sets the text displayed when the mouse pointer hovers over the image.</para>
      </summary>
      <value>A string which specifies the tooltip’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageBase.Width">
      <summary>
        <para>Gets or sets the width of the image displayed within the image control.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the image’s width.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxImageGallery">
      <summary>
        <para>An image gallery control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxImageGallery.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxImageGallery"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxImageGallery.AllowExpandText">
      <summary>
        <para>Gets or sets a value that specifies whether the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#thumbnail-text-area">text area</see> 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.ASPxImageGallery.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxImageGallery"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageGalleryClientSideEvents"/> object that allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxImageGallery"/>.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxImageGallery.CustomImageProcessing">
      <summary>
        <para>Enables you to custom process an image, e.g., add a watermark, when ASPxImageGallery is bound to a folder or to binary data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxImageGallery.DataBind">
      <summary>
        <para>Binds a data source to the <see cref="T:DevExpress.Web.ASPxImageGallery"/> control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxImageGallery.FullscreenViewerItemTextTemplate">
      <summary>
        <para>Specifies a common template to display the content of all items’ <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#fullscreen-viewer-text-area">fullscreen viewer text area</see>.</para>
      </summary>
      <value>The template to display all items’ fullscreen viewer text area.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageGallery.FullscreenViewerTextField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) which provides image gallery item texts that are displayed in a <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#fullscreen-viewer">fullscreen viewer</see>.</para>
      </summary>
      <value>A string value that specifies the name of the required data source field.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageGallery.FullscreenViewerTextTemplate">
      <summary>
        <para>Gets or sets a template used for displaying the content of <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#fullscreen-viewer-text-area">fullscreen viewer text area</see>.</para>
      </summary>
      <value>An object supporting the <see cref="T:System.Web.UI.ITemplate"/> interface, which contains the template.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageGallery.FullscreenViewerThumbnailUrlField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) which provides image gallery item <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#fullscreen-viewer">fullscreen viewer</see> 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.ASPxImageGallery.FullscreenViewerThumbnailUrlFormatString">
      <summary>
        <para>Gets or sets the pattern used to format the URL that points to the image displayed in the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#fullscreen-viewer">fullscreen viewer</see> within the image gallery.</para>
      </summary>
      <value>A string value that represents the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageGallery.ImageContentBytesField">
      <summary>
        <para>Specifies the data source field that contains item binary images.</para>
      </summary>
      <value>The name of the data source field.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageGallery.Images">
      <summary>
        <para>Provides access to the settings that define images displayed within the ASPxImageGallery’s <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements">elements</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageGalleryImages"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageGallery.ImagesFullscreenViewer">
      <summary>
        <para>Provides access to the settings that define images displayed within the Image Gallery’s <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#fullscreen-viewer">fullscreen viewer</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageGalleryFullscreenViewerImages"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageGallery.ImagesFullscreenViewerNavigationBar">
      <summary>
        <para>Provides access to the settings that define images displayed within the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#fullscreen-viewer">fullscreen viewer</see>‘s <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#navigation-bar">navigation bar</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageGalleryFullscreenViewerNavigationBarImages"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageGallery.ImageUrlField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’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.ASPxImageGallery.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="E:DevExpress.Web.ASPxImageGallery.ItemDataBound">
      <summary>
        <para>Occurs after an item has been bound to a data source.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxImageGallery.Items">
      <summary>
        <para>Gets the collection of items in the <see cref="T:DevExpress.Web.ASPxImageGallery"/>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageGalleryItemCollection"/> instance that is the collection of items.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageGallery.ItemTextTemplate">
      <summary>
        <para>Gets or sets a common template used for displaying the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#thumbnail-text-area">thumbnail text area</see> content of all item’s.</para>
      </summary>
      <value>An object supporting the <see cref="T:System.Web.UI.ITemplate"/> interface, which contains the template used for displaying the thumbnail text area of all items..</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageGallery.Layout">
      <summary>
        <para>Gets or sets the layout of the <see cref="T:DevExpress.Web.ASPxImageGallery"/>‘s contents.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Layout"/> values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageGallery.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.ASPxImageGallery.NavigateUrlField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’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.ASPxImageGallery.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.ASPxImageGallery.PagerAlign">
      <summary>
        <para>Gets or sets the pager’s alignment.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerAlign"/> enumeration value that specifies the pager’s alignment.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageGallery.PagerSettings">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#pager">pager</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageGalleryPagerSettings"/> object that contains pager settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageGallery.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.ASPxImageGallery.SettingsBreakpointsLayout">
      <summary>
        <para>Provides access to the Image Gallery’s Breakpoint layout mode settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageGalleryBreakpointsLayoutSettings"/> object containing the Image Gallery’s Breakpoint layout mode settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageGallery.SettingsFlowLayout">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.Web.ASPxImageGallery"/> 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.ASPxImageGallery.SettingsFolder">
      <summary>
        <para>Provides access to the image gallery folders’ settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageGalleryFolderSettings"/> object that contains the folders’ settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageGallery.SettingsFullscreenViewer">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#fullscreen-viewer">fullscreen viewer</see>‘s settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageGalleryFullscreenViewerSettings"/> object that contains the fullscreen viewer’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageGallery.SettingsTableLayout">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.Web.ASPxImageGallery"/> 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.ASPxImageGallery.Styles">
      <summary>
        <para>Provides access to the style settings that specify the appearance of the ASPxImageGallery <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements">elements</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageGalleryStyles"/> object that contains style properties.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageGallery.StylesFullscreenViewer">
      <summary>
        <para>Provides access to the style settings that define the appearance of the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#fullscreen-viewer">fullscreen viewer</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageGalleryFullscreenViewerStyles"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageGallery.StylesFullscreenViewerNavigationBar">
      <summary>
        <para>Provides access to the style settings that define the appearance of the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#navigation-bar">navigation bar</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageGalleryFullscreenViewerNavigationBarStyles"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageGallery.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.ASPxImageGallery.TextField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’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.ASPxImageGallery.TextVisibility">
      <summary>
        <para>Enables you to specify the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#thumbnail-text-area">thumbnail text area</see> visibility mode.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ElementVisibilityMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageGallery.ThumbnailHeight">
      <summary>
        <para>Gets or sets the height of the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#thumbnail">thumbnail</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the thumbnail’s height.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageGallery.ThumbnailImageSizeMode">
      <summary>
        <para>Gets or sets the value specifying how an image fits into the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#thumbnail">thumbnail</see> size.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ImageSizeMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageGallery.ThumbnailUrlField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’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.ASPxImageGallery.ThumbnailUrlFormatString">
      <summary>
        <para>Specifies the pattern that formats <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#thumbnail">thumbnails</see> URLs.</para>
      </summary>
      <value>The format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageGallery.ThumbnailWidth">
      <summary>
        <para>Gets or sets the width of the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#thumbnail">thumbnail</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the thumbnail’s width.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxImageGallery.UpdateImageCacheFolder">
      <summary>
        <para>Updates the content of the image cache folder.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxImageGallery.UseHash">
      <summary>
        <para>Gets or sets a value that specifies whether the image gallery 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.ASPxImageSlider">
      <summary>
        <para>An image slider control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxImageSlider.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxImageSlider"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxImageSlider.#ctor(DevExpress.Web.ASPxWebControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxImageSlider"/> class with the specified owner.</para>
      </summary>
      <param name="ownerControl">An <see cref="T:DevExpress.Web.ASPxWebControl"/> object instance that owns the created object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxImageSlider.AccessibilityCompliant">
      <summary>
        <para>Enables accessibility support.</para>
      </summary>
      <value>true, if accessibility support is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageSlider.BinaryImageCacheFolder">
      <summary>
        <para>Gets or sets the path to the folder that contains binary images displayed by the control.</para>
      </summary>
      <value>A string value specifying the path to the folder.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageSlider.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxImageSlider"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageSliderClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxImageSlider"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageSlider.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.ASPxImageSlider.Images">
      <summary>
        <para>Provides access to the settings that define images displayed within specific <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements">visual elements</see> of the <see cref="T:DevExpress.Web.ASPxImageSlider"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageSliderImages"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageSlider.ImageUrlField">
      <summary>
        <para>Gets or sets the data source field that provides image locations for the control’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.ASPxImageSlider.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="E:DevExpress.Web.ASPxImageSlider.ItemDataBound">
      <summary>
        <para>Occurs after an image slider item has been bound to a data source.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxImageSlider.Items">
      <summary>
        <para>Gets the collection of items in the <see cref="T:DevExpress.Web.ASPxImageSlider"/>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageSliderItemCollection"/> instance that is the collection of items.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageSlider.ItemTemplate">
      <summary>
        <para>Gets or sets a common template used for displaying the content of all items within the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see>.</para>
      </summary>
      <value>An object supporting the <see cref="T:System.Web.UI.ITemplate"/> interface, which contains the template used for displaying the content of all items.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageSlider.ItemTextTemplate">
      <summary>
        <para>Gets or sets a common template used for displaying the content of all item’s <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#item-text-area">text area</see>.</para>
      </summary>
      <value>An object supporting the <see cref="T:System.Web.UI.ITemplate"/> interface, which contains the template used for displaying all items’ text area.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageSlider.ItemThumbnailTemplate">
      <summary>
        <para>Gets or sets a common template used for displaying the content of all item <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#thumbnail">thumbnails</see>.</para>
      </summary>
      <value>An object supporting the <see cref="T:System.Web.UI.ITemplate"/> interface, which contains the template used for displaying all item thumbnails.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageSlider.KeyboardSupport">
      <summary>
        <para>Gets or sets a value that specifies whether keyboard navigation is available within the <see cref="T:DevExpress.Web.ASPxImageSlider"/> control.</para>
      </summary>
      <value>true, if keyboard navigation is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageSlider.NameField">
      <summary>
        <para>Gets or sets the data source field which provides unique item identifier names.</para>
      </summary>
      <value>A string value that specifies the name of the data source field which contains unique item identifier names.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageSlider.NavigateUrlField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) which provides 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.ASPxImageSlider.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.ASPxImageSlider.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.ASPxImageSlider.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="P:DevExpress.Web.ASPxImageSlider.SettingsAutoGeneratedImages">
      <summary>
        <para>Provides access to settings related to automatic image generation.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageSliderAutoGeneratedImagesSettings"/> object that contains the settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageSlider.SettingsBehavior">
      <summary>
        <para>Provides access to the control’s behavior settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageSliderBehaviorSettings"/> object that contains the control’s behavior settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageSlider.SettingsImageArea">
      <summary>
        <para>Provides access to the ASPxImageSlider’s <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see> 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.ASPxImageSlider.SettingsNavigationBar">
      <summary>
        <para>Provides access to the ASPxImageSlider’s <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see> 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.ASPxImageSlider.SettingsSlideShow">
      <summary>
        <para>Provides access to the slide show settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageSliderSlideShowSettings"/> object that contains the slide show settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageSlider.ShowImageArea">
      <summary>
        <para>Gets or sets a value that specifies whether the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see> is displayed within the <see cref="T:DevExpress.Web.ASPxImageSlider"/>.</para>
      </summary>
      <value>true, if the area is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageSlider.ShowNavigationBar">
      <summary>
        <para>Gets or sets a value that specifies whether the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see> is displayed within the <see cref="T:DevExpress.Web.ASPxImageSlider"/>.</para>
      </summary>
      <value>true, if the bar is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageSlider.Styles">
      <summary>
        <para>Provides access to the style settings that control the appearance of the <see cref="T:DevExpress.Web.ASPxImageSlider"/> 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.ASPxImageSlider.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.ASPxImageSlider.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.ASPxImageSlider.ThumbnailContentBytesField">
      <summary>
        <para>Gets or sets the data source field which provides item thumbnail 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.ASPxImageSlider.ThumbnailUrlField">
      <summary>
        <para>Gets or sets the data source field that provides thumbnail image locations for the control’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.ASPxImageSlider.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.ASPxImageSliderBase">
      <summary>
        <para>The base class for image navigation controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxImageSliderBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxImageSliderBase"/> class descendant with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxImageSliderBase.#ctor(DevExpress.Web.ASPxWebControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxImageSliderBase"/> class descendant with the specified owner.</para>
      </summary>
      <param name="ownerControl">An <see cref="T:DevExpress.Web.ASPxWebControl"/> object that is the owner of the created object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxImageSliderBase.ActiveItemIndex">
      <summary>
        <para>Gets or sets the index of the active item within the control.</para>
      </summary>
      <value>An integer value that is the active item’s index.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageSliderBase.ClientInstanceName">
      <summary>
        <para>Gets or sets the control’s client programmatic identifier.</para>
      </summary>
      <value>A string value that specifies the control’s client identifier.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxImageSliderBase.FindItemTemplateControl(System.Int32,System.String)">
      <summary>
        <para>Searches for the server control contained in the item template displayed in the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see>.</para>
      </summary>
      <param name="index">An integer value specifying the zero-based index of the item.</param>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control being sought.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that is the control contained in the template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxImageSliderBase.FindItemTextTemplateControl(System.Int32,System.String)">
      <summary>
        <para>Searches for the server control contained in the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#item-text-area">item text area</see> template.</para>
      </summary>
      <param name="index">An integer value specifying the zero-based index of the item.</param>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control being sought.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that is the control contained in the template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxImageSliderBase.FindItemThumbnailTemplateControl(System.Int32,System.String)">
      <summary>
        <para>Searches for the server control contained in the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#thumbnail">thumbnail</see> template.</para>
      </summary>
      <param name="index">An integer value specifying the zero-based index of the item.</param>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control being sought.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that is the control contained in the template.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxImageSliderBase.ImageSourceFolder">
      <summary>
        <para>Gets or sets the path to the folder that contains images displayed by the control.</para>
      </summary>
      <value>A string value specifying the path to the images.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxImageSliderBase.UpdateImageCacheFolder">
      <summary>
        <para>Updates the content of the image cache folder.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxImageZoom">
      <summary>
        <para>An image zoom control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxImageZoom.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxImageZoom"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxImageZoom.#ctor(DevExpress.Web.ASPxWebControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxImageZoom"/> class with the specified owner.</para>
      </summary>
      <param name="ownerControl">An <see cref="T:DevExpress.Web.ASPxWebControl"/> object instance that owns the created object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoom.AccessibilityCompliant">
      <summary>
        <para>Enables accessibility support.</para>
      </summary>
      <value>true, if accessibility support is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoom.AlternateText">
      <summary>
        <para>Gets or sets the alternate text displayed instead of the image when the 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.ASPxImageZoom.AssociatedImageZoomNavigatorID">
      <summary>
        <para>Gets or sets the ID of an <see cref="T:DevExpress.Web.ASPxImageZoomNavigator"/> with which the <see cref="T:DevExpress.Web.ASPxImageZoom"/> is associated.</para>
      </summary>
      <value>A string value that is the <see cref="T:DevExpress.Web.ASPxImageZoomNavigator"/> ID.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoom.BinaryImageUrl">
      <summary>
        <para>Gets the URL of the cached binary image.</para>
      </summary>
      <value>A string value that specifies the image URL.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoom.BinaryLargeImageUrl">
      <summary>
        <para>Gets the URL of the cached binary large image.</para>
      </summary>
      <value>A string value that specifies the image URL.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoom.ClientInstanceName">
      <summary>
        <para>Gets or sets the <see cref="T:DevExpress.Web.ASPxImageZoom"/>‘s client programmatic identifier.</para>
      </summary>
      <value>A string value that specifies the <see cref="T:DevExpress.Web.ASPxImageZoom"/>‘s client identifier.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoom.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxImageZoom"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxImageZoom"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoom.ClientVisible">
      <summary>
        <para>Gets or sets a value that specifies the initial visibility state of a web control on the client.</para>
      </summary>
      <value>true to make a web control initially displayed on the client; false to render the control into the web page, but make it initially hidden on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoom.EnableExpandMode">
      <summary>
        <para>Gets or sets whether the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#expand-window">expand window</see> is enabled.</para>
      </summary>
      <value>true, to enable the expand mode; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoom.EnableZoomMode">
      <summary>
        <para>Gets or sets whether the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#zoom-window">zoom window</see> is enabled.</para>
      </summary>
      <value>true, to enable the zoom mode; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoom.ExpandWindowText">
      <summary>
        <para>Gets or sets the text caption displayed within the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#expand-window">expand window</see> footer.</para>
      </summary>
      <value>A string value specifying the text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoom.HintText">
      <summary>
        <para>Gets or sets the text caption displayed within the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#hint">hint</see>.</para>
      </summary>
      <value>A string value specifying the hint text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoom.ImageContentBytes">
      <summary>
        <para>Gets or sets an array of bytes representing the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#preview-image">preview image</see>.</para>
      </summary>
      <value>A <see cref="T:System.Byte"/>[] array that contains the image’s contents.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoom.Images">
      <summary>
        <para>Provides access to the settings that define images for various <see cref="T:DevExpress.Web.ASPxImageZoom"/> elements.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageZoomImages"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoom.ImagesExpandWindow">
      <summary>
        <para>Provides access to the settings that define images displayed within the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#expand-window">expand window</see>.</para>
      </summary>
      <value>The object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoom.ImagesZoomWindow">
      <summary>
        <para>Provides access to the settings that define images displayed within the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#zoom-window">zoom window</see>.</para>
      </summary>
      <value>The object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoom.ImageUrl">
      <summary>
        <para>Gets or sets the URL pointing to the preview image displayed within the <see cref="T:DevExpress.Web.ASPxImageZoom"/> control.</para>
      </summary>
      <value>A System.String value specifying the URL representing the path to the preview image displayed within the <see cref="T:DevExpress.Web.ASPxImageZoom"/> control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoom.LargeImageContentBytes">
      <summary>
        <para>Gets or sets an array of bytes representing the large image displayed in the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#zoom-window">zoom window</see>.</para>
      </summary>
      <value>A <see cref="T:System.Byte"/> array that contains the image’s contents.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoom.LargeImageLoadMode">
      <summary>
        <para>Gets or sets a value specifying when a large image is loaded.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.LargeImageLoadMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoom.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.ASPxImageZoom.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.ASPxImageZoom.SettingsAutoGeneratedImages">
      <summary>
        <para>Gets settings that allow specifying the location and sizes of <see href="https://docs.devexpress.com/AspNet/17664/components/data-and-image-navigation/image-zoom/image-caching">automatically generated (cached) images</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageZoomAutoGeneratedImagesSettings"/> object that contains the settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoom.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.ASPxImageZoom.ShowHint">
      <summary>
        <para>Specifies whether a <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#hint">hint</see> is displayed.</para>
      </summary>
      <value>true, to display a hint; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoom.ShowHintText">
      <summary>
        <para>Gets or sets a value that specifies whether a <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#hint">hint</see> text is displayed.</para>
      </summary>
      <value>true, if a hint text is displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoom.Styles">
      <summary>
        <para>Provides access to the style settings that control the appearance of the <see cref="T:DevExpress.Web.ASPxImageZoom"/>‘s <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements">visual elements</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageZoomStyles"/> object that provides style settings for visual elements.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoom.StylesExpandWindow">
      <summary>
        <para>Provides access to the style settings that control the appearance of the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#expand-window">expand window</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageZoomExpandWindowStyles"/> object that provides style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoom.StylesZoomWindow">
      <summary>
        <para>Provides access to the style settings that control the appearance of the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#zoom-window">zoom window</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageZoomZoomWindowStyles"/> object that provides style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoom.ZoomWindowText">
      <summary>
        <para>Gets or sets the text caption displayed within the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#zoom-window">zoom window</see> footer.</para>
      </summary>
      <value>A string value specifying the text.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxImageZoomNavigator">
      <summary>
        <para>An image zoom navigator control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxImageZoomNavigator.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxImageZoomNavigator"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxImageZoomNavigator.#ctor(DevExpress.Web.ASPxWebControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxImageZoomNavigator"/> class with the specified owner.</para>
      </summary>
      <param name="ownerControl">An <see cref="T:DevExpress.Web.ASPxWebControl"/> object instance that owns the created object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoomNavigator.AccessibilityCompliant">
      <summary>
        <para>Enables accessibility support.</para>
      </summary>
      <value>true, if accessibility support is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoomNavigator.ActiveItemChangeAction">
      <summary>
        <para>Gets or sets a value that specifies which action required to make a particular item active within the associated <see cref="T:DevExpress.Web.ASPxImageZoom"/> control.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ActiveItemChangeAction"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoomNavigator.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxImageZoomNavigator"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageZoomNavigatorClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxImageZoomNavigator"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoomNavigator.ExpandWindowTextField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) which provides the items’ <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#expand-window">expand window</see> texts.</para>
      </summary>
      <value>A string value that specifies the name of the required data source field.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoomNavigator.ImageContentBytesField">
      <summary>
        <para>Gets or sets the data source field which provides items’ 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.ASPxImageZoomNavigator.Images">
      <summary>
        <para>Provides access to the settings that define images displayed within the <see cref="T:DevExpress.Web.ASPxImageZoomNavigator"/> control elements.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageZoomNavigatorImages"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoomNavigator.ImageUrlField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) which provides items’ image locations.</para>
      </summary>
      <value>A string value that specifies the name of the required data source field.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxImageZoomNavigator.ItemDataBound">
      <summary>
        <para>Occurs after an image zoom navigator item has been bound to a data source.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoomNavigator.Items">
      <summary>
        <para>Gets the collection of items in the <see cref="T:DevExpress.Web.ASPxImageZoomNavigator"/>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageZoomNavigatorItemCollection"/> instance that is the collection of items.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoomNavigator.ItemSpacing">
      <summary>
        <para>Specifies the spacing between <see cref="T:DevExpress.Web.ASPxImageZoomNavigator"/> items (<see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#thumbnail">thumbnails</see>).</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.ASPxImageZoomNavigator.LargeImageUrlField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) which provides items’ 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.ASPxImageZoomNavigator.NavigationButtonVisibility">
      <summary>
        <para>Specifies whether <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#navigation-buttons">navigation buttons</see> should always be visible or only visible when the width of all items exceeds the width of the <see cref="T:DevExpress.Web.ASPxImageZoomNavigator"/> control.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.NavigationButtonVisibilityMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoomNavigator.Orientation">
      <summary>
        <para>Gets or sets the direction in which to render the <see cref="T:DevExpress.Web.ASPxImageZoomNavigator"/> control.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.Orientation"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoomNavigator.PagingMode">
      <summary>
        <para>Gets or sets a value that specifies how items are scrolled in the <see cref="T:DevExpress.Web.ASPxImageZoomNavigator"/> control.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.NavigationBarPagingMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoomNavigator.SettingsAutoGeneratedImages">
      <summary>
        <para>Gets settings that allow specifying the location and sizes of <see href="https://docs.devexpress.com/AspNet/17664/components/data-and-image-navigation/image-zoom/image-caching">automatically generated (cached) images</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageZoomNavigatorAutoGeneratedImagesSettings"/> object that contains the settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoomNavigator.SettingsBehavior">
      <summary>
        <para>Provides access to the control’s behavior settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageZoomNavigatorSettingsBehavior"/> object that contains the control’s behavior settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoomNavigator.Styles">
      <summary>
        <para>Provides access to style settings that allow the appearance of the control (and its <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements">visual elements</see>) to be defined.</para>
      </summary>
      <value>An object containing the control-related style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoomNavigator.ThumbnailUrlField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) which provides items’ <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#thumbnail">thumbnail</see> 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.ASPxImageZoomNavigator.VisibleItemCount">
      <summary>
        <para>Gets or sets the number of items displayed within the <see cref="T:DevExpress.Web.ASPxImageZoomNavigator"/>.</para>
      </summary>
      <value>An integer value that specifies the number of items.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxImageZoomNavigator.ZoomWindowTextField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) which provides items’ <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#zoom-window">zoom window</see> texts.</para>
      </summary>
      <value>A string value that specifies the name of the required data source field.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxLabel">
      <summary>
        <para>A label control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxLabel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxLabel"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxLabel.AllowEllipsisInText">
      <summary>
        <para>Specifies if <see cref="T:DevExpress.Web.ASPxLabel"/> can automatically truncate the text content if it don’t fit into the editor width.</para>
      </summary>
      <value>true, to automatically truncate text; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxLabel.AssociatedControlID">
      <summary>
        <para>Gets or sets the identifier for a server control with which the <see cref="T:DevExpress.Web.ASPxLabel"/> control is associated.</para>
      </summary>
      <value>A string value corresponding to a server control’s <see cref="P:System.Web.UI.Control.ID"/> property.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxLabel.EncodeHtml">
      <summary>
        <para>Gets or sets a value that specifies whether the editor’s element content is rendered as pure HTML, or HTML markers are stripped out.</para>
      </summary>
      <value>true if the HTML code contained within the editor’s element content is not executed and is converted into the corresponding text for display purposes, false if the editor’s elements content can contain pure HTML code.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxLabel.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.ASPxLabel.Text">
      <summary>
        <para>Gets or sets the text caption displayed within the editor.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value representing the text within the editor.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxLabel.Wrap">
      <summary>
        <para>Gets or sets a value that specifies whether the editor’s text can be wrapped.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxListBox">
      <summary>
        <para>A list box control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxListBox.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxListBox"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.AccessibilityCompliant">
      <summary>
        <para>Enables accessibility support.</para>
      </summary>
      <value>true, if accessibility support is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.AllowEllipsisInText">
      <summary>
        <para>Specifies if the list box can automatically truncate the item’s text if it doesn’t fit into the item’s width.</para>
      </summary>
      <value>true, to automatically truncate text; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxListBox.Callback">
      <summary>
        <para>Fires when a round trip to the server has been initiated by a call to the client <b>ASPxClientListBox.PerformCallback</b> method.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.CallbackPageSize">
      <summary>
        <para>Gets or sets the number of items returned from the server on each callback request performed in response to a predefined client user action.</para>
      </summary>
      <value>An integer value that specifies the number of items to dynamically obtain from the server.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.CheckBoxCheckedImage">
      <summary>
        <para>Provides access to the settings that define the image of check boxes in the checked state within the <see cref="T:DevExpress.Web.ASPxListBox"/> control.</para>
      </summary>
      <value>An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.CheckBoxFocusedStyle">
      <summary>
        <para>Gets the style settings that define the check box appearance in the focused state within the <see cref="T:DevExpress.Web.ASPxListBox"/> control.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditorDecorationStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.CheckBoxGrayedImage">
      <summary>
        <para>Provides access to the settings that define the image of the “Select All” check box when one or more list box items are selected.</para>
      </summary>
      <value>An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.CheckBoxStyle">
      <summary>
        <para>Gets the style settings that define the check box appearance within the <see cref="T:DevExpress.Web.ASPxListBox"/> control.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditorDecorationStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.CheckBoxUncheckedImage">
      <summary>
        <para>Provides access to the settings that define the image of check boxes in the unchecked state within the <see cref="T:DevExpress.Web.ASPxListBox"/> control.</para>
      </summary>
      <value>An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.ClearFilterImage">
      <summary>
        <para>Gets the settings of an image displayed within the “Clear filter” button in the list box.</para>
      </summary>
      <value>Contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxListBox"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ListBoxClientSideEvents"/> object that enables assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxListBox"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.Columns">
      <summary>
        <para>Provides access to the editor’s column collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ListBoxColumnCollection"/> object which represents the collection columns within the editor.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxListBox.CustomFiltering">
      <summary>
        <para>Fires before the server-side filtering is executed.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxListBox.DataBindItems">
      <summary>
        <para>Binds edit items to the data source’s data, without resolving any data-binding expressions within the editor.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.DataSecurityMode">
      <summary>
        <para>Provides the capability to restrict setting the editor value on the client side to values listed in the server <see cref="P:DevExpress.Web.ASPxListEdit.Items">ASPxListEdit.Items</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.DataSecurityMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.EnableCallbackMode">
      <summary>
        <para>Gets or sets a value that specifies whether the editor’s list items can be loaded to the client side on demand via callbacks.</para>
      </summary>
      <value>true, if on demand item loading is available; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.EnableSelectAll">
      <summary>
        <para>Gets or sets whether selecting all items within a list box is available.</para>
      </summary>
      <value>true, to enable the “Select All” check box in the list box; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.EnableSynchronization">
      <summary>
        <para>Gets or sets a value that specifies whether client manipulations with the editor’s list items (adding, deleting) should be synchronized with the editor’s server Items collection.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.EncodeHtml">
      <summary>
        <para>Gets or sets a value that specifies whether the editor’s element content is rendered as a pure HTML, or HTML markers are stripped out.</para>
      </summary>
      <value>true if the HTML code contained within the editor’s element content is not executed and is converted into the corresponding text for display purposes, false if the editor’s element content can contain pure HTML code.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.FilterEditorStyle">
      <summary>
        <para>Gets the style settings which define a filter editor appearance in the list box.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.FilterImage">
      <summary>
        <para>Gets the settings of an image displayed within the filter button in the list box.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.FilteringSettings">
      <summary>
        <para>Gets the editor’s filtering settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ListBoxFilteringSettings"/> object that contains the editor’s filtering settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.FilterStyle">
      <summary>
        <para>Gets the style settings which define a filtering area appearance in the list box.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.HasSampleItem">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.HideFilterImage">
      <summary>
        <para>Gets the settings of an image displayed within the list box’s filter button that hides the filter.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.HideFilterRtlImage">
      <summary>
        <para>Gets the settings of an image displayed within the list box’s filter button that hides the filter when the list box is in RTL mode.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxListBox.IsClientSideAPIEnabled">
      <summary>
        <para>Returns a value that indicates whether a specific programmatic interface (in particular, specific objects and methods) are available to the editor on the client side.</para>
      </summary>
      <returns>true if the client-side API is available for the control; otherwise, false.</returns>
    </member>
    <member name="E:DevExpress.Web.ASPxListBox.ItemDeleted">
      <summary>
        <para>Occurs after a list item has been deleted.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxListBox.ItemDeleting">
      <summary>
        <para>Enables you to prevent a list item from being deleted.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.ItemImage">
      <summary>
        <para>Gets the settings of a common image which is displayed by all the items within the editor.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxListBox.ItemInserted">
      <summary>
        <para>Occurs after a new list item has been added to the editor’s item collection.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxListBox.ItemInserting">
      <summary>
        <para>Enables you to prevent a list item from being added to the editor’s item collection.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxListBox.ItemRowPrepared">
      <summary>
        <para>Enables the settings of individual rows to be changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.ItemStyle">
      <summary>
        <para>Gets the style settings for all items within the editor.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ListBoxItemStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.ItemTemplate">
      <summary>
        <para>Gets or sets a common template used for displaying the content of all items within the list box.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template used for displaying the content of all items within the list box.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxListBox.ItemTextCellPrepared">
      <summary>
        <para>Occurs on the server side before a text cell has been rendered.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.LoadingPanelDelay">
      <summary>
        <para>Gets or sets the delay before displaying the loading panel in the list box.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.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.ASPxListBox.LoadingPanelImagePosition">
      <summary>
        <para>Gets or sets the position of an image displayed within a loading panel.</para>
      </summary>
      <value>The image position.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.LoadingPanelStyle">
      <summary>
        <para>Gets the style settings used to paint the Loading Panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LoadingPanelStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.LoadingPanelText">
      <summary>
        <para>Gets or sets the text to be displayed within a loading panel while waiting for a callback response.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.Native">
      <summary>
        <para>Gets or sets a value specifying whether the <see cref="T:DevExpress.Web.ASPxListBox"/> control is rendered as a native HTML list box element.</para>
      </summary>
      <value>true if a list box control is rendered as a standard HTML list box; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.NativeCheckBoxes">
      <summary>
        <para>Gets or sets a value specifying whether check boxes are rendered as native HTML check box elements within the <see cref="T:DevExpress.Web.ASPxListBox"/> control.</para>
      </summary>
      <value>true if check boxes are rendered as standard HTML elements; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxListBox.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.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.ASPxListBox.Rows">
      <summary>
        <para>Gets or sets the number of rows displayed within the editor when it’s used in <see href="https://docs.devexpress.com/AspNet/11893/common-concepts/performance-optimization/native-mode">native mode</see>.</para>
      </summary>
      <value>An integer value that specifies the number of rows displayed in the editor.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxListBox.SelectAll">
      <summary>
        <para>Selects all list box items.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.SelectAllStyle">
      <summary>
        <para>Gets the style settings that define the appearance of the list box’s “Select All” element.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.SelectAllText">
      <summary>
        <para>Gets or sets the text (or tooltip) for the “Select All” check box in a list box.</para>
      </summary>
      <value>A string value specifying the “Select All” check box’s text (or tooltip).</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.SelectedIndices">
      <summary>
        <para>Gets the collection of the selected items’ indexes within the list box.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SelectedIndexCollection"/> object that contains the selected items.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.SelectedItems">
      <summary>
        <para>Gets the collection of selected items within the list box.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SelectedItemCollection"/> object that contains the selected items.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.SelectedValues">
      <summary>
        <para>Gets the collection of selected item values within the list box.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SelectedValueCollection"/> object that contains the selected item values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.SelectionMode">
      <summary>
        <para>Gets or sets a value that specifies item selection behavior.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ListEditSelectionMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.SettingsLoadingPanel">
      <summary>
        <para>Provides access to the loading panel settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SettingsLoadingPanel"/> object that contains the loading panel settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.ShowLoadingPanel">
      <summary>
        <para>Gets or sets whether the loading panel can be displayed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.ShowLoadingPanelImage">
      <summary>
        <para>Specifies whether or not the image can be displayed within a loading panel while waiting for a callback response.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxListBox.UnselectAll">
      <summary>
        <para>Unselects all list box items.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxListBox.Value">
      <summary>
        <para>Gets or sets the editor’s value.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> value representing the editor’s value.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxListEdit">
      <summary>
        <para>Represents the base class for editors that display a list of items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxListEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxListEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxListEdit.DataSource">
      <summary>
        <para>Gets or sets the object from which a data-bound combo box editor retrieves its list of data items.</para>
      </summary>
      <value>An object that represents the editor’s data source.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListEdit.DataSourceID">
      <summary>
        <para>Specifies the ID of the data source control from which the editor gets data items.</para>
      </summary>
      <value>The ID of the data source control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListEdit.ForceDataBinding">
      <summary>
        <para>Gets or sets a value that specifies whether the editor should be rebound to a data source automatically.</para>
      </summary>
      <value>true, to enable the editor to be rebound automatically; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListEdit.ImageUrlField">
      <summary>
        <para>Gets or sets the data source field that provides image locations for the editor’s items.</para>
      </summary>
      <value>A string value that specifies the name of the data source field from which the editor obtains item image locations.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListEdit.Items">
      <summary>
        <para>Gets the collection of items in the list editor.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ListEditItemCollection"/> instance representing the collection of the editor’s items.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxListEdit.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxListEdit.SelectedIndex">
      <summary>
        <para>Gets or sets the selected list item’s index.</para>
      </summary>
      <value>An integer value, representing the zero-based index of the selected list item.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxListEdit.SelectedIndexChanged">
      <summary>
        <para>Occurs after a different item in the list has been selected (focus has been moved from one item to another).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxListEdit.SelectedItem">
      <summary>
        <para>Gets or sets the editor’s selected list item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ListEditItem"/> object representing the currently selected list item.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListEdit.TextField">
      <summary>
        <para>Gets or sets the data source field that provides display texts for the editor’s items.</para>
      </summary>
      <value>A string value that specifies the name of the data source field from which the editor obtains item texts.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListEdit.ValueField">
      <summary>
        <para>Gets or sets the data source field that provides values for the editor’s items.</para>
      </summary>
      <value>A string value that specifies the name of the data source field from which the editor obtains item values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxListEdit.ValueType">
      <summary>
        <para>Gets the data type of the editor’s values.</para>
      </summary>
      <value>A <see cref="T:System.Type"/> object that represents the type of values.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxLoadingPanel">
      <summary>
        <para>An ASPxLoadingPanel control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxLoadingPanel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxLoadingPanel"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxLoadingPanel.ClientInstanceName">
      <summary>
        <para>Gets or sets the <see cref="T:DevExpress.Web.ASPxLoadingPanel"/>‘s client programmatic identifier.</para>
      </summary>
      <value>A string value that specifies the <see cref="T:DevExpress.Web.ASPxLoadingPanel"/>‘s client identifier.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxLoadingPanel.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxLoadingPanel"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxLoadingPanel"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxLoadingPanel.ContainerElementID">
      <summary>
        <para>Gets or sets the ID of a web control or HTML element with which the current ASPxLoadingPanel is associated.</para>
      </summary>
      <value>A string value specifying the ID of the web control or HTML element which the ASPxLoadingPanel is associated with.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxLoadingPanel.ContainerElementResolve">
      <summary>
        <para>Allows an object specified by the <see cref="P:DevExpress.Web.ASPxLoadingPanel.ContainerElementID">ASPxLoadingPanel.ContainerElementID</see> property to be found manually, if it can’t be found automatically (for instance, if it’s hidden within a naming container).</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxLoadingPanel.CustomJSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxLoadingPanel.EncodeHtml">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.ASPxLoadingPanel"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxLoadingPanel.FindControl(System.String)">
      <summary>
        <para>Searches the current naming container for a server control with the specified id parameter.</para>
      </summary>
      <param name="id">The identifier for the control to be found.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that represents the specified control. null (Nothing in Visual Basic) if the specified control does not exist.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxLoadingPanel.HorizontalAlign">
      <summary>
        <para>Gets or sets the horizontal alignment of the ASPxLoadingPanel‘s text.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.HorizontalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxLoadingPanel.HorizontalOffset">
      <summary>
        <para>Gets or sets a value that indicates the distance that the ASPxLoadingPanel is offset from its baseline in the horizontal direction. This is a dependency property.</para>
      </summary>
      <value>An integer value defining the control’s offset from its baseline in the horizontal direction.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxLoadingPanel.Image">
      <summary>
        <para>Gets the settings of an image displayed within the ASPxLoadingPanel.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxLoadingPanel.ImageFolder">
      <summary>
        <para>Gets or sets the path to the folder that contains images used by the control.</para>
      </summary>
      <value>A string value specifying the root path of all the images used by the control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxLoadingPanel.ImagePosition">
      <summary>
        <para>Gets or sets the image position within the ASPxLoadingPanel.</para>
      </summary>
      <value>The image position.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxLoadingPanel.ImageSpacing">
      <summary>
        <para>Gets or sets the amount of space between a display image and text within the control.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxLoadingPanel.JSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
      <value>The collection of property names and their values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxLoadingPanel.LoadingDivStyle">
      <summary>
        <para>Gets style settings that define the appearance of a specific Loading Div panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LoadingDivStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxLoadingPanel.Modal">
      <summary>
        <para>Gets or sets whether the ASPxLoadingPanel is displayed in modal mode.</para>
      </summary>
      <value>true if the ASPxLoadingPanel is displayed in modal mode; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxLoadingPanel.Paddings">
      <summary>
        <para>Gets the <see cref="T:DevExpress.Web.ASPxLoadingPanel"/>‘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.ASPxLoadingPanel.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.ASPxLoadingPanel.ShowImage">
      <summary>
        <para>Gets or sets a value that specifies whether an image defined via the <see cref="P:DevExpress.Web.ASPxLoadingPanel.Image">ASPxLoadingPanel.Image</see> property is displayed within the ASPxLoadingPanel.</para>
      </summary>
      <value>true if an image is displayed within a control; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxLoadingPanel.SpriteCssFilePath">
      <summary>
        <para>Gets or sets the path to a CSS file that defines the control’s <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> settings.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the required CSS file.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxLoadingPanel.SpriteImageUrl">
      <summary>
        <para>Gets or sets the path to a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the sprite image.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxLoadingPanel.Template">
      <summary>
        <para>Gets or sets a template used for displaying the content of the ASPxLoadingPanel.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template used for displaying the control’s content.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxLoadingPanel.Text">
      <summary>
        <para>Gets or sets the text displayed within the ASPxLoadingPanel.</para>
      </summary>
      <value>A string value that specifies the control’s content text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxLoadingPanel.VerticalAlign">
      <summary>
        <para>Gets or sets the vertical alignment of the ASPxLoadingPanel‘s text.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.VerticalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxLoadingPanel.VerticalOffset">
      <summary>
        <para>Gets or sets a value that indicates the distance that the ASPxLoadingPanel is offset from its baseline in the vertical direction. This is a dependency property.</para>
      </summary>
      <value>An integer value defining the control’s offset from its baseline in the vertical direction.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxMemo">
      <summary>
        <para>A multi-line text editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxMemo.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxMemo"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxMemo.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxMemo"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TextEditClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxMemo"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMemo.Columns">
      <summary>
        <para>Gets or sets the memo editor’s display width in characters.</para>
      </summary>
      <value>An integer value specifying the editor’s display width, in characters.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMemo.EncodeHtml">
      <summary>
        <para>Specifies whether to render the editor’s element content as pure HTML or to parse the content.</para>
      </summary>
      <value>true to convert the HTML code to specific symbols; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMemo.Height">
      <summary>
        <para>Gets or sets the memo editor’s height.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the editor’s height.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMemo.HorizontalAlign">
      <summary>
        <para>Gets or sets the horizontal alignment of the text contents in the editor.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.HorizontalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMemo.MaxLength">
      <summary>
        <para>Gets or sets the maximum number of characters an end user can enter into the editor.</para>
      </summary>
      <value>A positive integer specifying the maximum number of characters end users can enter. 0 to disable the length limit on the text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMemo.Native">
      <summary>
        <para>Gets or sets a value specifying whether or not the <see cref="T:DevExpress.Web.ASPxMemo"/> editor is rendered as a native HTML text area element.</para>
      </summary>
      <value>true if a memo control is rendered as a standard HTML text area; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMemo.NullText">
      <summary>
        <para>Gets or sets the prompt text displayed within the editor’s input box when the editor is not focused and its value is null.</para>
      </summary>
      <value>A string value that specifies the prompt text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMemo.Rows">
      <summary>
        <para>Gets or sets the number of text lines displayed by the memo editor.</para>
      </summary>
      <value>An integer value specifying the number of rows within the editor.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMemo.Text">
      <summary>
        <para>Gets or sets the editor’s text contents.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value representing the editor’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMemo.Width">
      <summary>
        <para>Gets or sets the memo editor’s width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the editor’s width.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxMenu">
      <summary>
        <para>A menu control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxMenu.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxMenu"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxMenu.AdaptiveMenuImage">
      <summary>
        <para>Gets the settings of an image displayed in an adaptive menu, when it contains hidden items.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ItemImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenu.ClientVisible">
      <summary>
        <para>Gets or sets a value that specifies the initial visibility state of a web control on the client.</para>
      </summary>
      <value>true to make a web control initially displayed on the client; false to render the control into the web page, but make it initially hidden on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenu.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.ASPxMenu.EnableSubMenuScrolling">
      <summary>
        <para>Gets or sets a value indicating 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.ASPxMenu.FirstSubMenuDirection">
      <summary>
        <para>Gets or sets the direction in which the first sub-menu appears.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.FirstSubMenuDirection"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenu.HamburgerButtonCssClass">
      <summary>
        <para>Gets or sets the name of the cascading style sheet (CSS) class that defines a hamburger button’s style settings.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the name of the cascading style sheet class.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenu.HorizontalAlign">
      <summary>
        <para>Gets or sets the horizontal alignment of menu items.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.HorizontalAlign"/> enumeration values.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxMenu.IsClientSideAPIEnabled">
      <summary>
        <para>Returns a value that indicates whether a specific programmatic interface (in particular, specific JavaScript objects and methods) are available to the control on the client side.</para>
      </summary>
      <returns>true, if the client-side API is available for the control; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxMenu.ItemAutoWidth">
      <summary>
        <para>Gets or sets a value that specifies whether root item widths are calculated automatically, so that root items are resized (stretched or shrinked) proportionally to the menu control’s width.</para>
      </summary>
      <value>true if item widths are calculated automatically; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenu.ItemImagePosition">
      <summary>
        <para>Gets or sets a value that specifies how <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements#item-image">item images</see> are positioned within the menu’s <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements#root-item">root items</see>.</para>
      </summary>
      <value>The image position.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenu.ItemWrap">
      <summary>
        <para>Gets or sets a value that specifies whether the menu items can be wrapped.</para>
      </summary>
      <value>true, to enable item wrapping; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenu.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.ASPxMenu.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.ASPxMenu.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="P:DevExpress.Web.ASPxMenu.VerticalAlign">
      <summary>
        <para>Gets or sets the vertical alignment of menu items.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.VerticalAlign"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxMenuBase">
      <summary>
        <para>Represents the base class for <see cref="T:DevExpress.Web.ASPxMenu"/> and <see cref="T:DevExpress.Web.ASPxPopupMenu"/> menu controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxMenuBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxMenuBase"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.AccessibilityCompliant">
      <summary>
        <para>Enables accessibility support.</para>
      </summary>
      <value>true, if accessibility support is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.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.ASPxMenuBase.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 get displayed within a menu control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.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.ASPxMenuBase.AutoPostBack">
      <summary>
        <para>Gets or sets a value that specifies whether server-side processing is required for specific predefined user actions.</para>
      </summary>
      <value>true, if server-side processing is required, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.AutoSeparators">
      <summary>
        <para>Gets or sets a value that specifies the manner in which a specific <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements#separator">separator</see> 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.ASPxMenuBase.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.ASPxMenuBase.ClientInstanceName">
      <summary>
        <para>Gets or sets the <see cref="T:DevExpress.Web.ASPxMenuBase"/>‘s client programmatic identifier.</para>
      </summary>
      <value>A string value that specifies the <see cref="T:DevExpress.Web.ASPxMenuBase"/>‘s client identifier.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.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 you to assign handlers to the client-side events available to the menu.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxMenuBase.CustomJSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.DisappearAfter">
      <summary>
        <para>Gets or sets the duration after which a dynamic menu (a menu item’s submenu or a popup menu) disappears when the mouse pointer is no longer positioned over the menu.</para>
      </summary>
      <value>The length of time (in milliseconds) a dynamic menu is displayed after the mouse pointer is no longer positioned over the menu.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.EnableAnimation">
      <summary>
        <para>Gets or sets a value that specifies whether a specific animation effect is used when invoking/hiding submenus.</para>
      </summary>
      <value>true if a specific animation effect is used; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.EnableCallbackCompression">
      <summary>
        <para>Gets or sets whether callback result compression is enabled.</para>
      </summary>
      <value>true to enable callback result compression; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.EnableCallBacks">
      <summary>
        <para>Gets or sets a value that specifies how and when the menu’s submenu items are loaded.</para>
      </summary>
      <value>true if submenu items are loaded dynamically via a callback request sent after the page is loaded into the browser; false if the submenu items are rendered into the page markup and loaded with the page.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.EnableClientSideAPI">
      <summary>
        <para>Gets or sets a value that specifies whether the menu can be manipulated on the client side via code.</para>
      </summary>
      <value>true if the menu’s client object model is fully available; false if no programmatic interface is available for the menu on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.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’s items can be hot-tracked; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.GutterBackgroundImage">
      <summary>
        <para>Gets a <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements#gutter">gutter</see>‘s background image.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BackgroundImage"/> object that represents a gutter’s background image.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.GutterColor">
      <summary>
        <para>Gets the menu gutter’s color.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.GutterCssClass">
      <summary>
        <para>Gets or sets the name of the cascading style sheet (CSS) class that defines a root menu <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements#gutter">gutter</see>‘s style settings.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the name of the cascading style sheet class.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.GutterImageSpacing">
      <summary>
        <para>Gets or sets the amount of space between the menu gutter’s image and the text contents within a menu item.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.GutterWidth">
      <summary>
        <para>Gets or sets a root menu <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements#gutter">gutter</see>‘s width.</para>
      </summary>
      <value>A System.Web.UI.WebControls.Unit value specifying the width of a gutter.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxMenuBase.HasVisibleItems">
      <summary>
        <para>Returns a value that indicates whtether a menu control has visible root items.</para>
      </summary>
      <returns>true if the menu contains any visible root item; false if there are no visible root items within the menu (or there are no items at all).</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.HorizontalPopOutImage">
      <summary>
        <para>Gets the settings of a <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements">pop-out image</see> displayed in a horizontally oriented menu.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ItemImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.ImageFolder">
      <summary>
        <para>Gets or sets the path to the folder that contains images used by the control.</para>
      </summary>
      <value>A string value specifying the root path of all the images used by the control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.ImageUrlField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) which provides URLs for <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements#item-image">images</see> displayed within menu items.</para>
      </summary>
      <value>A string value that specifies the name of the required data source field.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxMenuBase.IsChildSelected(DevExpress.Web.MenuItem)">
      <summary>
        <para>Specifies whether the specified menu item contains a selected item among all its children.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.MenuItem"/> object that specifies the required menu item.</param>
      <returns>true, if the specified menu item contains a selected menu item; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxMenuBase.IsClientSideAPIEnabled">
      <summary>
        <para>Returns a value that indicates whether a specific programmatic interface (in particular, specific JavaScript objects and methods) are available to the control on the client side.</para>
      </summary>
      <returns>true if the client-side API is available for the control; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.IsContentCallback">
      <summary>
        <para>Gets a value that specifies whether a callback was sent by a menu.</para>
      </summary>
      <value>true if a callback was sent by a menu; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxMenuBase.ItemClick">
      <summary>
        <para>Fires after a menu item has been clicked.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxMenuBase.ItemCommand">
      <summary>
        <para>Fires when a control contained within a templated menu item raises the Command event.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxMenuBase.ItemDataBound">
      <summary>
        <para>Occurs after a menu item has been bound to a data source.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.ItemImage">
      <summary>
        <para>Gets the settings of a common image displayed by all the root menu items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuItemImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.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.ASPxMenuBase.Items">
      <summary>
        <para>Gets a collection that contains menu items of the menu’s <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements#root-item">root</see> level.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuItemCollection"/> that contains the root level menu items of the current menu control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.ItemSpacing">
      <summary>
        <para>Gets or sets the amount of space between the menu <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements#root-item">items</see> of the root menu level.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.ItemStyle">
      <summary>
        <para>Gets the style settings for all menu items of the menu control’s root level.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuItemStyle"/> object that contains the style settings for the root menu items.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.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’ submenus.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.ItemTemplate">
      <summary>
        <para>Gets or sets a common template used for displaying the content of all menu items within a menu control.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template used for displaying the content of all menu items within a menu.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.ItemTextTemplate">
      <summary>
        <para>Gets or sets a common template used for displaying the text content of all menu items within a menu control.</para>
      </summary>
      <value>An object supporting the <see cref="T:System.Web.UI.ITemplate"/> interface which contains the template used for displaying the text content of all menu items within a menu.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.JSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
      <value>The collection of property names and their values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.LinkStyle">
      <summary>
        <para>Gets an object that contains style settings to be applied to links in a menu control.</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.ASPxMenuBase.LoadingPanelImage">
      <summary>
        <para>Gets the settings of an image to be displayed within a specific loading panel while waiting for a callback response.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains the image’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.LoadingPanelImagePosition">
      <summary>
        <para>Gets or sets the position of an image displayed within a loading panel.</para>
      </summary>
      <value>The image position.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.LoadingPanelStyle">
      <summary>
        <para>Gets the style settings of a specific loading panel displayed as a submenu’s content while waiting for a callback response.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LoadingPanelStyle"/> object that contains style settings for a loading panel.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.LoadingPanelText">
      <summary>
        <para>Gets or sets the text to be displayed within a loading panel while waiting for a callback response.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.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.ASPxMenuBase.NameField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) which provides menu item 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.ASPxMenuBase.NavigateUrlField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) which provides menu item navigation locations.</para>
      </summary>
      <value>A string value that specifies the name of the required data source field.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.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.ASPxMenuBase.Opacity">
      <summary>
        <para>Gets or sets the opacity level of popup menus within the control.</para>
      </summary>
      <value>An integer value that specifies the opacity level.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.Paddings">
      <summary>
        <para>Gets the padding settings of a menu control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.RenderIFrameForPopupElements">
      <summary>
        <para>Gets or sets a value that specifies whether submenu pop-ups  are displayed above Java applets that may be 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.ASPxMenuBase.RenderMode">
      <summary>
        <para>Gets or sets a value that specifies the render mode of the menu elements.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.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.ASPxMenuBase.RootItem">
      <summary>
        <para>Gets the root item of the menu.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuItem"/> object that is the root menu item.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.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’ submenus.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.RootItemTemplate">
      <summary>
        <para>Gets or sets a common template used for displaying the content of all root items within a menu control.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template used to display the content of all root items within a menu.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.RootItemTextTemplate">
      <summary>
        <para>Gets or sets a common template used for displaying the text content of all root menu items within a menu control.</para>
      </summary>
      <value>An object supporting the <see cref="T:System.Web.UI.ITemplate"/> interface which contains the template used for displaying the text content of all root menu items within a menu.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.ScrollButtonStyle">
      <summary>
        <para>Gets the style settings that define the appearance of <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements#scroll-button">scroll buttons</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuScrollButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.ScrollDownButtonImage">
      <summary>
        <para>Gets the settings which define an image, displayed within <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements#scroll-button">scroll down buttons </see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuScrollButtonImageProperties"/> object, which defines the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.ScrollUpButtonImage">
      <summary>
        <para>Gets the settings which define an image, displayed within <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements#scroll-button">scroll up buttons </see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuScrollButtonImageProperties"/> object, which defines the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.SelectedItem">
      <summary>
        <para>Gets or sets the selected menu item within a menu control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuItem"/> object representing the selected item.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.SelectParentItem">
      <summary>
        <para>Gets or sets whether a root menu item is displayed 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="P:DevExpress.Web.ASPxMenuBase.SeparatorBackgroundImage">
      <summary>
        <para>Gets a <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements">separator</see>‘s background image.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BackgroundImage"/> object that represents a separator’s background image.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.SeparatorColor">
      <summary>
        <para>Gets or sets a <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements">separator</see>‘s color.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> object that specifies a separator’s color.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.SeparatorCssClass">
      <summary>
        <para>Gets or sets the name of the cascading style sheet (CSS) class that defines a <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements#separator">separator</see> style settings.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the name of the cascading style sheet class.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.SeparatorHeight">
      <summary>
        <para>Gets or sets a <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements">separator</see>‘s height.</para>
      </summary>
      <value>A System.Web.UI.WebControls.Unit value specifying the height of a separator.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.SeparatorPaddings">
      <summary>
        <para>Gets the padding settings of <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements">separators</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.SeparatorWidth">
      <summary>
        <para>Gets or sets a <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements">separator</see>‘s width.</para>
      </summary>
      <value>A System.Web.UI.WebControls.Unit value specifying the width of a separator.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.SettingsLoadingPanel">
      <summary>
        <para>Provides access to the loading panel settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SettingsLoadingPanel"/> object that contains the loading panel settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.ShowLoadingPanel">
      <summary>
        <para>Gets or sets whether the loading panel can be displayed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.ShowLoadingPanelImage">
      <summary>
        <para>Specifies whether or not the image can be displayed within a loading panel while waiting for a callback response.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.ShowPopOutImages">
      <summary>
        <para>Gets or sets a value specifying whether <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements#pop-out-image">pop-out images</see> that indicate 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.ASPxMenuBase.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.ASPxMenuBase.SpriteCssFilePath">
      <summary>
        <para>Gets or sets the path to a CSS file that defines the control’s <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> settings.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the required CSS file.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.SpriteImageUrl">
      <summary>
        <para>Gets or sets the path to a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the sprite image.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.SubMenuItemImage">
      <summary>
        <para>Gets the settings of an image displayed by all submenu items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuItemImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.SubMenuItemStyle">
      <summary>
        <para>Gets the style settings for all submenu items within the current menu control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuItemStyle"/> object that contains the style settings for the menu’s submenu items.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.SubMenuStyle">
      <summary>
        <para>Gets the style settings for the client regions of all submenus within the current menu control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuStyle"/> object that contains the style settings for the client regions of the menu control’s submenus.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.SubMenuTemplate">
      <summary>
        <para>Gets or sets a common template used for displaying the client region’s content of all submenus within a menu control.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template used for displaying the client regions of all submenus within the menu.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.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>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.ASPxMenuBase.SyncSelectionWithCurrentPath">
      <summary>
        <para>Gets or sets whether the menu item, whose navigation location points to the currently browsed web page, is automatically selected.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.Target">
      <summary>
        <para>Gets or sets the window or frame at 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 at which to target the URL content.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.TextField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) which provides menu item texts.</para>
      </summary>
      <value>A string value that specifies the name of the required data source field.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.TextFormatString">
      <summary>
        <para>Gets or sets the pattern used to format menu item texts.</para>
      </summary>
      <value>A string value that represents the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.TextIndent">
      <summary>
        <para>Gets or sets the amount of space between an <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements#root-item">item</see>‘s  left border and text.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that is the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.ToolTipField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) which provides menu item tooltip texts.</para>
      </summary>
      <value>A string value that specifies the name of the required data source field.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.VerticalPopOutImage">
      <summary>
        <para>Gets the settings of a <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements">pop-out image</see> displayed in a vertically oriented menu.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ItemImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxMenuBase.VerticalPopOutRtlImage">
      <summary>
        <para>Gets the settings of a <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements">pop-out image</see> displayed in a vertically oriented menu, when the right-to-left layout is applied.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ItemImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxNavBar">
      <summary>
        <para>Represents the web navigation bar control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxNavBar.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxNavBar"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.AccessibilityCompliant">
      <summary>
        <para>Enables accessibility support.</para>
      </summary>
      <value>true, if accessibility support is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.ActiveGroup">
      <summary>
        <para>Gets or sets the active group within the navbar control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.NavBarGroup"/> object that represents the active group.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.AllowExpanding">
      <summary>
        <para>Specifies whether the expansion state of the navbar groups can be changed.</para>
      </summary>
      <value>true if the expansion state of groups can be changed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.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.ASPxNavBar.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 control; false if the navbar can have multiple groups expanded simultaneously.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.AutoPostBack">
      <summary>
        <para>Gets or sets a value that specifies whether server-side processing is required for specific predefined user actions.</para>
      </summary>
      <value>true, if server-side processing is required, otherwise, false.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxNavBar.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>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.ClientInstanceName">
      <summary>
        <para>Gets or sets the <see cref="T:DevExpress.Web.ASPxNavBar"/>‘s client programmatic identifier.</para>
      </summary>
      <value>A string value that specifies the <see cref="T:DevExpress.Web.ASPxNavBar"/>‘s client identifier.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxNavBar.ClientLayout">
      <summary>
        <para>Enables you to save and restore the previously saved layout of the NavBar.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.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 you to assign handlers to the client-side events available to the navbar.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.ClientVisible">
      <summary>
        <para>Gets or sets a value that specifies the initial visibility state of the NavBar on the client.</para>
      </summary>
      <value>true to make a web control initially displayed on the client; false to render the control into the web page, but make it initially hidden on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.CollapseImage">
      <summary>
        <para>Gets an image a click on which collapses a group within the navbar.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxNavBar.CustomJSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.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.ASPxNavBar.EnableCallbackAnimation">
      <summary>
        <para>Gets or sets a value that specifies whether a specific animation effect is used when a control’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.ASPxNavBar.EnableCallbackCompression">
      <summary>
        <para>Gets or sets whether callback result compression is enabled.</para>
      </summary>
      <value>true to enable callback result compression; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.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="P:DevExpress.Web.ASPxNavBar.EnableClientSideAPI">
      <summary>
        <para>Gets or sets a value that specifies whether the navbar control can be manipulated on the client side via code.</para>
      </summary>
      <value>true if the navbar’s client object model is fully available; false if no programmatic interface is available for the navbar on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.EnableHotTrack">
      <summary>
        <para>Gets or sets a value that specifies whether specific elements of NavBar (such as <see href="https://docs.devexpress.com/AspNet/5695/components/site-navigation-and-layout/navigation-bar/visual-elements/item">items</see> or <see href="https://docs.devexpress.com/AspNet/5691/components/site-navigation-and-layout/navigation-bar/visual-elements/group-header">headers</see>) can visually respond to mouse hovering.</para>
      </summary>
      <value>true if the navbar’s specific elements can be hot-tracked; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.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="E:DevExpress.Web.ASPxNavBar.ExpandedChanged">
      <summary>
        <para>Fires on the server side after a group’s expansion state has been changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxNavBar.ExpandedChanging">
      <summary>
        <para>Fires on the server side before the expansion state of a group is changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.ExpandGroupAction">
      <summary>
        <para>Gets or sets a value that specifies which action forces a <see href="https://docs.devexpress.com/AspNet/5690/components/site-navigation-and-layout/navigation-bar/visual-elements/group">group</see> to be expanded/collapsed within a nav bar control.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ExpandGroupAction"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.ExpandImage">
      <summary>
        <para>Gets an image a click on which expands a group within the navbar.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxNavBar.GroupCommand">
      <summary>
        <para>Fires when a control contained within a templated area of a group raises the Command event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.GroupContentStyle">
      <summary>
        <para>Gets the style settings for the client regions of all groups within the navbar control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.NavBarGroupContentStyle"/> object that contains the style settings for the group client regions.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.GroupContentTemplate">
      <summary>
        <para>Gets or sets a common template used for displaying the client region’s content of all groups within the navbar control.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template used for displaying the client regions of all groups within the navbar.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxNavBar.GroupDataBound">
      <summary>
        <para>Occurs after a group has been bound to a data source.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.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.ASPxNavBar.GroupHeaderImage">
      <summary>
        <para>Gets the settings of a common <see href="https://docs.devexpress.com/AspNet/5694/components/site-navigation-and-layout/navigation-bar/visual-elements/group-header-image">group header image</see> image which is displayed by all the group headers within the navbar control.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.GroupHeaderImageCollapsed">
      <summary>
        <para>Gets the settings of a common <see href="https://docs.devexpress.com/AspNet/5694/components/site-navigation-and-layout/navigation-bar/visual-elements/group-header-image">group header image</see> image which is displayed by the headers of all the collapsed groups within the navbar control.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.GroupHeaderStyle">
      <summary>
        <para>Gets the style settings for all group headers within the navbar control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.NavBarGroupHeaderStyle"/> object that contains the style settings for the group headers.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.GroupHeaderStyleCollapsed">
      <summary>
        <para>Gets the style settings for the headers of all collapsed groups within the navbar control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.NavBarGroupHeaderStyle"/> object that contains the style settings for the group headers.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.GroupHeaderTemplate">
      <summary>
        <para>Gets or sets a common template used for displaying the content of all group headers within the navbar control.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface, which contains the template used for displaying the content of all group headers within the navbar.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.GroupHeaderTemplateCollapsed">
      <summary>
        <para>Gets or sets a common template used for displaying the content of the headers of all collapsed groups within the navbar control.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template used for displaying the content of all collapsed group headers within the navbar.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.Groups">
      <summary>
        <para>Gets the collection of groups in NavBar.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.NavBarGroupCollection"/> object which represents the collection of groups within the navbar.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.GroupSpacing">
      <summary>
        <para>Gets or sets the vertical spacing between the <see href="https://docs.devexpress.com/AspNet/3624/components/site-navigation-and-layout/title-index/visual-elements/group">groups</see> in the navigation bar control.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxNavBar.HasVisibleGroups">
      <summary>
        <para>Returns a value that indicates whether the navbar has visible groups.</para>
      </summary>
      <returns>true if the navbar contains any visible group; false if no group is visible (or there is no group in the navbar at all).</returns>
    </member>
    <member name="E:DevExpress.Web.ASPxNavBar.HeaderClick">
      <summary>
        <para>Fires when a group header is clicked.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.ImageFolder">
      <summary>
        <para>Gets or sets the path to the folder that contains images used by the control.</para>
      </summary>
      <value>A string value specifying the root path of all the images used by the control.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxNavBar.IsClientSideAPIEnabled">
      <summary>
        <para>Returns a value that indicates whether a specific programmatic interface (in particular, specific JavaScript objects and methods) are available to the control on the client side.</para>
      </summary>
      <returns>true if the client-side API is available for the control; otherwise, false.</returns>
    </member>
    <member name="E:DevExpress.Web.ASPxNavBar.ItemClick">
      <summary>
        <para>Fires after an item has been clicked.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxNavBar.ItemCommand">
      <summary>
        <para>Fires when a control contained within a templated item raises the Command event.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxNavBar.ItemDataBound">
      <summary>
        <para>Occurs after an item has been bound to a data source.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.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.ASPxNavBar.ItemImage">
      <summary>
        <para>Gets the image settings, which is displayed by all the items within the ASPxNavBar control.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ItemImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.ItemLinkMode">
      <summary>
        <para>Gets or sets a value that specifies how items are represented as links within the navbar control.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ItemLinkMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.Items">
      <summary>
        <para>Gets the collection of items within the navbar control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.NavBarItems"/> object representing the collection of all the items within the navbar.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.ItemStyle">
      <summary>
        <para>Gets the style settings for all items within the navbar control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.NavBarItemStyle"/> object that contains the style settings for the navbar’s items.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.ItemTemplate">
      <summary>
        <para>Gets or sets a common template used for displaying the content of all items within the navbar control.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template used for displaying the content of all items within the navbar.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.ItemTextTemplate">
      <summary>
        <para>Gets or sets a common template used for displaying the text content of all items within the navbar control.</para>
      </summary>
      <value>An object supporting the <see cref="T:System.Web.UI.ITemplate"/> interface which contains the template used for displaying the text content of all items within the navbar.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.JSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
      <value>The collection of property names and their values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.LinkStyle">
      <summary>
        <para>Gets an object that contains style settings to be applied to links in the navbar control.</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.ASPxNavBar.LoadingPanelDelay">
      <summary>
        <para>Gets or sets the delay before displaying the loading panel in the navigation bar.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.LoadingPanelImage">
      <summary>
        <para>Gets the settings of an image to be displayed within a specific <see href="https://docs.devexpress.com/AspNet/3615/components/site-navigation-and-layout/navigation-bar/visual-elements/loading-panel">loading panel</see> while waiting for a callback response.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains the image’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.LoadingPanelImagePosition">
      <summary>
        <para>Gets or sets the position of an image displayed within a loading panel.</para>
      </summary>
      <value>The image position.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.LoadingPanelStyle">
      <summary>
        <para>Gets the style settings of a specific <see href="https://docs.devexpress.com/AspNet/3615/components/site-navigation-and-layout/navigation-bar/visual-elements/loading-panel">loading panel</see> displayed as a group’s content while waiting for a callback response.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LoadingPanelStyle"/> object that contains style settings for a loading panel.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.LoadingPanelText">
      <summary>
        <para>Gets or sets the text to be displayed within a loading panel while waiting for a callback response.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxNavBar.OnDataFieldChangedInternal">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.Paddings">
      <summary>
        <para>Gets the padding settings of the navbar control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.RenderMode">
      <summary>
        <para>Gets or sets a value that specifies the render mode of the navigation bar elements.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.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.ASPxNavBar.SaveStateToCookies">
      <summary>
        <para>Gets or sets a value that specifies whether cookies are used to persist the expansion state of the NavBar’s groups.</para>
      </summary>
      <value>true if the expansion state of groups is persisted in cookies; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.SaveStateToCookiesID">
      <summary>
        <para>Gets or sets the name (identifier) of the cookie in which the NavBar’s state is persisted.</para>
      </summary>
      <value>A string value specifying a cookie’s name.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.SelectedItem">
      <summary>
        <para>Gets or sets the selected item within the navbar control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.NavBarItem"/> object representing the selected item.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.SettingsLoadingPanel">
      <summary>
        <para>Provides access to the loading panel settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SettingsLoadingPanel"/> object that contains the loading panel settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.ShowExpandButtons">
      <summary>
        <para>Gets or sets a value that specifies whether <see href="https://docs.devexpress.com/AspNet/5693/components/site-navigation-and-layout/navigation-bar/visual-elements/group-expand-button">group expand buttons</see> are displayed within the NavBar’s group headers.</para>
      </summary>
      <value>true if <see href="https://docs.devexpress.com/AspNet/5693/components/site-navigation-and-layout/navigation-bar/visual-elements/group-expand-button">group expand buttons</see> are displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.ShowGroupHeaders">
      <summary>
        <para>Gets or sets a value that specifies whether <see href="https://docs.devexpress.com/AspNet/5691/components/site-navigation-and-layout/navigation-bar/visual-elements/group-header">group headers</see> are displayed within NavBar.</para>
      </summary>
      <value>true if group headers are displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.ShowLoadingPanel">
      <summary>
        <para>Gets or sets whether the loading panel can be displayed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.ShowLoadingPanelImage">
      <summary>
        <para>Specifies whether or not the image can be displayed within a loading panel while waiting for a callback response.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.SpriteCssFilePath">
      <summary>
        <para>Gets or sets the path to a CSS file that defines the control’s <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> settings.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the required CSS file.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.SpriteImageUrl">
      <summary>
        <para>Gets or sets the path to a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the sprite image.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.SyncSelectionMode">
      <summary>
        <para>Gets or sets whether the NavBar’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.ASPxNavBar.SyncSelectionWithCurrentPath">
      <summary>
        <para>Gets or sets whether the menu item, whose navigation location points to the currently browsed web page, is automatically selected.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxNavBar.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.ASPxNewsControl">
      <summary>
        <para>Represents an ASPxNewsControl.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxNewsControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxNewsControl"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxNewsControl.BackToTopImage">
      <summary>
        <para>Gets the settings of an image that when clicked, navigates an end-user to the top of the page.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNewsControl.BackToTopStyle">
      <summary>
        <para>Gets the style settings used to paint the links that when clicked, navigate an end-user to the top of the page.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BackToTopStyle"/> object that contains style settings used to paint the Back to top link.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNewsControl.BackToTopText">
      <summary>
        <para>Gets or sets the text of the link that when clicked, navigates an end-user to the top of the page.</para>
      </summary>
      <value>A string value that specifies the text of the link that when clicked, navigates an end-user to the top of the page.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNewsControl.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxNewsControl"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.NewsControlClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxNewsControl"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNewsControl.DateField">
      <summary>
        <para>Gets or sets the data source field which provides item dates.</para>
      </summary>
      <value>A string value that specifies the name of the data source field which contains item dates.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNewsControl.HeaderTextField">
      <summary>
        <para>Gets or sets the data source field which provides content to item headers.</para>
      </summary>
      <value>A string value that specifies the name of the data source field which contains header captions.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNewsControl.ImageUrlField">
      <summary>
        <para>Gets or sets the data source field which provides the URLs of item images.</para>
      </summary>
      <value>A string value that specifies the name of the data source field which contains URLs of item images.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNewsControl.ItemContentStyle">
      <summary>
        <para>Gets the style settings used to paint the content of items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HeadlineContentStyle"/> object that contains style settings.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxNewsControl.ItemDataBound">
      <summary>
        <para>Occurs after an item has been bound to a data source.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxNewsControl.ItemDateStyle">
      <summary>
        <para>Gets the style settings used to paint item dates.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HeadlineDateStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNewsControl.ItemHeaderStyle">
      <summary>
        <para>Gets the style settings used to paint item headers.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HeadlineStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNewsControl.ItemImage">
      <summary>
        <para>Gets the settings of a common image displayed by all the items in the <see cref="T:DevExpress.Web.ASPxNewsControl"/>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNewsControl.ItemLeftPanelStyle">
      <summary>
        <para>Gets the style settings used to paint the item’s left panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HeadlinePanelStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNewsControl.ItemRightPanelStyle">
      <summary>
        <para>Gets the style settings used to paint the item’s right panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HeadlinePanelStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNewsControl.Items">
      <summary>
        <para>Gets the collection of items in the <see cref="T:DevExpress.Web.ASPxNewsControl"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.NewsItemCollection"/> object that represents a collection of items in the <see cref="T:DevExpress.Web.ASPxNewsControl"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNewsControl.ItemSettings">
      <summary>
        <para>Gets item settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.NewsItemSettings"/> object that contains item settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNewsControl.ItemTailStyle">
      <summary>
        <para>Gets the style settings used to paint the tail of item descriptions.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HeadlineStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNewsControl.NameField">
      <summary>
        <para>Gets or sets the data source field which provides item unique identifier names.</para>
      </summary>
      <value>A string value that specifies the name of the data source field which contains item unique identifier names.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNewsControl.NavigateUrlField">
      <summary>
        <para>Gets or sets the data source field which provides item URLs.</para>
      </summary>
      <value>A string value that specifies the name of the data source field which contains item URLs.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNewsControl.NavigateUrlFormatString">
      <summary>
        <para>Gets or sets the pattern used to format URLs.</para>
      </summary>
      <value>A string value that represents the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNewsControl.PagerAlign">
      <summary>
        <para>Gets or sets the pager’s alignment.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerAlign"/> enumeration value that specifies the pager’s alignment.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNewsControl.PagerSettings">
      <summary>
        <para>Provides access to the pager’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.NewsControlPagerSettings"/> object that contains pager settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNewsControl.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.ASPxNewsControl.RowPerPage">
      <summary>
        <para>Gets or sets the maximum number of rows displayed on a page.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value that specifies the maximum number of rows on a page.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxNewsControl.ShowBackToTop">
      <summary>
        <para>Gets or sets whether to show a link, that when clicked navigates an end-user to the top of the page.</para>
      </summary>
      <value>true to show the Back to top link; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxNewsControl.TailClick">
      <summary>
        <para>Fires after a <see href="https://docs.devexpress.com/AspNet/3636/components/data-and-image-navigation/headline/visual-elements#tail">headline tail</see> has been clicked.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxNewsControl.TextField">
      <summary>
        <para>Gets or sets the data source field which provides content to the <see cref="T:DevExpress.Web.ASPxNewsControl"/>‘s items.</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.ASPxNewsControl.VisibleItems">
      <summary>
        <para>Returns a collection of items which are currently displayed by the <see cref="T:DevExpress.Web.ASPxNewsControl"/> on the screen.</para>
      </summary>
      <value>A System.Collections.ObjectModel.ReadOnlyCollection containing <see cref="T:DevExpress.Web.NewsItem"/> objects.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxObjectContainer">
      <summary>
        <para>An ASPxObjectContainer control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxObjectContainer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxObjectContainer"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxObjectContainer.AlternateText">
      <summary>
        <para>Gets or sets the alternate text displayed instead of the media object, when the object is unavailable.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the alternate text displayed instead of the media object.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxObjectContainer.ClientInstanceName">
      <summary>
        <para>Gets or sets the <see cref="T:DevExpress.Web.ASPxObjectContainer"/>‘s client programmatic identifier.</para>
      </summary>
      <value>A string value that specifies the <see cref="T:DevExpress.Web.ASPxObjectContainer"/>‘s client identifier.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxObjectContainer.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxObjectContainer"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ObjectContainerClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxObjectContainer"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxObjectContainer.ClientVisible">
      <summary>
        <para>Gets or sets a value that specifies the initial visibility state of a web control on the client.</para>
      </summary>
      <value>true to make a web control initially displayed on the client; false to render the control into the web page, but make it initially hidden on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxObjectContainer.EnableClientSideAPI">
      <summary>
        <para>Gets or sets whether the object container can be manipulated on the client side in code.</para>
      </summary>
      <value>true if the container’s client object model is fully available; false if no programmatic interface is available for the object container on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxObjectContainer.Height">
      <summary>
        <para>Gets or sets the object container’s height.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the object container’s height.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxObjectContainer.ObjectProperties">
      <summary>
        <para>Gets or sets the container object’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ObjectProperties"/> descendant that contains the container object’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxObjectContainer.ObjectUrl">
      <summary>
        <para>Gets or sets the location of the container object.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the container object’s location.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxObjectContainer.Width">
      <summary>
        <para>Gets or sets the object container’s width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the object container’s width.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxPageControl">
      <summary>
        <para>A navigation control made up of multiple tabbed pages.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxPageControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPageControl"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxPageControl.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.ASPxPageControl.ActiveTabPage">
      <summary>
        <para>Gets or sets an active tabbed page within the <see cref="T:DevExpress.Web.ASPxPageControl"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TabPage"/> object representing the selected tabbed page.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPageControl.ActiveTabTemplate">
      <summary>
        <para>Gets or sets a common template used for displaying the content of an active tab within the current page control.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPageControl.ActiveTabTextTemplate">
      <summary>
        <para>Gets or sets a common template used for displaying the text content of an active tab within the current page control.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxPageControl.Callback">
      <summary>
        <para>Fires when you call the <b>ASPxClientPageControl.PerformCallback(parameter)</b> method and initiate a round trip to the server.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxPageControl.ClientLayout">
      <summary>
        <para>Enables you to save and restore the previously saved layout of the ASPxPageControl.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxPageControl.EnableCallbackAnimation">
      <summary>
        <para>Gets or sets a value that specifies whether a specific animation effect is used when a control’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.ASPxPageControl.EnableCallbackCompression">
      <summary>
        <para>Gets or sets whether callback result compression is enabled.</para>
      </summary>
      <value>true to enable callback result compression; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPageControl.EnableCallBacks">
      <summary>
        <para>Gets or sets a value that specifies whether 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="P:DevExpress.Web.ASPxPageControl.EnableHierarchyRecreation">
      <summary>
        <para>Gets or sets a value that specifies whether the page control enables its control hierarchy to be forcibly recreated, to apply the settings defined at runtime to its child controls.</para>
      </summary>
      <value>true if the control’s hierarchy recreation is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPageControl.LoadingPanelDelay">
      <summary>
        <para>Gets or sets the delay before displaying the loading panel in the page control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxPageControl.LoadingPanelImage">
      <summary>
        <para>Gets the settings of an image to be displayed within a specific <see href="https://docs.devexpress.com/AspNet/3614/components/site-navigation-and-layout/page-control-and-tab-control/visual-elements/loading-panel">loading panel</see> while waiting for a callback response.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains the image’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPageControl.LoadingPanelImagePosition">
      <summary>
        <para>Gets or sets the position of an image displayed within a loading panel.</para>
      </summary>
      <value>The image position.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPageControl.LoadingPanelStyle">
      <summary>
        <para>Gets the style settings of a specific <see href="https://docs.devexpress.com/AspNet/3614/components/site-navigation-and-layout/page-control-and-tab-control/visual-elements/loading-panel">loading panel</see> displayed as a page’s content while waiting for a callback response.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LoadingPanelStyle"/> object that contains style settings for a loading panel.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPageControl.LoadingPanelText">
      <summary>
        <para>Gets or sets the text to be displayed within a loading panel while waiting for a callback response.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxPageControl.SaveStateToCookies">
      <summary>
        <para>Gets or sets a value that specifies whether cookies are used to persist information about the active tab.</para>
      </summary>
      <value>true if the active tab’s index is persisted in cookies; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPageControl.SaveStateToCookiesID">
      <summary>
        <para>Gets or sets the name (identifier) of the cookie in which the PageControl’s state is persisted.</para>
      </summary>
      <value>A string value specifying a cookie’s name.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPageControl.SettingsLoadingPanel">
      <summary>
        <para>Provides access to the loading panel settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SettingsLoadingPanel"/> object that contains the loading panel settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPageControl.ShowLoadingPanel">
      <summary>
        <para>Gets or sets whether the loading panel can be displayed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxPageControl.ShowLoadingPanelImage">
      <summary>
        <para>Specifies whether or not the image can be displayed within a loading panel while waiting for a callback response.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxPageControl.ShowTabs">
      <summary>
        <para>Gets or sets whether tab page headers are displayed within the PageControl.</para>
      </summary>
      <value>true if the control’s tab page headers should be displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPageControl.TabPages">
      <summary>
        <para>Gets the collection of tabbed pages within the current PageControl.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TabPageCollection"/> object representing the collection of tabbed pages.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPageControl.TabTemplate">
      <summary>
        <para>Gets or sets a common template used for displaying the content of all tabs within the current page control.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPageControl.TabTextTemplate">
      <summary>
        <para>Gets or sets a common template used for displaying the text content of all tabs within the current page control.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxPager">
      <summary>
        <para>Represents an ASPxPager control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxPager.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPager"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxPager.GetPaddings">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxPager.Paddings">
      <summary>
        <para>Gets the padding settings of the <see cref="T:DevExpress.Web.ASPxPager"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPager.RenderMode">
      <summary>
        <para>Gets or sets a value that specifies the render mode of the pager elements.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxPager.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.ASPxPager.SeoFriendly">
      <summary>
        <para>Gets or sets whether Search-Engine Optimization (SEO) mode is enabled.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SEOFriendlyMode"/> enumeration value that specifies whether SEO mode is enabled.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPager.SeoNavigateUrlFormatString">
      <summary>
        <para>Gets or sets the pattern used to format the pages’ navigation URLs in Search-Engine Optimization (SEO) mode.</para>
      </summary>
      <value>A string value that represents the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPager.Width">
      <summary>
        <para>Gets or sets the control’s width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that represents the control’s width.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxPagerBase">
      <summary>
        <para>Serves as a base for the <see cref="T:DevExpress.Web.ASPxPager"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxPagerBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPagerBase"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.AccessibilityCompliant">
      <summary>
        <para>Enables accessibility support.</para>
      </summary>
      <value>true, if accessibility support is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.AllButton">
      <summary>
        <para>Gets the All button’s settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AllButtonProperties"/> object that contains the All button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.ButtonStyle">
      <summary>
        <para>Gets the style settings used to paint the pager’s <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#navigation-buttons">navigation buttons</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.CurrentPageNumberFormat">
      <summary>
        <para>Gets or sets the pattern used to format the text of the <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-numbers">numeric button</see> that corresponds to the selected page.</para>
      </summary>
      <value>A string value that specifies the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.CurrentPageNumberStyle">
      <summary>
        <para>Gets the style settings used to paint the number of the current page.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerTextStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.DisabledButtonStyle">
      <summary>
        <para>Gets the style settings used to paint buttons when they are disabled.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.EllipsisMode">
      <summary>
        <para>Gets or sets how an Ellipsis symbol(s) is drawn to indicate page numbers that are omitted.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.PagerEllipsisMode"/> values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.EllipsisStyle">
      <summary>
        <para>Gets the style settings used to paint the ellipsis within the pager.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerTextStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.EnableAdaptivity">
      <summary>
        <para>Specifies whether an adaptive behavior is enabled for the pager.</para>
      </summary>
      <value>true, to enable the adaptive behavior; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.FirstPageButton">
      <summary>
        <para>Gets the First button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FirstButtonProperties"/> object that contains the First button’s settings.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxPagerBase.GetNewPageIndex(System.String,System.Int32,System.Int32)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxPagerBase.GetPaddings">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.ImageFolder">
      <summary>
        <para>Gets or sets the path to the folder that contains images used by the control.</para>
      </summary>
      <value>A string value specifying the root path of all the images used by the control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.ItemCount">
      <summary>
        <para>Gets or sets the total number of items.</para>
      </summary>
      <value>An integer value that specifies the total number of items.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.ItemSpacing">
      <summary>
        <para>Gets or sets the horizontal distance between the pager elements.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.ItemsPerPage">
      <summary>
        <para>Gets or sets the number of items that every page displays.</para>
      </summary>
      <value>An integer value that specifies the number of items that every page displays.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.LastPageButton">
      <summary>
        <para>Gets the Last button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LastButtonProperties"/> object that contains the Last button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.NextPageButton">
      <summary>
        <para>Gets the Next button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.NextButtonProperties"/> object that contains the Next button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.NumericButtonCount">
      <summary>
        <para>Gets or sets the maximum number of <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-numbers">numeric buttons</see> that can be displayed within a pager.</para>
      </summary>
      <value>An integer value that specifies the maximum number of numeric buttons.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.PageCount">
      <summary>
        <para>Gets the number of pages.</para>
      </summary>
      <value>An integer value that specifies the number of pages.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.PageIndex">
      <summary>
        <para>Gets or sets the index of the page currently being selected.</para>
      </summary>
      <value>An integer value that specifies the active page’s index.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxPagerBase.PageIndexChanged">
      <summary>
        <para>Fires after the selected page has been changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxPagerBase.PageIndexChanging">
      <summary>
        <para>Fires on the server side before the page index is changed and allows you to prevent a specific page from being selected.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.PageNumberFormat">
      <summary>
        <para>Gets or sets the pattern used to format the text of <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-numbers">numeric buttons</see>.</para>
      </summary>
      <value>A string value that specifies the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.PageNumberStyle">
      <summary>
        <para>Gets the style settings used to paint page numbers.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerTextStyle"/> object that contains style settings.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxPagerBase.PageSizeChanged">
      <summary>
        <para>Fires on the server side after the page size (number of items per page) is changed by end-user interactions.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxPagerBase.PageSizeChanging">
      <summary>
        <para>Fires on the server side before the page size (number of items per page) is changed and allows you to cancel the action.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.PageSizeItemSettings">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">Page Size Item</see> element’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PageSizeItemSettings"/> object that contains settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.PageSizeItemStyle">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">Page Size Item</see> element.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerPageSizeItemStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.PrevPageButton">
      <summary>
        <para>Gets the Previous button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PrevButtonProperties"/> object that contains the Previous button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.SeparatorBackgroundImage">
      <summary>
        <para>Gets a separator’s background image.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BackgroundImage"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.SeparatorColor">
      <summary>
        <para>Gets or sets the color of separators that separate page numbers.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> structure that specifies the color of separators.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.SeparatorHeight">
      <summary>
        <para>Gets or sets the height of separators that separate page numbers.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the separator’s height.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.SeparatorPaddings">
      <summary>
        <para>Gets the padding settings of separators.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.SeparatorWidth">
      <summary>
        <para>Gets or sets the width of separators that separate page numbers.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the separator’s width.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.ShowDefaultImages">
      <summary>
        <para>Gets or sets whether default button images are shown.</para>
      </summary>
      <value>true to show default button images; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.ShowDisabledButtons">
      <summary>
        <para>Gets or sets whether <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#navigation-buttons">navigation buttons</see> that are temporarily disabled are shown.</para>
      </summary>
      <value>true to show navigation buttons that are temporarily disabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.ShowNumericButtons">
      <summary>
        <para>Gets or sets whether <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-numbers">numeric buttons</see> are visible.</para>
      </summary>
      <value>true to show numeric buttons; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.ShowSeparators">
      <summary>
        <para>Gets or sets whether separators that separate page numbers are shown.</para>
      </summary>
      <value>true to show separators; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.SpriteCssFilePath">
      <summary>
        <para>Gets or sets the path to a CSS file that defines the control’s <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> settings.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the required CSS file.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.SpriteImageUrl">
      <summary>
        <para>Gets or sets the path to a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the sprite image.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.Summary">
      <summary>
        <para>Gets the control’s <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#summary">Summary</see> settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SummaryProperties"/> object that contains summary settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.SummaryStyle">
      <summary>
        <para>Gets the style settings used to paint the summary.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerTextStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPagerBase.Visible">
      <summary>
        <para>Gets or sets whether the pager is visible.</para>
      </summary>
      <value>true to show the pager; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxPanel">
      <summary>
        <para>Represents a panel control that acts as a container for other controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxPanel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPanel"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxPanel.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxPanel"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PanelClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxPanel"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPanel.Images">
      <summary>
        <para>Provides access to the settings that define images displayed within the <see cref="T:DevExpress.Web.ASPxPanel"/>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.PanelImages"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPanel.Styles">
      <summary>
        <para>Provides access to the style settings that control the appearance of the panel elements.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PanelStyles"/> object that provides style settings for visual elements.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxPanelBase">
      <summary>
        <para>Implements the base functionality of a panel control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxPanelBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPanelBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxPanelBase.ClientInstanceName">
      <summary>
        <para>Gets or sets a panel’s client programmatic identifier.</para>
      </summary>
      <value>A string value that specifies a panel’s client identifier.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPanelBase.ClientVisible">
      <summary>
        <para>Gets or sets a value that specifies the initial visibility state of a web control on the client.</para>
      </summary>
      <value>true to make a web control initially displayed on the client; false to render the control into the web page, but make it initially hidden on the client side.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxPanelBase.CustomJSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxPanelBase.DefaultButton">
      <summary>
        <para>Gets or sets the identifier for the default button that is contained in the panel control.</para>
      </summary>
      <value>A string value corresponding to the <see cref="P:System.Web.UI.Control.ID"/> for a button control contained in the panel.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxPanelBase.DefaultButtonResolve">
      <summary>
        <para>Allows an object specified by the <see cref="P:DevExpress.Web.ASPxPanelBase.DefaultButton">ASPxPanelBase.DefaultButton</see> property to be found manually, if it can’t be found automatically (for instance, if it’s hidden within a naming container).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxPanelBase.JSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
      <value>The collection of property names and their values.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxPanelContainerBase">
      <summary>
        <para>Implements the base functionality of panel controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxPanelContainerBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPanelContainerBase"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxPanelContainerBase.Controls">
      <summary>
        <para>Gets a collection that contains child controls representing a panel’s content.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.ControlCollection"/> that contains a panel’s child controls.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPanelContainerBase.EnableHierarchyRecreation">
      <summary>
        <para>Gets or sets a value that specifies whether the panel control enables its control hierarchy to be forcibly recreated to apply the settings defined at runtime to its child controls.</para>
      </summary>
      <value>true, if the control’s hierarchy recreation is enabled; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxPopupControl">
      <summary>
        <para>A popup control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxPopupControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPopupControl"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxPopupControl.#ctor(DevExpress.Web.ASPxWebControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPopupControl"/> class with the specified owner.</para>
      </summary>
      <param name="ownerControl">An <see cref="T:DevExpress.Web.ASPxWebControl"/> object that is the owner of the created object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.AppearAfter">
      <summary>
        <para>Gets or sets the delay in displaying the popup control’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.ASPxPopupControl.AutoUpdatePosition">
      <summary>
        <para>Gets or sets the value that specifies whether the default popup window’s position is updated automatically, when required.</para>
      </summary>
      <value>true if the popup window’s position is updated automatically; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the current popup control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupControlClientSideEvents"/> object which allows assigning handlers to the client-side events available to the popup control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.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.ASPxPopupControl.CloseButtonImage">
      <summary>
        <para>Gets the settings of an image displayed within a <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">close button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HeaderButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.CloseButtonStyle">
      <summary>
        <para>Gets style settings for a window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">close button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindowButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.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.ASPxPopupControl.CollapseButtonImage">
      <summary>
        <para>Gets the settings of an image displayed within a <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">collapse button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HeaderButtonCheckedImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.CollapseButtonStyle">
      <summary>
        <para>Gets style settings for a window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">collapse button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindowButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.ContentStyle">
      <summary>
        <para>Gets style settings for a popup window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#content-region">content region</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindowContentStyle"/> object that contains style settings for a window’s content region.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.DisappearAfter">
      <summary>
        <para>Gets or sets the delay in hiding the popup control’s popup window.</para>
      </summary>
      <value>An integer value that specifies the time interval, in milliseconds, after which a popup window is hidden.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.FooterImage">
      <summary>
        <para>Gets the settings of a popup window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#footer">footer image</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.FooterStyle">
      <summary>
        <para>Gets style settings for a popup window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#footer">footer</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindowFooterStyle"/> object that contains style settings for a window’s footer.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxPopupControl.HasDefaultWindow">
      <summary>
        <para>Returns a value that specifies whether the current popup control represents the <see href="https://docs.devexpress.com/AspNet/115457/components/docking-and-popups/popup-control/popup-windows/default-window">default popup window</see>.</para>
      </summary>
      <returns>true if the popup control’s <see cref="P:DevExpress.Web.ASPxPopupControl.Windows">ASPxPopupControl.Windows</see> collection is empty; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.HeaderImage">
      <summary>
        <para>Gets the settings of a popup window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header">header image</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.HeaderStyle">
      <summary>
        <para>Gets style settings for a popup window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header">header</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindowStyle"/> object that contains style settings for a window’s header.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.ImageFolder">
      <summary>
        <para>Gets or sets the path to the folder that contains images used by the control.</para>
      </summary>
      <value>A string value specifying the root path of all the images used by the control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.LinkStyle">
      <summary>
        <para>Gets an object that contains style settings to be applied to links in the popup control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LinkStyle"/> object that contains style settings of links.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.LoadContentViaCallback">
      <summary>
        <para>Gets or sets a value specifying the content loading mode for the <see cref="T:DevExpress.Web.ASPxPopupControl"/>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.LoadContentViaCallback"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.LoadingDivStyle">
      <summary>
        <para>Gets style settings that define the appearance of a specific loading div panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LoadingDivStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.LoadingPanelImage">
      <summary>
        <para>Gets the settings of an image to be displayed within a specific <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#loading-panel">loading panel</see> while waiting for a callback response.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains the image’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.LoadingPanelStyle">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#loading-panel">loading panel</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LoadingPanelStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.MaximizeButtonImage">
      <summary>
        <para>Gets the settings of an image displayed within a <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">maximize button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HeaderButtonCheckedImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.MaximizeButtonStyle">
      <summary>
        <para>Gets style settings for a window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">maximize button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindowButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.Modal">
      <summary>
        <para>Specifies whether the default <see href="https://docs.devexpress.com/AspNet/115453/components/docking-and-popups/popup-control/popup-windows">popup window</see> is modal.</para>
      </summary>
      <value>true if the window is modal; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.ModalBackgroundStyle">
      <summary>
        <para>Gets style settings that define the appearance of the page displayed behind the invoked modal popup window.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupControlModalBackgroundStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.PinButtonImage">
      <summary>
        <para>Gets the settings of an image displayed within a <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">pin button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HeaderButtonCheckedImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.PinButtonStyle">
      <summary>
        <para>Gets style settings for a window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">pin button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindowButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.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.ASPxPopupControl.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.ASPxPopupControl.PopupElementID">
      <summary>
        <para>Specifies the ID of a web control or HTML element associated with the default pop-up window.</para>
      </summary>
      <value>A string value that specifies the ID or a list of IDs separated by a semicolon (;).</value>
    </member>
    <member name="E:DevExpress.Web.ASPxPopupControl.PopupElementResolve">
      <summary>
        <para>Allows an object specified by the <see cref="P:DevExpress.Web.ASPxPopupControl.PopupElementID">ASPxPopupControl.PopupElementID</see> property to be found manually, if it can’t be found automatically ( for instance, if it’s hidden within a naming container).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.PopupHorizontalAlign">
      <summary>
        <para>Gets or sets a popup window’s horizontal alignment.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.PopupHorizontalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.PopupHorizontalOffset">
      <summary>
        <para>Gets or sets a popup window’s horizontal offset.</para>
      </summary>
      <value>An integer value that specifies a popup window’s horizontal offset.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.PopupVerticalAlign">
      <summary>
        <para>Gets or sets a popup window’s vertical alignment.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.PopupVerticalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.PopupVerticalOffset">
      <summary>
        <para>Gets or sets a popup window’s vertical offset.</para>
      </summary>
      <value>An integer value that specifies a popup window’s vertical offset.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.RefreshButtonImage">
      <summary>
        <para>Gets the settings of an image displayed within a <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">refresh button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HeaderButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.RefreshButtonStyle">
      <summary>
        <para>Gets style settings for a window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">refresh button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindowButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.SettingsAdaptivity">
      <summary>
        <para>Provides access to the popup window’s adaptivity settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupControlAdaptivitySettings"/> object that contains the popup window’s adaptivity settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.ShowPageScrollbarWhenModal">
      <summary>
        <para>Specifies whether a browser’s scroll bars are visible when the default pop-up window is shown in modal mode.</para>
      </summary>
      <value>true if scroll bars are visible; false if scroll bars are hidden.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.ShowViewportScrollbarWhenModal">
      <summary>
        <para>Gets or sets a value that specifies whether the vertical and horizontal scroll bars can be displayed in the viewport when a popup window is shown in modal mode.</para>
      </summary>
      <value>true, if scroll bars are available; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.SizeGripImage">
      <summary>
        <para>Gets the settings of an image displayed instead of the <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#footer">size grip</see> within popup windows.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.SizeGripRtlImage">
      <summary>
        <para>Gets the settings of an image displayed instead of the <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#footer">size grip</see> within popup windows, when the <see href="https://docs.devexpress.com/AspNet/8925/common-concepts/right-to-left-support">right-to-left layout</see> is applied.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.SpriteCssFilePath">
      <summary>
        <para>Gets or sets the path to a CSS file that defines the control’s <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> settings.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the required CSS file.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.SpriteImageUrl">
      <summary>
        <para>Gets or sets the path to a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the sprite image.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.WindowContentTemplate">
      <summary>
        <para>Gets or sets a common template used to display the <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#content-region">content region</see> of all popup windows from the <see cref="P:DevExpress.Web.ASPxPopupControl.Windows">ASPxPopupControl.Windows</see> collection.</para>
      </summary>
      <value>An object that supports the System.Web.UI.ITemplate interface and contains a template used to display a window’s content region.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxPopupControl.WindowDataBound">
      <summary>
        <para>Occurs after a popup window has been bound to a data source.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.WindowFooterContentTemplate">
      <summary>
        <para>Gets or sets a common template used to display the <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#footer">footer</see>‘s content of all popup windows from the <see cref="P:DevExpress.Web.ASPxPopupControl.Windows">ASPxPopupControl.Windows</see> collection.</para>
      </summary>
      <value>An object that supports the System.Web.UI.ITemplate interface and contains a template used to display the content of a window’s footer.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.WindowFooterTemplate">
      <summary>
        <para>Gets or sets a common template used to display the <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#footer">footer</see> of all popup windows from the <see cref="P:DevExpress.Web.ASPxPopupControl.Windows">ASPxPopupControl.Windows</see> collection.</para>
      </summary>
      <value>An object that supports the System.Web.UI.ITemplate interface and contains a template used to display the content of a window’s footer.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.WindowHeaderContentTemplate">
      <summary>
        <para>Gets or sets a common template used to display the <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header">header</see>‘s content of all popup windows from the <see cref="P:DevExpress.Web.ASPxPopupControl.Windows">ASPxPopupControl.Windows</see> collection.</para>
      </summary>
      <value>An object that supports the System.Web.UI.ITemplate interface and contains a template used to display the content of a window’s header.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.WindowHeaderTemplate">
      <summary>
        <para>Gets or sets a common template used to display the <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header">header</see> of all popup windows from the <see cref="P:DevExpress.Web.ASPxPopupControl.Windows">ASPxPopupControl.Windows</see> collection.</para>
      </summary>
      <value>An object that supports the System.Web.UI.ITemplate interface and contains a template used to display the content of a window’s header.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControl.Windows">
      <summary>
        <para>Gets the collection of windows in the popup control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindowCollection"/> object which represents the collection of popup windows within the control.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxPopupControlBase">
      <summary>
        <para>Implements the base functionality of a popup window.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxPopupControlBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPopupControlBase"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.AccessibilityCompliant">
      <summary>
        <para>Enables accessibility support.</para>
      </summary>
      <value>true, if accessibility support is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.AllowDragging">
      <summary>
        <para>Specifies whether end users can drag a control’s window.</para>
      </summary>
      <value>true, if end users can drag a window; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.AllowResize">
      <summary>
        <para>Gets or sets a value that specifies whether the control’s window 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.ASPxPopupControlBase.ClientInstanceName">
      <summary>
        <para>Specifies the <see cref="T:DevExpress.Web.ASPxPopupControl"/>‘s or <see cref="T:DevExpress.Web.ASPxDockPanel"/>‘s client programmatic identifier.</para>
      </summary>
      <value>A control’s client identifier.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxPopupControlBase.ClientLayout">
      <summary>
        <para>Enables you to save and restore the previously saved layout of a control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.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.ASPxPopupControlBase.Collapsed">
      <summary>
        <para>Gets or sets a value that specifies whether the window is collapsed.</para>
      </summary>
      <value>true if the window is collapsed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.ContentUrl">
      <summary>
        <para>Specifies whether to display a web page’s navigation location in the control’s window.</para>
      </summary>
      <value>The page’s navigation location.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.ContentUrlIFrameTitle">
      <summary>
        <para>Gets or sets the title of the window’s IFRAME element.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the IFRAME element’s title (the TITLE attribute’s value).</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.Controls">
      <summary>
        <para>Gets a collection that contains child controls that are a control’s contents.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.ControlCollection"/> that contains a control’s child controls.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxPopupControlBase.CustomJSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.DragElement">
      <summary>
        <para>Get or sets a window’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.ASPxPopupControlBase.EnableAnimation">
      <summary>
        <para>Gets or sets a value that specifies whether a specific animation effect defined via the <see cref="P:DevExpress.Web.ASPxPopupControlBase.PopupAnimationType">ASPxPopupControlBase.PopupAnimationType</see> property is used when a window is invoked.</para>
      </summary>
      <value>true if a specific animation effect is used; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.EnableCallbackAnimation">
      <summary>
        <para>Gets or sets a value that specifies whether a fade animation effect is used when a window’s content is updated via a callback.</para>
      </summary>
      <value>true if a specific animation effect is used; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.EnableCallbackCompression">
      <summary>
        <para>Gets or sets whether callback result compression is enabled.</para>
      </summary>
      <value>true to enable callback result compression; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.EnableClientSideAPI">
      <summary>
        <para>Gets or sets a value that specifies whether the control can be manipulated on the client side via code.</para>
      </summary>
      <value>true if the control’s client object model is fully available; false if no programmatic interface is available for the control on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.EnableHierarchyRecreation">
      <summary>
        <para>Gets or sets a value that specifies whether the popup control enables its control hierarchy to be forcibly recreated, to apply the settings defined at runtime to its child controls.</para>
      </summary>
      <value>true if the control’s hierarchy recreation is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.EnableHotTrack">
      <summary>
        <para>Gets or sets a value that specifies whether a window can visually respond to mouse hovering.</para>
      </summary>
      <value>true if windows can be hot-tracked; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxPopupControlBase.FindControl(System.String)">
      <summary>
        <para>Searches for the specified server control within specific template containers and the <see cref="P:DevExpress.Web.ASPxPopupControlBase.Controls">ASPxPopupControlBase.Controls</see> collection.</para>
      </summary>
      <param name="id">The identifier for the control to be found.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that is the specified control, or the null reference (Nothing in Visual Basic) if the specified control does not exist.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.FooterContentTemplate">
      <summary>
        <para>Gets or sets a template to display the content of the <see href="https://docs.devexpress.com/AspNet/115457/components/docking-and-popups/popup-control/popup-windows/default-window">default window</see>‘s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#footer">footer</see>.</para>
      </summary>
      <value>An object that supports the System.Web.UI.ITemplate interface and contains a template used to display the content of a window’s footer.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.FooterNavigateUrl">
      <summary>
        <para>Gets or sets an URL where the client’s web browser will navigate when the text or image is clicked within a window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#footer">footer</see>.</para>
      </summary>
      <value>A string value which specifies the required navigation location.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.FooterTemplate">
      <summary>
        <para>Gets or sets a template to display the <see href="https://docs.devexpress.com/AspNet/115457/components/docking-and-popups/popup-control/popup-windows/default-window">default window</see>‘s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#footer">footer</see>.</para>
      </summary>
      <value>An object that supports the System.Web.UI.ITemplate interface and contains a template used to display a window’s footer.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.FooterText">
      <summary>
        <para>Gets or sets the text content of a window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#footer">footer</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies a window’s footer text.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxPopupControlBase.HasSizeGrip">
      <summary>
        <para>Specifies whether the control window displays the <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#footer">size grip</see>.</para>
      </summary>
      <returns>true if a window has a size grip; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.HeaderContentTemplate">
      <summary>
        <para>Gets or sets a template used to display the content of the <see href="https://docs.devexpress.com/AspNet/115457/components/docking-and-popups/popup-control/popup-windows/default-window">default window</see>‘s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header">header</see>.</para>
      </summary>
      <value>An object that supports the System.Web.UI.ITemplate interface and contains a template used to display the content of a window’s header.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.HeaderNavigateUrl">
      <summary>
        <para>Gets or sets an URL where the client’s web browser will navigate when the text or image is clicked within a window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header">header</see>.</para>
      </summary>
      <value>A string value which specifies the required navigation location.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.HeaderTemplate">
      <summary>
        <para>Gets or sets a template used to display the <see href="https://docs.devexpress.com/AspNet/115457/components/docking-and-popups/popup-control/popup-windows/default-window">default window</see>‘s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header">header</see>.</para>
      </summary>
      <value>An object that supports the System.Web.UI.ITemplate interface and contains a template used to display a window’s header.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.HeaderText">
      <summary>
        <para>Gets or sets the text content of a window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header">header</see>.</para>
      </summary>
      <value>A string value that specifies a window’s header text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.JSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
      <value>The collection of property names and their values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.Left">
      <summary>
        <para>Gets or sets the x-coordinate of a control’s left side.</para>
      </summary>
      <value>An integer value specifying the x-coordinate of the control’s left side.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.LoadingPanelDelay">
      <summary>
        <para>Gets or sets the delay before displaying the loading panel in the popup control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.LoadingPanelImagePosition">
      <summary>
        <para>Gets or sets the position of an image displayed within a loading panel.</para>
      </summary>
      <value>The image position.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.LoadingPanelText">
      <summary>
        <para>Gets or sets the text to be displayed within a loading panel while waiting for a callback response.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.MaxHeight">
      <summary>
        <para>Gets or sets the maximum height of a control’s window.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that defines the maximum height of a control’s window.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.Maximized">
      <summary>
        <para>Specifies whether the popup window is maximized.</para>
      </summary>
      <value>true if the window is maximized; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.MaxWidth">
      <summary>
        <para>Gets or sets the maximum width of a control’s window.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that defines the maximum width of a control’s window.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.MinHeight">
      <summary>
        <para>Gets or sets the minimum height of a control’s window.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that defines the minimum height of a control’s window.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.MinWidth">
      <summary>
        <para>Gets or sets the minimum width of a control’s window.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that defines the minimum width of a control’s window.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.Opacity">
      <summary>
        <para>Gets or sets the opacity level of a window (popup windows for ASPxPopupControl).</para>
      </summary>
      <value>An integer value that specifies the opacity level.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.Pinned">
      <summary>
        <para>Gets or sets a value that specifies whether the window is pinned.</para>
      </summary>
      <value>true if the window is pinned; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.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="E:DevExpress.Web.ASPxPopupControlBase.PopupWindowCommand">
      <summary>
        <para>Fires when a control contained within a templated window raises the Command event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.RenderIFrameForPopupElements">
      <summary>
        <para>Gets or sets a value that specifies whether the control’s window (popup windows for ASPxPopupControl) is 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.ASPxPopupControlBase.RenderMode">
      <summary>
        <para>Gets or sets a value that specifies the render mode of the popup control elements.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.ResizingMode">
      <summary>
        <para>Specifies how windows respond to resizing operations: it is redrawn dynamically or after the resizing operation is finished.</para>
      </summary>
      <value>One of the enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.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.ASPxPopupControlBase.SaveStateToCookies">
      <summary>
        <para>Gets or sets a value that specifies whether cookies are used to persist the pin, minimize and maximize states, visibility, size, and position of the element (windows for <see cref="T:DevExpress.Web.ASPxPopupControl"/>, dock panel for <see cref="T:DevExpress.Web.ASPxDockPanel"/>).</para>
      </summary>
      <value>true, if information about a window is persisted in cookies; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.SaveStateToCookiesID">
      <summary>
        <para>Gets or sets the name (identifier) of the cookie in which the control’s state is persisted.</para>
      </summary>
      <value>A string value specifying a cookie’s name.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.ScrollBars">
      <summary>
        <para>Gets or sets a value specifying which scrollbars should appear in the control’s window.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.ScrollBars"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.SettingsLoadingPanel">
      <summary>
        <para>Provides access to the loading panel settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SettingsLoadingPanel"/> object that contains the loading panel settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.ShowCloseButton">
      <summary>
        <para>Gets or sets a value that specifies whether a window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">close button</see> is displayed.</para>
      </summary>
      <value>true if a window’s close button is displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.ShowCollapseButton">
      <summary>
        <para>Gets or sets a value that specifies whether a window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">collapse button</see> is displayed.</para>
      </summary>
      <value>true if the button is displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.ShowFooter">
      <summary>
        <para>Gets or sets a value that specifies whether a window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#footer">footer</see> is displayed.</para>
      </summary>
      <value>true if a window’s footer is displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.ShowHeader">
      <summary>
        <para>Gets or sets a value that specifies whether a window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header">header</see> is displayed.</para>
      </summary>
      <value>true if a window’s header is displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.ShowLoadingPanel">
      <summary>
        <para>Gets or sets whether the loading panel can be displayed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.ShowLoadingPanelImage">
      <summary>
        <para>Specifies whether or not the image can be displayed within a loading panel while waiting for a callback response.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.ShowMaximizeButton">
      <summary>
        <para>Gets or sets a value that specifies whether a window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">maximize button</see> is displayed.</para>
      </summary>
      <value>true if the button is displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.ShowOnPageLoad">
      <summary>
        <para>Gets or sets a value that specifies whether the window is automatically displayed when a client browser loads the page.</para>
      </summary>
      <value>true, if the window is displayed on the page load; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.ShowPinButton">
      <summary>
        <para>Gets or sets a value that specifies whether a window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">pin button</see> is displayed.</para>
      </summary>
      <value>true if the button is displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.ShowRefreshButton">
      <summary>
        <para>Gets or sets a value that specifies whether a window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">refresh button</see> is displayed.</para>
      </summary>
      <value>true, if the button is displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.ShowShadow">
      <summary>
        <para>Gets or sets a value that specifies whether a window casts a shadow.</para>
      </summary>
      <value>true if a window casts a shadow; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.ShowSizeGrip">
      <summary>
        <para>Gets or sets the visibility of a window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#footer">size grip</see> element.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ShowSizeGrip"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.Target">
      <summary>
        <para>Gets or sets a window or frame at which to target the contents of the URLs associated with links in a window’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.ASPxPopupControlBase.Text">
      <summary>
        <para>Gets or sets the text displayed within a window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#content-region">content region</see>.</para>
      </summary>
      <value>A string value that specifies a window’s content text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupControlBase.Top">
      <summary>
        <para>Gets or sets the y-coordinate of a control’s top side.</para>
      </summary>
      <value>An integer value specifying the y-coordinate of the control’s top side.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxPopupControlBase.WindowCallback">
      <summary>
        <para>Fires when a round trip to the server has been initiated by a call to the client <b>ASPxClientPopupControl.PerformWindowCallback</b> method.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxPopupMenu">
      <summary>
        <para>Represents a popup menu control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxPopupMenu.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPopupMenu"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupMenu.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.ASPxPopupMenu.EnableClientSideAPI">
      <summary>
        <para>Gets or sets a value that specifies whether the popup menu can be manipulated on the client side via code.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupMenu.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.ASPxPopupMenu.Left">
      <summary>
        <para>Gets or sets the x-coordinate of the popup menu’s left side.</para>
      </summary>
      <value>An integer value specifying the x-coordinate of the popup menu’s left side.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupMenu.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.ASPxPopupMenu.PopupAlignCorrection">
      <summary>
        <para>Provides the capability to disable the automatic correction of a popup menu position.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.PopupAlignCorrection"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupMenu.PopupElementID">
      <summary>
        <para>Gets or sets the ID (or a list of IDs) of a web control or HTML element with which the current popup menu is associated.</para>
      </summary>
      <value>A string value specifying the ID (or a list of IDs) of the web control or HTML element with which the popup menu is associated.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxPopupMenu.PopupElementResolve">
      <summary>
        <para>Allows an object specified by the <see cref="P:DevExpress.Web.ASPxPopupMenu.PopupElementID">ASPxPopupMenu.PopupElementID</see> property to be found manually, if it can’t be found automatically (if it’s hidden within a naming container, for instance).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupMenu.PopupHorizontalAlign">
      <summary>
        <para>Gets or sets a popup menu’s horizontal alignment.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.PopupHorizontalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupMenu.PopupHorizontalOffset">
      <summary>
        <para>Gets or sets a popup menu’s horizontal offset.</para>
      </summary>
      <value>An integer value that specifies a popup menu’s horizontal offset.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupMenu.PopupVerticalAlign">
      <summary>
        <para>Gets or sets a popup menu’s vertical alignment.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.PopupVerticalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupMenu.PopupVerticalOffset">
      <summary>
        <para>Gets or sets a popup menu’s vertical offset.</para>
      </summary>
      <value>An integer value that specifies a popup menu’s vertical offset.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPopupMenu.Top">
      <summary>
        <para>Gets or sets the y-coordinate of the popup menu’s top side.</para>
      </summary>
      <value>An integer value specifying the y-coordinate of the default popup menu’s top side.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxProgressBar">
      <summary>
        <para>Represents a progress bar control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxProgressBar.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxProgressBar"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxProgressBar.AccessibilityCompliant">
      <summary>
        <para>Enables accessibility support.</para>
      </summary>
      <value>true, if accessibility support is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxProgressBar.CaptionSettings">
      <summary>
        <para>Provides access to the progress bar caption settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.EditorCaptionSettingsBase"/> object containing the progress bar caption properties.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxProgressBar.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxProgressBar"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.EditClientSideEventsBase"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxProgressBar"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxProgressBar.CustomDisplayFormat">
      <summary>
        <para>Gets or sets the pattern used to format the text displayed for the progress bar if the <see cref="P:DevExpress.Web.ASPxProgressBar.DisplayMode">ASPxProgressBar.DisplayMode</see> property is set to <see cref="F:DevExpress.Web.ProgressBarDisplayMode.Custom">ProgressBarDisplayMode.Custom</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxProgressBar.DisplayFormatString">
      <summary>
        <para>Gets or sets the pattern used to format the editor’s value for display purposes.</para>
      </summary>
      <value>A string representing the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxProgressBar.DisplayMode">
      <summary>
        <para>Gets or sets the display mode of the current position within the progress bar.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ProgressBarDisplayMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxProgressBar.Height">
      <summary>
        <para>Gets or sets the control’s height.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that specifies the control’s height.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxProgressBar.IndicatorStyle">
      <summary>
        <para>Gets the style settings which define the <see href="https://docs.devexpress.com/AspNet/5748/components/data-editors/aspxprogressbar/visual-elements#progress-bar-indicator">progress bar indicator</see>‘s appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ProgressBarIndicatorStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxProgressBar.Maximum">
      <summary>
        <para>Gets or sets the maximum range value of the <see href="https://docs.devexpress.com/AspNet/5748/components/data-editors/aspxprogressbar/visual-elements#progress-bar">progress bar</see> control.</para>
      </summary>
      <value>A <see cref="T:System.Decimal"/> value that is the maximum range value of the progress bar.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxProgressBar.Minimum">
      <summary>
        <para>Gets or sets the minimum range value of the <see href="https://docs.devexpress.com/AspNet/5748/components/data-editors/aspxprogressbar/visual-elements#progress-bar">progress bar</see> control.</para>
      </summary>
      <value>A <see cref="T:System.Decimal"/> value that is the minimum range value of the progress bar.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxProgressBar.Paddings">
      <summary>
        <para>Gets the padding settings of a <see href="https://docs.devexpress.com/AspNet/5748/components/data-editors/aspxprogressbar/visual-elements#progress-bar">progress bar</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxProgressBar.Position">
      <summary>
        <para>Gets or sets the current <see href="https://docs.devexpress.com/AspNet/5748/components/data-editors/aspxprogressbar/visual-elements#progress-bar-indicator">progress bar indicator</see> position.</para>
      </summary>
      <value>A <see cref="T:System.Decimal"/> value specifying the position.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxProgressBar.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxProgressBar.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.ASPxProgressBar.ShowPosition">
      <summary>
        <para>Gets or sets a value that specifies whether the <see href="https://docs.devexpress.com/AspNet/5748/components/data-editors/aspxprogressbar/visual-elements#progress-bar-indicator">progress bar indicator</see>‘s current position is visible within the <see href="https://docs.devexpress.com/AspNet/5748/components/data-editors/aspxprogressbar/visual-elements#progress-bar">progress bar</see>.</para>
      </summary>
      <value>true, if the position is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxProgressBar.Value">
      <summary>
        <para>Gets or sets the control’s value.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> representing the control’s value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxProgressBar.Width">
      <summary>
        <para>Gets or sets the control’s width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the control’s width.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxProgressBarBase">
      <summary>
        <para>Serves as a base for a progress bar control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxProgressBarBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxProgressBarBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxProgressBarBase.#ctor(DevExpress.Web.ASPxWebControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxProgressBarBase"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An <see cref="T:DevExpress.Web.ASPxWebControl"/> specifying the control that will own the collection.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxProgressBarBase.ClientInstanceName">
      <summary>
        <para>Gets or sets the control’s client programmatic identifier.</para>
      </summary>
      <value>A string value that specifies the control’s client identifier.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxProgressBarBase.ClientVisible">
      <summary>
        <para>Gets or sets a value that specifies the initial visibility state of a progress bar control on the client.</para>
      </summary>
      <value>true to initially display a progress bar on the client; false to render it on the web page, but make it initially hidden on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxProgressBarBase.CustomDisplayFormat">
      <summary>
        <para>Gets or sets the pattern used to format the text displayed for the progress if the <see cref="P:DevExpress.Web.ASPxProgressBarBase.DisplayMode">ASPxProgressBarBase.DisplayMode</see> property is set to <see cref="F:DevExpress.Web.ProgressBarDisplayMode.Custom">ProgressBarDisplayMode.Custom</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxProgressBarBase.DisplayFormatString">
      <summary>
        <para>Gets or sets the pattern used to format the editor’s value for display purposes.</para>
      </summary>
      <value>A string representing the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxProgressBarBase.DisplayMode">
      <summary>
        <para>Gets or sets the display mode of the current position within the progress bar.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ProgressBarDisplayMode"/> enumeration values.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxProgressBarBase.GetPaddings">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxProgressBarBase.IndicatorStyle">
      <summary>
        <para>Gets the style settings which define the progress bar indicator’s appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.IndicatorStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxProgressBarBase.Maximum">
      <summary>
        <para>Gets or sets the maximum value of the progress bar range.</para>
      </summary>
      <value>A <see cref="T:System.Decimal"/> value specifying the maximum value of the progress bar range.</value>
    </member>
    <member name="F:DevExpress.Web.ASPxProgressBarBase.MaxPosition">
      <summary>
        <para>Stores the largest possible default position for the <see cref="P:DevExpress.Web.ASPxProgressBarBase.Position">ASPxProgressBarBase.Position</see> property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxProgressBarBase.Minimum">
      <summary>
        <para>Gets or sets the minimum value of the progress bar range.</para>
      </summary>
      <value>A <see cref="T:System.Decimal"/> value specifying the minimum value of the progress bar range.</value>
    </member>
    <member name="F:DevExpress.Web.ASPxProgressBarBase.MinPosition">
      <summary>
        <para>Stores the smallest possible default position for the <see cref="P:DevExpress.Web.ASPxProgressBarBase.Position">ASPxProgressBarBase.Position</see> property.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxProgressBarBase.Paddings">
      <summary>
        <para>Gets the padding settings of a progress bar.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxProgressBarBase.Position">
      <summary>
        <para>Gets or sets the current progress bar indicator position.</para>
      </summary>
      <value>A <see cref="T:System.Decimal"/> value specifyng the position.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxProgressBarBase.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.ASPxProgressBarBase.ShowPosition">
      <summary>
        <para>Gets or sets a value that specifies whether the progress bar indicator’s position (represented as a percentage value) is visible within the progress bar.</para>
      </summary>
      <value>true, if the position is visible, otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxPureTextBoxBase">
      <summary>
        <para>Represents the base class for editors.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxPureTextBoxBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxPureTextBoxBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxPureTextBoxBase.HorizontalAlign">
      <summary>
        <para>Gets or sets the horizontal alignment of the editor’s contents.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.HorizontalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxPureTextBoxBase.Paddings">
      <summary>
        <para>Gets the editor’s padding settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRadioButton">
      <summary>
        <para>Represents a radio button control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRadioButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRadioButton"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRadioButton.CheckedImage">
      <summary>
        <para>Contains settings of the radio button image in the checked state.</para>
      </summary>
      <value>An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRadioButton.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.ASPxRadioButton.RadioButtonFocusedStyle">
      <summary>
        <para>Gets the style settings which define a radio button appearance in the focused state.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditorDecorationStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRadioButton.RadioButtonStyle">
      <summary>
        <para>Gets the settings defining the appearance of a radio button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.EditorDecorationStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRadioButton.UncheckedImage">
      <summary>
        <para>Contains settings of the radio button image in the unchecked state.</para>
      </summary>
      <value>An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRadioButtonList">
      <summary>
        <para>Represents a group of radio button editors that allow one option from several to be selected.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRadioButtonList.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRadioButtonList"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRadioButtonList.AccessibilityCompliant">
      <summary>
        <para>Enables accessibility support.</para>
      </summary>
      <value>true, if accessibility support is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRadioButtonList.CheckedImage">
      <summary>
        <para>Contains settings of the image in the checked state.</para>
      </summary>
      <value>An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRadioButtonList.RadioButtonFocusedStyle">
      <summary>
        <para>Gets the style settings which define a radio button appearance in the focused state within a radio button list.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditorDecorationStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRadioButtonList.RadioButtonStyle">
      <summary>
        <para>Gets the settings defining the appearance of a radio button within a radio button list.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.EditorDecorationStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRadioButtonList.UncheckedImage">
      <summary>
        <para>Contains settings of the image in the unchecked state.</para>
      </summary>
      <value>An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRatingControl">
      <summary>
        <para>Represents a rating control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRatingControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRatingControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRatingControl.AccessibilityCompliant">
      <summary>
        <para>Enables accessibility support.</para>
      </summary>
      <value>true, if accessibility support is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRatingControl.AutoPostBack">
      <summary>
        <para>Gets or sets a value that specifies whether server-side processing is required for specific predefined user actions.</para>
      </summary>
      <value>true, if server-side processing is required, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRatingControl.ClientInstanceName">
      <summary>
        <para>Gets or sets the <see cref="T:DevExpress.Web.ASPxRatingControl"/>‘s client programmatic identifier.</para>
      </summary>
      <value>A string value that specifies the <see cref="T:DevExpress.Web.ASPxRatingControl"/>‘s client identifier.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRatingControl.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxRatingControl"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RatingControlClientSideEvents"/> object, which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxRatingControl"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRatingControl.ClientVisible">
      <summary>
        <para>Gets or sets a value that specifies the initial visibility state of a rating control on the client.</para>
      </summary>
      <value>true to make a control initially displayed on the client; false to render the control into the web page, but make it initially hidden on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRatingControl.FillPrecision">
      <summary>
        <para>Gets or sets a value that specifies the manner <see href="https://docs.devexpress.com/AspNet/6675/components/multi-use-site-controls/rating-control/visual-elements#item">items</see> are filled.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.RatingControlItemFillPrecision"/> enumerator values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRatingControl.ImageMapUrl">
      <summary>
        <para>Gets or sets the URL pointing to the image representing an <see href="https://docs.devexpress.com/AspNet/6675/components/multi-use-site-controls/rating-control/visual-elements#item">item</see> within the <see cref="T:DevExpress.Web.ASPxRatingControl"/>.</para>
      </summary>
      <value>A System.String value specifying the URL representing the path to the image.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxRatingControl.ItemClick">
      <summary>
        <para>Fires after an <see href="https://docs.devexpress.com/AspNet/6675/components/multi-use-site-controls/rating-control/visual-elements#item">item</see> has been clicked.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRatingControl.ItemCount">
      <summary>
        <para>Gets or sets the number of <see href="https://docs.devexpress.com/AspNet/6675/components/multi-use-site-controls/rating-control/visual-elements#item">items</see> displayed in the rating control.</para>
      </summary>
      <value>An integer value that specifies the number of <see href="https://docs.devexpress.com/AspNet/6675/components/multi-use-site-controls/rating-control/visual-elements#item">items</see>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRatingControl.ItemHeight">
      <summary>
        <para>Gets or sets an <see href="https://docs.devexpress.com/AspNet/6675/components/multi-use-site-controls/rating-control/visual-elements#item">item</see>‘s height.</para>
      </summary>
      <value>An integer value representing an item’s height in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRatingControl.ItemWidth">
      <summary>
        <para>Gets or sets an item’s width.</para>
      </summary>
      <value>An integer value representing the item’s width in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRatingControl.ReadOnly">
      <summary>
        <para>Gets or sets the read-only status of the <see cref="T:DevExpress.Web.ASPxRatingControl"/> control.</para>
      </summary>
      <value>true if end-users cannot modify a control’s value; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRatingControl.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.ASPxRatingControl.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="P:DevExpress.Web.ASPxRatingControl.ToolTip">
      <summary>
        <para>Gets or sets the control’s tooltip text.</para>
      </summary>
      <value>A string value that specifies the text displayed within the tooltip.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRatingControl.Value">
      <summary>
        <para>Gets or sets the control’s value.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> value representing the control’s value.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxResourceManagerBase">
      <summary>
        <para>Serves as the base type for the <see cref="T:DevExpress.Web.ASPxScriptManager"/> and <see cref="T:DevExpress.Web.ASPxStyleSheetManager"/> objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxResourceManagerBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxResourceManagerBase"/> object.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxRibbon">
      <summary>
        <para>A ribbon control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRibbon.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRibbon"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRibbon.ActiveTabIndex">
      <summary>
        <para>Gets or sets the index of a <see href="https://docs.devexpress.com/AspNet/15859/components/site-navigation-and-layout/ribbon/visual-elements/tab">tab</see> which is selected within the control.</para>
      </summary>
      <value>An integer value specifying the index of an active tab in the control’s <see cref="P:DevExpress.Web.ASPxRibbon.Tabs">ASPxRibbon.Tabs</see> collection.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRibbon.AllowMinimize">
      <summary>
        <para>Gets or sets a value specifying whether a ribbon control can be minimized.</para>
      </summary>
      <value>true, to allow ribbon minimization; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRibbon.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.ASPxRibbon.ClientEnabled">
      <summary>
        <para>Gets or sets a value that indicates whether the ribbon is enabled on the client.</para>
      </summary>
      <value>true, if the ribbon is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRibbon.ClientInstanceName">
      <summary>
        <para>Gets or sets the <see cref="T:DevExpress.Web.ASPxRibbon"/>‘s client programmatic identifier.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the <see cref="T:DevExpress.Web.ASPxRibbon"/>‘s client identifier.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxRibbon.ClientLayout">
      <summary>
        <para>Enables you to save and restore the previously saved layout of the ribbon.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRibbon.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxRibbon"/>.</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.ASPxRibbon.ClientVisible">
      <summary>
        <para>Gets or sets a value that specifies the initial visibility state of a web control on the client.</para>
      </summary>
      <value>true, to make a web control initially displayed on the client; false, to render the control into the web page, but make it initially hidden on the client side.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxRibbon.CommandExecuted">
      <summary>
        <para>Occurs after an end-user executes an action on a ribbon <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRibbon.ContextTabCategories">
      <summary>
        <para>Gets the collection of <see href="https://docs.devexpress.com/AspNet/7824/components/site-navigation-and-layout/ribbon/visual-elements/context-tab-category">context tab categories</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonContextTabCategoryCollection"/> object that is the collection of context tab categories.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxRibbon.CustomJSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxRibbon.DialogBoxLauncherClicked">
      <summary>
        <para>Fires on the server side after a <see href="https://docs.devexpress.com/AspNet/17420/components/site-navigation-and-layout/ribbon/visual-elements/dialog-box-launcher">dialog box launcher</see> has been clicked.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRibbon.FileTabAccessKey">
      <summary>
        <para>Specifies the access key that allows end-users to quickly navigate to the ribbon <see href="https://docs.devexpress.com/AspNet/15864/components/site-navigation-and-layout/ribbon/visual-elements/file-tab">file tab</see>.</para>
      </summary>
      <value>The access key for quick navigation to the ribbon file tab.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRibbon.FileTabTemplate">
      <summary>
        <para>Gets or sets a template used for displaying the content of the <see href="https://docs.devexpress.com/AspNet/15864/components/site-navigation-and-layout/ribbon/visual-elements/file-tab">file tab</see>.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRibbon.FileTabText">
      <summary>
        <para>Gets or sets the text displayed within the <see href="https://docs.devexpress.com/AspNet/15864/components/site-navigation-and-layout/ribbon/visual-elements/file-tab">file tab</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the text.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxRibbon.FindFileTabTemplateControl(System.String)">
      <summary>
        <para>Searches for the server control contained within the <see href="https://docs.devexpress.com/AspNet/15864/components/site-navigation-and-layout/ribbon/visual-elements/file-tab">file tab</see> template.</para>
      </summary>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control being sought.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that is the control contained in the file tab template.</returns>
    </member>
    <member name="E:DevExpress.Web.ASPxRibbon.GroupDataBound">
      <summary>
        <para>Occurs after a <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group</see> has been bound to a data source.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRibbon.GroupDataFields">
      <summary>
        <para>Provides access to properties allowing you to specify data fields (attributes of xml elements) from which <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group</see> 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.ASPxRibbon.Images">
      <summary>
        <para>Provides access to the settings that define images displayed within the ASPxRibbon’s <see href="https://docs.devexpress.com/AspNet/15857/components/site-navigation-and-layout/ribbon/visual-elements">elements</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonImages"/> object that contains image settings.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxRibbon.ItemDataBound">
      <summary>
        <para>Occurs after an <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see> has been bound to a data source.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRibbon.ItemDataFields">
      <summary>
        <para>Provides access to properties allowing you to specify data fields (attributes of xml elements) from which <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see> 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.ASPxRibbon.JSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
      <value>The collection of property names and their values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRibbon.KeyboardSupport">
      <summary>
        <para>Gets or sets a value that specifies whether keyboard navigation is available in the <see cref="T:DevExpress.Web.ASPxRibbon"/> control.</para>
      </summary>
      <value>true, if keyboard navigation is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRibbon.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.ASPxRibbon.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.ASPxRibbon.OneLineMode">
      <summary>
        <para>Specifies if <see cref="T:DevExpress.Web.ASPxRibbon"/> 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="M:DevExpress.Web.ASPxRibbon.RegisterStyleSheets">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRibbon.SaveStateToCookies">
      <summary>
        <para>Gets or sets a value that specifies whether cookies are used to persist information about the control.</para>
      </summary>
      <value>true, if information is persisted in cookies; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRibbon.SaveStateToCookiesID">
      <summary>
        <para>Gets or sets the name (identifier) of the cookie in which the ribbon’s state is persisted.</para>
      </summary>
      <value>A string value specifying a cookie’s name.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRibbon.SettingsPopupMenu">
      <summary>
        <para>Provides access to the settings of a popup menu in the ribbon control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonSettingsPopupMenu"/> object that contains the popup menu settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRibbon.ShowFileTab">
      <summary>
        <para>Gets or sets a value that specifies whether the <see href="https://docs.devexpress.com/AspNet/15864/components/site-navigation-and-layout/ribbon/visual-elements/file-tab">file tab</see> is displayed in the ribbon.</para>
      </summary>
      <value>true, if the file tab is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRibbon.ShowGroupLabels">
      <summary>
        <para>Gets or sets a value that specifies whether or not <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group labels</see> are displayed.</para>
      </summary>
      <value>true, to show group labels; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRibbon.ShowTabs">
      <summary>
        <para>Gets or sets whether <see href="https://docs.devexpress.com/AspNet/15859/components/site-navigation-and-layout/ribbon/visual-elements/tab">tab</see> 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.ASPxRibbon.Styles">
      <summary>
        <para>Provides access to the style settings that control the appearance of the ASPxRibbon’s <see href="https://docs.devexpress.com/AspNet/15857/components/site-navigation-and-layout/ribbon/visual-elements">elements</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonStyles"/> object that provides style settings for the ASPxRibbon elements.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRibbon.StylesEditors">
      <summary>
        <para>Provides access to the style settings that define the appearance of editor elements used by the <see cref="T:DevExpress.Web.ASPxRibbon"/> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonEditorStyles"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRibbon.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.ASPxRibbon.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="E:DevExpress.Web.ASPxRibbon.TabDataBound">
      <summary>
        <para>Occurs after a <see href="https://docs.devexpress.com/AspNet/15859/components/site-navigation-and-layout/ribbon/visual-elements/tab">tab</see> has been bound to a data source.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRibbon.TabDataFields">
      <summary>
        <para>Provides access to properties allowing you to specify data fields (attributes of xml elements) from which <see href="https://docs.devexpress.com/AspNet/15859/components/site-navigation-and-layout/ribbon/visual-elements/tab">tab</see> 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.ASPxRibbon.Tabs">
      <summary>
        <para>Gets the collection of <see href="https://docs.devexpress.com/AspNet/15859/components/site-navigation-and-layout/ribbon/visual-elements/tab">tabs</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonTabCollection"/> object that is the collection of the ribbon’s tabs.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRibbon.Target">
      <summary>
        <para>Gets or sets the window or frame in which to target the contents of the URLs associated with all links within a ribbon.</para>
      </summary>
      <value>A string which identifies the window or frame in which to target the URL content.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxRoundPanel">
      <summary>
        <para>A rounded-corners panel control that acts as a container for other controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxRoundPanel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxRoundPanel"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.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.ASPxRoundPanel.BottomEdge">
      <summary>
        <para>Gets the image that represents the panel’s bottom edge.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.BottomLeftCorner">
      <summary>
        <para>Gets the settings of an image displayed within the panel’s bottom left corner.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.BottomRightCorner">
      <summary>
        <para>Gets the settings of an image displayed within the panel’s bottom right corner.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.ClientEnabled">
      <summary>
        <para>Gets or sets a value that indicates whether a panel is enabled on the client.</para>
      </summary>
      <value>true, if a panel is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxRoundPanel"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RoundPanelClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxRoundPanel"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.CollapseButtonImage">
      <summary>
        <para>Gets the settings of an image displayed within the panel’s <see href="https://docs.devexpress.com/AspNet/10042/components/multi-use-site-controls/roundpanel/visual-elements#collapse-button">collapse button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CollapseButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.CollapseButtonStyle">
      <summary>
        <para>Gets style settings for a panel’s <see href="https://docs.devexpress.com/AspNet/10042/components/multi-use-site-controls/roundpanel/visual-elements#collapse-button">collapse button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CollapseButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.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.ASPxRoundPanel.Content">
      <summary>
        <para>Gets the appearance settings used to paint the panel’s content.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PanelPart"/> object that contains appearance settings.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxRoundPanel.ContentCallback">
      <summary>
        <para>Fires when the <see cref="T:DevExpress.Web.ASPxRoundPanel"/> performs a round trip to the server.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.ContentHeight">
      <summary>
        <para>Gets or sets a <see href="https://docs.devexpress.com/AspNet/10042/components/multi-use-site-controls/roundpanel/visual-elements#content-region">round panel content</see>‘s height.</para>
      </summary>
      <value>A System.Web.UI.WebControls.Unit value specifying the height.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.ContentPaddings">
      <summary>
        <para>Gets the round panel’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.ASPxRoundPanel.CornerRadius">
      <summary>
        <para>Specifies the radius of the round panel corners.</para>
      </summary>
      <value>The corner radius.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.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.ASPxRoundPanel.EnableClientSideAPI">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.ASPxRoundPanel"/> class. The client-side API is always available for this control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.ExpandButtonImage">
      <summary>
        <para>Gets the settings of an image displayed in the panel’s <see href="https://docs.devexpress.com/AspNet/10042/components/multi-use-site-controls/roundpanel/visual-elements#collapse-button">collapse button</see> when the panel is collapsed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxRoundPanel.FindControl(System.String)">
      <summary>
        <para>Searches the current naming container for a server control with the specified id parameter.</para>
      </summary>
      <param name="id">The identifier for the control to be found.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that represents the specified control. null (Nothing in Visual Basic) if the specified control does not exist.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.GroupBoxCaptionOffsetX">
      <summary>
        <para>Gets or sets the header caption’s horizontal offset.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that specifies the horizontal offset.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.GroupBoxCaptionOffsetY">
      <summary>
        <para>Gets or sets the header caption’s vertical offset.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that specifies the vertical offset.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.GroupBoxHeaderStyle">
      <summary>
        <para>Gets the header’s style settings when a round panel looks like a group box.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GroupBoxHeaderStyle"/> object that contains the header’s style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.HeaderContent">
      <summary>
        <para>Gets the appearance settings used to paint the header’s content.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PanelPart"/> object that contains appearance settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.HeaderContentTemplate">
      <summary>
        <para>Gets or sets a template used to display the content of the round panel’s <see href="https://docs.devexpress.com/AspNet/10042/components/multi-use-site-controls/roundpanel/visual-elements#header">header</see>.</para>
      </summary>
      <value>An object that supports the System.Web.UI.ITemplate interface and contains a template used to display the header’s content.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.HeaderImage">
      <summary>
        <para>Gets the settings of an image displayed within the round panel’s header.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.HeaderLeftEdge">
      <summary>
        <para>Gets the image that represents the panel header’s left edge.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.HeaderNavigateUrl">
      <summary>
        <para>Gets or sets a URL where the client’s web browser will navigate when the text or image is clicked within the panel’s <see href="https://docs.devexpress.com/AspNet/10042/components/multi-use-site-controls/roundpanel/visual-elements#header">header</see>.</para>
      </summary>
      <value>A string value which specifies the required navigation location.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.HeaderRightEdge">
      <summary>
        <para>Gets the image that represents the panel header’s right edge.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.HeaderStyle">
      <summary>
        <para>Gets the header’s style settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HeaderStyle"/> object that contains the header’s style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.HeaderTemplate">
      <summary>
        <para>Gets or sets a template used to display the content of the round panel’s <see href="https://docs.devexpress.com/AspNet/10042/components/multi-use-site-controls/roundpanel/visual-elements#header">header</see>.</para>
      </summary>
      <value>An object that supports the System.Web.UI.ITemplate interface and contains a template used to display the panel’s header.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.HeaderText">
      <summary>
        <para>Gets or sets the text displayed within the RoundPanel’s <see href="https://docs.devexpress.com/AspNet/10042/components/multi-use-site-controls/roundpanel/visual-elements#header">header</see>.</para>
      </summary>
      <value>A string value that specifies the header’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.Height">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.ASPxRoundPanel"/> class. Use the <see cref="P:DevExpress.Web.ASPxRoundPanel.ContentHeight">ASPxRoundPanel.ContentHeight</see> property instead.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.HorizontalAlign">
      <summary>
        <para>Gets or sets the horizontal alignment of a panel’s contents.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.HorizontalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.ImageFolder">
      <summary>
        <para>Gets or sets the path to the folder that contains images used by the control.</para>
      </summary>
      <value>A string value specifying the root path of all the images used by the control.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxRoundPanel.IsClientSideAPIEnabled">
      <summary>
        <para>Returns a value that indicates whether a specific programmatic interface (in particular, specific JavaScript objects and methods) are available to the control on the client side.</para>
      </summary>
      <returns>true, if the client-side API is available for the control; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.LeftEdge">
      <summary>
        <para>Gets the image that represents the panel’s left edge.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.LinkStyle">
      <summary>
        <para>Gets the style settings used to paint the link in the round panel’s header.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LinkStyle"/> object that contains style settings used to paint links.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.LoadContentViaCallback">
      <summary>
        <para>Gets or sets a value specifying when the content of an initially collapsed panel should be loaded.</para>
      </summary>
      <value>true, if a collapsed panel’s content is loaded on the first expansion; false is a collapsed panel’s content is loaded initially.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.LoadingPanelImage">
      <summary>
        <para>Gets the settings of an image to be displayed within a specific <see href="https://docs.devexpress.com/AspNet/10042/components/multi-use-site-controls/roundpanel/visual-elements#loading-panel">loading panel</see> while waiting for a callback response.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.LoadingPanelStyle">
      <summary>
        <para>Gets the style settings of a specific <see href="https://docs.devexpress.com/AspNet/10042/components/multi-use-site-controls/roundpanel/visual-elements#loading-panel">loading panel</see> displayed as round panel content while waiting for a callback response.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LoadingPanelStyle"/> object that contains style settings for a loading panel.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.NoHeaderTopEdge">
      <summary>
        <para>Gets the image that represents the panel’s top edge when the header is disabled.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.NoHeaderTopLeftCorner">
      <summary>
        <para>Gets the image that represents the panel’s top left corner when the header is disabled.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.NoHeaderTopRightCorner">
      <summary>
        <para>Gets the image that represents the panel’s top right corner when the header is disabled.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.Parts">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.ASPxRoundPanel"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.RightEdge">
      <summary>
        <para>Gets the image that represents the panel’s right edge.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.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.ASPxRoundPanel.SettingsLoadingPanel">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/10042/components/multi-use-site-controls/roundpanel/visual-elements#loading-panel">loading panel</see>‘s settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.SettingsLoadingPanel"/> object that contains the loading panel’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.ShowCollapseButton">
      <summary>
        <para>Gets or sets a value that specifies whether a panel’s <see href="https://docs.devexpress.com/AspNet/10042/components/multi-use-site-controls/roundpanel/visual-elements#collapse-button">collapse button</see> is displayed.</para>
      </summary>
      <value>true, if the button is displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.ShowDefaultImages">
      <summary>
        <para>Gets or sets whether default images of the round panel are shown.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.ShowHeader">
      <summary>
        <para>Gets or sets whether the RoundPanel’s <see href="https://docs.devexpress.com/AspNet/10042/components/multi-use-site-controls/roundpanel/visual-elements#header">header</see> is displayed.</para>
      </summary>
      <value>true to display the round panel’s header; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.SpriteCssFilePath">
      <summary>
        <para>Gets or sets the path to a CSS file that defines the control’s <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> settings.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the required CSS file.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.SpriteImageUrl">
      <summary>
        <para>Gets or sets the path to a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the sprite image.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.Target">
      <summary>
        <para>Gets or sets the window or frame at which to target the contents of the URL associated with the RoundPanel.</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.ASPxRoundPanel.TopEdge">
      <summary>
        <para>Gets the image that represents the panel’s top edge.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.TopLeftCorner">
      <summary>
        <para>Gets the image that represents the panel’s top left corner.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.TopRightCorner">
      <summary>
        <para>Gets the image that represents the panel’s top right corner.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.View">
      <summary>
        <para>Gets or sets the RoundPanel’s external appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.View"/> enumeration value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxRoundPanel.Width">
      <summary>
        <para>Gets or sets the control’s width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that represents the control’s width.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxScriptManager">
      <summary>
        <para>A script manager component.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxScriptManager.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxScriptManager"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxScriptManager.Active">
      <summary>
        <para>Returns a value determining whether an ASPxScriptManager component is on the page.</para>
      </summary>
      <value>true, if an ASPxScriptManager is on the page; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxScriptManager.Items">
      <summary>
        <para>Gets the collection of items within the <see cref="T:DevExpress.Web.ASPxScriptManager"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ScriptCollection"/> object that is the collection of all the items within the <see cref="T:DevExpress.Web.ASPxScriptManager"/>.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxSiteMapControl">
      <summary>
        <para>Represents a site map control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxSiteMapControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxSiteMapControl"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxSiteMapControl.DefaultLevelProperties">
      <summary>
        <para>Gets an object that contains common appearance settings for all hierarchy levels within the current site map control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DefaultLevelProperties"/> object that contains common style settings for all levels.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSiteMapControl.FlowLayoutItemSeparator">
      <summary>
        <para>Gets or sets the item separator displayed between nodes which are rendered using a flow layout.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the item separator.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSiteMapControl.FlowLayoutMaximumDisplayItems">
      <summary>
        <para>Gets or sets the maximum number of items displayed within a linear flow.</para>
      </summary>
      <value>An integer value specifying the maximum number of displayed items.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSiteMapControl.LevelProperties">
      <summary>
        <para>Gets a collection of objects that contain appearance settings for individual nesting levels of nodes displayed by the current site map control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LevelPropertiesCollection"/> object that represents a collection of hierarchy level settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSiteMapControl.MaximumDisplayLevels">
      <summary>
        <para>Gets or sets the number of nesting levels to render within the site map control.</para>
      </summary>
      <value>The number of nesting levels to render for the site map control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSiteMapControl.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="T:DevExpress.Web.ASPxSiteMapControlBase">
      <summary>
        <para>Represents the class that implements the base functionality of a site map control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxSiteMapControlBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxSiteMapControlBase"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxSiteMapControlBase.Categorized">
      <summary>
        <para>Gets or sets a value that specifies whether the site map data is displayed categorized based on the top level nodes.</para>
      </summary>
      <value>true if the site map data is displayed categorized; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSiteMapControlBase.ColumnCount">
      <summary>
        <para>Gets or sets the number of columns displayed within the site map control.</para>
      </summary>
      <value>An integer value representing the number of columns within the site map control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSiteMapControlBase.Columns">
      <summary>
        <para>Gets the collection of <see href="https://docs.devexpress.com/AspNet/8293/components/site-navigation-and-layout/site-map-control">columns</see> in the site map control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SiteMapColumnCollection"/> object which represents the collection of columns within the site map control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSiteMapControlBase.ColumnSeparatorStyle">
      <summary>
        <para>Gets an object responsible for the style settings of <see href="https://docs.devexpress.com/AspNet/8293/components/site-navigation-and-layout/site-map-control">column separators</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ColumnSeparatorStyle"/> object that specifies the style applied to column separators.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSiteMapControlBase.ColumnSeparatorTemplate">
      <summary>
        <para>Gets or sets a template used for displaying the content of all <see href="https://docs.devexpress.com/AspNet/8293/components/site-navigation-and-layout/site-map-control">column separators</see> within the site map control.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template used for displaying the content of column separators.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSiteMapControlBase.ColumnStyle">
      <summary>
        <para>Gets the style settings for all <see href="https://docs.devexpress.com/AspNet/8293/components/site-navigation-and-layout/site-map-control">columns</see> within the site map control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ColumnStyle"/> object that contains the style settings for the columns.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxSiteMapControlBase.FindControl(System.Web.SiteMapNode,System.String)">
      <summary>
        <para>Searches the current naming container’s specified node for a server control with the specified id parameter.</para>
      </summary>
      <param name="node">A <see cref="T:System.Web.SiteMapNode"/> object representing a node to search.</param>
      <param name="id">The identifier for the control to be found.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object representing the specified control, or the null reference (Nothing in Visual Basic) if the specified control does not exist.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxSiteMapControlBase.FlowLayoutLevel">
      <summary>
        <para>Gets or sets a value that specifies the hierarchy level whose nodes are displayed in a flow layout.</para>
      </summary>
      <value>An integer value specifying the required hierarchy level of nodes.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSiteMapControlBase.FlowLayoutTextLineHeight">
      <summary>
        <para>Gets or sets the height of lines which contain the nodes rendered using a flow layout.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the line height.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSiteMapControlBase.LinkStyle">
      <summary>
        <para>Gets an object that contains style settings to be applied to links in the site map control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LinkStyle"/> object that contains the style settings of links.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxSiteMapControlBase.NodeCommand">
      <summary>
        <para>Fires when a control contained within a templated node raises the Command event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxSiteMapControlBase.NodeTemplate">
      <summary>
        <para>Gets or sets a template used for displaying the content of all the site map nodes (at all hierarchy levels).</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template used for displaying the content of all the site map nodes.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSiteMapControlBase.NodeTextTemplate">
      <summary>
        <para>Gets or sets a template used for displaying the text content of all the site map nodes (at all hierarchy levels).</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template used for displaying the text content of all the site map nodes.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSiteMapControlBase.Paddings">
      <summary>
        <para>Gets the padding settings of the site map control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSiteMapControlBase.RepeatDirection">
      <summary>
        <para>Gets or sets the direction in which nodes are displayed within the site map control.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.RepeatDirection"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSiteMapControlBase.RootNodes">
      <summary>
        <para>Gets a collection of objects that represent the top-level nodes of the navigation structure for the site.</para>
      </summary>
      <value>A <see cref="T:System.Web.SiteMapNodeCollection"/> object representing a collection of the root nodes.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSiteMapControlBase.SpriteCssFilePath">
      <summary>
        <para>Gets or sets the path to a CSS file that defines the control’s <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> settings.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the required CSS file.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSiteMapControlBase.SpriteImageUrl">
      <summary>
        <para>Gets or sets the path to a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the sprite image.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxSiteMapDataSource">
      <summary>
        <para>Represents a data source control that can be used to bind web server controls to the hierarchical site map data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxSiteMapDataSource.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxSiteMapDataSource"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxSiteMapDataSource.EnableRoles">
      <summary>
        <para>Gets or sets a value indicating whether the ASP.NET role management feature is enabled.</para>
      </summary>
      <value>true if the ASP.NET role management feature is enabled; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxSiteMapDataSource.GetView(System.String)">
      <summary>
        <para>Returns a data list specified by name. For internal use only.</para>
      </summary>
      <param name="viewName">A string value that specifies the required data list’s name.</param>
      <returns>A <see cref="T:System.Web.UI.DataSourceView"/> object representing the required list of data.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxSiteMapDataSource.LoadFromFile(System.String)">
      <summary>
        <para>Loads the site map data from the specified file into the current data source.</para>
      </summary>
      <param name="siteMapFileName">A <see cref="T:System.String"/> value specifying the name of the file which contains the site map data to load.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxSiteMapDataSource.Provider">
      <summary>
        <para>Gets or sets a site map provider object associated with the data source control.</para>
      </summary>
      <value>A <see cref="T:System.Web.SiteMapProvider"/> object associated with the data source control; otherwise, if no provider is explicitly set, the default site map provider is returned.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxSiteMapDataSource.RenderControl(System.Web.UI.HtmlTextWriter)">
      <summary>
        <para>Delivers the content of the control to a specified HtmlTextWriter object. This method is intended for internal use.</para>
      </summary>
      <param name="writer">The <see cref="T:System.Web.UI.HtmlTextWriter"/> object that receives the control content.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxSiteMapDataSource.ShowStartingNode">
      <summary>
        <para>Gets or sets a value indicating whether the starting node is retrieved and displayed.</para>
      </summary>
      <value>true if the starting node is displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSiteMapDataSource.SiteMapFileName">
      <summary>
        <para>Gets or sets the path to the file that contains the site map data.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the path to the site map file.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSiteMapDataSource.SiteMapProvider">
      <summary>
        <para>Gets or sets the name of the site map provider that the data source binds to.</para>
      </summary>
      <value>The name of the site map provider that the <see cref="T:DevExpress.Web.ASPxSiteMapDataSource"/> object binds to. By default, the value is <see cref="F:System.String.Empty"/>, and the default site map provider for the site is used.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSiteMapDataSource.StartingNodeUrl">
      <summary>
        <para>Gets or sets a node in the site map that the data source then uses as a reference point to retrieve nodes from a hierarchical site map.</para>
      </summary>
      <value>The URL of a node in the site map. The <see cref="T:DevExpress.Web.ASPxSiteMapDataSource"/> retrieves the identified <see cref="T:System.Web.SiteMapNode"/> and any child nodes from the site map.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxSpinEdit">
      <summary>
        <para>Represents the spin edit control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxSpinEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxSpinEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxSpinEdit.AllowNull">
      <summary>
        <para>Gets or sets a value that specifies whether the spin editor allows null values to be entered.</para>
      </summary>
      <value>true if null values can be entered into the editor, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSpinEdit.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxSpinEdit"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SpinEditClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxSpinEdit"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSpinEdit.DecimalPlaces">
      <summary>
        <para>Gets or sets the number of decimal places to display for the numbers in the spin editor.</para>
      </summary>
      <value>An integer value that specifies the number of decimal places.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSpinEdit.Increment">
      <summary>
        <para>Gets or sets the value by which the spin editor’s value is changed when clicking a small increment/decrement spin button.</para>
      </summary>
      <value>A decimal value representing the increment for the spin editor.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSpinEdit.LargeDecrementButtonStyle">
      <summary>
        <para>Gets the style settings used to represent the editor’s large decrement spin button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SpinButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSpinEdit.LargeIncrement">
      <summary>
        <para>Gets or sets the amount by which the spin editor’s value is changed when clicking a large increment/decrement spin button.</para>
      </summary>
      <value>A Decimal value representing the large increment for the spin editor.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSpinEdit.LargeIncrementButtonStyle">
      <summary>
        <para>Gets the style settings used to represent the editor’s large increment spin button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SpinButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSpinEdit.MaxValue">
      <summary>
        <para>Gets or sets the maximum value of the editor.</para>
      </summary>
      <value>A Decimal value representing the maximum value of the editor.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSpinEdit.MinValue">
      <summary>
        <para>Gets or sets the editor’s minimum value.</para>
      </summary>
      <value>A Decimal value representing the minimum value of the spin editor.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSpinEdit.NullText">
      <summary>
        <para>Gets or sets the prompt text displayed within the editor’s input box when the editor is not focused and its value is null.</para>
      </summary>
      <value>A string value that specifies the prompt text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSpinEdit.Number">
      <summary>
        <para>Gets or sets the decimal representation of the spin editor’s <see cref="P:DevExpress.Web.ASPxSpinEdit.Value">ASPxSpinEdit.Value</see>.</para>
      </summary>
      <value>A decimal value representing the <see cref="P:DevExpress.Web.ASPxSpinEdit.Value">ASPxSpinEdit.Value</see> property of the spin editor.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxSpinEdit.NumberChanged">
      <summary>
        <para>Fires after the editor’s <see cref="P:DevExpress.Web.ASPxSpinEdit.Number">ASPxSpinEdit.Number</see> property has been changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxSpinEdit.NumberType">
      <summary>
        <para>Gets or sets a value that specifies whether a spin editor edits float or integer values.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SpinEditNumberType"/> enumeration value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSpinEdit.ShowOutOfRangeWarning">
      <summary>
        <para>Gets or sets a value that specifies whether a warning message is displayed when an end-user types a number that is out of the range specified by the <see cref="P:DevExpress.Web.ASPxSpinEdit.MinValue">ASPxSpinEdit.MinValue</see> and <see cref="P:DevExpress.Web.ASPxSpinEdit.MaxValue">ASPxSpinEdit.MaxValue</see> properties.</para>
      </summary>
      <value>true, if the message is displayed, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSpinEdit.SpinButtons">
      <summary>
        <para>Gets the settings of the editor’s spin buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SpinButtons"/> object that contains spin button settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSpinEdit.Text">
      <summary>
        <para>Gets or sets the text displayed within the editor’s edit box.</para>
      </summary>
      <value>The culture-dependent textual representation of the editor’s value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSpinEdit.Value">
      <summary>
        <para>Gets or sets the editor’s value.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> value representing the editor’s value.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxSpinEditBase">
      <summary>
        <para>Represents the base class for editors capable of displaying and editing text data using spin buttons.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxSpinEditBase.CustomButtonsPosition">
      <summary>
        <para>Specifies the position of custom control buttons relative to the input element.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.CustomButtonsPosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSpinEditBase.DecrementButtonStyle">
      <summary>
        <para>Gets the style settings which define the spin decrement button’s appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SpinButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSpinEditBase.IncrementButtonStyle">
      <summary>
        <para>Gets the style settings which define the increment button’s appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SpinButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxSpinEditBase.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxSpinEditBase.ValueChangedDelay">
      <summary>
        <para>Gets or sets the time interval between the time when an end-user starts changing the editor’s value, and the client <b>ASPxClientSpinEdit.NumberChanged</b> and <b>ASPxClientEdit.ValueChanged</b> events are raised.</para>
      </summary>
      <value>An integer value that specifies the delay, in milliseconds.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxSplitter">
      <summary>
        <para>Represents a splitter control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxSplitter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxSplitter"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxSplitter.AllowResize">
      <summary>
        <para>Gets or sets a value that specifies whether the control’s panes can be resized by end-users on the client side.</para>
      </summary>
      <value>true if control panes resizing is allowed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSplitter.ClientInstanceName">
      <summary>
        <para>Gets or sets the <see cref="T:DevExpress.Web.ASPxSplitter"/>‘s client programmatic identifier.</para>
      </summary>
      <value>A string value that specifies the <see cref="T:DevExpress.Web.ASPxSplitter"/>‘s client identifier.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxSplitter.ClientLayout">
      <summary>
        <para>Enables you to save and restore the previously saved layout of the ASPxSplitter.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxSplitter.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxSplitter"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SplitterClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxSplitter"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSplitter.ClientVisible">
      <summary>
        <para>Gets or sets a value that specifies the initial visibility state of a control on the client.</para>
      </summary>
      <value>true to make a control initially displayed on the client; false to render the control on the web page, but make it initially hidden on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSplitter.CssFilePath">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.ASPxSplitter"/> class. Use the <see cref="P:DevExpress.Web.StylesBase.CssFilePath">StylesBase.CssFilePath</see> property instead (which can be accessed through the <see cref="P:DevExpress.Web.ASPxSplitter.Styles">ASPxSplitter.Styles</see> property).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxSplitter.CssPostfix">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.ASPxSplitter"/> class. Use the <see cref="P:DevExpress.Web.StylesBase.CssPostfix">StylesBase.CssPostfix</see> property instead (which can be accessed through the <see cref="P:DevExpress.Web.ASPxSplitter.Styles">ASPxSplitter.Styles</see> property).</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxSplitter.CustomJSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxSplitter.DisabledStyle">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.ASPxSplitter"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxSplitter.EnableHierarchyRecreation">
      <summary>
        <para>Gets or sets a value that specifies whether the splitter control recreates the hierarchy of its child controls, to apply their programmatically defined settings.</para>
      </summary>
      <value>true if recreation of the control hierarchy is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSplitter.EncodeHtml">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.ASPxSplitter"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxSplitter.FullscreenMode">
      <summary>
        <para>Specifies whether the <see cref="T:DevExpress.Web.ASPxSplitter"/> control is used in full-screen mode.</para>
      </summary>
      <value>true, to enable full-screen mode; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxSplitter.GetPaneByName(System.String)">
      <summary>
        <para>Returns a pane object with the specified <see cref="P:DevExpress.Web.SplitterPane.Name">SplitterPane.Name</see> property value.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.SplitterPane.Name">SplitterPane.Name</see> property value of the required pane.</param>
      <returns>A <see cref="T:DevExpress.Web.SplitterPane"/> object with a specific value of the <see cref="P:DevExpress.Web.SplitterPane.Name">SplitterPane.Name</see> property.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxSplitter.GetPaneByPath(System.Int32[])">
      <summary>
        <para>Returns the splitter’s pane specified by its path within the <see cref="P:DevExpress.Web.ASPxSplitter.Panes">ASPxSplitter.Panes</see> collection.</para>
      </summary>
      <param name="path">An integer value specifying the pane’s path within the <see cref="P:DevExpress.Web.ASPxSplitter.Panes">ASPxSplitter.Panes</see> collection.</param>
      <returns>An <see cref="T:DevExpress.Web.SplitterPane"/> object representing the pane specified by its path.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxSplitter.GetPaneByStringPath(System.String,System.String)">
      <summary>
        <para>Returns the splitter’s pane specified by its path within the <see cref="P:DevExpress.Web.ASPxSplitter.Panes">ASPxSplitter.Panes</see> collection.</para>
      </summary>
      <param name="stringPath">A string value specifying the pane’s path within the <see cref="P:DevExpress.Web.ASPxSplitter.Panes">ASPxSplitter.Panes</see> collection.</param>
      <param name="pathSeparator">A string value specifying the separator of the path’s items.</param>
      <returns>An <see cref="T:DevExpress.Web.SplitterPane"/> object representing the pane specified by its path.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxSplitter.GetPaneByStringPath(System.String)">
      <summary>
        <para>Returns the splitter’s pane specified by its path within the <see cref="P:DevExpress.Web.ASPxSplitter.Panes">ASPxSplitter.Panes</see> collection.</para>
      </summary>
      <param name="stringPath">A string value specifying the pane’s path within the <see cref="P:DevExpress.Web.ASPxSplitter.Panes">ASPxSplitter.Panes</see> collection.</param>
      <returns>An <see cref="T:DevExpress.Web.SplitterPane"/> object representing the pane specified by its path.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxSplitter.Images">
      <summary>
        <para>Provides access to the settings that define images displayed within specific <see href="https://docs.devexpress.com/AspNet/7192/components/site-navigation-and-layout/splitter/visual-elements">visual elements</see> of the <see cref="T:DevExpress.Web.ASPxSplitter"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SplitterImages"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSplitter.Orientation">
      <summary>
        <para>Gets or sets the direction in which to render the panes within the splitter control.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.Orientation"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSplitter.PaneMinSize">
      <summary>
        <para>Gets or sets the minimum size of panes within the splitter control.</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.ASPxSplitter.Panes">
      <summary>
        <para>Gets a collection that contains the pane of the splitter’s root level.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SplitterPaneCollection"/> that contains the root level panes of the current splitter control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSplitter.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.ASPxSplitter.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.ASPxSplitter.SaveStateToCookies">
      <summary>
        <para>Gets or sets a value that specifies whether cookies are used to persist the visibility state and position of the splitter control’s panes.</para>
      </summary>
      <value>true if the pane’s position is persisted in cookies; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSplitter.SaveStateToCookiesID">
      <summary>
        <para>Gets or sets the name (identifier) of the cookie in which the splitter’s state is persisted.</para>
      </summary>
      <value>A string value specifying a cookie’s name.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSplitter.SeparatorSize">
      <summary>
        <para>Gets or sets the size of <see href="https://docs.devexpress.com/AspNet/7200/components/site-navigation-and-layout/splitter/visual-elements/separator">separators</see> within the ASPxSplitter.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that represents the size.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSplitter.SeparatorVisible">
      <summary>
        <para>Gets or sets a value specifying the visibility of separators within the <see cref="T:DevExpress.Web.ASPxSplitter"/> control.</para>
      </summary>
      <value>true if separators should be displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSplitter.ShowCollapseBackwardButton">
      <summary>
        <para>Gets or sets a value that specifies whether the <see href="https://docs.devexpress.com/AspNet/7202/components/site-navigation-and-layout/splitter/visual-elements/collapse-backward-button">collapse backward button</see> is displayed within the splitter’s <see href="https://docs.devexpress.com/AspNet/7200/components/site-navigation-and-layout/splitter/visual-elements/separator">separators</see>.</para>
      </summary>
      <value>true if collapse backward buttons are displayed within separators; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSplitter.ShowCollapseForwardButton">
      <summary>
        <para>Gets or sets a value that specifies whether the <see href="https://docs.devexpress.com/AspNet/7203/components/site-navigation-and-layout/splitter/visual-elements/collapse-forward-button">collapse forward button</see> is displayed within the splitter’s <see href="https://docs.devexpress.com/AspNet/7200/components/site-navigation-and-layout/splitter/visual-elements/separator">separators</see>.</para>
      </summary>
      <value>true if collapse froward buttons are displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSplitter.ShowSeparatorImage">
      <summary>
        <para>Gets or sets a value that specifies whether the <see href="https://docs.devexpress.com/AspNet/7201/components/site-navigation-and-layout/splitter/visual-elements/separator-image">separator image</see> is displayed within the splitter’s <see href="https://docs.devexpress.com/AspNet/7200/components/site-navigation-and-layout/splitter/visual-elements/separator">separators</see>.</para>
      </summary>
      <value>true if separator images are displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSplitter.Styles">
      <summary>
        <para>Provides access to the style settings that define the appearance of the ASPxSplitter‘s different <see href="https://docs.devexpress.com/AspNet/7192/components/site-navigation-and-layout/splitter/visual-elements">elements</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SplitterStyles"/> object that contains element style settings.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxStartCardEditingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxCardView.StartCardEditing">ASPxCardView.StartCardEditing</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxStartCardEditingEventArgs.#ctor(System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxStartCardEditingEventArgs"/> class.</para>
      </summary>
      <param name="editingKeyValue">The card visible index.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxStartCardEditingEventArgs.EditingKeyValue">
      <summary>
        <para>Gets the processed card’s key value.</para>
      </summary>
      <value>An object that uniquely identifies the processed card.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxStartCardEditingEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxCardView.StartCardEditing">ASPxCardView.StartCardEditing</see> event.</para>
      </summary>
      <param name="sender">The event sender.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxStartCardEditingEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxStartItemEditingEventArgs">
      <summary>
        <para>Serves as a base for classes that provide data for data item editing events of grid-like controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxStartItemEditingEventArgs.#ctor(System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxStartItemEditingEventArgs"/> class.</para>
      </summary>
      <param name="editingKeyValue">An <see cref="T:System.Object"/> that uniquely identifies the processed element (row or card).</param>
    </member>
    <member name="T:DevExpress.Web.ASPxStaticEdit">
      <summary>
        <para>Represents the base class for static editors which do not allow their values to be changed by end users.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxStaticEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxStaticEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxStaticEdit.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.ASPxStaticEdit.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxStaticEdit"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.StaticEditClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxStaticEdit"/>.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxStaticEdit.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxStyleSheetManager">
      <summary>
        <para>A style sheet manager component.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxStyleSheetManager.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxStyleSheetManager"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxStyleSheetManager.Active">
      <summary>
        <para>Returns a value determining whether an ASPxStyleSheetManager component is on the page.</para>
      </summary>
      <value>true, if an ASPxStyleSheetManager is on the page; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxStyleSheetManager.Items">
      <summary>
        <para>Gets the collection of items within the <see cref="T:DevExpress.Web.ASPxStyleSheetManager"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.StyleSheetCollection"/> object that is the collection of all the items within the <see cref="T:DevExpress.Web.ASPxStyleSheetManager"/>.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxSummaryItem">
      <summary>
        <para>Represents a summary item.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxSummaryItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxSummaryItem"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxSummaryItem.#ctor(System.String,DevExpress.Data.SummaryItemType)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxSummaryItem"/> class with the specified settings.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the data source field whose values are used for summary calculation. This value is assigned to the <see cref="P:DevExpress.Web.ASPxSummaryItemBase.FieldName">ASPxSummaryItemBase.FieldName</see> property.</param>
      <param name="summaryType">A <see cref="T:DevExpress.Data.SummaryItemType"/> enumeration value that specifies the aggregate function type. This value is assigned to the <see cref="P:DevExpress.Web.ASPxSummaryItemBase.SummaryType">ASPxSummaryItemBase.SummaryType</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxSummaryItem.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.ASPxSummaryItem.GetGroupFooterDisplayText(DevExpress.Web.GridViewColumn,System.Object)">
      <summary>
        <para>Formats the specified value according to the current total summary item’s format settings, when the summary is displayed within group row footers.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewColumn"/>object that specifies the column, the values of which are aggregated by the summary.</param>
      <param name="value">An object that is the summary value.</param>
      <returns>A <see cref="T:System.String"/> value that is the summary display text.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxSummaryItem.GetGroupRowDisplayText(DevExpress.Web.GridViewColumn,System.Object)">
      <summary>
        <para>Formats the specified value according to the current group row summary item’s format settings.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewColumn"/>object that specifies the column, the values of which are aggregated by the summary.</param>
      <param name="value">An object that is the summary value.</param>
      <returns>A <see cref="T:System.String"/> value that is the summary display text.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxSummaryItem.GetTotalFooterDisplayText(DevExpress.Web.GridViewColumn,System.Object)">
      <summary>
        <para>Formats the specified value according to the current total summary item’s format settings, when the summary is displayed within the grid’s footer.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewColumn"/>object that specifies the column, the values of which are aggregated by the summary.</param>
      <param name="value">An object that is the summary value.</param>
      <returns>A <see cref="T:System.String"/> value that is the summary display text.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxSummaryItem.ShowInColumn">
      <summary>
        <para>Gets or sets a value that specifies a column in which <see href="https://docs.devexpress.com/AspNet/3675/components/grid-view/visual-elements/footer">footer</see> (for total summary) or <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group row</see>/<see href="https://docs.devexpress.com/AspNet/3815/components/grid-view/visual-elements/group-footer">group footer</see> (for group summary) the summary will be displayed.</para>
      </summary>
      <value>A string value that identifies the data column within the ASPxGridView by its unique identifier name (<see cref="P:DevExpress.Web.WebColumnBase.Name">WebColumnBase.Name</see>), the name of the data source field to which it is bound (<see cref="P:DevExpress.Web.GridViewDataColumn.FieldName">GridViewDataColumn.FieldName</see>), or its caption (<see cref="P:DevExpress.Web.WebColumnBase.Caption">WebColumnBase.Caption</see>).</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSummaryItem.ShowInGroupFooterColumn">
      <summary>
        <para>Specifies a column to display <see href="https://docs.devexpress.com/AspNet/3758/components/grid-view/concepts/use-data-summaries/group-summary">group summaries</see> in its <see href="https://docs.devexpress.com/AspNet/3815/components/grid-view/visual-elements/group-footer">group footer</see> cells.</para>
      </summary>
      <value>A column’s <see cref="P:DevExpress.Web.WebColumnBase.Name">name</see>, <see cref="P:DevExpress.Web.GridViewDataColumn.FieldName">field name</see>, or <see cref="P:DevExpress.Web.WebColumnBase.Caption">caption</see>.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxSummaryItemBase">
      <summary>
        <para>Serves as a base class for the <see cref="T:DevExpress.Web.ASPxCardViewSummaryItem"/>, <see cref="T:DevExpress.Web.ASPxSummaryItem"/>, and <see cref="T:DevExpress.Web.ASPxVerticalGridSummaryItem"/> classes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxSummaryItemBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxSummaryItemBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxSummaryItemBase.#ctor(System.String,DevExpress.Data.SummaryItemType)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxSummaryItemBase"/> class with the specified settings.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the data source field whose values are used for summary calculation.</param>
      <param name="summaryType">A <see cref="T:DevExpress.Data.SummaryItemType"/> enumeration value that specifies the aggregate function type.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxSummaryItemBase.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings from the specified item 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="P:DevExpress.Web.ASPxSummaryItemBase.DisplayFormat">
      <summary>
        <para>Gets or sets the pattern specifying the display format for the summary item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSummaryItemBase.FieldName">
      <summary>
        <para>Gets or sets the name of a data source 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 source field.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSummaryItemBase.SummaryType">
      <summary>
        <para>Gets or sets the aggregate function type.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Data.SummaryItemType"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSummaryItemBase.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="P:DevExpress.Web.ASPxSummaryItemBase.ValueDisplayFormat">
      <summary>
        <para>Gets or sets the pattern specifying the display format for the calculated summary value.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSummaryItemBase.Visible">
      <summary>
        <para>Gets or sets a value specifying the visibility of the current summary item.</para>
      </summary>
      <value>true if the item is visible; otherwise false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxSummaryItemCollection">
      <summary>
        <para>Represents a collection of summary items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxSummaryItemCollection.Add(DevExpress.Data.SummaryItemType,System.String)">
      <summary>
        <para>Adds a new summary item with the specified settings to the collection.</para>
      </summary>
      <param name="summaryType">A <see cref="T:DevExpress.Data.SummaryItemType"/> enumeration value that specifies the aggregate function type. This value is assigned to the <see cref="P:DevExpress.Web.ASPxSummaryItemBase.SummaryType">ASPxSummaryItemBase.SummaryType</see> property.</param>
      <param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the data source field whose values are used for summary calculation. This value is assigned to the <see cref="P:DevExpress.Web.ASPxSummaryItemBase.FieldName">ASPxSummaryItemBase.FieldName</see> property.</param>
      <returns>An <see cref="T:DevExpress.Web.ASPxSummaryItem"/> object that represents the new summary item.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxSummaryItemCollection.Item(System.String,DevExpress.Data.SummaryItemType)">
      <summary>
        <para>Returns a summary item of the specified aggregate function type and associated with the specified data source field.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the data source field whose values are used for summary calculation.</param>
      <param name="summaryType">A <see cref="T:DevExpress.Data.SummaryItemType"/> enumeration value that specifies the aggregate function type.</param>
      <value>An <see cref="T:DevExpress.Web.ASPxSummaryItem"/> object  that represents the required summary item.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxSummaryItemCollection.Item(System.String)">
      <summary>
        <para>Returns a summary item associated with the specified data source field.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the data source field whose values are used for summary calculation.</param>
      <value>An <see cref="T:DevExpress.Web.ASPxSummaryItem"/> object  that represents the summary item associated with the specified data source field.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTabControl">
      <summary>
        <para>Represents a navigation control used to create tabbed interfaces.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTabControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTabControl"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControl.ActivateTabAction">
      <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.ASPxTabControl.ActiveTab">
      <summary>
        <para>Gets or sets the active tab within the <see cref="T:DevExpress.Web.ASPxTabControl"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Tab"/> object representing the selected tab.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControl.ActiveTabImageUrlField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’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.ASPxTabControl.ActiveTabTemplate">
      <summary>
        <para>Gets or sets a common template used for displaying the content of an active tab within the current tab control.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControl.LinkStyle">
      <summary>
        <para>Gets an object that contains style settings to be applied to links in a tab control.</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.ASPxTabControl.NameField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’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.ASPxTabControl.NavigateUrlField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’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.ASPxTabControl.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="P:DevExpress.Web.ASPxTabControl.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.ASPxTabControl.SyncSelectionWithCurrentPath">
      <summary>
        <para>Gets or sets whether the menu item, whose navigation location points to the currently browsed web page, is automatically selected.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTabControl.TabDataBound">
      <summary>
        <para>Occurs after a tab has been bound to a data source.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControl.TabImageUrlField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’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.ASPxTabControl.Tabs">
      <summary>
        <para>Gets the collection of tabs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TabCollection"/> object representing the collection of the tab control’s tabs.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControl.TabTemplate">
      <summary>
        <para>Gets or sets a common template used for displaying the content of all tabs within the current tab control.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControl.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.ASPxTabControl.TextField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’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.ASPxTabControl.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.ASPxTabControl.ToolTipField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’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.ASPxTabControlBase">
      <summary>
        <para>Represents the base class for tab controls of the <see cref="T:DevExpress.Web.ASPxTabControl"/> and <see cref="T:DevExpress.Web.ASPxPageControl"/> types.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTabControlBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTabControlBase"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControlBase.AccessibilityCompliant">
      <summary>
        <para>Enables accessibility support.</para>
      </summary>
      <value>true, if accessibility support is enabled; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxTabControlBase.ActiveTabChanged">
      <summary>
        <para>Fires on the server side after the active tab has been changed within a tab control.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTabControlBase.ActiveTabChanging">
      <summary>
        <para>Fires on the server side before the active tab is changed within a tab control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControlBase.ActiveTabImage">
      <summary>
        <para>Gets the settings of a tab image which is displayed within the active tab.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TabImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControlBase.ActiveTabIndex">
      <summary>
        <para>Gets or sets the index of a tab (tabbed page) which is selected within the control.</para>
      </summary>
      <value>An integer value specifying the index of an active tab (tabbed page) within the control’s <see cref="P:DevExpress.Web.ASPxTabControl.Tabs">ASPxTabControl.Tabs</see> (<see cref="P:DevExpress.Web.ASPxPageControl.TabPages">ASPxPageControl.TabPages</see>) collection.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControlBase.ActiveTabStyle">
      <summary>
        <para>Gets the style settings for the active tab within a tab control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TabStyle"/> object that contains the style settings for the active tab.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControlBase.ActiveTabTemplate">
      <summary>
        <para>Gets or sets a common template used for displaying the content of an active tab within the current control.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControlBase.ActiveTabTextTemplate">
      <summary>
        <para>Gets or sets a common template used for displaying the text content of an active tab within the current tab control.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControlBase.AutoPostBack">
      <summary>
        <para>Gets or sets a value that specifies whether server-side processing is required for specific predefined user actions.</para>
      </summary>
      <value>true, if server-side processing is required, otherwise, false.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxTabControlBase.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>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControlBase.ClientInstanceName">
      <summary>
        <para>Gets or sets the <see cref="T:DevExpress.Web.ASPxTabControlBase"/>‘s client programmatic identifier.</para>
      </summary>
      <value>A string value that specifies the <see cref="T:DevExpress.Web.ASPxTabControlBase"/>‘s client identifier.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControlBase.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to a tab control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TabControlClientSideEvents"/> object which allows you to assign handlers to the client-side events available to the tab control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControlBase.ClientVisible">
      <summary>
        <para>Gets or sets a value that specifies the initial visibility state of a web control on the client.</para>
      </summary>
      <value>true to make a web control initially displayed on the client; false to render the control into the web page, but make it initially hidden on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControlBase.ContentStyle">
      <summary>
        <para>Gets the style settings for the client region of the tabbed content which corresponds to the active tab.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ContentStyle"/> object that contains specific style settings.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxTabControlBase.CustomJSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControlBase.EnableClientSideAPI">
      <summary>
        <para>Gets or sets a value that specifies whether the tab control can be manipulated on the client side via code.</para>
      </summary>
      <value>true if the tab control’s client object model is fully available; false if no programmatic interface is available for the tab control on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControlBase.EnableHotTrack">
      <summary>
        <para>Gets or sets a value that specifies whether <see href="https://docs.devexpress.com/AspNet/10034/components/site-navigation-and-layout/page-control-and-tab-control/visual-elements">tabs</see> 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.ASPxTabControlBase.EnableTabScrolling">
      <summary>
        <para>Gets or sets a value indicating whether scrolling tabs within the tab header is enabled within a tab control.</para>
      </summary>
      <value>true if scrolling is enabled; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTabControlBase.FindControl(System.String)">
      <summary>
        <para>Searches the current naming container for a server control with the specified id parameter.</para>
      </summary>
      <param name="id">The identifier for the control to be found.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object representing the specified control, or the null reference (Nothing in Visual Basic) if the specified control does not exist.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxTabControlBase.HasVisibleTabs">
      <summary>
        <para>Returns a value that indicates whether a tab control contains any visible tab.</para>
      </summary>
      <returns>true if a tab control contains any visible tab; false if there are no visible tabs within the tab control (or there are no tabs at all).</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControlBase.ImageFolder">
      <summary>
        <para>Gets or sets the path to the folder that contains images used by the control.</para>
      </summary>
      <value>A string value specifying the root path of all the images used by the control.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTabControlBase.IsClientSideAPIEnabled">
      <summary>
        <para>For internal use only.</para>
        <para>Returns a value that indicates whether a specific programmatic interface (in particular, specific JavaScript objects and methods) are available to the control on the client side.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControlBase.JSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
      <value>The collection of property names and their values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControlBase.Paddings">
      <summary>
        <para>Gets the padding settings of a tab control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControlBase.RenderMode">
      <summary>
        <para>Gets or sets a value that specifies the render mode of the tab control elements.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControlBase.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.ASPxTabControlBase.ScrollButtonsIndent">
      <summary>
        <para>Gets or sets the amount of space between a <see href="https://docs.devexpress.com/AspNet/9089/components/site-navigation-and-layout/page-control-and-tab-control/visual-elements/scroll-button">scroll button</see> and tabs.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControlBase.ScrollButtonSpacing">
      <summary>
        <para>Gets or sets the spacing between the <see href="https://docs.devexpress.com/AspNet/9089/components/site-navigation-and-layout/page-control-and-tab-control/visual-elements/scroll-button">scroll buttons</see> within the tab header.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControlBase.ScrollButtonStyle">
      <summary>
        <para>Gets the style settings that define the appearance of <see href="https://docs.devexpress.com/AspNet/9089/components/site-navigation-and-layout/page-control-and-tab-control/visual-elements/scroll-button">scroll buttons</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControlBase.ScrollLeftButtonImage">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/9089/components/site-navigation-and-layout/page-control-and-tab-control/visual-elements/scroll-button">scroll left button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControlBase.ScrollRightButtonImage">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/9089/components/site-navigation-and-layout/page-control-and-tab-control/visual-elements/scroll-button">scroll right button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControlBase.SpaceAfterTabsTemplate">
      <summary>
        <para>Gets or sets a template, used for rendering the space after tabs.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControlBase.SpaceAfterTabsTemplateStyle">
      <summary>
        <para>Gets the style settings that define the appearance of the space after tabs template.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SpaceTabTemplateStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControlBase.SpaceBeforeTabsTemplate">
      <summary>
        <para>Gets or sets a template, used for rendering the space before tabs.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControlBase.SpaceBeforeTabsTemplateStyle">
      <summary>
        <para>Gets the style settings, that define an appearance of the space before tabs template.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SpaceTabTemplateStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControlBase.SpriteCssFilePath">
      <summary>
        <para>Gets or sets the path to a CSS file that defines the control’s <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> settings.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the required CSS file.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControlBase.SpriteImageUrl">
      <summary>
        <para>Gets or sets the path to a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the sprite image.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControlBase.TabAlign">
      <summary>
        <para>Gets or sets the alignment of tabs along the control’s side specified by the <see cref="P:DevExpress.Web.ASPxTabControlBase.TabPosition">ASPxTabControlBase.TabPosition</see> property.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.TabAlign"/> enumeration values.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxTabControlBase.TabClick">
      <summary>
        <para>Fires when a tab is clicked.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTabControlBase.TabCommand">
      <summary>
        <para>Fires when a control contained within a templated tab raises the Command event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControlBase.TabImage">
      <summary>
        <para>Gets the image settings displayed by all the tabs within the control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TabImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControlBase.TabPosition">
      <summary>
        <para>Gets or sets the position of tabs within the current control.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.TabPosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControlBase.TabSpacing">
      <summary>
        <para>Gets or sets the amount of space between the tabs within the current control.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControlBase.TabStyle">
      <summary>
        <para>Gets the style settings for all tabs within a tab control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TabStyle"/> object that contains the style settings for the tabs.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControlBase.TabTemplate">
      <summary>
        <para>Gets or sets a common template used to display the content of all the tabs within the current control.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTabControlBase.TabTextTemplate">
      <summary>
        <para>Gets or sets a common template used to display the text content of all the tabs within the current control.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTextBox">
      <summary>
        <para>A text box editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTextBox.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTextBox"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTextBox.AccessibilityCompliant">
      <summary>
        <para>Enables accessibility support.</para>
      </summary>
      <value>true, if accessibility support is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTextBox.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxTextBox"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TextBoxClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxTextBox"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTextBox.MaskHintStyle">
      <summary>
        <para>Gets the style settings that define the appearance of the editor’s mask hint.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MaskHintStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTextBox.MaskSettings">
      <summary>
        <para>Gets the editor’s mask settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MaskSettings"/> object that contains the mask settings of the editor.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTextBox.Native">
      <summary>
        <para>Gets or sets a value specifying whether the <see cref="T:DevExpress.Web.ASPxTextBox"/> control is rendered as a native HTML text box.</para>
      </summary>
      <value>true if a text box editor is rendered as a standard HTML text box; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTextBox.NullText">
      <summary>
        <para>Gets or sets the prompt text displayed within the editor’s input box when the editor is not focused and its value is null.</para>
      </summary>
      <value>A string value that specifies the prompt text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTextBox.Size">
      <summary>
        <para>Gets or sets the editor’s display width in characters.</para>
      </summary>
      <value>An integer value specifying the editor’s display width, in characters.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTextBox.Width">
      <summary>
        <para>Gets or sets the editor’s width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the edior’s width.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTextBoxBase">
      <summary>
        <para>Represents the base class for editors capable of displaying and editing text data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTextBoxBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTextBoxBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTextBoxBase.AccessibilityLabelText">
      <summary>
        <para>Specifies the editor’s label text for a screen reader.</para>
      </summary>
      <value>The text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTextBoxBase.AutoCompleteType">
      <summary>
        <para>Gets or sets a value that indicates the editor’s AutoComplete behavior.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.AutoCompleteType"/> enumeration values, indicating the AutoComplete behavior for the editor.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTextBoxBase.EncodeHtml">
      <summary>
        <para>Gets or sets a value that specifies whether the editor’s element content is rendered as pure HTML, or HTML markers are stripped out.</para>
      </summary>
      <value>true if the HTML code contained within the editor’s element content is not executed and is converted into the corresponding text for display purposes, false if the editor’s elements content can contain pure HTML code.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTextBoxBase.MaxLength">
      <summary>
        <para>Gets or sets the maximum number of characters an end user can enter into the editor.</para>
      </summary>
      <value>A positive integer specifying the maximum number of characters end users can enter. 0 to disable the length limit on the text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTextBoxBase.Password">
      <summary>
        <para>Gets or sets a value that specifies whether the input is treated as a password and all characters entered into the editor are masked.</para>
      </summary>
      <value>true if the editor’s characters are masked; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTextEdit">
      <summary>
        <para>Represents the base class for editors capable of displaying and editing text data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTextEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTextEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTextEdit.AutoResizeWithContainer">
      <summary>
        <para>Gets or sets a value that specifies whether the editor, whose width is a percentage value, can be resized automatically when the width of its resizable container changes.</para>
      </summary>
      <value>true to enable the editor’s automatic resizing feature; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTextEdit.DisplayFormatString">
      <summary>
        <para>Gets or sets the pattern used to format the editor’s value for display purposes.</para>
      </summary>
      <value>Represents the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTextEdit.Height">
      <summary>
        <para>Gets or sets the editor’s height.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the editor’s height.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTextEdit.HelpText">
      <summary>
        <para>Gets or sets the current editor help text.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text content of the editor’s help text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTextEdit.HelpTextSettings">
      <summary>
        <para>Provides access to the help text settings within the editor.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TextEditHelpTextSettings"/> object containing the help text properties.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTextEdit.HelpTextStyle">
      <summary>
        <para>Gets the style settings that define the help text appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HelpTextStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTextEdit.NullTextDisplayMode">
      <summary>
        <para>Specifies when the null text is visible in the editor.</para>
      </summary>
      <value>The null text display mode.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTextEdit.NullTextStyle">
      <summary>
        <para>Gets the style settings for the editor’s edit box and prompt text, when the editor is not focused and its text is null.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.EditorDecorationStyle"/> object that contains style settings.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTextEdit.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTextEdit.RegisterStyleSheets">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTextEdit.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.ASPxTextEdit.SelectInputTextOnClick">
      <summary>
        <para>Specifies whether to select all text within the editor when it is focused.</para>
      </summary>
      <value>true to select all text within the editor on focus; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTextEdit.Text">
      <summary>
        <para>Gets or sets the text displayed within the editor.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value representing the text within the editor.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxTextEdit.TextChanged">
      <summary>
        <para>Fires when the control accepts the new text value entered by a user.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTextEdit.Width">
      <summary>
        <para>Gets or sets the editor’s width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the edior’s width.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTimeEdit">
      <summary>
        <para>Represents an editor capable of displaying and editing time values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTimeEdit.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTimeEdit"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTimeEdit.AllowNull">
      <summary>
        <para>Gets or sets a value that specifies whether the time editor allows a null value to be entered.</para>
      </summary>
      <value>true, if null value can be entered into the editor, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTimeEdit.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the editor.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TimeEditClientSideEvents"/> object which allows assigning handlers to the client-side events available to the editor.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxTimeEdit.DateChanged">
      <summary>
        <para>Fires after the selected date has been changed within the time editor.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ASPxTimeEdit.DateChangedEvent">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTimeEdit.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.ASPxTimeEdit.EditFormat">
      <summary>
        <para>Gets or sets the edit format for a time editor’s value.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.EditFormat"/> enumeration value that specifies the edit format.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTimeEdit.EditFormatString">
      <summary>
        <para>Gets or sets the pattern used to format the editor’s edited value displayed within the edit box.</para>
      </summary>
      <value>A string representing the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTimeEdit.NullText">
      <summary>
        <para>Gets or sets the prompt text displayed within the editor’s input box when the editor is not focused and its value is null.</para>
      </summary>
      <value>A string value that specifies the prompt text.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTimeEdit.OnDateChanged(System.EventArgs)">
      <summary>
        <para>Allows you to provide a custom handler for the <see cref="E:DevExpress.Web.ASPxTimeEdit.DateChanged">ASPxTimeEdit.DateChanged</see> event of the <see cref="T:DevExpress.Web.ASPxTimeEdit"/> control.</para>
      </summary>
      <param name="e">A System.EventArgs object containing event data.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTimeEdit.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTimeEdit.SpinButtons">
      <summary>
        <para>Gets the settings of the editor’s spin buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SimpleSpinButtons"/> object that contains spin button settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTimeEdit.Text">
      <summary>
        <para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.</para>
      </summary>
      <value>A string value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTimeEdit.Value">
      <summary>
        <para>Gets or sets the editor’s value.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> value representing the editor’s edited value.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTimer">
      <summary>
        <para>Represents a timer.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTimer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTimer"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTimer.ClientInstanceName">
      <summary>
        <para>Gets or sets the <see cref="T:DevExpress.Web.ASPxTimer"/>‘s client programmatic identifier.</para>
      </summary>
      <value>A string value that specifies the <see cref="T:DevExpress.Web.ASPxTimer"/>‘s client identifier.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTimer.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxTimer"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TimerClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxTimer"/>.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxTimer.CustomJSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTimer.EnableClientSideAPI">
      <summary>
        <para>Gets or sets a value that specifies whether the timer control can be manipulated on the client side via code.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTimer.Enabled">
      <summary>
        <para>Gets or sets a value indicating whether a web control is enabled.</para>
      </summary>
      <value>true if a web control is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTimer.Interval">
      <summary>
        <para>Gets or sets the time before the <see cref="E:DevExpress.Web.ASPxTimer.Tick">ASPxTimer.Tick</see> event is raised relative to the last occurrence of the <see cref="E:DevExpress.Web.ASPxTimer.Tick">ASPxTimer.Tick</see> event.</para>
      </summary>
      <value>An integer value that specifies the number of milliseconds before the Tick event is raised relative to the last occurrence of the Tick event. The value cannot be less than one.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTimer.JSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
      <value>The collection of property names and their values.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxTimer.Tick">
      <summary>
        <para>Occurs when the specified timer interval has elapsed, and the timer is enabled.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxTitleIndex">
      <summary>
        <para>Represents an ASPxTitleIndex server control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTitleIndex.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTitleIndex"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.AccessibilityCompliant">
      <summary>
        <para>Enables accessibility support.</para>
      </summary>
      <value>true, if accessibility support is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.BackToTopImage">
      <summary>
        <para>Gets the settings of an image that when clicked, navigates an end-user to the top of the page.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.BackToTopSpacing">
      <summary>
        <para>Gets or sets the distance between the Back to top link and a group (or category).</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.BackToTopStyle">
      <summary>
        <para>Gets the style settings used to paint the links that when clicked, navigate an end-user to the top of the page.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BackToTopStyle"/> object that contains style settings used to paint the Back to top link.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.BackToTopText">
      <summary>
        <para>Gets or sets the text of the link that when clicked, navigates an end-user to the top of the page.</para>
      </summary>
      <value>A string value that specifies the text of the link that when clicked, navigates an end-user to the top of the page.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.Categorized">
      <summary>
        <para>Gets or sets whether <see href="https://docs.devexpress.com/AspNet/3628/components/site-navigation-and-layout/title-index/visual-elements/data-item">items</see> are displayed within categories.</para>
      </summary>
      <value>true to represent data in categories; false, to represent data in <see href="https://docs.devexpress.com/AspNet/3624/components/site-navigation-and-layout/title-index/visual-elements/group">groups</see>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.ClientInstanceName">
      <summary>
        <para>Gets or sets the <see cref="T:DevExpress.Web.ASPxTitleIndex"/>‘s client programmatic identifier.</para>
      </summary>
      <value>A string value that specifies the <see cref="T:DevExpress.Web.ASPxTitleIndex"/>‘s client identifier.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxTitleIndex"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TitleIndexClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxTitleIndex"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.ClientVisible">
      <summary>
        <para>Gets or sets a value that specifies the initial visibility state of a web control on the client.</para>
      </summary>
      <value>true to make a web control initially displayed on the client; false to render the control into the web page, but make it initially hidden on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.ColumnCount">
      <summary>
        <para>Gets or sets the number of columns within the <see cref="P:DevExpress.Web.ASPxTitleIndex.Columns">ASPxTitleIndex.Columns</see> collection.</para>
      </summary>
      <value>An integer value that specifies the number of columns.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.Columns">
      <summary>
        <para>Gets the collection of <see href="https://docs.devexpress.com/AspNet/3620/components/site-navigation-and-layout/title-index/visual-elements/column">columns</see> in the control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TitleIndexColumnCollection"/> object which represents the collection of the control’s columns.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.ColumnSeparatorStyle">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3621/components/site-navigation-and-layout/title-index/visual-elements/column-separator">column separators</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ColumnSeparatorStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.ColumnSeparatorTemplate">
      <summary>
        <para>Gets or sets a template used for displaying the content of all <see href="https://docs.devexpress.com/AspNet/3621/components/site-navigation-and-layout/title-index/visual-elements/column-separator">column separators</see> within the <see cref="T:DevExpress.Web.ASPxTitleIndex"/> control.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface and contains the template used for displaying the content of column separators.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.ColumnStyle">
      <summary>
        <para>Gets the style settings for all <see href="https://docs.devexpress.com/AspNet/3620/components/site-navigation-and-layout/title-index/visual-elements/column">columns</see> within the control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ColumnStyle"/> object that contains the style settings for the columns.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxTitleIndex.CustomJSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.DescriptionField">
      <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.ASPxTitleIndex.EnableCallbackAnimation">
      <summary>
        <para>Gets or sets a value that specifies whether a specific animation effect is used when a control’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.ASPxTitleIndex.EnableCallbackCompression">
      <summary>
        <para>Gets or sets whether callback result compression is enabled.</para>
      </summary>
      <value>true to enable callback result compression; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.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="P:DevExpress.Web.ASPxTitleIndex.FilterBox">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/AspNet/3617/components/site-navigation-and-layout/title-index/visual-elements/filter-box">filter box</see> settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FilterBox"/> object that represents the filter box.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.FilterBoxEditStyle">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3618/components/site-navigation-and-layout/title-index/visual-elements/filter-box-editor">Filter Box Editor</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FilterBoxEditorStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.FilterBoxInfoTextStyle">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3619/components/site-navigation-and-layout/title-index/visual-elements/filter-box-info-text">Filter Box Info Text</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FilterBoxInfoTextStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.FilterBoxSpacing">
      <summary>
        <para>Gets or sets the vertical spacing between the <see href="https://docs.devexpress.com/AspNet/3617/components/site-navigation-and-layout/title-index/visual-elements/filter-box">filter box</see>‘s boundary and the boundary of the adjacent contents (such as <see href="https://docs.devexpress.com/AspNet/3624/components/site-navigation-and-layout/title-index/visual-elements/group">groups</see> or categories, for instance) within the <see cref="T:DevExpress.Web.ASPxTitleIndex"/> control.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.FilterBoxStyle">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3617/components/site-navigation-and-layout/title-index/visual-elements/filter-box">Filter Box</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FilterBoxStyle"/>  object that contains style settings.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTitleIndex.FindControl(DevExpress.Web.TitleIndexItem,System.String)">
      <summary>
        <para>Searches the current naming container’s specified item for a server control with the specified id parameter.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.TitleIndexItem"/> object representing an item to search for.</param>
      <param name="id">The identifier for the control to be found.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object representing the specified control, or the null reference (Nothing in Visual Basic) if the specified control does not exist.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxTitleIndex.FindControl(System.Object,System.String)">
      <summary>
        <para>Searches the current naming container’s specified group header for a server control with the specified id parameter.</para>
      </summary>
      <param name="groupValue">A <see cref="T:System.Web.SiteMapNode"/> object representing the value of the group whose header is searched.</param>
      <param name="id">The identifier for the control being sought.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object representing the specified control, or the null reference (Nothing in Visual Basic) if the specified control does not exist.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxTitleIndex.GetGroupItemCount(System.Object)">
      <summary>
        <para>Returns the number of <see href="https://docs.devexpress.com/AspNet/3628/components/site-navigation-and-layout/title-index/visual-elements/data-item">data items</see> contained within a specific <see href="https://docs.devexpress.com/AspNet/3624/components/site-navigation-and-layout/title-index/visual-elements/group">group</see>.</para>
      </summary>
      <param name="groupValue">A <see cref="T:System.Object"/> value that specifies the required group’s grouping value (for example, this can be the <see cref="P:DevExpress.Web.TitleIndexItem.GroupValue">TitleIndexItem.GroupValue</see> property value of the group’s data items).</param>
      <returns>An integer value that represents the total number of data items contained within the specified group.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.GroupContentStyle">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3623/components/site-navigation-and-layout/title-index/visual-elements/group-content">content</see> of groups.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TitleIndexGroupContentStyle"/> object that contains style settings.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxTitleIndex.GroupHeaderCommand">
      <summary>
        <para>Fires when a control contained within a templated <see href="https://docs.devexpress.com/AspNet/3622/components/site-navigation-and-layout/title-index/visual-elements/group-header">group header</see> raises the Command event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.GroupHeaderFormatString">
      <summary>
        <para>Gets or sets the pattern used to format texts displayed within <see href="https://docs.devexpress.com/AspNet/3622/components/site-navigation-and-layout/title-index/visual-elements/group-header">group headers</see>.</para>
      </summary>
      <value>A string value that represents the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.GroupHeaderStyle">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3622/components/site-navigation-and-layout/title-index/visual-elements/group-header">group headers</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TitleIndexGroupHeaderStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.GroupHeaderTemplate">
      <summary>
        <para>Gets or sets a template used for displaying the content of all <see href="https://docs.devexpress.com/AspNet/3622/components/site-navigation-and-layout/title-index/visual-elements/group-header">group headers</see> within the <see cref="T:DevExpress.Web.ASPxTitleIndex"/> control.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface and contains the template to display the content of all group headers within the control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.GroupHeaderTextStyle">
      <summary>
        <para>Gets the style settings used to paint the text within <see href="https://docs.devexpress.com/AspNet/3622/components/site-navigation-and-layout/title-index/visual-elements/group-header">group headers</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TitleIndexGroupHeaderStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.GroupingField">
      <summary>
        <para>Gets or sets the data source field which provides values used to group items.</para>
      </summary>
      <value>A string value that specifies the name of the data source field which contains grouping values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.GroupSpacing">
      <summary>
        <para>Gets or sets the vertical spacing between the <see href="https://docs.devexpress.com/AspNet/3624/components/site-navigation-and-layout/title-index/visual-elements/group">groups</see> in the control.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.ImageFolder">
      <summary>
        <para>Gets or sets the path to the folder that contains images used by the control.</para>
      </summary>
      <value>A string value specifying the root path of all the images used by the control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.IndexPanel">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/AspNet/3625/components/site-navigation-and-layout/title-index/visual-elements/index-panel">index panel</see> settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.IndexPanel"/> object that represents the index panel within the <see cref="T:DevExpress.Web.ASPxTitleIndex"/> control.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxTitleIndex.IndexPanelItemCommand">
      <summary>
        <para>Fires when a control contained within a templated <see href="https://docs.devexpress.com/AspNet/3626/components/site-navigation-and-layout/title-index/visual-elements/index-panel-item">index panel item</see> raises the Command event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.IndexPanelItemFormatString">
      <summary>
        <para>Gets or sets the pattern used to format texts displayed within <see href="https://docs.devexpress.com/AspNet/3626/components/site-navigation-and-layout/title-index/visual-elements/index-panel-item">index panel items</see>.</para>
      </summary>
      <value>A string value that represents the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.IndexPanelItemLinkStyle">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3626/components/site-navigation-and-layout/title-index/visual-elements/index-panel-item">index panel item links</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LinkStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.IndexPanelItemStyle">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3626/components/site-navigation-and-layout/title-index/visual-elements/index-panel-item">index panel items</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.IndexPanelItemStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.IndexPanelItemTemplate">
      <summary>
        <para>Gets or sets a template used for displaying the content of all <see href="https://docs.devexpress.com/AspNet/3626/components/site-navigation-and-layout/title-index/visual-elements/index-panel-item">index panel items</see> within the <see cref="T:DevExpress.Web.ASPxTitleIndex"/> control.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface and contains the template to display the content of all index panel items within the control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.IndexPanelSeparatorStyle">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3627/components/site-navigation-and-layout/title-index/visual-elements/index-panel-separator">index panel separators</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.IndexPanelSeparatorStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.IndexPanelSpacing">
      <summary>
        <para>Gets or sets the vertical spacing between the <see href="https://docs.devexpress.com/AspNet/3625/components/site-navigation-and-layout/title-index/visual-elements/index-panel">index panel</see>‘s boundary and the boundary of the adjacent contents (such as <see href="https://docs.devexpress.com/AspNet/3624/components/site-navigation-and-layout/title-index/visual-elements/group">groups</see>, categories or <see href="https://docs.devexpress.com/AspNet/3617/components/site-navigation-and-layout/title-index/visual-elements/filter-box">filter box</see>) within the <see cref="T:DevExpress.Web.ASPxTitleIndex"/> control.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.IndexPanelStyle">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3625/components/site-navigation-and-layout/title-index/visual-elements/index-panel">Index Panel</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.IndexPanelStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.ItemBulletStyle">
      <summary>
        <para>Gets or sets the bullet style.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ItemBulletStyle"/> enumeration values.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxTitleIndex.ItemClick">
      <summary>
        <para>Fires after an item has been clicked.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTitleIndex.ItemCommand">
      <summary>
        <para>Fires when a control contained within a templated <see href="https://docs.devexpress.com/AspNet/3628/components/site-navigation-and-layout/title-index/visual-elements/data-item">data item</see> raises the Command event.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTitleIndex.ItemDataBound">
      <summary>
        <para>Occurs after an item has been bound to a data source.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.ItemImage">
      <summary>
        <para>Gets the settings of an image displayed by all the items in the <see cref="T:DevExpress.Web.ASPxTitleIndex"/>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.Items">
      <summary>
        <para>Gets the collection of items in the <see cref="T:DevExpress.Web.ASPxTitleIndex"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TitleIndexItemCollection"/> object that represents a collection of items in the <see cref="T:DevExpress.Web.ASPxTitleIndex"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.ItemStyle">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3628/components/site-navigation-and-layout/title-index/visual-elements/data-item">items</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TitleIndexItemStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.ItemTemplate">
      <summary>
        <para>Gets or sets a template used for displaying the content of all <see href="https://docs.devexpress.com/AspNet/3628/components/site-navigation-and-layout/title-index/visual-elements/data-item">items</see> within the <see cref="T:DevExpress.Web.ASPxTitleIndex"/> control.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface and contains the template to display the content of all items within the control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.JSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
      <value>The collection of property names and their values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.LinkStyle">
      <summary>
        <para>Gets the style settings used to paint item links.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LinkStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.LoadingPanelDelay">
      <summary>
        <para>Gets or sets the delay before displaying the loading panel in the title index.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.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.ASPxTitleIndex.LoadingPanelImagePosition">
      <summary>
        <para>Gets or sets the position of an image displayed within a loading panel.</para>
      </summary>
      <value>The image position.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.LoadingPanelStyle">
      <summary>
        <para>Gets the style settings used to paint the loading panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LoadingPanelStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.LoadingPanelText">
      <summary>
        <para>Gets or sets the text to be displayed within a loading panel while waiting for a callback response.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.NameField">
      <summary>
        <para>Gets or sets the data source field which provides item unique identifier names.</para>
      </summary>
      <value>A string value that specifies the name of the data source field which contains item unique identifier names.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.NavigateUrlField">
      <summary>
        <para>Gets or sets the data source field which provides item URLs.</para>
      </summary>
      <value>A string value that specifies the name of the data source field which contains item URLs.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.NavigateUrlFormatString">
      <summary>
        <para>Gets or sets the pattern used to format URLs.</para>
      </summary>
      <value>A string value that represents the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.NoDataText">
      <summary>
        <para>Gets or sets the text displayed within the <see cref="T:DevExpress.Web.ASPxTitleIndex"/> when no data item meets the filter criteria applied.</para>
      </summary>
      <value>A string value specifying the required text to be displayed within the control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.Paddings">
      <summary>
        <para>Gets the <see cref="T:DevExpress.Web.ASPxTitleIndex"/>‘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.ASPxTitleIndex.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.ASPxTitleIndex.SettingsLoadingPanel">
      <summary>
        <para>Provides access to the loading panel settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SettingsLoadingPanel"/> object that contains the loading panel settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.ShowBackToTop">
      <summary>
        <para>Gets or sets whether to show a link, that when clicked navigates an end-user to the top of the page.</para>
      </summary>
      <value>true to show the Back to top link; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.ShowLoadingPanel">
      <summary>
        <para>Gets or sets whether the loading panel can be displayed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.ShowLoadingPanelImage">
      <summary>
        <para>Specifies whether or not the image can be displayed within a loading panel while waiting for a callback response.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.SoftFiltering">
      <summary>
        <para>Gets or sets whether non-strict filtering is enabled within the ASPxTitleIndex.</para>
      </summary>
      <value>true if non-strict filtering is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.SpriteCssFilePath">
      <summary>
        <para>Gets or sets the path to a CSS file that defines the control’s <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> settings.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the required CSS file.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.SpriteImageUrl">
      <summary>
        <para>Gets or sets the path to a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the sprite image.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTitleIndex.Target">
      <summary>
        <para>Gets or sets the window or frame at which to target the contents of the URL associated with <see href="https://docs.devexpress.com/AspNet/3628/components/site-navigation-and-layout/title-index/visual-elements/data-item">data items</see>.</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.ASPxTitleIndex.TextField">
      <summary>
        <para>Gets or sets the data source field which provides content to the <see cref="T:DevExpress.Web.ASPxTitleIndex"/>‘s items.</para>
      </summary>
      <value>A string value that specifies the name of the data source field which contains item content.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTokenBox">
      <summary>
        <para>The token box editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTokenBox.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTokenBox"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTokenBox.AccessibilityCompliant">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.ASPxTokenBox"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTokenBox.AccessibilityLabelText">
      <summary>
        <para>Specifies the editor’s label text for a screen reader.</para>
      </summary>
      <value>The text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTokenBox.AllowCustomTokens">
      <summary>
        <para>Gets or sets whether end-users can input custom tokens.</para>
      </summary>
      <value>true, if custom tokens are available; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTokenBox.CaseSensitiveTokens">
      <summary>
        <para>Specifies if <see href="https://docs.devexpress.com/AspNet/16409/components/data-editors/aspxtokenbox/visual-elements#token">tokens</see> are case sensitive.</para>
      </summary>
      <value>true, if tokens are case sensitive; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTokenBox.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxTokenBox"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TokenBoxClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxTokenBox"/>.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxTokenBox.CustomTokensAdded">
      <summary>
        <para>Serves as a notification that the token box contains custom tokens.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTokenBox.ItemValueType">
      <summary>
        <para>Gets the data type of the editor’s item values.</para>
      </summary>
      <value>A <see cref="T:System.Type"/> object that is the type of item values.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTokenBox.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTokenBox.ShowDropDownOnFocus">
      <summary>
        <para>Specifies the <see href="https://docs.devexpress.com/AspNet/16409/components/data-editors/aspxtokenbox/visual-elements#drop-down-window">drop-down window</see> visibility when the editor gets focus.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ShowDropDownOnFocusMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTokenBox.Text">
      <summary>
        <para>Gets or sets the editor <see href="https://docs.devexpress.com/AspNet/16409/components/data-editors/aspxtokenbox/visual-elements#token">token</see> texts, separated with a sign specified by the <see cref="P:DevExpress.Web.ASPxTokenBox.TextSeparator">ASPxTokenBox.TextSeparator</see> property.</para>
      </summary>
      <value>A string value that is token texts separated by a text separator.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTokenBox.TextSeparator">
      <summary>
        <para>Gets or sets a separator that is used in the editor <see cref="P:DevExpress.Web.ASPxTokenBox.Text">ASPxTokenBox.Text</see> property to divide tokens.</para>
      </summary>
      <value>A <see cref="T:System.Char"/> value that specifies a separator character.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTokenBox.TokenBoxInputStyle">
      <summary>
        <para>Gets the style settings that define the appearance of an <see href="https://docs.devexpress.com/AspNet/16409/components/data-editors/aspxtokenbox/visual-elements#input-area">input area</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ExtendedStyleBase"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTokenBox.TokenHoverStyle">
      <summary>
        <para>Gets the style settings that define the appearance of a <see href="https://docs.devexpress.com/AspNet/16409/components/data-editors/aspxtokenbox/visual-elements#token">token</see> when it is hovered by a pointer.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ExtendedStyleBase"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTokenBox.TokenRemoveButtonHoverStyle">
      <summary>
        <para>Gets the style settings that define the appearance of a <see href="https://docs.devexpress.com/AspNet/16409/components/data-editors/aspxtokenbox/visual-elements#token">token</see>‘s remove button when it is hovered by a pointer.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ExtendedStyleBase"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTokenBox.TokenRemoveButtonStyle">
      <summary>
        <para>Gets the style settings that define the appearance of a <see href="https://docs.devexpress.com/AspNet/16409/components/data-editors/aspxtokenbox/visual-elements#token">token</see>‘s remove button.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ExtendedStyleBase"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTokenBox.Tokens">
      <summary>
        <para>Provide access to a collection of editor tokens.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TokenCollection"/> instance that is the collection of tokens.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxTokenBox.TokensChanged">
      <summary>
        <para>Fires on the server side after the <see href="https://docs.devexpress.com/AspNet/16409/components/data-editors/aspxtokenbox/visual-elements#token">token</see> collection has been changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTokenBox.TokenStyle">
      <summary>
        <para>Gets the style settings that define the appearance of a <see href="https://docs.devexpress.com/AspNet/16409/components/data-editors/aspxtokenbox/visual-elements#token">token</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ExtendedStyleBase"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTokenBox.TokenTextStyle">
      <summary>
        <para>Gets the style settings that define the appearance of a <see href="https://docs.devexpress.com/AspNet/16409/components/data-editors/aspxtokenbox/visual-elements#token">token</see>‘s text.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ExtendedStyleBase"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTokenBox.Value">
      <summary>
        <para>Gets or sets the editor value.</para>
      </summary>
      <value>An <see cref="T:System.Object"/> that contains the editor’s value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTokenBox.ValueSeparator">
      <summary>
        <para>Gets or sets a separator that is used in the editor <see cref="P:DevExpress.Web.ASPxTokenBox.Value">ASPxTokenBox.Value</see> property to divide values of items, corresponding to editor tokens.</para>
      </summary>
      <value>A <see cref="T:System.Char"/> value that specifies a separator character.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTrackBar">
      <summary>
        <para>A slider editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTrackBar.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTrackBar"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.AllowMouseWheel">
      <summary>
        <para>Gets or sets a value that specifies whether an end-user is able to change the editor’s value using the mouse wheel.</para>
      </summary>
      <value>true if the editor’s value can be changed via the mouse wheel when the editor is focused; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.AllowRangeSelection">
      <summary>
        <para>Gets or sets a value that specifies whether or not an end-user can select a range of track bar values.</para>
      </summary>
      <value>true if the editor is in the range selection mode; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.BarHighlightStyle">
      <summary>
        <para>Gets the style settings which define the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#bar-highlight">bar highlight</see>‘s appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarTrackElementStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxTrackBar"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarClientSideEvents"/> object that enables assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxTrackBar"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.DataSource">
      <summary>
        <para>Gets or sets the object from which the data-bound editor retrieves its list of data items.</para>
      </summary>
      <value>An object that is the data source from which the data-bound editor retrieves its items.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.DataSourceID">
      <summary>
        <para>Gets or sets the ID of the control from which the data-bound editor retrieves its list of data items.</para>
      </summary>
      <value>The ID of a control that is the data source from which the data-bound editor retrieves its items.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.DecrementButtonImage">
      <summary>
        <para>Provides access to the settings that define an image of a <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#decrement-button">decrement button</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.TrackBarElementImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.DecrementButtonStyle">
      <summary>
        <para>Gets the style settings that define the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#decrement-button">decrement button</see>‘s appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.TrackBarButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.DecrementButtonToolTip">
      <summary>
        <para>Gets or sets a string value that specifies the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#decrement-button">decrement button</see>‘s tooltip text.</para>
      </summary>
      <value>A <see cref="T:System.String"/> object that specifies a tooltip text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.Direction">
      <summary>
        <para>Gets or sets a value that defines the <see href="https://docs.devexpress.com/AspNet/11667/components/data-editors/trackbar">track bar</see> direction.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Direction"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.DragHandleToolTip">
      <summary>
        <para>Gets or sets a string value that specifies the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#drag-handle">drag handle</see>‘s tooltip text.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies a tooltip text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.EnableAnimation">
      <summary>
        <para>Gets or sets the value that specifies whether a specific animation effect is used when the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#drag-handle">drag handle</see> position is changed.</para>
      </summary>
      <value>true to use animation; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.EncodeHtml">
      <summary>
        <para>Gets or sets a value that specifies whether the editor’s element content keeps any of its values that are HTML as HTML, or instead, strips out the HTML markers.</para>
      </summary>
      <value>true if the HTML code contained within the editor’s element content is not executed and is converted into the corresponding text for display purposes, false if the editor’s element content can contain pure HTML code.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.EqualTickMarks">
      <summary>
        <para>Gets or sets a value that specifies whether or not all <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#ticks">tick marks</see> are of the same size.</para>
      </summary>
      <value>true to equalize tick marks; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.IncrementButtonImage">
      <summary>
        <para>Provides access to the settings that define an image of an <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#increment-button">increment button</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.TrackBarElementImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.IncrementButtonStyle">
      <summary>
        <para>Gets the style settings which define the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#increment-button">Increment Button</see>‘s appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.IncrementButtonToolTip">
      <summary>
        <para>Gets or sets a string value that specifies the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#increment-button">increment button</see>‘s tooltip text.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies a tooltip text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.Items">
      <summary>
        <para>Gets the collection of <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#item">items</see> in the ASPxTrackBar control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarItemCollection"/> instance specifying the collection of the editor’s items.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.ItemStyle">
      <summary>
        <para>Gets the style settings that define the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#item">item</see>‘s appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarTickStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.LargeTickEndValue">
      <summary>
        <para>Gets or sets the maximum value of the range where <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#ticks">large tick marks</see> are placed.</para>
      </summary>
      <value>A <see cref="T:System.Decimal"/> value that is the maximum possible large tick position.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.LargeTickInterval">
      <summary>
        <para>Gets or sets a value that is <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#ticks">large ticks</see> interval.</para>
      </summary>
      <value>A <see cref="T:System.Decimal"/> value that specifies the interval between large ticks.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.LargeTickStartValue">
      <summary>
        <para>Gets or sets the start position of the span where <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#ticks">large tick marks</see> are placed.</para>
      </summary>
      <value>A <see cref="T:System.Decimal"/> value that specifies the  large tick starting position.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.LargeTickStyle">
      <summary>
        <para>Gets the style settings that define the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#ticks">large tick</see>‘s appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarTickStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.LeftTopLabelStyle">
      <summary>
        <para>Gets the style settings which define the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#scale-label">left top labels</see> appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.MainDragHandleImage">
      <summary>
        <para>Provides access to the settings that define an image of a <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#drag-handle">main drag handle</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarElementImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.MainDragHandleStyle">
      <summary>
        <para>Gets the style settings which define the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#drag-handle">main drag handle</see> appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.TrackBarButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.MainDragHandleToolTip">
      <summary>
        <para>Gets or sets the tooltip for the main drag handle.</para>
      </summary>
      <value>A string value that is the tooltip text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.MaxValue">
      <summary>
        <para>Gets or sets the maximum value of the <see href="https://docs.devexpress.com/AspNet/11667/components/data-editors/trackbar">track bar</see>.</para>
      </summary>
      <value>A <see cref="T:System.Decimal"/> value that is the maximum value of the track bar.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.MinValue">
      <summary>
        <para>Gets or sets the minimum value of the <see href="https://docs.devexpress.com/AspNet/11667/components/data-editors/trackbar">track bar</see>.</para>
      </summary>
      <value>A <see cref="T:System.Decimal"/> value that is the minimum value of the track bar.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.Orientation">
      <summary>
        <para>Gets or sets a value that defines the <see href="https://docs.devexpress.com/AspNet/11667/components/data-editors/trackbar">track bar</see> orientation.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.Orientation"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.Position">
      <summary>
        <para>Gets or sets <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#drag-handle">drag handle</see> position.</para>
      </summary>
      <value>A <see cref="T:System.Decimal"/> value that corresponds to the drag handle position.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxTrackBar.PositionChanged">
      <summary>
        <para>Fires after a track bar position has been changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.PositionEnd">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#drag-handle">secondary drag handle</see> position.</para>
      </summary>
      <value>A <see cref="T:System.Decimal"/> value that specifies secondary drag handle position.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.PositionStart">
      <summary>
        <para>Gets or sets <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#drag-handle">main drag handle</see> position.</para>
      </summary>
      <value>A <see cref="T:System.Decimal"/> value that specifies main drag handle position.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTrackBar.RegisterEditorIncludeScripts">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.RightBottomLabelStyle">
      <summary>
        <para>Gets the style settings which define the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#scale-label">right bottom labels</see> appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.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.ASPxTrackBar.ScaleLabelFormatString">
      <summary>
        <para>Gets or sets format string representation of a <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#scale-label">scale label</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the pattern used to format scale label values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.ScaleLabelHighlightMode">
      <summary>
        <para>Gets or sets a value that defines <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#scale-label">scale labels</see> highlight mode.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ScaleLabelHighlightMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.ScalePosition">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#scale">scale</see> position with respect to the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#track">track</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ScalePosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.ScaleStyle">
      <summary>
        <para>Gets the style settings that define the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#scale">scale</see> appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.SecondaryDragHandleImage">
      <summary>
        <para>Provides access to the settings that define an image of a <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#drag-handle">secondary drag handle</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.TrackBarElementImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.SecondaryDragHandleStyle">
      <summary>
        <para>Gets the style settings which define the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#drag-handle">secondary drag handle</see> appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.TrackBarButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.SecondaryDragHandleToolTip">
      <summary>
        <para>Gets or sets the secondary drag handle’s tooltip.</para>
      </summary>
      <value>A string value that is the tooltip text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.SelectedItemStyle">
      <summary>
        <para>Gets the style settings that define the selected <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#item">item</see> appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarTickStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.SelectedTickStyle">
      <summary>
        <para>Gets the style settings which define the selected <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#ticks">Tick</see> appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarTickStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.ShowChangeButtons">
      <summary>
        <para>Gets or sets the value that specifies whether or not <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#decrement-button">decrement</see> and <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#increment-button">increment</see> buttons are shown.</para>
      </summary>
      <value>true to show increment and decrement buttons; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.ShowDragHandles">
      <summary>
        <para>Gets or sets the value that specifies whether or not main and secondary <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#drag-handle">drag handles</see> are shown.</para>
      </summary>
      <value>true to show drag handles; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.SmallTickFrequency">
      <summary>
        <para>Gets or sets the frequency of <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#ticks">small ticks</see> .</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value that defines how frequently small ticks are placed.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.SmallTickStyle">
      <summary>
        <para>Gets the style settings that define the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#ticks">small tick</see> appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarTickStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.Step">
      <summary>
        <para>Gets or sets the minimum distance <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#drag-handle">drag handles</see> can be moved.</para>
      </summary>
      <value>An <see cref="T:System.Decimal"/> value that is the step value of the track bar.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.TextField">
      <summary>
        <para>Gets or sets the data source field that provides display texts for the editor’s items.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of the data source field from which the editor obtains item texts.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.ToolTipField">
      <summary>
        <para>Gets or sets the data source field that provides tooltips for the editor’s items.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of the data source field from which the editor obtains item tooltips.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.TrackStyle">
      <summary>
        <para>Gets the style settings which define the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#track">track</see> appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.Value">
      <summary>
        <para>Gets or sets the editor’s value.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> value that is the editor’s value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.ValueChangedDelay">
      <summary>
        <para>Gets or sets the time interval between the time that an end-user has finished changing the editor’s value, and the client <b>ASPxClientTrackBar.PositionChanged</b> and <b>ASPxClientEdit.ValueChanged</b> events are raised.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value that specifies the delay, in milliseconds.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.ValueField">
      <summary>
        <para>Gets or sets the data source field that provides values for the editor’s items.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of the data source field from which the editor obtains item values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.ValueToolTipFormatString">
      <summary>
        <para>Gets or sets the format string representation of a <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#value-tooltip">value tooltip</see>.</para>
      </summary>
      <value>An <see cref="T:System.String"/> object that contains value tooltip settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.ValueToolTipPosition">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#value-tooltip">value tooltip</see> position.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ValueToolTipPosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.ValueToolTipStyle">
      <summary>
        <para>Gets the style settings which define the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#value-tooltip">value tooltip</see> appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarValueToolTipStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.ValueType">
      <summary>
        <para>Gets or sets the data type of a track bar item value.</para>
      </summary>
      <value>A <see cref="T:System.Type"/> object that specifies the type of values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTrackBar.Width">
      <summary>
        <para>Specifies the editor width.</para>
      </summary>
      <value>The editor width.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxTreeView">
      <summary>
        <para>Represents the web navigation treelike control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeView.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeView"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeView.#ctor(DevExpress.Web.ASPxWebControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxTreeView"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An <see cref="T:DevExpress.Web.ASPxWebControl"/> object that represents the owner of the created object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeView.AccessibilityCompliant">
      <summary>
        <para>Enables accessibility support.</para>
      </summary>
      <value>true, if accessibility support is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeView.AllowCheckNodes">
      <summary>
        <para>Gets or sets a value that specifies whether the <see href="https://docs.devexpress.com/AspNet/8577/components/site-navigation-and-layout/tree-view/concepts/check-box-support">nodes checking feature</see> is available.</para>
      </summary>
      <value>true if check boxes are available; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeView.AllowSelectNode">
      <summary>
        <para>Gets or sets a value specifying whether the <see href="https://docs.devexpress.com/AspNet/8576/components/site-navigation-and-layout/tree-view/concepts/selection">node selection feature</see> is available to end-users.</para>
      </summary>
      <value>true if nodes can be selected; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeView.AutoPostBack">
      <summary>
        <para>Gets or sets a value that specifies whether server-side processing is required for specific predefined user actions.</para>
      </summary>
      <value>true, if server-side processing is required, otherwise, false.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeView.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>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeView.CheckedChanged">
      <summary>
        <para>Fires after the node’s checked state has been changed by clicking on a <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#check-box">check box</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeView.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.ASPxTreeView.ClientInstanceName">
      <summary>
        <para>Gets or sets the ASPxTreeView’s client programmatic identifier.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the ASPxTreeView’s client identifier.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeView.ClientLayout">
      <summary>
        <para>Enables you to save and restore the previously saved layout of the ASPxTreeView.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeView.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxTreeView"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TreeViewClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxTreeView"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeView.ClientVisible">
      <summary>
        <para>Gets or sets a value that specifies the initial visibility state of an ASPxTreeView control on the client.</para>
      </summary>
      <value>true to make an ASPxTreeView control initially displayed on the client; false to render the control into the web page, but make it initially hidden on the client side.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeView.CollapseAll">
      <summary>
        <para>Collapses all nodes in the ASPxTreeView.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeView.CustomJSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeView.DisabledStyle">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeView.EnableAnimation">
      <summary>
        <para>Gets or sets a value specifying whether the <see href="https://docs.devexpress.com/AspNet/8570/components/site-navigation-and-layout/tree-view/concepts/animation-effect">animation feature</see> 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.ASPxTreeView.EnableCallBacks">
      <summary>
        <para>Gets or sets a value that specifies whether the callback technology is used to transfer the requested nodes from the server if the AutoPostBack property is set to false.</para>
      </summary>
      <value>true if round trips to the server are performed using callbacks; false if the callback technology isn’t used.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeView.EnableClientSideAPI">
      <summary>
        <para>Gets or sets a value that specifies whether the ASPxTreeView can be manipulated on the client side via code.</para>
      </summary>
      <value>true if the ASPxTreeView’s client object model is fully available; false if no programmatic interface is available for the ASPxTreeView on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeView.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.ASPxTreeView.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="M:DevExpress.Web.ASPxTreeView.ExpandAll">
      <summary>
        <para>Expands all nodes in the ASPxTreeView.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeView.ExpandedChanged">
      <summary>
        <para>Fires on the server side after a node’s expansion state has been changed by end-user interaction.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeView.ExpandedChanging">
      <summary>
        <para>Fires before the expansion state of a node is changed by end-user interaction.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeView.ExpandToDepth(System.Int32)">
      <summary>
        <para>Expands the nodes down to the specified depth.</para>
      </summary>
      <param name="depth">An integer value that specifies the depth level.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeView.ExpandToNode(DevExpress.Web.TreeViewNode)">
      <summary>
        <para>Expands the nodes down to the specified node.</para>
      </summary>
      <param name="node">The <see cref="T:DevExpress.Web.TreeViewNode"/> object that specifies the desired node.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeView.Images">
      <summary>
        <para>Provides access to the settings that define images displayed within the ASPxTreeView’s <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements">elements</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TreeViewImages"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeView.ImageUrlField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) which provides URLs for images displayed within nodes.</para>
      </summary>
      <value>A string value that specifies the name of the required data source field.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeView.IsClientSideAPIEnabled">
      <summary>
        <para>Returns a value that indicates whether a specific programmatic interface (in particular, specific JavaScript objects and methods) are available to the control on the client side.</para>
      </summary>
      <returns>true if the client-side API is available for the control; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeView.IsVirtualMode">
      <summary>
        <para>Indicates whether the ASPxTreeView operates in <see href="https://docs.devexpress.com/AspNet/8575/components/site-navigation-and-layout/tree-view/concepts/binding-to-data/virtual-mode">virtual mode</see>.</para>
      </summary>
      <returns>true if the ASPxTreeView operates in virtual mode; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeView.JSProperties">
      <summary>
        <para>Allows you to pass data from the server to the client side.</para>
      </summary>
      <value>The collection of property names and their values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeView.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.ASPxTreeView.NavigateUrlField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) which provides node navigate URLs.</para>
      </summary>
      <value>A string value that specifies the name of the required data source field.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeView.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="E:DevExpress.Web.ASPxTreeView.NodeClick">
      <summary>
        <para>Fires after a node has been clicked.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeView.NodeCommand">
      <summary>
        <para>Fires when a control contained within a node <see href="https://docs.devexpress.com/AspNet/8620/components/site-navigation-and-layout/tree-view/concepts/templates">template</see> raises the Command event.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeView.NodeDataBound">
      <summary>
        <para>Occurs after a node has been bound to a data source.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeView.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’s position within the node.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeView.NodeLinkMode">
      <summary>
        <para>Gets or sets a value that specifies how nodes are represented as links within the ASPxTreeView control.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ItemLinkMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeView.Nodes">
      <summary>
        <para>Provides access to the root node child collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TreeViewNodeCollection"/> object that represents the collection of child nodes owned by the root node.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeView.NodeTemplate">
      <summary>
        <para>Gets or sets a common <see href="https://docs.devexpress.com/AspNet/8620/components/site-navigation-and-layout/tree-view/concepts/templates">template</see> used for displaying the content of all nodes within an ASPxTreeView control.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface, which contains the template used for displaying the content of all nodes within an ASPxTreeView.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeView.NodeTextTemplate">
      <summary>
        <para>Gets or sets a common <see href="https://docs.devexpress.com/AspNet/8620/components/site-navigation-and-layout/tree-view/concepts/templates">template</see> used for displaying the text content of all nodes within an ASPxTreeView control.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface, which contains the template used for displaying the text content of all nodes within an ASPxTreeView.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeView.RefreshVirtualTree">
      <summary>
        <para>Rebuilds an ASPxTreeView in <see href="https://docs.devexpress.com/AspNet/8575/components/site-navigation-and-layout/tree-view/concepts/binding-to-data/virtual-mode">virtual mode</see></para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxTreeView.RefreshVirtualTree(DevExpress.Web.TreeViewNode)">
      <summary>
        <para>Rebuilds the ASPxTreeView in <see href="https://docs.devexpress.com/AspNet/8575/components/site-navigation-and-layout/tree-view/concepts/binding-to-data/virtual-mode">virtual mode</see>, starting from the specified node.</para>
      </summary>
      <param name="startNode">A <see cref="T:DevExpress.Web.TreeViewNode"/> object that represents the starting node.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeView.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.ASPxTreeView.RootNode">
      <summary>
        <para>Gets the root node of the ASPxTreeView object.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TreeViewNode"/> object that represents the root node.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeView.SaveStateToCookies">
      <summary>
        <para>Gets or sets a value that specifies whether cookies are used to persist the information about the control.</para>
      </summary>
      <value>true, if information is persisted in cookies; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeView.SaveStateToCookiesID">
      <summary>
        <para>Gets or sets the name (identifier) of the cookie in which the <see cref="T:DevExpress.Web.ASPxTreeView"/>‘s state is persisted.</para>
      </summary>
      <value>A string value specifying a cookie’s name.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeView.SelectedNode">
      <summary>
        <para>Gets or sets the selected node in an ASPxTreeView control.</para>
      </summary>
      <value>The selected node.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeView.SettingsLoadingPanel">
      <summary>
        <para>Provides access to the Loading Panel’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TreeViewSettingsLoadingPanel"/> object that contains the loading panel’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeView.ShowExpandButtons">
      <summary>
        <para>Gets or sets a value that specifies whether <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#expand-buttons">expand buttons</see> are displayed within the ASPxTreeView.</para>
      </summary>
      <value>true if expand buttons are displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeView.ShowTreeLines">
      <summary>
        <para>Gets or sets whether <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#tree-lines">tree lines</see> are displayed in the ASPxTreeVew.</para>
      </summary>
      <value>true, to display tree lines; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeView.Styles">
      <summary>
        <para>Provides access to the style settings that control the appearance of the ASPxTreeView’s <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements">elements</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TreeViewStyles"/> object that provides style settings for the ASPxTreeView’s elements.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeView.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.ASPxTreeView.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.ASPxTreeView.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.ASPxTreeView.TextFormatString">
      <summary>
        <para>Gets or sets the pattern used to format the hyperlink’s caption text within the node.</para>
      </summary>
      <value>A string value that represents the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxTreeView.ToolTipField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) which provides node tooltip texts.</para>
      </summary>
      <value>A string value that specifies the name of the required data source field.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxTreeView.VirtualModeCreateChildren">
      <summary>
        <para>Used to activate <see href="https://docs.devexpress.com/AspNet/8575/components/site-navigation-and-layout/tree-view/concepts/binding-to-data/virtual-mode">virtual mode</see>. Occurs when expanding a node for the first time in this mode.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxUploadControl">
      <summary>
        <para>A file upload control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxUploadControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxUploadControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.AccessibilityCompliant">
      <summary>
        <para>Enables accessibility support.</para>
      </summary>
      <value>true, if accessibility support is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.AddButton">
      <summary>
        <para>Gets the settings of the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#add-button">add button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AddButtonProperties"/> object that represents the add button’s properties.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.AddUploadButtonsHorizontalPosition">
      <summary>
        <para>Gets or sets the horizontal alignment of the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#add-button">add</see> and <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#upload-button">upload</see> buttons.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.AddUploadButtonsHorizontalPosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.AddUploadButtonsSpacing">
      <summary>
        <para>Specifies the vertical spacing between the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#add-button">add</see> and <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#upload-button">upload</see> buttons, and the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#file-input-element">file input element</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.AdvancedModeSettings">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/AspNet/9886/components/file-management/file-upload/concepts/upload-modes">Advanced Upload Mode</see> 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.ASPxUploadControl.AmazonSettings">
      <summary>
        <para>Gets settings allowing an upload control to access a file system storage in the Amazon Simple Storage Service (Amazon S3).</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.UploadControlAmazonSettings"/> object containing the settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.AutoStartUpload">
      <summary>
        <para>Specifies whether file uploading starts automatically when a file is added to upload control.</para>
      </summary>
      <value>true, to automatically start file uploading; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.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.ASPxUploadControl.BrowseButton">
      <summary>
        <para>Gets the settings of the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#browse-button">browse button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BrowseButtonProperties"/> object that specifies the browse button’s properties.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.BrowseButtonStyle">
      <summary>
        <para>Gets the style settings defining the appearance of a <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#browse-button">browse button</see> within ASPxUploadControl.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.UploadControlBrowseButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.ButtonSpacing">
      <summary>
        <para>Gets or sets the horizontal spacing between the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#add-button">add</see> and the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#upload-button">upload</see> 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.ASPxUploadControl.ButtonStyle">
      <summary>
        <para>Gets the style settings which define the appearance of <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#add-button">add button</see>, <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#cancel-button">cancel button</see>, <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#remove-button">remove button</see>, and <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#upload-button">upload button</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.UploadControlButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.CancelButton">
      <summary>
        <para>Gets the settings of the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#cancel-button">cancel button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CancelButtonProperties"/> object that contains the cancel button’s properties.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.CancelButtonHorizontalPosition">
      <summary>
        <para>Gets or sets the horizontal alignment of the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#cancel-button">cancel button</see> in the progress panel.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.CancelButtonHorizontalPosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.CancelButtonSpacing">
      <summary>
        <para>Gets or sets the vertical spacing between the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#progress-bar">progress bar</see> and the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#cancel-button">cancel button</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.ClearFileSelectionImage">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#clear-file-selection-button">Clear file selection</see> button.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.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 control is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.ClientInstanceName">
      <summary>
        <para>Specifies the <see cref="T:DevExpress.Web.ASPxUploadControl"/>‘s client programmatic identifier.</para>
      </summary>
      <value>The control’s client identifier.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxUploadControl"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.UploadControlClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxUploadControl"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.ClientVisible">
      <summary>
        <para>Gets or sets a value that specifies the initial visibility state of a web control on the client.</para>
      </summary>
      <value>true to make a web control initially displayed on the client; false to render the control into the web page, but make it initially hidden on the client side.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxUploadControl.CustomJSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.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.ASPxUploadControl.DisabledButtonStyle">
      <summary>
        <para>Contains the style settings which define a buttons’ appearance in the disabled state.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains the disabled style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.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.ASPxUploadControl.DropZoneStyle">
      <summary>
        <para>Gets the style settings defining the appearance of a <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#drop-zone">drop zone</see> within ASPxUploadControl.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.UploadControlDropZoneStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.FileBytes">
      <summary>
        <para>Gets an array of the bytes in a file that is uploaded by using the <see cref="T:DevExpress.Web.ASPxUploadControl"/>.</para>
      </summary>
      <value>A <see cref="T:System.Byte"/> array that contains the file’s contents.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.FileContent">
      <summary>
        <para>Gets a stream object that points to the file uploaded by the <see cref="T:DevExpress.Web.ASPxUploadControl"/> control.</para>
      </summary>
      <value>A <see cref="T:System.IO.Stream"/> object  that points to the specified file.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.FileInputCount">
      <summary>
        <para>Gets or sets the number of <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#file-input-element">file input elements</see> contained within an <see cref="T:DevExpress.Web.ASPxUploadControl"/>.</para>
      </summary>
      <value>An integer value that represents the total number of file input elements.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.FileInputSpacing">
      <summary>
        <para>Gets or sets the vertical spacing between the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#file-input-element">file input elements</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.FileListStyle">
      <summary>
        <para>Gets the style settings for the control’s area where files selected to be uploaded are displayed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.UploadControlFileListStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.FileName">
      <summary>
        <para>Gets the uploaded file’s name.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the file name.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxUploadControl.FilesUploadComplete">
      <summary>
        <para>Occurs after all the selected files have been uploaded to the server.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.FileSystemSettings">
      <summary>
        <para>Gets settings allowing the upload control to upload files to the server’s physical file system.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.UploadControlFileSystemSettings"/> object containing file system settings.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxUploadControl.FileUploadComplete">
      <summary>
        <para>Occurs after a file has been uploaded to the server.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.FileUploadMode">
      <summary>
        <para>Gets or sets a value that specifies when the file upload should be performed.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.UploadControlFileUploadMode"/> enumeration values.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxUploadControl.GenerateFileNameInStorage">
      <summary>
        <para>Enables you to specify a custom file name for the uploaded file.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxUploadControl.GetRandomFileName">
      <summary>
        <para>Returns a random name generated for the uploaded file.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value representing a random file name.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxUploadControl.GetRandomFileName(System.Int32)">
      <summary>
        <para>Returns a random name generated for the uploaded file specified by its index.</para>
      </summary>
      <param name="index">An integer value that specifies the index of the corresponding uploaded file within the <see cref="T:DevExpress.Web.UploadedFile"/> collection.</param>
      <returns>A <see cref="T:System.String"/> value representing a random file name.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.GoogleDrivePersonalSettings">
      <summary>
        <para>Gets settings allowing an upload control to access a file system storage in Google Drive (personal account).</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.UploadControlGoogleDrivePersonalSettings"/> object containing the settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.GoogleDriveSettings">
      <summary>
        <para>Gets settings allowing an upload control to access a file system storage in Google Drive.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.UploadControlGoogleDriveSettings"/> object containing the settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.HasFile">
      <summary>
        <para>Gets a value that indicates whether the control has a file.Note: This property is now obsolete; use the <see cref="P:DevExpress.Web.ASPxUploadControl.UploadedFiles">ASPxUploadControl.UploadedFiles</see> property instead.</para>
      </summary>
      <value>true if the control contains a file; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.ImageFolder">
      <summary>
        <para>Gets or sets the path to the folder that contains images used by the control.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the root path of all the images used by the control.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxUploadControl.IsClientSideAPIEnabled">
      <summary>
        <para>For internal use only.</para>
        <para>Returns a value that indicates whether a specific programmatic interface (in particular, specific JavaScript objects and methods) are available to the control on the client side.</para>
      </summary>
      <returns>true if the client-side API is available for the control; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.IsValid">
      <summary>
        <para>Gets a value indicating whether the uploaded file passes the validation criteria defined via the <see cref="P:DevExpress.Web.ASPxUploadControl.ValidationSettings">ASPxUploadControl.ValidationSettings</see> property.</para>
      </summary>
      <value>true if the file is valid; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.JSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
      <value>The collection of property names and their values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.Native">
      <summary>
        <para>Gets or sets a value specifying whether the <see cref="T:DevExpress.Web.ASPxUploadControl"/> control is rendered as a native HTML file input element.</para>
      </summary>
      <value>true if editors should be rendered using a standard HTML element; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.NullText">
      <summary>
        <para>Gets or sets the prompt text displayed within the control’s <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#text-box">text box</see> when no file is selected.</para>
      </summary>
      <value>A string value that specifies the prompt text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.NullTextStyle">
      <summary>
        <para>Gets the style settings for the control’s null text.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.UploadControlNullTextStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.OneDrivePersonalSettings">
      <summary>
        <para>Gets settings allowing an upload control to access a file system storage in OneDrive (personal account).</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.UploadControlOneDrivePersonalSettings"/> object containing the settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.OneDriveSettings">
      <summary>
        <para>Gets settings allowing an upload control to access a file system storage in OneDrive.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.UploadControlOneDriveSettings"/> object containing the settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.Paddings">
      <summary>
        <para>Gets the <see cref="T:DevExpress.Web.ASPxUploadControl"/> padding settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.PostedFile">
      <summary>
        <para>Gets the underlying <see cref="T:System.Web.HttpPostedFile"/> object for the file uploaded using the <see cref="T:DevExpress.Web.ASPxUploadControl"/> control.</para>
      </summary>
      <value>A <see cref="T:System.Web.HttpPostedFile"/> object that provides properties and methods to get information about the uploaded file.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.ProgressBarIndicatorStyle">
      <summary>
        <para>Gets the style settings that define the appearance of the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#progress-bar-indicator">progress bar indicator</see> element.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ProgressBarIndicatorStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.ProgressBarSettings">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#progress-bar">progress bar</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ProgressBarSettings"/> object that contains progress bar settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.ProgressBarStyle">
      <summary>
        <para>Gets the style settings that define the appearance of the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#progress-bar">progress bar</see> element.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ProgressStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.RemoveButton">
      <summary>
        <para>Gets the settings of the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#remove-button">remove button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RemoveButtonProperties"/> object that represents the remove button’s properties.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.RemoveButtonSpacing">
      <summary>
        <para>Gets or sets the horizontal spacing between a <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#file-input-element">file input element</see> and a <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#remove-button">remove button</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.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="M:DevExpress.Web.ASPxUploadControl.SaveAs(System.String,System.Boolean)">
      <summary>
        <para>Saves the uploaded file specifying the full path on the server.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value that specifies the full path to the location on the server to save the uploaded file.</param>
      <param name="allowOverwrite">true to overwrite the specified file, if it already exists; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxUploadControl.SaveAs(System.String)">
      <summary>
        <para>Saves the uploaded file specifying the full path on the server.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> that specifies the full path to the location on the server to save the uploaded file.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.SharePointSettings">
      <summary>
        <para>Gets settings allowing an upload control to access a file system storage in SharePoint.</para>
      </summary>
      <value>SharePoint settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.ShowAddRemoveButtons">
      <summary>
        <para>Specifies whether the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#add-button">add</see> and <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#remove-button">remove</see> buttons are visible.</para>
      </summary>
      <value>true, if the buttons are visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.ShowClearFileSelectionButton">
      <summary>
        <para>Gets or sets a value specifying whether the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#clear-file-selection-button">Clear file selection</see> button is displayed.</para>
      </summary>
      <value>true if the button is displayed, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.ShowProgressPanel">
      <summary>
        <para>Specifies the progress panel visibility.</para>
      </summary>
      <value>true, if the progress panel is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.ShowTextBox">
      <summary>
        <para>Gets or sets if the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#text-box">text box</see> is displayed.</para>
      </summary>
      <value>true to show the text box; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.ShowUploadButton">
      <summary>
        <para>Specifies the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#upload-button">upload button</see> visibility.</para>
      </summary>
      <value>true, if the button is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.Size">
      <summary>
        <para>Gets or sets the width of the control’s edit box.</para>
      </summary>
      <value>An integer value which specifies the width of the control’s editor.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.SpriteCssFilePath">
      <summary>
        <para>Gets or sets the path to a CSS file that defines the control’s <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> settings.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the required CSS file.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.SpriteImageUrl">
      <summary>
        <para>Gets or sets the path to a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the sprite image.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.TextBoxStyle">
      <summary>
        <para>Gets the style settings defining the appearance of a <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#text-box">text box</see> within ASPxUploadControl.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.UploadControlTextBoxStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.UploadButton">
      <summary>
        <para>Gets the settings of the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#upload-button">upload button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.UploadButtonProperties"/> object that represents the upload button’s properties.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.UploadedFiles">
      <summary>
        <para>Provides access to an array whose entries correspond to the ASPxUploadControl’s file input elements and contain information on the uploaded files, if any.</para>
      </summary>
      <value>An array of <see cref="T:DevExpress.Web.UploadedFile"/> objects associated with file input elements.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.UploadMode">
      <summary>
        <para>Gets or sets a value that specifies the ASPxUploadControl’s upload mode.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.UploadControlUploadMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.UploadStorage">
      <summary>
        <para>Specifies the storage type.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.UploadControlUploadStorage"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.ValidationSettings">
      <summary>
        <para>Gets the control’s validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.UploadControlValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxUploadControl.Width">
      <summary>
        <para>Gets or sets the control’s width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value which represents the control’s width.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxUploadProgressHttpHandler">
      <summary>
        <para>A specific HTTP handle that allows actual information about the file upload progress to be sent to the client in response to a service callback, automatically initiated by the ASPxUploadControl.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxUploadProgressHttpHandler.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxUploadProgressHttpHandler"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxValidationSummary">
      <summary>
        <para>Represents a control that allows easy validation and display of validation errors, grouped in a single panel.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxValidationSummary.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxValidationSummary"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxValidationSummary.AccessibilityCompliant">
      <summary>
        <para>Enables accessibility support.</para>
      </summary>
      <value>true, if accessibility support is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxValidationSummary.ClientInstanceName">
      <summary>
        <para>Gets or sets the editor’s client programmatic identifier.</para>
      </summary>
      <value>A string value that specifies the editor’s client identifier.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxValidationSummary.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the editor.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ValidationSummaryClientSideEvents"/> object which allows assigning handlers to the client-side events available to the editor.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxValidationSummary.Dispose">
      <summary>
        <para>Unregisters the <see cref="T:DevExpress.Web.ASPxValidationSummary"/> instance from its collection.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxValidationSummary.ErrorStyle">
      <summary>
        <para>Gets the style properties for the editor’s validation errors.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ValidationSummaryErrorStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxValidationSummary.HeaderStyle">
      <summary>
        <para>Gets the style properties of the editor’s title heading.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ValidationSummaryHeaderStyle"/> object defining the title header’s appearance.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxValidationSummary.HeaderText">
      <summary>
        <para>Gets or sets the text content of an editor’s header.</para>
      </summary>
      <value>A string value that specifies a header text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxValidationSummary.HorizontalAlign">
      <summary>
        <para>Gets or sets the horizontal alignment of the content in the editor.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.HorizontalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxValidationSummary.LinkStyle">
      <summary>
        <para>Gets an object that contains style settings to be applied to links in the <see cref="T:DevExpress.Web.ASPxValidationSummary"/>.</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.ASPxValidationSummary.Paddings">
      <summary>
        <para>Gets the editor’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.ASPxValidationSummary.RenderMode">
      <summary>
        <para>Gets or sets a value that specifies whether the errors within the <see cref="T:DevExpress.Web.ASPxValidationSummary"/> 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.ASPxValidationSummary.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.ASPxValidationSummary.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.ASPxValidationSummary.ShowErrorsInEditors">
      <summary>
        <para>Gets or sets whether the errors should be also displayed within the corresponding editor’s error frame on the form.</para>
      </summary>
      <value>true if the error is displayed within an editor’s error frame; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxValidationSummary.ValidationGroup">
      <summary>
        <para>Gets or sets the name of group of controls whose errors after validation should be displayed within the <see cref="T:DevExpress.Web.ASPxValidationSummary"/>.</para>
      </summary>
      <value>A string value that specifies the validation group’s name.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxValidationSummary.VerticalAlign">
      <summary>
        <para>Gets or sets the vertical alignment of the content in the editor.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.VerticalAlign"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGrid">
      <summary>
        <para>A vertical grid control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGrid.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGrid"/> class with default settings.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxVerticalGrid.AfterPerformCallback">
      <summary>
        <para>Fires after a callback or a postback initiated by the control has been processed on the server.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGrid.AllRows">
      <summary>
        <para>Gets the collection of all <see href="https://docs.devexpress.com/AspNet/116125/components/vertical-grid/visual-elements/row">rows</see> within the ASPxVerticalGrid control.</para>
      </summary>
      <value>A collection of all the rows in an ASPxVerticalGrid.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGrid.AutoGenerateRows">
      <summary>
        <para>Gets or sets whether <see href="https://docs.devexpress.com/AspNet/116125/components/vertical-grid/visual-elements/row">rows</see> are automatically created for all fields in the underlying data source.</para>
      </summary>
      <value>true, to automatically create rows for all fields in the underlying data source; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxVerticalGrid.BeforeHeaderFilterFillItems">
      <summary>
        <para>Allows you to populate the <see href="https://docs.devexpress.com/AspNet/116141/components/vertical-grid/visual-elements/header-filter">header filter</see> dropdown with custom items instead of default items.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxVerticalGrid.BeforeRowSorting">
      <summary>
        <para>Occurs before a row is sorted.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxVerticalGrid.CellEditorInitialize">
      <summary>
        <para>Enables initializing the cell editors displayed within the <see href="https://docs.devexpress.com/AspNet/116133/components/vertical-grid/visual-elements/edit-cell">edit cells</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGrid.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the ASPxVerticalGrid.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridClientSideEvents"/> object that allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxVerticalGrid"/>.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxVerticalGrid.CommandButtonInitialize">
      <summary>
        <para>Enables individual <see href="https://docs.devexpress.com/AspNet/116132/components/vertical-grid/visual-elements/command-item">command buttons</see> to be initialized.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxVerticalGrid.CustomButtonCallback">
      <summary>
        <para>Occurs when a custom <see href="https://docs.devexpress.com/AspNet/116132/components/vertical-grid/visual-elements/command-item">command button</see> has been clicked.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxVerticalGrid.CustomButtonInitialize">
      <summary>
        <para>Enables you to initialize a custom <see href="https://docs.devexpress.com/AspNet/116132/components/vertical-grid/visual-elements/command-item">command button</see>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxVerticalGrid.CustomCallback">
      <summary>
        <para>Fires when a round trip to the server has been initiated by a call to the client <b>ASPxClientVerticalGrid.PerformCallback</b> method.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxVerticalGrid.CustomDataCallback">
      <summary>
        <para>Fires when a round trip to the server has been initiated by a call to the client <b>ASPxClientVerticalGrid.GetValuesOnCustomCallback</b> method.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxVerticalGrid.CustomErrorText">
      <summary>
        <para>Enables you to provide custom error descriptions.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxVerticalGrid.CustomJSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxVerticalGrid.CustomRowDisplayText">
      <summary>
        <para>Enables custom display text to be provided for any <see href="https://docs.devexpress.com/AspNet/116131/components/vertical-grid/visual-elements/data-cell">cell</see>.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxVerticalGrid.CustomRowSort">
      <summary>
        <para>Enables you to sort data using custom rules.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxVerticalGrid.CustomUnboundRowData">
      <summary>
        <para>Enables data to be supplied to unbound rows.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGrid.DataRows">
      <summary>
        <para>Gets the collection of all data rows in the ASPxVerticalGrid control.</para>
      </summary>
      <value>A collection of data rows in an ASPxVerticalGrid.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGrid.EnableRecordsCache">
      <summary>
        <para>Gets or sets whether data caching is enabled.</para>
      </summary>
      <value>true, to enable data caching; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGrid.ExportCsvToResponse(DevExpress.XtraPrinting.CsvExportOptions)">
      <summary>
        <para>Exports the control’s data in CSV format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGrid.ExportCsvToResponse(System.Boolean,DevExpress.XtraPrinting.CsvExportOptions)">
      <summary>
        <para>Exports the control’s data to a file in CSV format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGrid.ExportCsvToResponse(System.String,DevExpress.XtraPrinting.CsvExportOptions)">
      <summary>
        <para>Exports the control’s data to a file in CSV format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">The target file’s full path (including the file name and extension).</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGrid.ExportCsvToResponse(System.String,System.Boolean,DevExpress.XtraPrinting.CsvExportOptions)">
      <summary>
        <para>Exports the control’s data to a file in CSV format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">The target file’s full path (including the file name and extension).</param>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="E:DevExpress.Web.ASPxVerticalGrid.ExportRenderBrick">
      <summary>
        <para>Enables rendering of different content from the content exported by default.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGrid.ExportToCsv(System.IO.Stream,DevExpress.XtraPrinting.CsvExportOptions)">
      <summary>
        <para>Exports the control’s data to the specified stream in CSV format.</para>
      </summary>
      <param name="stream">An object to which the object is exported.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGrid.ExportToXls(System.IO.Stream,DevExpress.XtraPrinting.XlsExportOptions)">
      <summary>
        <para>Exports the control’s data to the specified stream in XLS format.</para>
      </summary>
      <param name="stream">An object to which the object is exported.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGrid.ExportToXlsx(System.IO.Stream,DevExpress.XtraPrinting.XlsxExportOptions)">
      <summary>
        <para>Exports the control’s data to the specified stream in XLSX format.</para>
      </summary>
      <param name="stream">An object to which the object is exported.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGrid.ExportXlsToResponse(DevExpress.XtraPrinting.XlsExportOptions)">
      <summary>
        <para>Exports the control’s data in XLS format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGrid.ExportXlsToResponse(System.Boolean,DevExpress.XtraPrinting.XlsExportOptions)">
      <summary>
        <para>Exports the control’s data in XLS format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGrid.ExportXlsToResponse(System.String,DevExpress.XtraPrinting.XlsExportOptions)">
      <summary>
        <para>Exports the control’s data to a file in XLS format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">The target file’s full path (including the file name and extension).</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGrid.ExportXlsToResponse(System.String,System.Boolean,DevExpress.XtraPrinting.XlsExportOptions)">
      <summary>
        <para>Exports the control’s data to a file in XLS format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">The target file’s full path (including the file name and extension).</param>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGrid.ExportXlsxToResponse(DevExpress.XtraPrinting.XlsxExportOptions)">
      <summary>
        <para>Exports the control’s data in XLSX format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGrid.ExportXlsxToResponse(System.Boolean,DevExpress.XtraPrinting.XlsxExportOptions)">
      <summary>
        <para>Exports the control’s data in XLSX format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGrid.ExportXlsxToResponse(System.String,DevExpress.XtraPrinting.XlsxExportOptions)">
      <summary>
        <para>Exports the control’s data to a file in XLSX format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">The target file’s full path (including the file name and extension).</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGrid.ExportXlsxToResponse(System.String,System.Boolean,DevExpress.XtraPrinting.XlsxExportOptions)">
      <summary>
        <para>Exports the control’s data to a file in XLSX format with the specified export settings, and writes it to the response in binary format.</para>
      </summary>
      <param name="fileName">The target file’s full path (including the file name and extension).</param>
      <param name="saveAsFile">true to display the Save As dialog; false to display the file with exported data within a page.</param>
      <param name="exportOptions">The export options.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGrid.FindEditRowCellTemplateControl(DevExpress.Web.VerticalGridDataRow,System.String)">
      <summary>
        <para>Searches for the specified server control contained within the specified cell’s template.</para>
      </summary>
      <param name="row">A <see cref="T:DevExpress.Web.VerticalGridDataRow"/> descendant that represents the data row.</param>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control within the specified cell.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that represents the control contained within the specified cell’s template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGrid.FindHeaderTemplateControl(DevExpress.Web.VerticalGridRow,System.String)">
      <summary>
        <para>Searches for the specified server control contained within the <see href="https://docs.devexpress.com/AspNet/116127/components/vertical-grid/visual-elements/row-header">row header</see>‘s template.</para>
      </summary>
      <param name="row">A <see cref="T:DevExpress.Web.VerticalGridRow"/> descendant that represents the row within the ASPxVerticalGrid.</param>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control within the specified row’s header.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that represents the control contained within the specified row header’s template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGrid.FindPagerBarTemplateControl(System.String,DevExpress.Web.GridViewPagerBarPosition)">
      <summary>
        <para>Searches for the specified server control contained within the pager bar.</para>
      </summary>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control within the pager bar.</param>
      <param name="position">A <see cref="T:DevExpress.Web.GridViewPagerBarPosition"/> enumeration value that specifies the pager bar’s position on the ASPxVerticalGrid.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that represents the control contained within the pager bar’s template. null (Nothing in Visual Basic) if the specified server control was not found.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGrid.FindRowCellTemplateControl(System.Int32,DevExpress.Web.VerticalGridDataRow,System.String)">
      <summary>
        <para>Searches for the server control contained within the specified <see href="https://docs.devexpress.com/AspNet/116131/components/vertical-grid/visual-elements/data-cell">data cell</see>‘s template.</para>
      </summary>
      <param name="visibleIndex">A zero-based integer value that identifies the record.</param>
      <param name="row">A <see cref="T:DevExpress.Web.VerticalGridDataRow"/> descendant that represents the data row where the requested cell resides. If null (Nothing in Visual Basic), the search is performed within all cells in the specified record.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that represents the control contained within the specified data cell’s template.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGrid.FindStatusBarTemplateControl(System.String)">
      <summary>
        <para>Searches for the specified server control contained within the <see href="https://docs.devexpress.com/AspNet/116140/components/vertical-grid/visual-elements/status-bar">Status Bar</see>.</para>
      </summary>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control within the ASPxVerticalGrid’s status bar.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that represents the control within the ASPxVerticalGrid’s status bar. null (Nothing in Visual Basic) if the specified control doesn’t exist.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGrid.FindTitleTemplateControl(System.String)">
      <summary>
        <para>Searches for the specified server control contained in the <see href="https://docs.devexpress.com/AspNet/116139/components/vertical-grid/visual-elements/title-panel">Title Panel</see>.</para>
      </summary>
      <param name="id">A <see cref="T:System.String"/> value that identifies the control in the ASPxVerticalGrid’s title.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that represents the control in the ASPxVerticalGrid’s title. null (Nothing in Visual Basic) if the specified control doesn’t exist.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGrid.FormatConditions">
      <summary>
        <para>Provides access to a collection of format condition rules.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.VerticalGridFormatConditionCollection"/> object that is a collection of rules.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGrid.GetCurrentPageRecordValues(System.String[])">
      <summary>
        <para>Returns the record values displayed on the current <see href="https://docs.devexpress.com/AspNet/116137/components/vertical-grid/visual-elements/pager">page</see>.</para>
      </summary>
      <param name="fieldNames">The names of data source fields whose values are returned.</param>
      <returns>The list of objects that contain record values displayed on the current page.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGrid.GetRecordDataObject(System.Int32)">
      <summary>
        <para>Returns an object that is the specified data row.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the data row.</param>
      <returns>An object that is the specified data row.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGrid.GetRecordValues(System.Int32,System.String[])">
      <summary>
        <para>Returns the values of the specified data source fields within the specified record.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the record.</param>
      <param name="fieldNames">The names of data source fields whose values within the specified record are returned.</param>
      <returns>An object which is an array of field values (if several field names are passed via the fieldNames parameter) or a direct field value (if a single field name is passed via the fieldNames parameter).</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGrid.GetRecordValuesByKeyValue(System.Object,System.String[])">
      <summary>
        <para>Returns the specified record’s values displayed within the specified rows (fields).</para>
      </summary>
      <param name="keyValue">An object that uniquely identifies the record.</param>
      <param name="fieldNames">The names of data source fields whose values are returned.</param>
      <returns>An object that contains the record values displayed within the specified rows (fields).</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGrid.GetSortedRows">
      <summary>
        <para>Returns a collection of rows involved in sorting.</para>
      </summary>
      <returns>The collection of rows involved in sorting.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGrid.GetTotalSummaryValue(DevExpress.Web.ASPxVerticalGridSummaryItem)">
      <summary>
        <para>Returns a summary value calculated against all <see href="https://docs.devexpress.com/AspNet/116136/components/vertical-grid/visual-elements/record">records</see>.</para>
      </summary>
      <param name="item">An <see cref="T:DevExpress.Web.ASPxVerticalGridSummaryItem"/> object that represents the summary item.</param>
      <returns>An object which represents the summary value.</returns>
    </member>
    <member name="E:DevExpress.Web.ASPxVerticalGrid.HeaderFilterEditorInitialize">
      <summary>
        <para>Occurs when a header filter editor is initialized.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxVerticalGrid.HeaderFilterFillItems">
      <summary>
        <para>Allows you to add custom <see href="https://docs.devexpress.com/AspNet/116141/components/vertical-grid/visual-elements/header-filter">header filter</see> items to default items.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxVerticalGrid.HtmlCommandCellPrepared">
      <summary>
        <para>Enables the settings of individual <see href="https://docs.devexpress.com/AspNet/116128/components/vertical-grid/visual-elements/command-row">command row</see> cells to be changed.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxVerticalGrid.HtmlDataCellPrepared">
      <summary>
        <para>Enables the settings of individual cells to be changed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGrid.Images">
      <summary>
        <para>Provides access to the settings that define images displayed within the VerticalGrid’s <see href="https://docs.devexpress.com/AspNet/116145/components/vertical-grid/visual-elements">elements</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridImages"/> object that contains image settings.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxVerticalGrid.InitNewRecord">
      <summary>
        <para>Enables you to initialize added records.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGrid.IsAllowSort(DevExpress.Web.VerticalGridRow)">
      <summary>
        <para>Indicates whether data sorting is allowed.</para>
      </summary>
      <param name="row">A <see cref="T:DevExpress.Web.VerticalGridRow"/> object that represents the row.</param>
      <returns>true if data sorting is allowed; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGrid.MakeRecordVisible(System.Object)">
      <summary>
        <para>Makes the specified record visible on screen.</para>
      </summary>
      <param name="keyValue">An object that identifies the record by its key value.</param>
      <returns>true, if the specified record has been made visible on screen; otherwise, false.</returns>
    </member>
    <member name="E:DevExpress.Web.ASPxVerticalGrid.RecordDeleted">
      <summary>
        <para>Occurs after a record has been deleted.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxVerticalGrid.RecordDeleting">
      <summary>
        <para>Enables you to prevent a record from being deleted.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxVerticalGrid.RecordInserted">
      <summary>
        <para>Fires after a new record has been added to the ASPxVerticalGrid.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxVerticalGrid.RecordInserting">
      <summary>
        <para>Enables you to cancel adding a new record.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxVerticalGrid.RecordUpdated">
      <summary>
        <para>Occurs after a record has been updated.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxVerticalGrid.RecordUpdating">
      <summary>
        <para>Enables you to prevent a record from being updated.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxVerticalGrid.RecordValidating">
      <summary>
        <para>Enables you to specify whether record data is valid and whether the record can be updated.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGrid.Rows">
      <summary>
        <para>Provides access to a VerticalGrid’s <see href="https://docs.devexpress.com/AspNet/116125/components/vertical-grid/visual-elements/row">row</see> collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridRowCollection"/> object that represents a collection of rows within the ASPxVerticalGrid control.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxVerticalGrid.SearchPanelEditorCreate">
      <summary>
        <para>Enables you to replace the default <see href="https://docs.devexpress.com/AspNet/116144/components/vertical-grid/visual-elements/search-panel">search panel</see> editor with a custom one.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ASPxVerticalGrid.SearchPanelEditorInitialize">
      <summary>
        <para>Enables you to customize the properties of an editor displayed in the <see href="https://docs.devexpress.com/AspNet/116144/components/vertical-grid/visual-elements/search-panel">search panel</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGrid.Selection">
      <summary>
        <para>Gets the ASPxVerticalGrid’s selection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Data.VerticalGridSelection"/> object that is the ASPxVerticalGrid’s selection.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGrid.Settings">
      <summary>
        <para>Provides access to the ASPxVerticalGrid’s display options.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxVerticalGridSettings"/> object that contains the ASPxVerticalGrid’s display options.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGrid.SettingsBehavior">
      <summary>
        <para>Provides access to the ASPxVerticalGrid’s behavior settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxVerticalGridBehaviorSettings"/> object that contains the control’s behavior settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGrid.SettingsCommandButton">
      <summary>
        <para>Gets the settings of the ASPxVerticalGrid’s command buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxVerticalGridCommandButtonSettings"/> object containing the settings of the ASPxVerticalGrid’s command buttons.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGrid.SettingsCookies">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.Web.ASPxVerticalGrid"/> cookie and layout settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxVerticalGridCookiesSettings"/> object that contains the control’s cookie and layout settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGrid.SettingsDataSecurity">
      <summary>
        <para>Security settings that allow you to disable data operations in the <see cref="T:DevExpress.Web.ASPxVerticalGrid"/>.</para>
      </summary>
      <value>The security settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGrid.SettingsEditing">
      <summary>
        <para>Provides access to the <see cref="T:DevExpress.Web.ASPxVerticalGrid"/>‘s editing settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxVerticalGridEditingSettings"/> object that contains the control’s editing settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGrid.SettingsExport">
      <summary>
        <para>Provides access to the ASPxVerticalGrid’s export settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxVerticalGridExportSettings"/> object that contains the ASPxVerticalGrid’s export settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGrid.SettingsFilterControl">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/116143/components/vertical-grid/visual-elements/filter-builder-filter-control">filter control</see>‘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.ASPxVerticalGrid.SettingsLoadingPanel">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/116138/components/vertical-grid/visual-elements/loading-panel">loading panel</see>‘s settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxVerticalGridLoadingPanelSettings"/> object that contains the loading panel’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGrid.SettingsPager">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/116137/components/vertical-grid/visual-elements/pager">pager</see>‘s settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxVerticalGridPagerSettings"/> object that contains the pager’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGrid.SettingsPopup">
      <summary>
        <para>Provides access to the settings of different 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.ASPxVerticalGrid.SettingsSearchPanel">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/116144/components/vertical-grid/visual-elements/search-panel">search panel</see>‘s settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxVerticalGridSearchPanelSettings"/> object that containing the search panel settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGrid.SettingsText">
      <summary>
        <para>Provides access to the VerticalGrid’s text settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxVerticalGridTextSettings"/> object that contains the control’s text settings.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGrid.SortBy(DevExpress.Web.VerticalGridRow,DevExpress.Data.ColumnSortOrder)">
      <summary>
        <para>Sorts data by the specified <see href="https://docs.devexpress.com/AspNet/116125/components/vertical-grid/visual-elements/row">row</see>‘s values.</para>
      </summary>
      <param name="row">A <see cref="T:DevExpress.Web.VerticalGridRow"/> object that represents the row in the ASPxGridView.</param>
      <param name="value">A <see cref="T:DevExpress.Data.ColumnSortOrder"/> enumeration value that specifies the row’s sort order.</param>
      <returns>A <see cref="T:DevExpress.Data.ColumnSortOrder"/> enumeration value that specifies the row’s sort order.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGrid.SortBy(DevExpress.Web.VerticalGridRow,System.Int32)">
      <summary>
        <para>Sorts data in ascending order by the values of the specified <see href="https://docs.devexpress.com/AspNet/116125/components/vertical-grid/visual-elements/row">row</see>, and places the row to the specified position among the sorted rows.</para>
      </summary>
      <param name="row">A <see cref="T:DevExpress.Web.VerticalGridRow"/> object that is the row in the ASPxGridView.</param>
      <param name="value">An integer value that specifies the zero-based row’s index among the sorted rows. &#0045;1 if data is not sorted by this row.</param>
      <returns>An integer value that specifies the zero-based row’s index among the sorted rows.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGrid.Styles">
      <summary>
        <para>Provides access to the style settings that control the appearance of the ASPxVerticalGrid <see href="https://docs.devexpress.com/AspNet/116145/components/vertical-grid/visual-elements">elements</see>.</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.ASPxVerticalGrid.StylesExport">
      <summary>
        <para>Provides access to the style settings defining the appearance of the exported document.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridExportStyles"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGrid.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.VerticalGridPopupControlStyles"/> object that contains style settings.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxVerticalGrid.SummaryDisplayText">
      <summary>
        <para>Enables custom display text to be provided for any summary value.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGrid.Templates">
      <summary>
        <para>Provides access to the templates used to display the ASPxVerticalGrid’s elements (cells, rows, etc.).</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridTemplates"/> object that contains templates for displaying data cells, rows, etc.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxVerticalGrid.ToolbarItemClick">
      <summary>
        <para>Fires after a toolbar item has been clicked.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGrid.Toolbars">
      <summary>
        <para>Gets the collection of <see href="https://docs.devexpress.com/AspNet/118568/components/vertical-grid/concepts/toolbars">toolbars</see> in the <see cref="T:DevExpress.Web.ASPxVerticalGrid"/> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridToolbarCollection"/> object which represents the collection of toolbars within the grid.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGrid.TotalSummary">
      <summary>
        <para>Provides access to total summary items.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxVerticalGridSummaryItemCollection"/> object that is the collection of summary items.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGrid.VisibleRecordCount">
      <summary>
        <para>Gets the number of visible records within the ASPxVerticalGrid.</para>
      </summary>
      <value>An integer value that specifies the number of visible records within the ASPxVerticalGrid.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGrid.VisibleRows">
      <summary>
        <para>Gets a collection of visible rows in the ASPxVerticalGrid.</para>
      </summary>
      <value>A collection of visible rows in ASPxVerticalGrid.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridAfterPerformCallbackEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxVerticalGrid.AfterPerformCallback">ASPxVerticalGrid.AfterPerformCallback</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridAfterPerformCallbackEventArgs.#ctor(System.String,System.String[])">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridAfterPerformCallbackEventArgs"/> class.</para>
      </summary>
      <param name="callbackName">A <see cref="T:System.String"/> value that specifies the callback name. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridAfterPerformCallbackEventArgs.CallbackName">ASPxGridAfterPerformCallbackEventArgs.CallbackName</see> property.</param>
      <param name="args">An array of strings that contain specific information (if any) passed from the client side. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridAfterPerformCallbackEventArgs.Args">ASPxGridAfterPerformCallbackEventArgs.Args</see> property.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridAfterPerformCallbackEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxVerticalGrid.AfterPerformCallback">ASPxVerticalGrid.AfterPerformCallback</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxVerticalGridAfterPerformCallbackEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridBeforeHeaderFilterFillItemsEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxVerticalGrid.BeforeHeaderFilterFillItems">ASPxVerticalGrid.BeforeHeaderFilterFillItems</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridBeforeHeaderFilterFillItemsEventArgs.#ctor(DevExpress.Web.VerticalGridDataRow)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridBeforeHeaderFilterFillItemsEventArgs"/> class with specified settings.</para>
      </summary>
      <param name="row">An <see cref="T:DevExpress.Web.VerticalGridDataRow"/> supported object that is the data row containing the processed header filter. This value is assigned to the <see cref="P:DevExpress.Web.ASPxVerticalGridBeforeHeaderFilterFillItemsEventArgs.Row">ASPxVerticalGridBeforeHeaderFilterFillItemsEventArgs.Row</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridBeforeHeaderFilterFillItemsEventArgs.Row">
      <summary>
        <para>Gets the data row currently being filtered.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridDataRow"/> object that is the data row currently being filtered.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridBeforeHeaderFilterFillItemsEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxVerticalGrid.BeforeHeaderFilterFillItems">ASPxVerticalGrid.BeforeHeaderFilterFillItems</see> event.</para>
      </summary>
      <param name="sender">The event source. Identifies the ASPxVerticalGrid control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxVerticalGridBeforeHeaderFilterFillItemsEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridBeforeRowSortingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxVerticalGrid.BeforeRowSorting">ASPxVerticalGrid.BeforeRowSorting</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridBeforeRowSortingEventArgs.#ctor(DevExpress.Web.VerticalGridDataRow,DevExpress.Data.ColumnSortOrder,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridBeforeRowSortingEventArgs"/> class.</para>
      </summary>
      <param name="row">A <see cref="T:DevExpress.Web.VerticalGridDataRow"/> object that is the processed data row. This value is assigned to the <see cref="P:DevExpress.Web.ASPxVerticalGridBeforeRowSortingEventArgs.Row">ASPxVerticalGridBeforeRowSortingEventArgs.Row</see> property.</param>
      <param name="oldSortOrder">A <see cref="T:DevExpress.Data.ColumnSortOrder"/> enumeration value that specifies the row’s previous sort order. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridBeforeColumnGroupingSortingEventArgs.OldSortOrder">ASPxGridBeforeColumnGroupingSortingEventArgs.OldSortOrder</see> property.</param>
      <param name="oldSortIndex">An integer value that specifies the row’s previous position among sorted rows. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridBeforeColumnGroupingSortingEventArgs.OldSortIndex">ASPxGridBeforeColumnGroupingSortingEventArgs.OldSortIndex</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridBeforeRowSortingEventArgs.Row">
      <summary>
        <para>Gets a row whose sort order has been changed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridDataRow"/> object that is the processed data row.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridBeforeRowSortingEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxVerticalGrid.BeforeRowSorting">ASPxVerticalGrid.BeforeRowSorting</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxVerticalGridBeforeRowSortingEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridBehaviorSettings">
      <summary>
        <para>Provides behavior options for the ASPxVerticalGrid.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridBehaviorSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridBehaviorSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridBehaviorSettings.AllowExpandAnimation">
      <summary>
        <para>Gets or sets a value that specifies whether animation is allowed during the expanding of rows or category rows.</para>
      </summary>
      <value>true, if rows can expand with animation effects; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridBehaviorSettings.AllowRowExpanding">
      <summary>
        <para>Gets or sets a value that specifies whether the expansion state of the grid’s expandable rows can be changed using an end-user’s interaction.</para>
      </summary>
      <value>true if the current state of expandable rows can be changed; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridBehaviorSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.ASPxVerticalGridBehaviorSettings.EnableRowHotTrack">
      <summary>
        <para>Gets or sets whether the ASPxVerticalGrid displays the hot tracked data row.</para>
      </summary>
      <value>true, to display the hot tracked data row; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridCommandButtonEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxVerticalGrid.CustomButtonInitialize">ASPxVerticalGrid.CustomButtonInitialize</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridCommandButtonEventArgs.#ctor(DevExpress.Web.VerticalGridCommandRow,DevExpress.Web.VerticalGridCommandButtonType,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridCommandButtonEventArgs"/> class with specified settings.</para>
      </summary>
      <param name="row">A <see cref="T:DevExpress.Web.VerticalGridCommandRow"/> object that represents the command row containing the processed command button. This value is assigned to the <see cref="P:DevExpress.Web.ASPxVerticalGridCommandButtonEventArgs.Row">ASPxVerticalGridCommandButtonEventArgs.Row</see> property.</param>
      <param name="buttonType">A <see cref="T:DevExpress.Web.VerticalGridCommandButtonType"/> enumeration value identifying the type of the processed command button.</param>
      <param name="visibleIndex">An integer value that specifies the visible index of a data row which contains the processed command button. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCommandButtonEventArgs.VisibleIndex">ASPxGridCommandButtonEventArgs.VisibleIndex</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridCommandButtonEventArgs.#ctor(DevExpress.Web.VerticalGridCommandRow,DevExpress.Web.VerticalGridCommandButtonType,System.String,DevExpress.Web.ImageProperties,DevExpress.Web.ButtonControlStyles,System.Int32,DevExpress.Web.GridCommandButtonRenderMode)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridCommandButtonEventArgs"/> class with specified settings.</para>
      </summary>
      <param name="row">A <see cref="T:DevExpress.Web.VerticalGridCommandRow"/> object that is the command row containing the processed command button. This value is assigned to the <see cref="P:DevExpress.Web.ASPxVerticalGridCommandButtonEventArgs.Row">ASPxVerticalGridCommandButtonEventArgs.Row</see> property.</param>
      <param name="buttonType">One of the <see cref="T:DevExpress.Web.VerticalGridCommandButtonType"/> enumeration values identifying the type of the processed command button.</param>
      <param name="text">A string value that is the processed command button’s text.  This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCommandButtonEventArgs.Text">ASPxGridCommandButtonEventArgs.Text</see> property.</param>
      <param name="image">An <see cref="T:DevExpress.Web.ImageProperties"/> object containing settings of an image displayed within the processed command button.  This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCommandButtonEventArgs.Image">ASPxGridCommandButtonEventArgs.Image</see> property.</param>
      <param name="styles">An <see cref="T:DevExpress.Web.ButtonControlStyles"/> object that contains button style settings.This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCommandButtonEventArgs.Styles">ASPxGridCommandButtonEventArgs.Styles</see> property.</param>
      <param name="visibleIndex">An integer value that specifies the visible index of a data row which contains the processed command button. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCommandButtonEventArgs.VisibleIndex">ASPxGridCommandButtonEventArgs.VisibleIndex</see> property.</param>
      <param name="renderMode">One of the <see cref="T:DevExpress.Web.GridCommandButtonRenderMode"/> enumeration values specifying the type of the command button currently being initialized.  This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCustomCommandButtonEventArgs.RenderMode">ASPxGridCustomCommandButtonEventArgs.RenderMode</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridCommandButtonEventArgs.ButtonType">
      <summary>
        <para>Gets the type of the command button currently being initialized.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.VerticalGridCommandButtonType"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridCommandButtonEventArgs.Row">
      <summary>
        <para>Gets a command row which owns the processed command button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridCommandRow"/> object that represents the command row which owns the processed button.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridCommandButtonEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxVerticalGrid.CommandButtonInitialize">ASPxVerticalGrid.CommandButtonInitialize</see> event.</para>
      </summary>
      <param name="sender">The event sender.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxVerticalGridCommandButtonEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridCommandButtonSettings">
      <summary>
        <para>Provide access to properties that allow customizing settings of grid <see href="https://docs.devexpress.com/AspNet/116132/components/vertical-grid/visual-elements/command-item">command buttons</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridCommandButtonSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridCommandButtonSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridCommandButtonSettings.CancelButton">
      <summary>
        <para>Gets the Cancel <see href="https://docs.devexpress.com/AspNet/116132/components/vertical-grid/visual-elements/command-item">command button</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridCommandButtonSettings.DeleteButton">
      <summary>
        <para>Gets the Delete <see href="https://docs.devexpress.com/AspNet/116132/components/vertical-grid/visual-elements/command-item">command button</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridCommandButtonSettings.EditButton">
      <summary>
        <para>Gets the Edit <see href="https://docs.devexpress.com/AspNet/116132/components/vertical-grid/visual-elements/command-item">command button</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridCommandButtonSettings.EncodeHtml">
      <summary>
        <para>Gets or sets a value that specifies whether a <see href="https://docs.devexpress.com/AspNet/116132/components/vertical-grid/visual-elements/command-item">command button</see>‘s display text keeps any of its values that are HTML as HTML, or instead, strips out the HTML markers.</para>
      </summary>
      <value>true if the HTML code contained within the <see cref="P:DevExpress.Web.GridCommandButtonSettings.Text">GridCommandButtonSettings.Text</see> property value is not executed and is converted into the corresponding text for display purposes, false if the property value can contain pure HTML code.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridCommandButtonSettings.NewButton">
      <summary>
        <para>Gets the New <see href="https://docs.devexpress.com/AspNet/116132/components/vertical-grid/visual-elements/command-item">command button</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridCommandButtonSettings.RecoverButton">
      <summary>
        <para>Gets the Recover <see href="https://docs.devexpress.com/AspNet/116132/components/vertical-grid/visual-elements/command-item">command button</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridCommandButtonSettings.RenderMode">
      <summary>
        <para>Specifies the render mode of <see href="https://docs.devexpress.com/AspNet/116132/components/vertical-grid/visual-elements/command-item">command buttons</see> in <see cref="T:DevExpress.Web.ASPxVerticalGrid"/>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridCommandButtonRenderMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridCommandButtonSettings.SearchPanelApplyButton">
      <summary>
        <para>Gets settings of the Apply <see href="https://docs.devexpress.com/AspNet/116132/components/vertical-grid/visual-elements/command-item">command button</see> displayed in the <see href="https://docs.devexpress.com/AspNet/116144/components/vertical-grid/visual-elements/search-panel">search panel</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridCommandButtonSettings"/> object that contains the button settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridCommandButtonSettings.SearchPanelClearButton">
      <summary>
        <para>Gets settings of the Clear <see href="https://docs.devexpress.com/AspNet/116132/components/vertical-grid/visual-elements/command-item">command button</see> displayed in the <see href="https://docs.devexpress.com/AspNet/116144/components/vertical-grid/visual-elements/search-panel">search panel</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridCommandButtonSettings"/> object that contains the button settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridCommandButtonSettings.SelectButton">
      <summary>
        <para>Gets the Select <see href="https://docs.devexpress.com/AspNet/116132/components/vertical-grid/visual-elements/command-item">command button</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridCommandButtonSettings.UpdateButton">
      <summary>
        <para>Gets the Update <see href="https://docs.devexpress.com/AspNet/116132/components/vertical-grid/visual-elements/command-item">command button</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridCommandButtonSettings"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridCommandButtonSettings.UpdateSummariesButton">
      <summary>
        <para>Gets the Update summaries <see href="https://docs.devexpress.com/AspNet/116132/components/vertical-grid/visual-elements/command-item">command button</see>‘s settings.</para>
      </summary>
      <value>The command button settings.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridCommandCellEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxVerticalGrid.HtmlCommandCellPrepared">ASPxVerticalGrid.HtmlCommandCellPrepared</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridCommandCellEventArgs.Cell">
      <summary>
        <para>Gets the processed command cell.</para>
      </summary>
      <value>An object that represents the processed command cell.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridCommandCellEventArgs.CommandRow">
      <summary>
        <para>Gets a <see href="https://docs.devexpress.com/AspNet/116128/components/vertical-grid/visual-elements/command-row">command row</see> whose cell is currently being processed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridCommandRow"/> object that represents the command row within the ASPxVerticalGrid.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridCommandCellEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxVerticalGrid.HtmlCommandCellPrepared">ASPxVerticalGrid.HtmlCommandCellPrepared</see> event.</para>
      </summary>
      <param name="sender">The event sender.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxVerticalGridCommandCellEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridCookiesSettings">
      <summary>
        <para>Provides cookies and layout settings for the ASPxVerticalGrid.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridCookiesSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridCookiesSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridCookiesSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.ASPxVerticalGridCookiesSettings.StoreRowsExpandedState">
      <summary>
        <para>Gets or sets whether a cookie and layout data contain information on the expansion state of the grid’s expandable rows.</para>
      </summary>
      <value>true, to add the information about the expansion state of expandable rows to a cookie and layout data; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridCookiesSettings.StoreSorting">
      <summary>
        <para>Gets or sets whether a cookie and layout data contain information on sorting applied to ASPxVerticalGrid.</para>
      </summary>
      <value>true, to add the sorting information to a cookie and layout data; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridCustomButtonCallbackEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxVerticalGrid.CustomButtonCallback">ASPxVerticalGrid.CustomButtonCallback</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridCustomButtonCallbackEventArgs.#ctor(System.String,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridCustomButtonCallbackEventArgs"/> class.</para>
      </summary>
      <param name="buttonID">A <see cref="T:System.String"/> value that identifies the record which contains the clicked custom button. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCustomButtonCallbackEventArgs.ButtonID">ASPxGridCustomButtonCallbackEventArgs.ButtonID</see> property.</param>
      <param name="visibleIndex">An integer value that specifies the button’s position among the command buttons displayed within a <see href="https://docs.devexpress.com/AspNet/116128/components/vertical-grid/visual-elements/command-row">command row cell</see>. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCustomButtonCallbackEventArgs.VisibleIndex">ASPxGridCustomButtonCallbackEventArgs.VisibleIndex</see> property.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridCustomButtonCallbackEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxVerticalGrid.CustomButtonCallback">ASPxVerticalGrid.CustomButtonCallback</see> event.</para>
      </summary>
      <param name="sender">The event sender.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxVerticalGridCustomButtonCallbackEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridCustomButtonEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxVerticalGrid.CustomButtonInitialize">ASPxVerticalGrid.CustomButtonInitialize</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxVerticalGridCustomButtonCallbackEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridCustomCallbackEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxVerticalGrid.CustomCallback">ASPxVerticalGrid.CustomCallback</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridCustomCallbackEventArgs.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridCustomCallbackEventArgs"/> class.</para>
      </summary>
      <param name="parameters">A string value that contains specific information collected on the client side and passed to the event for further server-side processing. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCustomCallbackEventArgs.Parameters">ASPxGridCustomCallbackEventArgs.Parameters</see> property.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridCustomCallbackEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxVerticalGrid.CustomCallback">ASPxVerticalGrid.CustomCallback</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxVerticalGridCustomCallbackEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridCustomCommandButtonEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxVerticalGrid.CustomButtonInitialize">ASPxVerticalGrid.CustomButtonInitialize</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridCustomCommandButtonEventArgs.#ctor(DevExpress.Web.VerticalGridCommandRowCustomButton,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridCustomCommandButtonEventArgs"/> class.</para>
      </summary>
      <param name="button">A <see cref="T:DevExpress.Web.VerticalGridCommandRowCustomButton"/> object that is the processed button.</param>
      <param name="visibleIndex">An integer value that specifies the visible index of a record which contains the processed command button.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridCustomCommandButtonEventArgs.Row">
      <summary>
        <para>Gets a command row which owns the processed custom <see href="https://docs.devexpress.com/AspNet/116132/components/vertical-grid/visual-elements/command-item">command button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridCommandRow"/> object that is the command row which owns the processed custom button.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridCustomDataCallbackEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxVerticalGrid.CustomDataCallback">ASPxVerticalGrid.CustomDataCallback</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridCustomDataCallbackEventArgs.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridCustomDataCallbackEventArgs"/> class.</para>
      </summary>
      <param name="parameters">A string value that contains specific information collected on the client side and passed to the event for further server-side processing. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCustomCallbackEventArgs.Parameters">ASPxGridCustomCallbackEventArgs.Parameters</see> property.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridCustomDataCallbackEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxVerticalGrid.CustomDataCallback">ASPxVerticalGrid.CustomDataCallback</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxVerticalGridCustomDataCallbackEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridCustomErrorTextEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxVerticalGrid.CustomErrorText">ASPxVerticalGrid.CustomErrorText</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridCustomErrorTextEventArgs.#ctor(DevExpress.Web.GridErrorTextKind,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridCustomErrorTextEventArgs"/> class.</para>
      </summary>
      <param name="errorTextKind">A <see cref="T:DevExpress.Web.GridErrorTextKind"/> object that lists values indicating the error source.</param>
      <param name="errorText">A string representing the error text.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridCustomErrorTextEventArgs.#ctor(System.Exception,DevExpress.Web.GridErrorTextKind,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridCustomErrorTextEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="exception">A <see cref="T:System.Exception"/> object that represents the exception. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCustomErrorTextEventArgs.Exception">ASPxGridCustomErrorTextEventArgs.Exception</see> property.</param>
      <param name="errorTextKind">A <see cref="T:DevExpress.Web.GridErrorTextKind"/> enumeration value that indicates the error source. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCustomErrorTextEventArgs.ErrorTextKind">ASPxGridCustomErrorTextEventArgs.ErrorTextKind</see> property.</param>
      <param name="errorText">A <see cref="T:System.String"/> value that specifies the error text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridCustomErrorTextEventArgs.ErrorText">ASPxGridCustomErrorTextEventArgs.ErrorText</see> property.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridCustomErrorTextEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxVerticalGrid.CustomErrorText">ASPxVerticalGrid.CustomErrorText</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxVerticalGridCustomErrorTextEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridCustomRowSortEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxVerticalGrid.CustomRowSort">ASPxVerticalGrid.CustomRowSort</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridCustomRowSortEventArgs.#ctor(DevExpress.Web.VerticalGridDataRow,System.Object,System.Object,DevExpress.Data.ColumnSortOrder)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridCustomRowSortEventArgs"/> class.</para>
      </summary>
      <param name="row">An <see cref="T:DevExpress.Web.VerticalGridDataRow"/> supported object that represents the data row that contains the values to compare. This value is assigned to the <see cref="P:DevExpress.Web.ASPxVerticalGridCustomRowSortEventArgs.Row">ASPxVerticalGridCustomRowSortEventArgs.Row</see> property.</param>
      <param name="value1">An object that represents the first of the two values being compared. This value is assigned to the <see cref="P:DevExpress.Web.GridCustomColumnSortEventArgs.Value1">GridCustomColumnSortEventArgs.Value1</see> property.</param>
      <param name="value2">An object that represents the second of the two values being compared. This value is assigned to the <see cref="P:DevExpress.Web.GridCustomColumnSortEventArgs.Value2">GridCustomColumnSortEventArgs.Value2</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridCustomRowSortEventArgs.Row">
      <summary>
        <para>Gets the row whose values are being compared.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridDataRow"/> descendant that represents the row that contains the values to compare.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridCustomRowSortEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxVerticalGrid.CustomRowSort">ASPxVerticalGrid.CustomRowSort</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxVerticalGridCustomRowSortEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridDataCellEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxVerticalGrid.HtmlDataCellPrepared">ASPxVerticalGrid.HtmlDataCellPrepared</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridDataCellEventArgs.Cell">
      <summary>
        <para>Gets the processed <see href="https://docs.devexpress.com/AspNet/116131/components/vertical-grid/visual-elements/data-cell">data cell</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.TableCell"/> object that represents the processed data cell.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridDataCellEventArgs.CellValue">
      <summary>
        <para>Gets the processed cell’s value.</para>
      </summary>
      <value>An object that represents the processed cell’s value.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridDataCellEventArgs.GetValue(System.String)">
      <summary>
        <para>Returns the value of the specified cell within the processed record.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the data source field.</param>
      <returns>An object that represents the specified cell’s value.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridDataCellEventArgs.Row">
      <summary>
        <para>Gets the record that owns the cell currently being processed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridDataRow"/> descendant that is the record.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridDataCellEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxVerticalGrid.HtmlDataCellPrepared">ASPxVerticalGrid.HtmlDataCellPrepared</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxVerticalGridDataCellEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridDataSecuritySettings">
      <summary>
        <para>Contains security settings that allow you to disable data operations in the <see cref="T:DevExpress.Web.ASPxVerticalGrid"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridDataSecuritySettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridDataSecuritySettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridDataValidationEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxVerticalGrid.RecordValidating">ASPxVerticalGrid.RecordValidating</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridDataValidationEventArgs.#ctor(System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridDataValidationEventArgs"/> class.</para>
      </summary>
      <param name="isNew">true, if the processed record is new; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridDataValidationEventArgs.#ctor(System.Int32,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridDataValidationEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="visibleIndex">An integer value that is the processed record’s visible index.</param>
      <param name="isNew">true, if the processed record is new; otherwise, false.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridDataValidationEventArgs.EditorPropertiesErrors">
      <summary>
        <para>Gets a collection of editor errors.</para>
      </summary>
      <value>The collection of errors.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridDataValidationEventArgs.Errors">
      <summary>
        <para>Gets a collection of record errors.</para>
      </summary>
      <value>A System.Collections.Generic.Dictionary object that is the collection of record errors.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridDataValidationEventArgs.IsNewRecord">
      <summary>
        <para>Gets whether the processed record is new.</para>
      </summary>
      <value>true, if the record is new; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridDataValidationEventArgs.RecordError">
      <summary>
        <para>Gets or sets the error text displayed within the <see href="https://docs.devexpress.com/AspNet/116135/components/vertical-grid/visual-elements/record-error">Record Error</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text displayed within the record error.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridDataValidationEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxVerticalGrid.RecordValidating">ASPxVerticalGrid.RecordValidating</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxVerticalGridDataValidationEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridEditingSettings">
      <summary>
        <para>Provides edit settings for ASPxVerticalGrid.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridEditingSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridEditingSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridEditingSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.ASPxVerticalGridEditingSettings.BatchEditSettings">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/AspNet/116157/components/vertical-grid/concepts/data-editing/batch-edit-mode">Batch Edit Mode</see> settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.VerticalGridBatchEditSettings"/> object containing the settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridEditingSettings.Mode">
      <summary>
        <para>Gets or sets a value that specifies the ASPxVerticalGrid’s editing mode.</para>
      </summary>
      <value>A VerticalGridEditingMode enumeration value that specifies the ASPxVerticalGrid’s editing mode.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridEditorEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxVerticalGrid.CellEditorInitialize">ASPxVerticalGrid.CellEditorInitialize</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridEditorEventArgs.#ctor(DevExpress.Web.VerticalGridDataRow,System.Int32,DevExpress.Web.ASPxEditBase,System.Object,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridEditorEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="row">A <see cref="T:DevExpress.Web.VerticalGridDataRow"/> descendant that represents the data row whose cell editor is being initialized. This value is assigned to the <see cref="P:DevExpress.Web.ASPxVerticalGridEditorEventArgs.Row">ASPxVerticalGridEditorEventArgs.Row</see> property.</param>
      <param name="visibleIndex">An integer value that identifies the data row whose values are being edited.</param>
      <param name="editor">An <see cref="T:DevExpress.Web.ASPxEditBase"/> This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridEditorEventArgs.Editor">ASPxGridEditorEventArgs.Editor</see> property that is the processed cell editor.</param>
      <param name="keyValue">An object that uniquely identifies the record.</param>
      <param name="value">An object that represents the editor’s value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridEditorEventArgs.Value">ASPxGridEditorEventArgs.Value</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridEditorEventArgs.Row">
      <summary>
        <para>Gets the data row whose cell editor is being initialized.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridDataRow"/> descendant that represents the data row whose cell editor is being initialized.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridEditorEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxVerticalGrid.CellEditorInitialize">ASPxVerticalGrid.CellEditorInitialize</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxVerticalGridEditorEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridExporter">
      <summary>
        <para>An ASPxVerticalGridExporter control used to export the <see cref="T:DevExpress.Web.ASPxVerticalGrid"/> control’s data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridExporter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridExporter"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridExporter.#ctor(DevExpress.Web.ASPxVerticalGrid)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridExporter"/> class with the specified owner.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxVerticalGrid"/> object that is the owner of the created object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridExporter.ExportSelectedRecordsOnly">
      <summary>
        <para>Specifies if only selected records should be exported.</para>
      </summary>
      <value>true to export the selected records only; false to export all grid records.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridExporter.FileName">
      <summary>
        <para>Gets or sets the file name to which the grid’s data is exported.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the target file name.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridExporter.HeaderIndentWidth">
      <summary>
        <para>Gets or sets the header indent width within the ASPxVerticalGrid when it is exported.</para>
      </summary>
      <value>An integer value that specifies the indent width, in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridExporter.Landscape">
      <summary>
        <para>Gets or sets whether data is exported in Landscape. Setting this property to true is not in effect when exporting to XLX or XLSX.</para>
      </summary>
      <value>true to export data in Landscape; false to export data in Portrait.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridExporter.PageFooter">
      <summary>
        <para>Gets the page footer’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewExporterHeaderFooter"/> object that contains the page footer’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridExporter.PageHeader">
      <summary>
        <para>Gets the page header’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewExporterHeaderFooter"/> object that contains the page header’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridExporter.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.ASPxVerticalGridExporter.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.ASPxVerticalGridExporter.PrintSelectCheckBox">
      <summary>
        <para>Gets or sets whether check boxes (or radio buttons) used to select/deselect records, are printed.</para>
      </summary>
      <value>true, to print check boxes (or radio buttons) used to select/deselect records; otherwise, false.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxVerticalGridExporter.RenderBrick">
      <summary>
        <para>Enables rendering of different content from the default export.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridExporter.ReportFooter">
      <summary>
        <para>Gets or sets the text displayed within a report’s footer.</para>
      </summary>
      <value>A string value that specifies the text displayed within the report’s footer.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridExporter.ReportHeader">
      <summary>
        <para>Gets or sets the text displayed within a report’s header.</para>
      </summary>
      <value>A string value that specifies the text displayed within the report’s header.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridExporter.Styles">
      <summary>
        <para>Provides access to the properties that specify the appearance of grid elements when the grid is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridExportStyles"/> object that provides style settings used to paint grid elements when the grid is exported.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridExporter.VerticalGrid">
      <summary>
        <para>Gets the <see cref="T:DevExpress.Web.ASPxVerticalGrid"/> control to which the <see cref="T:DevExpress.Web.ASPxVerticalGridExporter"/> is assigned.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Web.ASPxVerticalGrid"/> control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridExporter.VerticalGridID">
      <summary>
        <para>Gets or sets the programmatic identifier of the associated ASPxVerticalGrid control.</para>
      </summary>
      <value>The programmatic identifier assigned to the ASPxVerticalGrid control.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridExportSettings">
      <summary>
        <para>Contains the export settings to be applied when the VerticalGrid’s data is <see href="https://docs.devexpress.com/AspNet/116329/components/vertical-grid/concepts/export">exported</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridExportSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridExportSettings"/> class.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridExportSettings.Assign(DevExpress.Web.PropertiesBase)">
      <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.PropertiesBase"/> object whose public properties are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridExportSettings.ExportSelectedRecordsOnly">
      <summary>
        <para>Specifies if only selected records should be exported.</para>
      </summary>
      <value>true to export the selected records only; false to export all grid records.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridExportSettings.FileName">
      <summary>
        <para>Gets or sets the file name to which the grid’s data is exported.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the target file name.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridExportSettings.HeaderIndentWidth">
      <summary>
        <para>Gets or sets the header indent width within the ASPxVerticalGrid when it is exported.</para>
      </summary>
      <value>An integer value that specifies the indent width, in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridExportSettings.Landscape">
      <summary>
        <para>Gets or sets whether data is exported in Landscape. Setting this property to true is not in effect when exporting to XLX or XLSX.</para>
      </summary>
      <value>true to export data in Landscape; false to export data in Portrait.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridExportSettings.PageFooter">
      <summary>
        <para>Gets the page footer’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewExporterHeaderFooter"/> object that contains the page footer’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridExportSettings.PageHeader">
      <summary>
        <para>Gets the page header’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewExporterHeaderFooter"/> object that contains the page header’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridExportSettings.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.ASPxVerticalGridExportSettings.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.ASPxVerticalGridExportSettings.PrintSelectCheckBox">
      <summary>
        <para>Gets or sets whether check boxes (or radio buttons) used to select/deselect records, are printed.</para>
      </summary>
      <value>true, to print check boxes (or radio buttons) used to select/deselect records; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridExportSettings.ReportFooter">
      <summary>
        <para>Gets or sets the text displayed within a report’s footer.</para>
      </summary>
      <value>A string value that specifies the text displayed within the report’s footer.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridExportSettings.ReportHeader">
      <summary>
        <para>Gets or sets the text displayed within a report’s header.</para>
      </summary>
      <value>A string value that specifies the text displayed within the report’s header.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridFilterControlSettings">
      <summary>
        <para>Provides settings that affect the <see href="https://docs.devexpress.com/AspNet/116142/components/vertical-grid/visual-elements/filter-bar">filter control</see> functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridFilterControlSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridFilterControlSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridHeaderFilterEditorInitializeEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxVerticalGrid.HeaderFilterEditorInitialize"/> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridHeaderFilterEditorInitializeEventArgs.#ctor(DevExpress.Web.VerticalGridDataRow,DevExpress.Web.ASPxEditBase,DevExpress.Web.GridHeaderFilterEditorType)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridHeaderFilterEditorInitializeEventArgs"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridHeaderFilterEditorInitializeEventArgs.Row">
      <summary>
        <para>Gets the row to which the processed editor belongs.</para>
      </summary>
      <value>The row.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridHeaderFilterEditorInitializeEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Web.ASPxVerticalGrid.HeaderFilterEditorInitialize">ASPxVerticalGrid.HeaderFilterEditorInitialize</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">Contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridHeaderFilterEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxVerticalGrid.HeaderFilterFillItems">ASPxVerticalGrid.HeaderFilterFillItems</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridHeaderFilterEventArgs.#ctor(DevExpress.Web.VerticalGridDataRow,DevExpress.Web.GridHeaderFilterValues)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridHeaderFilterEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="row">A <see cref="T:DevExpress.Web.VerticalGridDataRow"/> object that is the processed record. This value is assigned to the <see cref="P:DevExpress.Web.ASPxVerticalGridHeaderFilterEventArgs.Row">ASPxVerticalGridHeaderFilterEventArgs.Row</see> property.</param>
      <param name="values">A <see cref="T:DevExpress.Web.GridHeaderFilterValues"/> object containing filter values. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridHeaderFilterEventArgs.Values">ASPxGridHeaderFilterEventArgs.Values</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridHeaderFilterEventArgs.Row">
      <summary>
        <para>Gets the data row currently being filtered.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridDataRow"/> object that represents the data row currently being filtered.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridHeaderFilterEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxVerticalGrid.HeaderFilterFillItems">ASPxVerticalGrid.HeaderFilterFillItems</see> event.</para>
      </summary>
      <param name="sender">The event sender.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxVerticalGridHeaderFilterEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridLoadingPanelSettings">
      <summary>
        <para>Provides settings that affect the <see href="https://docs.devexpress.com/AspNet/116138/components/vertical-grid/visual-elements/loading-panel">loading panel</see>‘s appearance and functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridLoadingPanelSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridLoadingPanelSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridPagerSettings">
      <summary>
        <para>Contains <see href="https://docs.devexpress.com/AspNet/116137/components/vertical-grid/visual-elements/pager">pager</see> settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridPagerSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridPagerSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridPagerSettings.Mode">
      <summary>
        <para>Gets or sets whether page-mode navigation is enabled.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridPagerMode"/> enumeration value that specifies whether page-mode navigation is enabled.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridPagerSettings.PageSize">
      <summary>
        <para>Gets or sets the maximum number of records that can be displayed on a page.</para>
      </summary>
      <value>An integer value that specifies the number of records.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridPagerSettings.ShowEmptyDataRecords">
      <summary>
        <para>Gets or sets whether to show empty records if the number of records displayed within the last page fits entirely on the page.</para>
      </summary>
      <value>true, to show empty records; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridPopupControlSettings">
      <summary>
        <para>Contains specific settings for different popup elements.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridPopupControlSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridPopupControlSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridPopupControlSettings.FilterControl">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/116143/components/vertical-grid/visual-elements/filter-builder-filter-control">filter control</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridFilterControlPopupSettings"/> object that contains the <see href="https://docs.devexpress.com/AspNet/116143/components/vertical-grid/visual-elements/filter-builder-filter-control">filter control</see>‘s settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridPopupControlSettings.HeaderFilter">
      <summary>
        <para>Provides access to the <see href="https://docs.devexpress.com/AspNet/116141/components/vertical-grid/visual-elements/header-filter">Header Filter</see>‘s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridHeaderFilterPopupSettings"/> object that contains the header filter’s settings.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridRecordEventArgs">
      <summary>
        <para>Serves as a base for classes that provide data for related events of the ASPxVerticalGrid.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridRecordEventArgs.#ctor(System.Int32,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridRecordEventArgs"/> class.</para>
      </summary>
      <param name="visibleIndex">The record’s visible index.</param>
      <param name="keyValue">An object that uniquely identifies the record.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridRecordEventArgs.KeyValue">
      <summary>
        <para>Gets the processed record’s key.</para>
      </summary>
      <value>An object that represents the processed record’s key value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridRecordEventArgs.VisibleIndex">
      <summary>
        <para>Gets the processed record’s visible index.</para>
      </summary>
      <value>An integer value that specifies the processed record’s visible index.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridRenderBrickEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxVerticalGridExporter.RenderBrick">ASPxVerticalGridExporter.RenderBrick</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridRenderBrickEventArgs.BrickStyle">
      <summary>
        <para>Gets the appearance settings used to paint report bricks.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraPrinting.BrickStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridRenderBrickEventArgs.ExportPart">
      <summary>
        <para>Gets which part of the ASPxVerticalGrid is currently being exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridExportPart"/> object that specifies the currently exported part of the grid.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridRenderBrickEventArgs.GetValue(System.String)">
      <summary>
        <para>Returns the value of the specified cell within the processed record.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the data source field.</param>
      <returns>An object that represents the specified cell’s value.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridRenderBrickEventArgs.ImageValue">
      <summary>
        <para>Gets or sets an array of bytes that contains the processed brick’s image.</para>
      </summary>
      <value>An array of bytes that contains the processed brick’s binary image.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridRenderBrickEventArgs.KeyValue">
      <summary>
        <para>Gets the processed record’s key.</para>
      </summary>
      <value>An object that represents the processed record’s key value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridRenderBrickEventArgs.Row">
      <summary>
        <para>Gets a record that corresponds to the processed grid element.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridRow"/> object that specifies the record. null (Nothing in Visual Basic) if the processed element doesn’t belong to a record.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridRenderBrickEventArgs.Text">
      <summary>
        <para>Gets or sets the text displayed within the brick currently being rendered.</para>
      </summary>
      <value>A string value that specifies the text displayed within the processed brick.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridRenderBrickEventArgs.TextValue">
      <summary>
        <para>Gets or sets the processed brick’s value.</para>
      </summary>
      <value>An object that represents the processed brick’s value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridRenderBrickEventArgs.Url">
      <summary>
        <para>Gets or sets the rendered brick’s URL.</para>
      </summary>
      <value>A string value that specifies the rendered brick’s URL.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridRenderBrickEventArgs.Value">
      <summary>
        <para>Gets the processed data cell’s value.</para>
      </summary>
      <value>An object that represents the processed cell’s value.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridRenderBrickEventArgs.VisibleIndex">
      <summary>
        <para>Gets the processed record’s visible index.</para>
      </summary>
      <value>An integer value that specifies the processed record’s visible index.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridRenderBrickEventArgs.XlsxFormatString">
      <summary>
        <para>Specifies the format string applied to the processed brick’s value when exporting to Excel format (XLS or XLSX).</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridRenderBrickEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxVerticalGridExporter.RenderBrick">ASPxVerticalGridExporter.RenderBrick</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxVerticalGridRenderBrickEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridRowDataEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxVerticalGrid.CustomUnboundRowData">ASPxVerticalGrid.CustomUnboundRowData</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridRowDataEventArgs.#ctor(DevExpress.Web.VerticalGridDataRow,System.Int32,System.Object,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridRowDataEventArgs"/> class.</para>
      </summary>
      <param name="row">A <see cref="T:DevExpress.Web.VerticalGridDataRow"/> object that represents the unbound row. This value is assigned to the <see cref="P:DevExpress.Web.ASPxVerticalGridRowDataEventArgs.Row">ASPxVerticalGridRowDataEventArgs.Row</see> property.</param>
      <param name="listSourceRow">An integer value that specifies the record’s index in the data source. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridColumnDataEventArgs.ListSourceRowIndex">ASPxGridColumnDataEventArgs.ListSourceRowIndex</see> property.</param>
      <param name="value">An object that represents the currently processed cell’s value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridColumnDataEventArgs.Value">ASPxGridColumnDataEventArgs.Value</see> property.</param>
      <param name="isGetAction">true, if you need to provide data for the currently processed cell; otherwise, false. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridColumnDataEventArgs.IsGetData">ASPxGridColumnDataEventArgs.IsGetData</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridRowDataEventArgs.Row">
      <summary>
        <para>Gets the unbound row currently being processed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridDataRow"/> object that represents the unbound row.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridRowDataEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxVerticalGrid.CustomUnboundRowData">ASPxVerticalGrid.CustomUnboundRowData</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxVerticalGridRowDataEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridRowDisplayTextEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxVerticalGrid.CustomRowDisplayText">ASPxVerticalGrid.CustomRowDisplayText</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridRowDisplayTextEventArgs.#ctor(DevExpress.Web.VerticalGridDataRow,System.Int32,System.Object,DevExpress.Web.GridColumnDisplayTextEventKind)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridRowDisplayTextEventArgs"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridRowDisplayTextEventArgs.Row">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/AspNet/116125/components/vertical-grid/visual-elements/row">row</see> that contains the cell currently being processed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridDataRow"/> descendant that represents the data row (a record in the grid) which contains the processed cell.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridRowDisplayTextEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxVerticalGrid.CustomRowDisplayText">ASPxVerticalGrid.CustomRowDisplayText</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxVerticalGridRowDisplayTextEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridSearchPanelEditorCreateEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxVerticalGrid.SearchPanelEditorCreate">ASPxVerticalGrid.SearchPanelEditorCreate</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridSearchPanelEditorCreateEventArgs.#ctor(DevExpress.Web.EditPropertiesBase,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridSearchPanelEditorCreateEventArgs"/> class.</para>
      </summary>
      <param name="editorProperties">An <see cref="T:DevExpress.Web.EditPropertiesBase"/> descendant that contains the <see href="https://docs.devexpress.com/AspNet/116144/components/vertical-grid/visual-elements/search-panel">search panel</see> editor’s properties. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridEditorCreateEventArgs.EditorProperties">ASPxGridEditorCreateEventArgs.EditorProperties</see> property.</param>
      <param name="value">An object that specifies the <see href="https://docs.devexpress.com/AspNet/116144/components/vertical-grid/visual-elements/search-panel">search panel</see> editor’s value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridEditorCreateEventArgs.Value">ASPxGridEditorCreateEventArgs.Value</see> property.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridSearchPanelEditorCreateEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxVerticalGrid.SearchPanelEditorCreate">ASPxVerticalGrid.SearchPanelEditorCreate</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxVerticalGridSearchPanelEditorCreateEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridSearchPanelEditorEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxVerticalGrid.SearchPanelEditorInitialize">ASPxVerticalGrid.SearchPanelEditorInitialize</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridSearchPanelEditorEventArgs.#ctor(DevExpress.Web.ASPxEditBase,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridSearchPanelEditorEventArgs"/> class.</para>
      </summary>
      <param name="editor">A <see cref="T:DevExpress.Web.ASPxEditBase"/> descendant that represents the processed editor. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridEditorEventArgs.Editor">ASPxGridEditorEventArgs.Editor</see> property.</param>
      <param name="value">An object that specifies the <see href="https://docs.devexpress.com/AspNet/116144/components/vertical-grid/visual-elements/search-panel">search panel</see> editor’s value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridEditorEventArgs.Value">ASPxGridEditorEventArgs.Value</see> property.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridSearchPanelEditorEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxVerticalGrid.SearchPanelEditorCreate">ASPxVerticalGrid.SearchPanelEditorCreate</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxVerticalGridSearchPanelEditorCreateEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridSearchPanelSettings">
      <summary>
        <para>Provides settings that affect the <see href="https://docs.devexpress.com/AspNet/116144/components/vertical-grid/visual-elements/search-panel">search panel</see> functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridSearchPanelSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridSearchPanelSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridSearchPanelSettings.RowNames">
      <summary>
        <para>Specifies the rows to which the <see href="https://docs.devexpress.com/AspNet/116144/components/vertical-grid/visual-elements/search-panel">search panel</see> filter should be applied.</para>
      </summary>
      <value>A string value listing grid row identifiers that can be either: row name, field name, or caption.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridSettings">
      <summary>
        <para>Serves as a base for classes that implement the main settings of grid-like controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.ASPxVerticalGridSettings.GridLines">
      <summary>
        <para>Gets or sets the gridline style for the ASPxVerticalGrid.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.GridLines"/> enumeration value that specifies the gridline style for the ASPxVerticalGrid.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridSettings.HeaderAreaWidth">
      <summary>
        <para>Gets or sets the width of <see href="https://docs.devexpress.com/AspNet/116127/components/vertical-grid/visual-elements/row-header">row headers</see></para>
      </summary>
      <value>An integer value that specifies the width of row headers.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridSettings.MergeHeaderIndents">
      <summary>
        <para>Gets or sets a value that specifies whether <see href="https://docs.devexpress.com/AspNet/116127/components/vertical-grid/visual-elements/row-header">rows headers</see> are merged with indents cells.</para>
      </summary>
      <value>true, if the row headers and indent cells are merged; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridSettings.RecordWidth">
      <summary>
        <para>Gets or sets a value specifying the width of a record.</para>
      </summary>
      <value>An integer value which specifies a record width, in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridSettings.RowLoadingMode">
      <summary>
        <para>Gets or sets the loading mode of child rows of <see href="https://docs.devexpress.com/AspNet/116129/components/vertical-grid/visual-elements/category-row">category rows</see> or parent <see href="https://docs.devexpress.com/AspNet/116125/components/vertical-grid/visual-elements/row">rows</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridRowLoadingMode"/> enumeration value that specifies the loading mode for child rows.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridSettings.ShowCategoryIndents">
      <summary>
        <para>Gets or sets a value that specifies whether child <see href="https://docs.devexpress.com/AspNet/116125/components/vertical-grid/visual-elements/row">rows</see> within parent rows or <see href="https://docs.devexpress.com/AspNet/116129/components/vertical-grid/visual-elements/category-row">category rows</see> are shown with indents.</para>
      </summary>
      <value>true, if the child rows are shown with indents; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridSettings.ShowSummaryPanel">
      <summary>
        <para>Gets or sets whether the ASPxVerticalGridw’s <see href="https://docs.devexpress.com/AspNet/116164/components/vertical-grid/visual-elements/summary-panel">summary panel</see> is displayed.</para>
      </summary>
      <value>true, to display the ASPxVerticalGrid’s summary panel; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridSummaryDisplayTextEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxVerticalGrid.SummaryDisplayText">ASPxVerticalGrid.SummaryDisplayText</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridSummaryDisplayTextEventArgs.#ctor(DevExpress.Web.ASPxVerticalGrid,DevExpress.Web.ASPxVerticalGridSummaryItem,System.Object,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridSummaryDisplayTextEventArgs"/> class.</para>
      </summary>
      <param name="grid">A grid view control.</param>
      <param name="item">A summary item.</param>
      <param name="value">A summary item’s value.</param>
      <param name="text">A summary item’s text.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridSummaryDisplayTextEventArgs.#ctor(DevExpress.Web.ASPxVerticalGridSummaryItem,System.Object,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridSummaryDisplayTextEventArgs"/> class.</para>
      </summary>
      <param name="item">An <see cref="T:DevExpress.Web.ASPxVerticalGridSummaryItem"/> object that represents the summary item whose value is being processed. This value is assigned to the <see cref="P:DevExpress.Web.ASPxVerticalGridSummaryDisplayTextEventArgs.Item">ASPxVerticalGridSummaryDisplayTextEventArgs.Item</see> property.</param>
      <param name="value">An object that represents the summary item’s value. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridSummaryDisplayTextEventArgs.Value">ASPxGridSummaryDisplayTextEventArgs.Value</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the summary item’s display text. This value is assigned to the <see cref="P:DevExpress.Web.ASPxGridSummaryDisplayTextEventArgs.Text">ASPxGridSummaryDisplayTextEventArgs.Text</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridSummaryDisplayTextEventArgs.Item">
      <summary>
        <para>Gets a summary item whose value is being processed.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxVerticalGridSummaryItem"/> object that represents the summary item whose value is being processed.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridSummaryDisplayTextEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxVerticalGrid.SummaryDisplayText">ASPxVerticalGrid.SummaryDisplayText</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ASPxVerticalGridSummaryDisplayTextEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridSummaryItem">
      <summary>
        <para>Represents a summary item.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridSummaryItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridSummaryItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridSummaryItem.#ctor(System.String,DevExpress.Data.SummaryItemType)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridSummaryItem"/> class with the specified settings.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the data source field whose values are used for summary calculation. This value is assigned to the <see cref="P:DevExpress.Web.ASPxSummaryItemBase.FieldName">ASPxSummaryItemBase.FieldName</see> property.</param>
      <param name="summaryType">A <see cref="T:DevExpress.Data.SummaryItemType"/> enumeration value that specifies the aggregate function type. This value is assigned to the <see cref="P:DevExpress.Web.ASPxSummaryItemBase.SummaryType">ASPxSummaryItemBase.SummaryType</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridSummaryItem.GetTotalSummaryDisplayText(DevExpress.Web.VerticalGridRow,System.Object)">
      <summary>
        <para>Formats the specified value according to the current total summary item’s format settings in the <see href="https://docs.devexpress.com/AspNet/116164/components/vertical-grid/visual-elements/summary-panel">summary panel</see>.</para>
      </summary>
      <param name="row">A <see cref="T:DevExpress.Web.VerticalGridRow"/> object that specifies the row, the values of which are aggregated by the summary.</param>
      <param name="value">An object that is the summary value.</param>
      <returns>A <see cref="T:System.String"/> value that is the summary display text.</returns>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridSummaryItemCollection">
      <summary>
        <para>Represents a collection of ASPxVerticalGrid summary items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridSummaryItemCollection.Add(DevExpress.Data.SummaryItemType,System.String)">
      <summary>
        <para>Adds the specified summary item to the collection.</para>
      </summary>
      <param name="summaryType">A <see cref="T:DevExpress.Data.SummaryItemType"/> enumeration value that specifies the aggregate function type. This value is assigned to the <see cref="P:DevExpress.Web.ASPxSummaryItemBase.SummaryType">ASPxSummaryItemBase.SummaryType</see> property.</param>
      <param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the data source field whose values are used for summary calculation. This value is assigned to the <see cref="P:DevExpress.Web.ASPxSummaryItemBase.FieldName">ASPxSummaryItemBase.FieldName</see> property.</param>
      <returns>An <see cref="T:DevExpress.Web.ASPxVerticalGridSummaryItem"/> object that represents the new summary item.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridSummaryItemCollection.Item(System.String,DevExpress.Data.SummaryItemType)">
      <summary>
        <para>Returns a summary item of the specified aggregate function type and associated with the specified data source field.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the data source field whose values are used for summary calculation.</param>
      <param name="summaryType">A <see cref="T:DevExpress.Data.SummaryItemType"/> enumeration value that specifies the aggregate function type.</param>
      <value>An <see cref="T:DevExpress.Web.ASPxVerticalGridSummaryItem"/> object  that represents the required summary item.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridSummaryItemCollection.Item(System.String)">
      <summary>
        <para>Returns a summary item associated with the specified data source field.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of the data source field whose values are used for summary calculation.</param>
      <value>An <see cref="T:DevExpress.Web.ASPxVerticalGridSummaryItem"/> object  that represents the summary item associated with the specified data source field.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridTextSettings">
      <summary>
        <para>Provides text options for ASPxVerticalGrid.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridTextSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridTextSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridTextSettings.CommandBatchEditUpdateSummaries">
      <summary>
        <para>Gets or sets the text displayed within the Update summaries command item.</para>
      </summary>
      <value>The command item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridTextSettings.EmptyRecord">
      <summary>
        <para>Gets or sets the text displayed for an <see href="https://docs.devexpress.com/AspNet/116459/components/vertical-grid/visual-elements/empty-record">empty record</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text displayed for an empty record.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridTextSettings.IncorrectSelectionError">
      <summary>
        <para>Specifies the Incorrect Selection error text.</para>
      </summary>
      <value>The error text.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridTextSettings.ToolbarShowSummaryPanel">
      <summary>
        <para>Gets or sets the text displayed within the Summary Panel <see href="https://docs.devexpress.com/AspNet/118568/components/vertical-grid/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the command item’s text.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridToolbarItemClickEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxVerticalGrid.ToolbarItemClick">ASPxVerticalGrid.ToolbarItemClick</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxVerticalGridToolbarItemClickEventArgs.#ctor(DevExpress.Web.VerticalGridToolbarItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxVerticalGridToolbarItemClickEventArgs"/> class with specified settings.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.VerticalGridToolbarItem"/> object that is the Vertical Grid toolbar item.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxVerticalGridToolbarItemClickEventArgs.Item">
      <summary>
        <para>Gets the toolbar item related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridToolbarItem"/> object that is the toolbar item.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxVerticalGridToolbarItemClickEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxVerticalGrid.ToolbarItemClick">ASPxVerticalGrid.ToolbarItemClick</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ASPxVerticalGridToolbarItemClickEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ASPxWebClientUIControl">
      <summary>
        <para>Serves as a base for controls that utilize a DevExpress JavaScript/HTML5 engine to provide a responsive user interface for in-browser use on the client.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxWebClientUIControl.ColorScheme">
      <summary>
        <para>Gets or sets the name of the color theme to be applied to the control.</para>
      </summary>
      <value>A string value specifying the color theme name.</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeCarmine">
      <summary>
        <para>Contains a string identifying the Carmine color scheme.</para>
      </summary>
      <value>“carmine”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeCarmineCompact">
      <summary>
        <para>Contains a string identifying the Carmine compact color scheme.</para>
      </summary>
      <value>carmine.compact</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeContrast">
      <summary>
        <para>Contains a string identifying the Contrast color scheme.</para>
      </summary>
      <value>“contrast”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeDark">
      <summary>
        <para>Contains a string identifying the Dark color scheme.</para>
      </summary>
      <value>“dark”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeDarkBlue">
      <summary>
        <para>Contains a string identifying the custom Dark Blue color scheme.</para>
      </summary>
      <value>“dark-blue”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeDarkBlueCompact">
      <summary>
        <para>Contains a string identifying the custom Dark Blue compact color scheme.</para>
      </summary>
      <value>“dark-blue.compact”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeDarkCompact">
      <summary>
        <para>Contains a string identifying the Dark compact color scheme.</para>
      </summary>
      <value>“dark.compact”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeDarkMoon">
      <summary>
        <para>Contains a string identifying the Dark Moon color scheme.</para>
      </summary>
      <value>“darkmoon”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeDarkMoonCompact">
      <summary>
        <para>Contains a string identifying the Dark Moon compact color scheme.</para>
      </summary>
      <value>“darkmoon.compact”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeDarkViolet">
      <summary>
        <para>Contains a string identifying the Dark Violet color scheme.</para>
      </summary>
      <value>“darkviolet”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeDarkVioletCompact">
      <summary>
        <para>Contains a string identifying the Dark Violet compact color scheme.</para>
      </summary>
      <value>“darkviolet.compact”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeGreenMist">
      <summary>
        <para>Contains a string identifying the Green Mist color scheme.</para>
      </summary>
      <value>“greenmist”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeGreenMistCompact">
      <summary>
        <para>Contains a string identifying the Green Mist compact color scheme.</para>
      </summary>
      <value>“greenmist.compact”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeLight">
      <summary>
        <para>Contains a string identifying the Light color scheme.</para>
      </summary>
      <value>“light”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeLightBlue">
      <summary>
        <para>Contains a string identifying the custom Light Blue color scheme.</para>
      </summary>
      <value>“light-blue”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeLightBlueCompact">
      <summary>
        <para>Contains a string identifying the custom Light Blue compact color scheme.</para>
      </summary>
      <value>“light-blue.compact”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeLightCompact">
      <summary>
        <para>Contains a string identifying the Light compact color scheme.</para>
      </summary>
      <value>“light.compact”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeMaterialBlueDark">
      <summary>
        <para>Contains a string identifying the Material Blue Dark color scheme.</para>
      </summary>
      <value>“material.blue.dark”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeMaterialBlueDarkCompact">
      <summary>
        <para>Contains a string identifying the Material Blue Dark compact color scheme.</para>
      </summary>
      <value>“material.blue.dark.compact”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeMaterialBlueLight">
      <summary>
        <para>Contains a string identifying the Material Material Blue color scheme.</para>
      </summary>
      <value>“material.blue.light”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeMaterialBlueLightCompact">
      <summary>
        <para>Contains a string identifying the Material Blue Light compact color scheme.</para>
      </summary>
      <value>“material.blue.light.compact”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeMaterialLimeDark">
      <summary>
        <para>Contains a string identifying the Material Lime Dark color scheme.</para>
      </summary>
      <value>“material.lime.dark”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeMaterialLimeDarkCompact">
      <summary>
        <para>Contains a string identifying the Material Lime Dark compact color scheme.</para>
      </summary>
      <value>“material.lime.dark.compact”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeMaterialLimeLight">
      <summary>
        <para>Contains a string identifying the Material Lime Light color scheme.</para>
      </summary>
      <value>“material.lime.light”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeMaterialLimeLightCompact">
      <summary>
        <para>Contains a string identifying the Material Lime Light compact color scheme.</para>
      </summary>
      <value>“material.lime.light.compact”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeMaterialOrangeDark">
      <summary>
        <para>Contains a string identifying the Material Orange Dark color scheme.</para>
      </summary>
      <value>“material.orange.dark”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeMaterialOrangeDarkCompact">
      <summary>
        <para>Contains a string identifying the Material Orange Dark compact color scheme.</para>
      </summary>
      <value>“material.orange.dark.compact”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeMaterialOrangeLight">
      <summary>
        <para>Contains a string identifying the Material Orange Light color scheme.</para>
      </summary>
      <value>“material.orange.light”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeMaterialOrangeLightCompact">
      <summary>
        <para>Contains a string identifying the Material Orange Light compact color scheme.</para>
      </summary>
      <value>“material.orange.light.compact”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeMaterialPurpleDark">
      <summary>
        <para>Contains a string identifying the Material Purple Dark color scheme.</para>
      </summary>
      <value>“material.purple.dark”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeMaterialPurpleDarkCompact">
      <summary>
        <para>Contains a string identifying the Material Purple Dark compact color scheme.</para>
      </summary>
      <value>“material.purple.dark.compact”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeMaterialPurpleLight">
      <summary>
        <para>Contains a string identifying the Material Purple Light color scheme.</para>
      </summary>
      <value>“material.purple.light”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeMaterialPurpleLightCompact">
      <summary>
        <para>Contains a string identifying the Material Purple Light compact color scheme.</para>
      </summary>
      <value>“material.purple.light.compact”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeMaterialTealDark">
      <summary>
        <para>Contains a string identifying the Material Teal Dark compact color scheme.</para>
      </summary>
      <value>“material.teal.dark”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeMaterialTealDarkCompact">
      <summary>
        <para>Contains a string identifying the Material Teal Dark compact color scheme.</para>
      </summary>
      <value>“material.teal.dark.compact”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeMaterialTealLight">
      <summary>
        <para>Contains a string identifying the Material Teal Light color scheme.</para>
      </summary>
      <value>“material.teal.light”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeMaterialTealLightCompact">
      <summary>
        <para>Contains a string identifying the Material Teal Light compact color scheme.</para>
      </summary>
      <value>“material.teal.light.compact”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeSoftBlue">
      <summary>
        <para>Contains a string identifying the Soft Blue color scheme.</para>
      </summary>
      <value>“softblue”</value>
    </member>
    <member name="F:DevExpress.Web.ASPxWebClientUIControl.ColorSchemeSoftBlueCompact">
      <summary>
        <para>Contains a string identifying the Soft Blue compact color scheme.</para>
      </summary>
      <value>“softblue.compact”</value>
    </member>
    <member name="P:DevExpress.Web.ASPxWebClientUIControl.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.ASPxWebClientUIControl.GlobalColorScheme">
      <summary>
        <para>Gets or sets the name of the color theme to be globally applied to all DevExpress web controls (that are <see cref="T:DevExpress.Web.ASPxWebClientUIControl"/> class descendants) across the entire web site.</para>
      </summary>
      <value>A string value specifying the color scheme name.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxWebClientUIControl.RegisterDevExtremeFontHandler">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value />
    </member>
    <member name="M:DevExpress.Web.ASPxWebClientUIControl.StaticInitialize">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxWebClientUIControl.UseDevExtremeFontHandler">
      <summary>
        <para>Specifies whether DevExtreme fonts and images are used.</para>
      </summary>
      <value>true, to display DevExtreme fonts and images; otherwise, false. The default is true.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxWebComponent">
      <summary>
        <para>Represents the base class for the DevExpress web components.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxWebComponent.RegisterStyleSheets">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ASPxWebControl">
      <summary>
        <para>Represents the base class for the DevExpress web controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxWebControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxWebControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxWebControl.BackgroundImage">
      <summary>
        <para>Gets the web control’s background image.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BackgroundImage"/> object that represents the web control’s background image.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxWebControl.BackwardCompatibility">
      <summary>
        <para>Provides access to the control’s backward compatibility settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.BackwardCompatibilitySettings"/> object.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxWebControl.Border">
      <summary>
        <para>Gets the web control’s border settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BorderWrapper"/> object which specifies the border settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxWebControl.BorderBottom">
      <summary>
        <para>Gets the settings of the web control’s bottom border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the bottom border of the control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxWebControl.BorderLeft">
      <summary>
        <para>Gets the settings of the web control’s left border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the left border of the control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxWebControl.BorderRight">
      <summary>
        <para>Gets the settings of the web control’s right border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the right border of the control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxWebControl.BorderTop">
      <summary>
        <para>Gets the settings of the web control’s top border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the top border of the control.</value>
    </member>
    <member name="E:DevExpress.Web.ASPxWebControl.CallbackError">
      <summary>
        <para>Allows you to handle any server exception that might occur during server-side processing of a callback sent by a DevExpress web control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxWebControl.CssFilePath">
      <summary>
        <para>Gets or sets the path to a CSS file that defines the web control’s appearance.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the required CSS file.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxWebControl.CssPostfix">
      <summary>
        <para>Gets or sets a CSS class name postfix that identifies style settings to be applied to the control.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that represents the required CSS class name postfix.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxWebControl.Cursor">
      <summary>
        <para>Gets or sets the type of cursor to display when the mouse pointer is over the web control.</para>
      </summary>
      <value>A string that specifies the type of cursor to display when the mouse pointer is over the control.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxWebControl.DataBind">
      <summary>
        <para>Binds the data source to the invoked server control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxWebControl.DisabledStyle">
      <summary>
        <para>Gets the style settings which define a control’s appearance in the disabled state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DisabledStyle"/> object that contains the disabled style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxWebControl.EmptyImage">
      <summary>
        <para>Gets the settings of an image which is displayed by the control if the control’s value is null.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxWebControl.Enabled">
      <summary>
        <para>Gets or sets a value that indicates whether a web control is enabled, allowing it to respond to user interactions.</para>
      </summary>
      <value>true if a web control is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxWebControl.EnableDefaultAppearance">
      <summary>
        <para>Specifies whether to enable the control’s default appearance.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxWebControl.EncodeHtml">
      <summary>
        <para>Gets or sets a value that specifies whether the web control’s value and element content are rendered as pure HTML, or HTML markers are stripped out.</para>
      </summary>
      <value>true if the HTML code contained within the web control’s value and element content are not executed and are converted into the corresponding text for display purposes, false if the web control’s value and element content can contain pure HTML code.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxWebControl.Focus">
      <summary>
        <para>Sets input focus to the web control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxWebControl.GetCallbackErrorMessage">
      <summary>
        <para>Obtains the error info while processing the redirection page.</para>
      </summary>
      <returns>A string value representing the error info.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxWebControl.GetClientSideEventHandler(System.String)">
      <summary>
        <para>Returns the specified client event’s handler.</para>
      </summary>
      <param name="name">A string specifying the required client event’s name.</param>
      <returns>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxWebControl.GetCssClassNamePrefix">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxWebControl.GetCssClassNamePrefix(System.String)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxWebControl.GetDefaultBooleanProperty(System.String,DevExpress.Utils.DefaultBoolean)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxWebControl.GetResourceUrl(System.Web.UI.Page,System.String)">
      <summary>
        <para>Returns a URL reference to an embedded resource in an assembly.</para>
      </summary>
      <param name="page">The page that requires the resource.</param>
      <returns>The URL reference to the resource.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxWebControl.GetResourceUrl(System.Web.UI.Page,System.Type,System.String)">
      <summary>
        <para>Returns a URL reference to an embedded resource in an assembly.</para>
      </summary>
      <param name="page">The page that requires the resource.</param>
      <param name="type">The type in the assembly that contains the embedded resource.</param>
      <param name="resourceName">The name of the resource to retrieve.</param>
      <returns>The URL reference to the resource.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxWebControl.GlobalAccessibilityCompliant">
      <summary>
        <para>Gets or sets whether accessibility support is globally enabled for all DevExpress web controls across the web page or the entire web site.</para>
      </summary>
      <value>true, if accessibility support is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxWebControl.GlobalCheckReferencesToExternalScripts">
      <summary>
        <para>Gets or sets whether links to external client scripts (such as jQuery, Knockout, and others), which are used by some DevExpress web components, are checked for presence and correctness.</para>
      </summary>
      <value>true, to check the scripts; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxWebControl.GlobalEmbedRequiredClientLibraries">
      <summary>
        <para>Gets or sets whether external client libraries (including scripts and CSS files) are automatically embedded in the DevExpress.Web assembly as resources.</para>
      </summary>
      <value>true, if the option is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxWebControl.GlobalRightToLeft">
      <summary>
        <para>Gets or sets that the right-to-left orientation shall be globally applied to all DevExpress web controls across the web page or the entire web site.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxWebControl.GlobalStyleSheetTheme">
      <summary>
        <para>Gets or sets the name of the style sheet <see href="https://docs.devexpress.com/AspNet/11685/common-concepts/appearance-customization-theming">theme</see> to be globally applied to all DevExpress web controls across the entire web site.</para>
      </summary>
      <value>A string value specifying the style sheet theme name.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxWebControl.GlobalTheme">
      <summary>
        <para>Gets or sets the name of the <see href="https://docs.devexpress.com/AspNet/11685/common-concepts/appearance-customization-theming">Theme</see> to be globally applied to all DevExpress web controls across the entire web site.</para>
      </summary>
      <value>A string value specifying the theme name.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxWebControl.GlobalThemeBaseColor">
      <summary>
        <para>Gets or sets the base color for the <see href="https://docs.devexpress.com/AspNet/11685/common-concepts/appearance-customization-theming">theme</see> to be globally applied to all DevExpress web controls 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.ASPxWebControl.GlobalThemeFont">
      <summary>
        <para>Gets or sets the font settings of the <see href="https://docs.devexpress.com/AspNet/11685/common-concepts/appearance-customization-theming">theme</see> to be globally applied to all DevExpress web controls 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.ASPxWebControl.Height">
      <summary>
        <para>Gets or sets the height of the web server control.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the height of the control.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxWebControl.HtmlEncode(System.String,System.Boolean)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxWebControl.HtmlEncode(System.String)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxWebControl.IsAccessibilityCompliantRender">
      <summary>
        <para>Returns a value that indicates whether the control’s accessible html code is rendered.</para>
      </summary>
      <returns>true if the accessible html code is rendered for the control; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxWebControl.IsAccessibilityCompliantRender(System.Boolean)">
      <summary>
        <para>Returns a value that indicates whether the control’s accessible html code is rendered.</para>
      </summary>
      <param name="checkEnabled">true, if the control’s AccessibilityCompliant property is enabled, otherwise, false.</param>
      <returns>true if the accessible html code is rendered for the control; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxWebControl.IsCallback">
      <summary>
        <para>Gets a value indicating whether the request is the result of a callback sent by the control.</para>
      </summary>
      <value>true if the request is the result of a callback sent by the control; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxWebControl.IsClientSideAPIEnabled">
      <summary>
        <para>Returns a value that indicates whether a specific programmatic interface (in particular, specific JavaScript objects and methods) are available to the control on the client side.</para>
      </summary>
      <returns>true if the client-side API is available for the control; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxWebControl.IsLoading">
      <summary>
        <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxWebControl.MakeResponseCompressed">
      <summary>
        <para>Specifies that the response code (the HTML code of the web page) should be compressed on the server before sending it to the client.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxWebControl.MakeResponseCompressed(System.Boolean)">
      <summary>
        <para>Specifies that the response code (the HTML code of the web page) should be compressed on the server before sending it to the client, and accepts a parameter specifying whether to apply compression to IE6.</para>
      </summary>
      <param name="applyToIE6">true to enable compression under IE6; otherwise, false.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxWebControl.ParentImages">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.ASPxWebControl"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxWebControl.ParentStyles">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.ASPxWebControl"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxWebControl.RedirectOnCallback(System.String)">
      <summary>
        <para>Redirects a client to a new URL while processing a callback.</para>
      </summary>
      <param name="url">A string value specifying the new target location.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxWebControl.RegisterBaseScript(System.Web.UI.Page,System.Boolean)">
      <summary>
        <para>Registers base scripts required to embed an <see cref="T:DevExpress.Web.ASPxWebControl"/> control onto the specified page.</para>
      </summary>
      <param name="page">A <see cref="T:System.Web.UI.Page"/> object which specifies the page to which the current <see cref="T:DevExpress.Web.ASPxWebControl"/> belongs.</param>
      <param name="registerMobileScript">true to register scripts for mobile devices; otherwise false.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxWebControl.RegisterBaseScript(System.Web.UI.Page)">
      <summary>
        <para>Registers base scripts, required to embed an <see cref="T:DevExpress.Web.ASPxWebControl"/> control onto the specified page.</para>
      </summary>
      <param name="page">A <see cref="T:System.Web.UI.Page"/> object which specifies the page to which the current <see cref="T:DevExpress.Web.ASPxWebControl"/> belongs.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxWebControl.RegisterUtilsScript(System.Web.UI.Page)">
      <summary>
        <para>Registers utils scripts required to embed an <see cref="T:DevExpress.Web.ASPxWebControl"/> control onto the specified page.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxWebControl.RequireClientLibrariesRegistering">
      <summary>
        <para>Specifies whether client library registration is required.</para>
      </summary>
      <returns>true, if it is required to register client libraries; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxWebControl.SetCallbackErrorMessage(System.String)">
      <summary>
        <para>Specifies the message text to be displayed for remote clients when a DevExpress control callback error has occurred.</para>
      </summary>
      <param name="message">A string value that specifies the callback error message text.</param>
    </member>
    <member name="M:DevExpress.Web.ASPxWebControl.SetClientSideEventHandler(System.String,System.String)">
      <summary>
        <para>Defines a handler for the specified client event.</para>
      </summary>
      <param name="name">A string specifying the required client event’s name. See a control’s ClientSideEvents property to get a list of available event names.</param>
      <param name="value">A string that specifies either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</param>
    </member>
    <member name="P:DevExpress.Web.ASPxWebControl.ShadowImage">
      <summary>
        <para>Gets the shadow image properties.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxWebControl.Theme">
      <summary>
        <para>Gets or sets the name of the <see href="https://docs.devexpress.com/AspNet/11685/common-concepts/appearance-customization-theming">Theme</see> to be applied to the control.</para>
      </summary>
      <value>A string value specifying the theme name.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxWebControl.Width">
      <summary>
        <para>Gets or sets the width of the web server control.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the width of the control.</value>
    </member>
    <member name="T:DevExpress.Web.ASPxWebControlBase">
      <summary>
        <para>Represents the base class for all server controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ASPxWebControlBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ASPxWebControlBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ASPxWebControlBase.ClientID">
      <summary>
        <para>Gets the control’s identifier generated by ASP.NET.</para>
      </summary>
      <value>A string value representing the server control identifier generated by ASP.NET.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxWebControlBase.Controls">
      <summary>
        <para>Gets the web control’s collection of child controls.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.ControlCollection"/> object representing the collection of child controls for the specified server control.</value>
    </member>
    <member name="P:DevExpress.Web.ASPxWebControlBase.Initialized">
      <summary>
        <para>Gets a value indicating whether the web control has been initialized.</para>
      </summary>
      <value>true if the web control has been initialized; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxWebControlBase.IsEnabled">
      <summary>
        <para>Returns a value that specifies whether a web control is enabled.</para>
      </summary>
      <returns>true if a web control is enabled; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.ASPxWebControlBase.IsVisible">
      <summary>
        <para>Returns a value that specifies whether the current web control is displayed.</para>
      </summary>
      <returns>true if the web control is displayed within the page; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Web.ASPxWebControlBase.Loaded">
      <summary>
        <para>Indicates whether a web control has been loaded into the Page object.</para>
      </summary>
      <value>true if a web control has been loaded; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ASPxWebControlBase.ResolveClientUrl(System.String)">
      <summary>
        <para>Gets a URL that can be used by the browser.</para>
      </summary>
      <param name="relativeUrl">A URL relative to the current page.</param>
      <returns>A fully qualified URL to the specified resource suitable for use on the browser.</returns>
    </member>
    <member name="T:DevExpress.Web.AudioObjectProperties">
      <summary>
        <para>Provides settings for audio objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.AudioObjectProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.AudioObjectProperties"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.AudioObjectProperties.#ctor(DevExpress.Web.ASPxObjectContainer)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.AudioObjectProperties"/> class with the specified object container control.</para>
      </summary>
      <param name="objectContainer">A <see cref="T:DevExpress.Web.ASPxObjectContainer"/> object.</param>
    </member>
    <member name="P:DevExpress.Web.AudioObjectProperties.Balance">
      <summary>
        <para>Gets or sets the stereo balance.</para>
      </summary>
      <value>An integer value that specifies the stereo balance. Values range from &#0045;1000 to 1000.</value>
    </member>
    <member name="P:DevExpress.Web.AudioObjectProperties.PlayCount">
      <summary>
        <para>Gets or sets the number of times an audio file will play.</para>
      </summary>
      <value>A positive integer value that specifies the number of times an audio file will play.</value>
    </member>
    <member name="P:DevExpress.Web.AudioObjectProperties.Volume">
      <summary>
        <para>Gets or sets the current playback volume.</para>
      </summary>
      <value>An integer value that specifies the volume level (from &#0045;10000 to 0).</value>
    </member>
    <member name="T:DevExpress.Web.AutoBoolean">
      <summary>
        <para>Lists values which specify the validity of a condition (indicates whether the condition is true or false).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.AutoBoolean.Auto">
      <summary>
        <para>The value is determined automatically, based on the type of the end-user’s device: touch or non-touch.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.AutoBoolean.False">
      <summary>
        <para>Corresponds to a Boolean value of false.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.AutoBoolean.True">
      <summary>
        <para>Corresponds to a Boolean value of true.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.AutoCompleteBoxClientSideEvents">
      <summary>
        <para>Serves as the base type for the <see cref="T:DevExpress.Web.ComboBoxClientSideEvents"/> and <see cref="T:DevExpress.Web.TokenBoxClientSideEvents"/> objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.AutoCompleteBoxClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.AutoCompleteBoxClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.AutoCompleteBoxClientSideEvents.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.AutoCompleteBoxClientSideEvents"/> 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.AutoCompleteBoxClientSideEvents.BeginCallback">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle an editor’s client <b>ASPxClientComboBox.BeginCallback</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.AutoCompleteBoxClientSideEvents.CallbackError">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client editor’s <b>ASPxClientComboBox.CallbackError</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.AutoCompleteBoxClientSideEvents.EndCallback">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle an editor’s client <b>ASPxClientComboBox.EndCallback</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.AutoCompleteBoxPropertiesBase">
      <summary>
        <para>Contains the base settings specific to combo box and token box editors.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.AutoCompleteBoxPropertiesBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.AutoCompleteBoxPropertiesBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.AutoCompleteBoxPropertiesBase.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.AutoCompleteBoxPropertiesBase"/> 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.AutoCompleteBoxPropertiesBase.AllowEllipsisInText">
      <summary>
        <para>Specifies if the combo box can automatically truncate the item’s text if it doesn’t fit into the item’s width.</para>
      </summary>
      <value>true, to automatically truncate text; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.AutoCompleteBoxPropertiesBase.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.AutoCompleteBoxPropertiesBase.CallbackPageSize">
      <summary>
        <para>Specifies the number of items that the control returns from the server on each callback.</para>
      </summary>
      <value>The number of items.</value>
    </member>
    <member name="P:DevExpress.Web.AutoCompleteBoxPropertiesBase.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the editor.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AutoCompleteBoxClientSideEvents"/> object which allows assigning handlers to the client-side events available to the editor.</value>
    </member>
    <member name="P:DevExpress.Web.AutoCompleteBoxPropertiesBase.CssFilePath">
      <summary>
        <para>Gets or sets the path to a CSS file that defines the editor’s appearance.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the required CSS file.</value>
    </member>
    <member name="P:DevExpress.Web.AutoCompleteBoxPropertiesBase.CssPostfix">
      <summary>
        <para>Gets or sets a CSS class name postfix that identifies style settings to be applied to the editor.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that represents the required CSS class name postfix</value>
    </member>
    <member name="E:DevExpress.Web.AutoCompleteBoxPropertiesBase.CustomFiltering">
      <summary>
        <para>Fires before the server-side filtering is executed.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.AutoCompleteBoxPropertiesBase.DataMember">
      <summary>
        <para>Gets or sets a specific data member in a multimember data source to bind to the editor.</para>
      </summary>
      <value>The name of a data member from a multimember data source.</value>
    </member>
    <member name="P:DevExpress.Web.AutoCompleteBoxPropertiesBase.DataSecurityMode">
      <summary>
        <para>Provides the capability to restrict setting the editor value on the client side to values listed in the server <see cref="P:DevExpress.Web.AutoCompleteBoxPropertiesBase.Items">AutoCompleteBoxPropertiesBase.Items</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.DataSecurityMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.AutoCompleteBoxPropertiesBase.DataSource">
      <summary>
        <para>Gets or sets the object from which the data-bound editor retrieves its list of data items.</para>
      </summary>
      <value>An object that represents the data source from which the data-bound editor retrieves its items.</value>
    </member>
    <member name="P:DevExpress.Web.AutoCompleteBoxPropertiesBase.DataSourceID">
      <summary>
        <para>Gets or sets the ID of the control from which the data-bound editor retrieves its list of data items.</para>
      </summary>
      <value>The ID of a control that represents the data source from which the data-bound editor retrieves its items.</value>
    </member>
    <member name="P:DevExpress.Web.AutoCompleteBoxPropertiesBase.DisplayImageSpacing">
      <summary>
        <para>Gets or sets the amount of space between a display image and text.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.AutoCompleteBoxPropertiesBase.DropDownHeight">
      <summary>
        <para>Gets or sets the height of the editor’s dropdown window.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the dropdown window’s height.</value>
    </member>
    <member name="P:DevExpress.Web.AutoCompleteBoxPropertiesBase.DropDownRows">
      <summary>
        <para>Gets or sets the number of list items displayed within the editor’s scrollable dropdown window simultaneously.</para>
      </summary>
      <value>An integer value that specifies the number of items to be displayed within the dropdown list.</value>
    </member>
    <member name="P:DevExpress.Web.AutoCompleteBoxPropertiesBase.DropDownWidth">
      <summary>
        <para>Gets or sets the width of the editor’s dropdown window.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the dropdown window’s width.</value>
    </member>
    <member name="P:DevExpress.Web.AutoCompleteBoxPropertiesBase.EnableCallbackMode">
      <summary>
        <para>Specifies whether the editor loads data source items from the server on a callback.</para>
      </summary>
      <value>true if the control loads items on a callback; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.AutoCompleteBoxPropertiesBase.EnableIncrementalFiltering">
      <summary>
        <para>Gets or sets a value that specifies whether the incremental filtering behavior is available for the editor.</para>
      </summary>
      <value>true, if the incremental filtering behavior is available; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.AutoCompleteBoxPropertiesBase.EnableSynchronization">
      <summary>
        <para>Gets or sets a value that specifies whether client manipulations with the editor’s list items (adding, deleting) should be synchronized with the editor’s server Items collection.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.AutoCompleteBoxPropertiesBase.FilterMinLength">
      <summary>
        <para>Gets or sets a value that defines the minimum length for the filter string input, after which filtering operations are initiated.</para>
      </summary>
      <value>An integer value specifying the minimum length for the filter string input.</value>
    </member>
    <member name="M:DevExpress.Web.AutoCompleteBoxPropertiesBase.GetDisplayControlDefaultAlign">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.AutoCompleteBoxPropertiesBase.GetEditorType">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.AutoCompleteBoxPropertiesBase.GetExportValue(DevExpress.Web.CreateDisplayControlArgs)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.AutoCompleteBoxPropertiesBase.ImageUrlField">
      <summary>
        <para>Gets or sets the data source field that provides image locations for the editor’s items.</para>
      </summary>
      <value>A string value that specifies the name of the data source field from which the editor obtains item image locations.</value>
    </member>
    <member name="P:DevExpress.Web.AutoCompleteBoxPropertiesBase.IncrementalFilteringDelay">
      <summary>
        <para>Specifies the time interval after which the editor filters items.</para>
      </summary>
      <value>The time interval, in milliseconds.</value>
    </member>
    <member name="P:DevExpress.Web.AutoCompleteBoxPropertiesBase.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="P:DevExpress.Web.AutoCompleteBoxPropertiesBase.ItemImage">
      <summary>
        <para>Gets the settings of the common image displayed by all the items in the editor.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.AutoCompleteBoxPropertiesBase.Items">
      <summary>
        <para>Gets the collection of items displayed in the editor’s dropdown window.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ListEditItemCollection"/> instance that is the collection of items in the editor.</value>
    </member>
    <member name="P:DevExpress.Web.AutoCompleteBoxPropertiesBase.ItemStyle">
      <summary>
        <para>Gets the style settings for all items in the editor.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ListBoxItemStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.AutoCompleteBoxPropertiesBase.ItemTemplate">
      <summary>
        <para>Gets or sets a common template used for displaying the content of all items within the combo box and token box.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template used for displaying the content of all items within the combo box or token box.</value>
    </member>
    <member name="P:DevExpress.Web.AutoCompleteBoxPropertiesBase.ListBoxStyle">
      <summary>
        <para>Gets the style settings that define the appearance of the editor’s dropdown list.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.AutoCompleteBoxPropertiesBase.LoadDropDownOnDemand">
      <summary>
        <para>Gets or sets a value specifying whether the HTML code that represents the editor’s drop-down window should be loaded via a callback on demand.</para>
      </summary>
      <value>true, to load the drop-down window render on demand; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.AutoCompleteBoxPropertiesBase.NullText">
      <summary>
        <para>Gets or sets the prompt text displayed within the editor’s input box when the editor is not focused and its value is null.</para>
      </summary>
      <value>A string value that specifies the prompt text.</value>
    </member>
    <member name="P:DevExpress.Web.AutoCompleteBoxPropertiesBase.TextField">
      <summary>
        <para>Gets or sets the data source field that provides display texts for the editor’s items.</para>
      </summary>
      <value>A string value that specifies the name of the data source field from which the editor obtains item texts.</value>
    </member>
    <member name="P:DevExpress.Web.AutoCompleteBoxPropertiesBase.TextFormatString">
      <summary>
        <para>Gets or sets the pattern used to format the selected item’s text displayed within the editor’s edit box.</para>
      </summary>
      <value>A string value that is the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.AutoCompleteBoxPropertiesBase.ValueField">
      <summary>
        <para>Specifies the data source field that contains values for the editor’s items.</para>
      </summary>
      <value>The data source field name.</value>
    </member>
    <member name="T:DevExpress.Web.AutoFilterCondition">
      <summary>
        <para>Lists values that specify the type of the comparison operator used to create filter conditions.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.AutoFilterCondition.BeginsWith">
      <summary>
        <para>Selects records whose values in the corresponding colum begin with the entered value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.AutoFilterCondition.Contains">
      <summary>
        <para>Selects records whose values in the corresponding colum contain the entered value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.AutoFilterCondition.Default">
      <summary>
        <para>For the string columns and columns that are filtered by display text - the same as the BeginsWith value. For other columns - the Equals value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.AutoFilterCondition.DoesNotContain">
      <summary>
        <para>Selects records whose values in the corresponding colum don’t contain the entered value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.AutoFilterCondition.EndsWith">
      <summary>
        <para>Selects records whose values in the corresponding colum end with the entered value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.AutoFilterCondition.Equals">
      <summary>
        <para>Selects records whose values in the corresponding column match the entered value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.AutoFilterCondition.Greater">
      <summary>
        <para>Selects records whose values in the corresponding column are greater than the entered value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.AutoFilterCondition.GreaterOrEqual">
      <summary>
        <para>Selects records whose values in the corresponding column are greater than or equal to the entered value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.AutoFilterCondition.Less">
      <summary>
        <para>Selects records whose values in the corresponding column are less than the entered value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.AutoFilterCondition.LessOrEqual">
      <summary>
        <para>Selects records whose values in the corresponding column are less than or equal to the entered value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.AutoFilterCondition.Like">
      <summary>
        <para>Selects records whose values in the corresponding column match the entered mask. Two wildcard symbols are supported: ‘%’ substitutes zero or more characters; ‘_’ substitutes a single character.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.AutoFilterCondition.NotEqual">
      <summary>
        <para>Selects records whose values in the corresponding column are not equal to the entered value.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.AutoGeneratedImagesSettingsBase">
      <summary>
        <para>A base class containing settings related to automatically generating images.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.AutoGeneratedImagesSettingsBase.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.AutoGeneratedImagesSettingsBase"/> 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.AutoGeneratedImagesSettingsBase.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.AutoGeneratedImagesSettingsBase.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.AutoGeneratedImagesSettingsBase.ImageHeight">
      <summary>
        <para>Gets or sets the height of cached images.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the image height.</value>
    </member>
    <member name="P:DevExpress.Web.AutoGeneratedImagesSettingsBase.ImageWidth">
      <summary>
        <para>Gets or sets the width of cached images.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the image width.</value>
    </member>
    <member name="P:DevExpress.Web.AutoGeneratedImagesSettingsBase.ThumbnailHeight">
      <summary>
        <para>Gets or sets the height of <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#thumbnail">thumbnails</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying a thumbnail’s height.</value>
    </member>
    <member name="P:DevExpress.Web.AutoGeneratedImagesSettingsBase.ThumbnailWidth">
      <summary>
        <para>Gets or sets the width of <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#thumbnail">thumbnails</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying a thumbnail’s width.</value>
    </member>
    <member name="T:DevExpress.Web.AutoSeparatorMode">
      <summary>
        <para>Specifies the manner in which a specific separator is displayed to separate menu items from each other.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.AutoSeparatorMode.All">
      <summary>
        <para>Specifies that <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements">separators</see> are automatically displayed at all menu levels to separate menu items from each other.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.AutoSeparatorMode.None">
      <summary>
        <para>Specifies that <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements">separators</see> are not displayed automatically. In order to display a separator before a particular menu item, the item’s <see cref="P:DevExpress.Web.MenuItem.BeginGroup">MenuItem.BeginGroup</see> property should be used.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.AutoSeparatorMode.RootOnly">
      <summary>
        <para>Specifies that <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements">separators</see> are automatically displayed only at the root menu level to separate the root menu items from each other.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.AzureAccount">
      <summary>
        <para>Provides Azure account settings allowing the control to be connected to an Azure storage account.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.AzureAccount.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.AzureAccount"/> class with specified settings.</para>
      </summary>
      <param name="name">A string value that specifies the account name.</param>
      <param name="storageAccountName">A string value that is the storage account name.</param>
      <param name="accessKey">A string value that is the access key.</param>
    </member>
    <member name="P:DevExpress.Web.AzureAccount.AccessKey">
      <summary>
        <para>Specifies the access key of an Azure storage account.</para>
      </summary>
      <value>A string value that is the access key.</value>
    </member>
    <member name="P:DevExpress.Web.AzureAccount.StorageAccountName">
      <summary>
        <para>Specifies the name of an Azure storage account.</para>
      </summary>
      <value>A string value that is the storage account name.</value>
    </member>
    <member name="T:DevExpress.Web.AzureFileSystemProvider">
      <summary>
        <para>Provides an implementation of the <see href="https://docs.devexpress.com/AspNet/17780/components/file-management/file-manager/concepts/file-system-providers/azure-file-system-provider">Azure File System Provider</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.AzureFileSystemProvider.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.AzureFileSystemProvider"/> class with the specified root folder.</para>
      </summary>
      <param name="rootFolder">A <see cref="T:System.String"/> value that specifies the path to the root folder.</param>
    </member>
    <member name="P:DevExpress.Web.AzureFileSystemProvider.AccessKey">
      <summary>
        <para>Use the <see cref="T:DevExpress.Web.AccountManager"/> class API and the <see cref="P:DevExpress.Web.AzureFileSystemProvider.AccountName"/> property instead. For more information, refer to the  topic.</para>
      </summary>
      <value>A string value that is the access key.</value>
    </member>
    <member name="P:DevExpress.Web.AzureFileSystemProvider.AccountName">
      <summary>
        <para>Gets or sets a value that specifies the name of the Azure account.</para>
      </summary>
      <value>A string value that specifies the account name.</value>
    </member>
    <member name="P:DevExpress.Web.AzureFileSystemProvider.BlobEndpoint">
      <summary>
        <para>Gets or sets the primary endpoint for the Blob service.</para>
      </summary>
      <value>A String object that is the primary Blob service endpoint.</value>
    </member>
    <member name="P:DevExpress.Web.AzureFileSystemProvider.ContainerName">
      <summary>
        <para>Specifies a name of the container (blob storage) that contains a file system displayed in the file manager.</para>
      </summary>
      <value>A string value that is the name of the container.</value>
    </member>
    <member name="M:DevExpress.Web.AzureFileSystemProvider.CopyFile(DevExpress.Web.FileManagerFile,DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements file copying.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the copied file.</param>
      <param name="newParentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder where the current file is being copied.</param>
    </member>
    <member name="M:DevExpress.Web.AzureFileSystemProvider.CopyFolder(DevExpress.Web.FileManagerFolder,DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements folder copying.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the copied folder.</param>
      <param name="newParentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder to which the current folder is being copied.</param>
    </member>
    <member name="M:DevExpress.Web.AzureFileSystemProvider.CreateFolder(DevExpress.Web.FileManagerFolder,System.String)">
      <summary>
        <para>Implements folder creation.</para>
      </summary>
      <param name="parent">A <see cref="T:DevExpress.Web.FileManagerFolder"/> value that is the immediate parent folder to which the created folder belongs.</param>
      <param name="name">A <see cref="T:System.String"/> value that is the name of the created folder.</param>
    </member>
    <member name="M:DevExpress.Web.AzureFileSystemProvider.DeleteFile(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Implements file deletion.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the deleted file.</param>
    </member>
    <member name="M:DevExpress.Web.AzureFileSystemProvider.DeleteFolder(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements folder deletion.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the deleted folder.</param>
    </member>
    <member name="M:DevExpress.Web.AzureFileSystemProvider.Exists(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Implements the file existence verification.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the processed file.</param>
      <returns>true if the file exists within a file manager; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.AzureFileSystemProvider.Exists(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements the folder existence verification.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the processed folder.</param>
      <returns>true if the folder exists within a file manager; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.AzureFileSystemProvider.GetDownloadUrl(DevExpress.Web.FileManagerFile[])">
      <summary>
        <para>Returns the download URL of the specified files.</para>
      </summary>
      <param name="files">A list of <see cref="T:DevExpress.Web.FileManagerFile"/> objects that are the files to download.</param>
      <returns>A <see cref="T:System.String"/> value specifying the URL of the files to download.</returns>
    </member>
    <member name="M:DevExpress.Web.AzureFileSystemProvider.GetFiles(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements getting a collection of files that are located in the current folder.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder currently being processed.</param>
      <returns>A collection of <see cref="T:DevExpress.Web.FileManagerFile"/> objects.</returns>
    </member>
    <member name="M:DevExpress.Web.AzureFileSystemProvider.GetFolders(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements getting a collection of folders that are located in the current folder.</para>
      </summary>
      <param name="parentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder currently being processed.</param>
      <returns>A collection of <see cref="T:DevExpress.Web.FileManagerFolder"/> objects.</returns>
    </member>
    <member name="M:DevExpress.Web.AzureFileSystemProvider.GetLastWriteTime(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Implements getting the time of the last file modification.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the processed file.</param>
      <returns>A <see cref="T:System.DateTime"/> value that is the last write time.</returns>
    </member>
    <member name="M:DevExpress.Web.AzureFileSystemProvider.GetLength(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Returns the length of the specified file.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object identifying the processed file.</param>
      <returns>A <see cref="T:System.Int64"/> value that is the file length, in bytes.</returns>
    </member>
    <member name="M:DevExpress.Web.AzureFileSystemProvider.GetPublicUrl(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Returns the public URL of the uploaded file.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the uploaded file.</param>
      <returns>A <see cref="T:System.String"/> value specifying the public URL of the uploaded file.</returns>
    </member>
    <member name="M:DevExpress.Web.AzureFileSystemProvider.MoveFile(DevExpress.Web.FileManagerFile,DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements file moving.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the moved file.</param>
      <param name="newParentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder where the current file is being moved.</param>
    </member>
    <member name="M:DevExpress.Web.AzureFileSystemProvider.MoveFolder(DevExpress.Web.FileManagerFolder,DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements folder moving.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the moved folder.</param>
      <param name="newParentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder where the current folder is being moved.</param>
    </member>
    <member name="M:DevExpress.Web.AzureFileSystemProvider.RenameFile(DevExpress.Web.FileManagerFile,System.String)">
      <summary>
        <para>Implements file renaming.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the renamed file.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the new file name.</param>
    </member>
    <member name="M:DevExpress.Web.AzureFileSystemProvider.RenameFolder(DevExpress.Web.FileManagerFolder,System.String)">
      <summary>
        <para>Implements folder renaming.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the renamed folder.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the new folder name.</param>
    </member>
    <member name="P:DevExpress.Web.AzureFileSystemProvider.StorageAccountName">
      <summary>
        <para>Use the <see cref="T:DevExpress.Web.AccountManager"/> class API and the <see cref="P:DevExpress.Web.AzureFileSystemProvider.AccountName"/> property instead. For more information, refer to the  topic.</para>
      </summary>
      <value>A string value that is the storage account name.</value>
    </member>
    <member name="M:DevExpress.Web.AzureFileSystemProvider.UploadFile(DevExpress.Web.FileManagerFolder,System.String,System.IO.Stream)">
      <summary>
        <para>Implements a file upload.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder where the file is being uploaded.</param>
      <param name="fileName">A string value specifying the file name.</param>
      <param name="content">A Stream that is the file content.</param>
    </member>
    <member name="T:DevExpress.Web.BackgroundImage">
      <summary>
        <para>Represents a background image.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BackgroundImage.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.BackgroundImage"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BackgroundImage.Assign(DevExpress.Web.BackgroundImage)">
      <summary>
        <para>Copies the settings of the specified object to the current one.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.BackgroundImage"/> object representing the source of the operation from which the settings should be copied.</param>
    </member>
    <member name="M:DevExpress.Web.BackgroundImage.AssignToControl(System.Web.UI.WebControls.WebControl)">
      <summary>
        <para>Copies the settings from the current <see cref="T:DevExpress.Web.BackgroundImage"/> object to the specified object.</para>
      </summary>
      <param name="control">A <see cref="T:System.Web.UI.WebControls.WebControl"/> object which the current object’s settings are assigned to.</param>
    </member>
    <member name="M:DevExpress.Web.BackgroundImage.CopyFrom(DevExpress.Web.BackgroundImage)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.BackgroundImage"/> class.</para>
      </summary>
      <param name="backgroundImage">A <see cref="T:DevExpress.Web.BackgroundImage"/> object that represents the object which the settings will be copied from.</param>
    </member>
    <member name="M:DevExpress.Web.BackgroundImage.FillStyleAttributes(System.Web.UI.CssStyleCollection,System.Web.UI.IUrlResolutionService)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.BackgroundImage.HorizontalPosition">
      <summary>
        <para>Gets or sets the horizontal alignment of the background image(s) within a container element.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the image’s horizontal position.</value>
    </member>
    <member name="P:DevExpress.Web.BackgroundImage.ImageUrl">
      <summary>
        <para>Gets or sets the URL of the image source for the <see cref="T:DevExpress.Web.BackgroundImage"/> object.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the location of an image.</value>
    </member>
    <member name="P:DevExpress.Web.BackgroundImage.IsEmpty">
      <summary>
        <para>Gets a value that indicates whether this <see cref="T:DevExpress.Web.BackgroundImage"/> object is initialized with the default values.</para>
      </summary>
      <value>true if the <see cref="T:DevExpress.Web.BackgroundImage"/> object is initialized with the default values; otherwise false.</value>
    </member>
    <member name="M:DevExpress.Web.BackgroundImage.MergeWith(DevExpress.Web.BackgroundImage)">
      <summary>
        <para>Combines the properties of the specified <see cref="T:DevExpress.Web.BackgroundImage"/> with the current instance of the <see cref="T:DevExpress.Web.BackgroundImage"/> class.</para>
      </summary>
      <param name="backgroundImage">A <see cref="T:DevExpress.Web.BackgroundImage"/> that represents an object to be combined.</param>
    </member>
    <member name="P:DevExpress.Web.BackgroundImage.Repeat">
      <summary>
        <para>Gets or sets a value that specifies how the background image fills the available space.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.BackgroundImageRepeat"/> enumeration values.</value>
    </member>
    <member name="M:DevExpress.Web.BackgroundImage.Reset">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Web.BackgroundImage"/> object to its original state.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BackgroundImage.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> that represents the current <see cref="T:DevExpress.Web.BackgroundImage"/> object.</returns>
    </member>
    <member name="P:DevExpress.Web.BackgroundImage.VerticalPosition">
      <summary>
        <para>Gets or sets the vertical alignment of the background image(s) within a container element.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the image’s vertical position.</value>
    </member>
    <member name="T:DevExpress.Web.BackgroundImageRepeat">
      <summary>
        <para>Specifies how a background image fills the available space.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.BackgroundImageRepeat.NoRepeat">
      <summary>
        <para>Displays the image only once and  does not repeat it. The image’s position can be specified via the <see cref="P:DevExpress.Web.BackgroundImage.HorizontalPosition">BackgroundImage.HorizontalPosition</see> and <see cref="P:DevExpress.Web.BackgroundImage.VerticalPosition">BackgroundImage.VerticalPosition</see> properties.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.BackgroundImageRepeat.Repeat">
      <summary>
        <para>Repeats the image horizontally and vertically in the background.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.BackgroundImageRepeat.RepeatX">
      <summary>
        <para>Repeats the image horizontally in the background. The  vertical position of the images can be specified via the <see cref="P:DevExpress.Web.BackgroundImage.VerticalPosition">BackgroundImage.VerticalPosition</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.BackgroundImageRepeat.RepeatY">
      <summary>
        <para>Repeats the image vertically in the background. The horizontal position of the images can be specified via the <see cref="P:DevExpress.Web.BackgroundImage.HorizontalPosition">BackgroundImage.HorizontalPosition</see> property.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.BackToTopStyle">
      <summary>
        <para>Provides style settings used to paint links that when clicked, navigate an end-user to the top of the current page.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BackToTopStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.BackToTopStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.BackToTopStyle.HoverStyle">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.BackToTopStyle"/> class.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object.</value>
    </member>
    <member name="P:DevExpress.Web.BackToTopStyle.Spacing">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.BackToTopStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.BackToTopStyle.VerticalAlign">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.BackToTopStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.BackwardCompatibilitySettings">
      <summary>
        <para>Provides the backward compatibility settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BackwardCompatibilitySettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.BackwardCompatibilitySettings"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.BackwardCompatibilitySettings.DataControlAllowReadUnexposedColumnsFromClientApiDefaultValue">
      <summary>
        <para>Specifies whether to disable client-side access to data source fields that are bound to columns and these columns are hidden in the control.</para>
      </summary>
      <value>true, to enable access to data source fields that are bound to columns and these columns are hidden in the control; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.BackwardCompatibilitySettings.DataControlAllowReadUnlistedFieldsFromClientApiDefaultValue">
      <summary>
        <para>Specifies whether to allow client access to data source fields that are not associated with any grid columns.</para>
      </summary>
      <value>true to enable access to the unlisted data source fields; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.BackwardCompatibilitySettings.DataControlBatchEditKeepChangesOnCallbacksDefaultValue">
      <summary>
        <para>Specifies whether the grid keeps changes made in batch edit mode on callbacks.</para>
      </summary>
      <value>true, to keep changes on callbacks; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.BackwardCompatibilitySettings.DataControlPreventLoadClientValuesForInvisibleColumns">
      <summary>
        <para>Specifies whether to prevent controls from loading values of their invisible columns from the client to the server.</para>
      </summary>
      <value>true to prevent controls from loading invisible column values to the server; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.BackwardCompatibilitySettings.DataControlPreventLoadClientValuesForReadOnlyColumns">
      <summary>
        <para>Specifies whether to prevent grid-like controls from loading their read-only column values from the client to the server.</para>
      </summary>
      <value>true to prevent controls from loading read-only column values to the server; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.BackwardCompatibilitySettings.DataEditorsEnableValidationForNotModifiedValues">
      <summary>
        <para>Specifies whether to validate editor values on the server side even if the user does not modify their values on the client side.</para>
      </summary>
      <value>true, to enable validation of editor values even if their values were not modified by a user on the client side; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.BackwardCompatibilitySettings.DataEditorsPreventLoadClientValuesForInvisibleControls">
      <summary>
        <para>Specifies whether to prevent invisible editor from loading their values from the client to the server.</para>
      </summary>
      <value>true to prevent invisible editor from loading their values to the server; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.BackwardCompatibilitySettings.DataEditorsPreventLoadClientValuesForReadOnlyControls">
      <summary>
        <para>Specifies whether to prevent editors from loading their read-only values from the client to the server.</para>
      </summary>
      <value>true to prevent editors from loading their read-only values to the server; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.BackwardCompatibilitySettings.EnableDataAnnotationAttributesSupport">
      <summary>
        <para>Specifies whether the editors support data annotation attributes.</para>
      </summary>
      <value>true, to enable editors to support data annotation attributes; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.BackwardCompatibilitySettings.ListEditEnableItemsVirtualRenderingDefaultValue">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value />
    </member>
    <member name="P:DevExpress.Web.BackwardCompatibilitySettings.ListEditEnableSynchronizationDefaultValue">
      <summary>
        <para>Gets or sets a value that specifies whether client manipulations with the list editor items (adding, deleting) should be synchronized with the editor’s server Items collection.</para>
      </summary>
      <value>true to enable list editors’ items synchronization; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.BackwardCompatibilitySettings.OptimizeErrorMessageDisplayForDataAnnotationValidationInEditors">
      <summary>
        <para>Specifies whether the editor automatically renders extra space for the error message based on the specified conditions.</para>
      </summary>
      <value>true, to automatically render extra space for the error message based on the specified conditions; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.BackwardCompatibilitySettings.RemovePotentiallyDangerousNavigateUrlDefaultValue">
      <summary>
        <para>Specifies whether to remove potentially dangerous navigate URLs.</para>
      </summary>
      <value>true, to remove potentially dangerous navigate Urls; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.BackwardCompatibilitySettings.UseEditorPropertiesInDataControlValidation">
      <summary>
        <para>Specifies whether grid-like and tree list components use validation rules specified in the column editor’s properties.</para>
      </summary>
      <value>true, to use column editors’ validation rules; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.BackwardCompatibilitySettings.UseSvgTagToRenderSvgIcons">
      <summary>
        <para>Specifies whether the Spreadsheet and Rich Text Editor controls use the SVG tag to render ribbon icons.</para>
      </summary>
      <value>true, to render ribbon icons using the SVG tag; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.BackwardCompatibilitySettings.ValidatePotentiallyDangerousValuesInBatchEditMode">
      <summary>
        <para>Specifies whether to validate potentially dangerous client values when the control is in batch edit mode.</para>
      </summary>
      <value>true, to validate potentially dangerous client values; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.BinaryImageButtonPanelPosition">
      <summary>
        <para>Lists values specifying the button panel position within the ASPxBinaryImage.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.BinaryImageButtonPanelPosition.Bottom">
      <summary>
        <para>The button panel is positioned at the bottom.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.BinaryImageButtonPanelPosition.Top">
      <summary>
        <para>The button panel is positioned at the top.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.BinaryImageButtonPanelSettings">
      <summary>
        <para>Contains settings that relate to the editor’s button panel.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BinaryImageButtonPanelSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.BinaryImageButtonPanelSettings"/> 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.BinaryImageButtonPanelSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.BinaryImageButtonPanelSettings.ButtonPosition">
      <summary>
        <para>Gets or sets the position of buttons displayed in a <see href="https://docs.devexpress.com/AspNet/11646/components/data-editors/binaryimage#visual-elements">button panel</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.BinaryImageButtonPosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageButtonPanelSettings.Position">
      <summary>
        <para>Specifies the <see href="https://docs.devexpress.com/AspNet/11646/components/data-editors/binaryimage#visual-elements">button panel</see>‘s position in an <see cref="T:DevExpress.Web.ASPxBinaryImage"/> control.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.BinaryImageButtonPanelPosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageButtonPanelSettings.Visibility">
      <summary>
        <para>Specifies the visibility mode of the <see href="https://docs.devexpress.com/AspNet/11646/components/data-editors/binaryimage#visual-elements">button panel</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ElementVisibilityMode"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.BinaryImageButtonPanelStyle">
      <summary>
        <para>Contains settings that define the style of the editor’s button panel.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BinaryImageButtonPanelStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.BinaryImageButtonPanelStyle"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BinaryImageButtonPanelStyle.CopyFrom(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.BinaryImageButtonPanelStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> object that is the object that the settings will be copied from.</param>
    </member>
    <member name="P:DevExpress.Web.BinaryImageButtonPanelStyle.Margins">
      <summary>
        <para>Gets the margins of the <see href="https://docs.devexpress.com/AspNet/11646/components/data-editors/binaryimage#visual-elements">button panel</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Margins"/> object containing the margins of the button panel.</value>
    </member>
    <member name="T:DevExpress.Web.BinaryImageButtonPosition">
      <summary>
        <para>Lists values that specify the position of buttons relative to the button panel.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.BinaryImageButtonPosition.Center">
      <summary>
        <para>Buttons are centered within the button panel.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.BinaryImageButtonPosition.Left">
      <summary>
        <para>Buttons are aligned to the left of the button panel.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.BinaryImageButtonPosition.Right">
      <summary>
        <para>Buttons are aligned to the right of the button panel.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.BinaryImageClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events available for the BinaryImage.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BinaryImageClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.BinaryImageClientSideEvents"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.BinaryImageClientSideEvents.BeginCallback">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientBinaryImage.BeginCallback</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageClientSideEvents.CallbackError">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientBinaryImage.CallbackError</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageClientSideEvents.Click">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientBinaryImage.Click</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageClientSideEvents.EndCallback">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientBinaryImage.EndCallback</b> event.</para>
      </summary>
      <value>A string that is 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.BinaryImageDeleteButtonImageProperties">
      <summary>
        <para>Contains settings that define the Delete button image.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BinaryImageDeleteButtonImageProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.BinaryImageDeleteButtonImageProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BinaryImageDeleteButtonImageProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.BinaryImageDeleteButtonImageProperties"/> 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.BinaryImageDeleteButtonImageProperties.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.BinaryImageDeleteButtonImageProperties"/> class with the specified image location.</para>
      </summary>
      <param name="url">A <see cref="T:System.String"/> value that specifies the image location.</param>
    </member>
    <member name="P:DevExpress.Web.BinaryImageDeleteButtonImageProperties.ToolTip">
      <summary>
        <para>Gets or sets the delete button’s tooltip text.</para>
      </summary>
      <value>A string value that specifies the text content of the tooltip.</value>
    </member>
    <member name="T:DevExpress.Web.BinaryImageEditingSettings">
      <summary>
        <para>Contains settings that relate to the editing functionality of the BinaryImage.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BinaryImageEditingSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.BinaryImageEditingSettings"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BinaryImageEditingSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.BinaryImageEditingSettings"/> 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.BinaryImageEditingSettings.AllowDropOnPreview">
      <summary>
        <para>Gets or sets whether end-users can upload images by dropping them on the preview.</para>
      </summary>
      <value>true, to allow end-users to drop images on the preview; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.BinaryImageEditingSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.BinaryImageEditingSettings.ButtonPanelSettings">
      <summary>
        <para>Gets the settings of the <see href="https://docs.devexpress.com/AspNet/11646/components/data-editors/binaryimage#visual-elements">button panel</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BinaryImageButtonPanelSettings"/> object that contains settings.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageEditingSettings.DropZoneText">
      <summary>
        <para>Specifies the text displayed in a drop zone.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the displayed text.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageEditingSettings.EmptyValueText">
      <summary>
        <para>Gets or sets the text displayed in the editor when there is no image.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the displayed text.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageEditingSettings.Enabled">
      <summary>
        <para>Specifies if a binary image can be edited (uploaded) by end-users.</para>
      </summary>
      <value>true, to enable image uploading; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageEditingSettings.UploadSettings">
      <summary>
        <para>Provides access to the binary image upload settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BinaryImageUploadSettings"/> object that contains upload settings.</value>
    </member>
    <member name="T:DevExpress.Web.BinaryImageEditProperties">
      <summary>
        <para>Contains settings specific to a binary image editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BinaryImageEditProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.BinaryImageEditProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BinaryImageEditProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.BinaryImageEditProperties"/> 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.BinaryImageEditProperties.AlternateText">
      <summary>
        <para>Gets or sets the alternate text displayed instead of the image when the 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.BinaryImageEditProperties.AlternateTextField">
      <summary>
        <para>Gets or sets the data source field that provides alternate texts to the image editor.</para>
      </summary>
      <value>A string value that specifies the name of the data source field which contains alternate texts.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageEditProperties.AlternateTextFormatString">
      <summary>
        <para>Gets or sets the pattern used to format the image’s alternate text.</para>
      </summary>
      <value>A string value that is the format pattern.</value>
    </member>
    <member name="M:DevExpress.Web.BinaryImageEditProperties.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.BinaryImageEditProperties.BinaryStorageMode">
      <summary>
        <para>Gets or sets a value that specifies the storage of binary data.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.BinaryStorageMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageEditProperties.ButtonPanelStyle">
      <summary>
        <para>Gets style settings that define the appearance of a <see href="https://docs.devexpress.com/AspNet/11646/components/data-editors/binaryimage#visual-elements">button panel</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BinaryImageButtonPanelStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageEditProperties.ButtonStyle">
      <summary>
        <para>Gets style settings that define the appearance of <see href="https://docs.devexpress.com/AspNet/11646/components/data-editors/binaryimage#visual-elements">button panel</see> buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageEditProperties.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxBinaryImage"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BinaryImageClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ASPxBinaryImage"/>.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageEditProperties.DeleteButtonImage">
      <summary>
        <para>Gets the settings of an image displayed in the editor delete button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BinaryImageDeleteButtonImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageEditProperties.DescriptionUrl">
      <summary>
        <para>Gets or sets the location of the image’s detailed description.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the URL for the file that contains a detailed description for the image.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageEditProperties.DescriptionUrlField">
      <summary>
        <para>Gets or sets the data source field which contains locations of image detailed descriptions.</para>
      </summary>
      <value>A string value that specifies the name of the data source field from which an editor obtains URLs pointing to detailed image description files.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageEditProperties.DescriptionUrlFormatString">
      <summary>
        <para>Gets or sets the pattern used to format the location of the image’s detailed description.</para>
      </summary>
      <value>A string value that is the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageEditProperties.DropZoneStyle">
      <summary>
        <para>Gets the style settings defining the appearance of a drop zone in a binary image.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageEditProperties.EditingSettings">
      <summary>
        <para>Provides access to the binary image editing settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BinaryImageEditingSettings"/> object that contains the editing settings.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageEditProperties.EmptyImage">
      <summary>
        <para>Gets the settings of an image which is displayed by the editor if the editor’s value is null.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageEditProperties.EmptyValueTextStyle">
      <summary>
        <para>Gets the settings defining the appearance of the text displayed in the editor when there is no image.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageEditProperties.EnableServerResize">
      <summary>
        <para>Specifies whether an image is resized by the control on the server side, or it is sent to the server side in original size and resized by a browser.</para>
      </summary>
      <value>true to resize an image on the server side; false to resize an image by a browser on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageEditProperties.ExportImageSettings">
      <summary>
        <para>Provides access to settings that are applied to an exported binary image.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ExportBinaryImageSettings"/> object that contains binary image settings.</value>
    </member>
    <member name="M:DevExpress.Web.BinaryImageEditProperties.GetDisplayControlDefaultAlign">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BinaryImageEditProperties.GetEditorType">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.BinaryImageEditProperties.ImageAlign">
      <summary>
        <para>Gets or sets the alignment of the image control in relation to the other items on the web page.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.ImageAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageEditProperties.ImageHeight">
      <summary>
        <para>Gets or sets the height of the image displayed within the editor.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the image height.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageEditProperties.ImageSizeMode">
      <summary>
        <para>Gets or sets the value specifying how an image fits into the control sizes.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ImageSizeMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageEditProperties.ImageUrlFormatString">
      <summary>
        <para>Gets or sets the pattern used to format the URL that points to the image displayed in the editor.</para>
      </summary>
      <value>A string value that is the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageEditProperties.ImageWidth">
      <summary>
        <para>Gets or sets the width of the image displayed within the editor.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the image width.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageEditProperties.IsPng">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.BinaryImageEditProperties.LoadingImageUrl">
      <summary>
        <para>Specifies a custom loading image.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the URL to the loading image.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageEditProperties.OpenDialogButtonImage">
      <summary>
        <para>Gets the settings of an image displayed in the editor open dialog button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BinaryImageOpenDialogButtonImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageEditProperties.ProgressBarIndicatorStyle">
      <summary>
        <para>Gets the style settings that define the appearance of the <see href="https://docs.devexpress.com/AspNet/11646/components/data-editors/binaryimage#visual-elements">progress bar</see> indicator element.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ProgressBarIndicatorStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageEditProperties.ProgressBarStyle">
      <summary>
        <para>Gets the style settings that define the appearance of the <see href="https://docs.devexpress.com/AspNet/11646/components/data-editors/binaryimage#visual-elements">progress bar</see> element.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ProgressBarStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageEditProperties.ShowLoadingImage">
      <summary>
        <para>Specifies whether the loading image is displayed while the main image is being loaded.</para>
      </summary>
      <value>true, to display loading image, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageEditProperties.StoreContentBytesInViewState">
      <summary>
        <para>Gets or sets a value that specifies whether the editor’s content (represented by an array of bytes) should be stored within its view state between postbacks,</para>
      </summary>
      <value>true to maintain the editor’s content bytes within view state; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageEditProperties.ToolTip">
      <summary>
        <para>Gets or sets the binary image tooltip text.</para>
      </summary>
      <value>A string which specifies the text content of the tooltip.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageEditProperties.ToolTipField">
      <summary>
        <para>Gets or sets the name of a data field that provides the tooltip text for images.</para>
      </summary>
      <value>A string value that specifies the name of the required data source field.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageEditProperties.ToolTipFormatString">
      <summary>
        <para>Gets or sets the pattern used to format the image’s tooltip text.</para>
      </summary>
      <value>A string value that is the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageEditProperties.ValidationSettings">
      <summary>
        <para>Gets the editor’s validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BinaryImageValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="T:DevExpress.Web.BinaryImageOpenDialogButtonImageProperties">
      <summary>
        <para>Contains settings that define the Open Dialog button image.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BinaryImageOpenDialogButtonImageProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.BinaryImageOpenDialogButtonImageProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BinaryImageOpenDialogButtonImageProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.BinaryImageOpenDialogButtonImageProperties"/> 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.BinaryImageOpenDialogButtonImageProperties.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.BinaryImageOpenDialogButtonImageProperties"/> class with the specified image location.</para>
      </summary>
      <param name="url">A <see cref="T:System.String"/> value that specifies the image location.</param>
    </member>
    <member name="P:DevExpress.Web.BinaryImageOpenDialogButtonImageProperties.ToolTip">
      <summary>
        <para>Gets or sets the open dialog button’s tooltip text.</para>
      </summary>
      <value>A string value that specifies the text content of the tooltip.</value>
    </member>
    <member name="T:DevExpress.Web.BinaryImageUploadSettings">
      <summary>
        <para>Contains settings that relate to the editor’s upload functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BinaryImageUploadSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.BinaryImageUploadSettings"/> 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.BinaryImageUploadSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.BinaryImageUploadSettings.TempFileExpirationTime">
      <summary>
        <para>Gets or sets the temporary file expiration time.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> value specifying the time, in minutes.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageUploadSettings.TemporaryFolder">
      <summary>
        <para>Gets or sets the server folder where control temp files are maintained.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the path to the folder.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageUploadSettings.UploadMode">
      <summary>
        <para>Specifies the editor’s upload mode.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.UploadControlUploadMode"/> enumeration value.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryImageUploadSettings.UploadValidationSettings">
      <summary>
        <para>Gets the upload validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BinaryImageUploadValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="T:DevExpress.Web.BinaryImageUploadValidationSettings">
      <summary>
        <para>Contains settings that relate to the validation of image files, uploaded using the editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BinaryImageUploadValidationSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.BinaryImageUploadValidationSettings"/> 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.BinaryImageUploadValidationSettings.AllowedFileExtensions">
      <summary>
        <para>Gets or sets the allowed file extensions for an uploaded file.</para>
      </summary>
      <value>An array of string values that contains the allowed file extensions.</value>
    </member>
    <member name="M:DevExpress.Web.BinaryImageUploadValidationSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.BinaryImageUploadValidationSettings.ValidateImageContent">
      <summary>
        <para>Specifies whether the binary image control validates the content of an uploaded file to ensure it is an image.</para>
      </summary>
      <value>true to allow end-users upload image files only; false to allow end-users to upload image, and other types of files.</value>
    </member>
    <member name="T:DevExpress.Web.BinaryImageValidationSettings">
      <summary>
        <para>Contains the settings that relate to editor validation.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.BinaryStorageConfigurator">
      <summary>
        <para>Represents an object that is used for registering a binary data storage strategy.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.BinaryStorageConfigurator.Mode">
      <summary>
        <para>Specifies the storage of binary data.</para>
        <para>If set to Default, binary data is stored within a cache.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BinaryStorageConfigurator.RegisterCustomStorageStrategy(DevExpress.Web.RuntimeStorageStrategy)">
      <summary>
        <para>Registers the specified custom defined binary storage strategy.</para>
      </summary>
      <param name="strategy">A <see cref="T:DevExpress.Web.RuntimeStorageStrategy"/> object representing a custom storage strategy.</param>
    </member>
    <member name="M:DevExpress.Web.BinaryStorageConfigurator.RegisterStorageStrategy(DevExpress.Web.RuntimeStorageStrategy,DevExpress.Web.SupportsStrategyMethod)">
      <summary>
        <para>Registers the specified binary storage strategy.</para>
      </summary>
      <param name="strategy">A <see cref="T:DevExpress.Web.RuntimeStorageStrategy"/> object representing the binary storage strategy.</param>
      <param name="method">A <see cref="T:DevExpress.Web.SupportsStrategyMethod"/> object indicating whether the specified binary storage strategy should be used for a web control.</param>
    </member>
    <member name="M:DevExpress.Web.BinaryStorageConfigurator.RegisterStorageStrategy(DevExpress.Web.RuntimeStorageStrategy,System.String)">
      <summary>
        <para>Registers the specified binary storage strategy for the specified web control.</para>
      </summary>
      <param name="strategy">A <see cref="T:DevExpress.Web.RuntimeStorageStrategy"/> object representing the binary storage strategy.</param>
      <param name="controlID">A <see cref="T:System.String"/> value that represents a web control’s ID.</param>
    </member>
    <member name="T:DevExpress.Web.BinaryStorageData">
      <summary>
        <para>Represents binary resource data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BinaryStorageData.#ctor(System.Byte[],System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.BinaryStorageData"/> object with the specified parameters.</para>
      </summary>
      <param name="content">An array of <see cref="T:System.Byte"/> objects that specifies a binary resource file’s content.</param>
      <param name="mimeType">A <see cref="T:System.String"/> that specifies a binary resource file’s MIME type.</param>
      <param name="contentDisposition">A string value specifying the content disposition.</param>
    </member>
    <member name="M:DevExpress.Web.BinaryStorageData.#ctor(System.Byte[],System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.BinaryStorageData"/> object with the specified parameters.</para>
      </summary>
      <param name="content">An array of <see cref="T:System.Byte"/> objects that represents a binary resource file’s content.</param>
      <param name="mimeType">A <see cref="T:System.String"/> that represents a binary resource file’s MIME type.</param>
    </member>
    <member name="P:DevExpress.Web.BinaryStorageData.Content">
      <summary>
        <para>Gets the binary resource file’s content.</para>
      </summary>
      <value>An array of <see cref="T:System.Byte"/> objects that represents the resource’s binary content.</value>
    </member>
    <member name="P:DevExpress.Web.BinaryStorageData.ContentDisposition">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.BinaryStorageData.MimeType">
      <summary>
        <para>Gets the MIME type of the binary resource file.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that represents the binary resource file’s MIME type.</value>
    </member>
    <member name="T:DevExpress.Web.BinaryStorageMode">
      <summary>
        <para>Specifies the storage for binary data.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.BinaryStorageMode.Cache">
      <summary>
        <para>Binary data is stored within a cache.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.BinaryStorageMode.Custom">
      <summary>
        <para>Custom mode provides for implementing a custom scenario for storing and accessing binary data.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.BinaryStorageMode.Default">
      <summary>
        <para>The Cache mode is used if another configuration isn’t defined by the <see cref="F:DevExpress.Web.BinaryStorageConfigurator.Mode">BinaryStorageConfigurator.Mode</see> field.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.BinaryStorageMode.Session">
      <summary>
        <para>Binary data is stored within a session.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Border">
      <summary>
        <para>Serves as a base for classes that define border settings of different element sides (left, right, top and bottom).</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Border.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Border"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Border.#ctor(System.Drawing.Color,System.Web.UI.WebControls.BorderStyle,System.Web.UI.WebControls.Unit)">
      <summary>
        <para>Initialize a new instance of the <see cref="T:DevExpress.Web.Border"/> class with the color, style and width settings specified.</para>
      </summary>
      <param name="color">A <see cref="T:System.Drawing.Color"/> object that represents the border color.</param>
      <param name="style">One of the <see cref="T:System.Web.UI.WebControls.BorderStyle"/> enumeration values that represent the border style.</param>
      <param name="width">A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the border width.</param>
    </member>
    <member name="M:DevExpress.Web.Border.AssignToControl(System.Web.UI.WebControls.WebControl)">
      <summary>
        <para>Copies the settings from the current <see cref="T:DevExpress.Web.Border"/> object to the specified object.</para>
      </summary>
      <param name="control">A <see cref="T:System.Web.UI.WebControls.WebControl"/> object which the current object’s settings are assigned to.</param>
    </member>
    <member name="P:DevExpress.Web.Border.BorderColor">
      <summary>
        <para>Gets or sets the border color.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> object that represents the border color.</value>
    </member>
    <member name="P:DevExpress.Web.Border.BorderStyle">
      <summary>
        <para>Gets or sets the border style.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.BorderStyle"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Border.BorderWidth">
      <summary>
        <para>Gets or sets the border width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the border width.</value>
    </member>
    <member name="M:DevExpress.Web.Border.FillStyleAttributes(System.Web.UI.CssStyleCollection,System.Web.UI.IUrlResolutionService)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Border.IsEmpty">
      <summary>
        <para>Gets a value that indicates whether this <see cref="T:DevExpress.Web.Border"/> object is initialized with the default values.</para>
      </summary>
      <value>true if the <see cref="T:DevExpress.Web.Border"/> object is initialized with the default values; otherwise false.</value>
    </member>
    <member name="F:DevExpress.Web.Border.NullBorder">
      <summary>
        <para>Defines null border settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.BorderBase">
      <summary>
        <para>Serves as a base for classes that define border settings of different elements.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BorderBase.Assign(DevExpress.Web.BorderBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.BorderBase"/> object to the current object.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.BorderBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.BorderBase.BorderColor">
      <summary>
        <para>When overridden in descendants gets or sets the border color.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> object that represents the border color.</value>
    </member>
    <member name="P:DevExpress.Web.BorderBase.BorderStyle">
      <summary>
        <para>When overridden in descendants gets or sets the border style.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.BorderStyle"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.BorderBase.BorderWidth">
      <summary>
        <para>When overridden in descendants gets or sets the border width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the border width.</value>
    </member>
    <member name="M:DevExpress.Web.BorderBase.CopyFrom(DevExpress.Web.BorderBase)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.BorderBase"/> class.</para>
      </summary>
      <param name="border">A <see cref="T:DevExpress.Web.BorderBase"/> object that represents the object which the settings will be copied from.</param>
    </member>
    <member name="M:DevExpress.Web.BorderBase.MergeWith(DevExpress.Web.BorderBase)">
      <summary>
        <para>Combines the properties of the specified <see cref="T:DevExpress.Web.BorderBase"/> with the current instance of the <see cref="T:DevExpress.Web.BorderBase"/> class.</para>
      </summary>
      <param name="border">A <see cref="T:DevExpress.Web.BorderBase"/> that represents the object to combine.</param>
    </member>
    <member name="M:DevExpress.Web.BorderBase.Reset">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Web.BorderBase"/> object to its original state.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BorderBase.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> that represents the current <see cref="T:DevExpress.Web.BorderBase"/> object.</returns>
    </member>
    <member name="T:DevExpress.Web.BorderBetweenItemAndSubMenuMode">
      <summary>
        <para>Specifies how the border is displayed between a menu item and its submenu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.BorderBetweenItemAndSubMenuMode.HideAll">
      <summary>
        <para>The border between a menu item and its submenu is not displayed for all menu items.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.BorderBetweenItemAndSubMenuMode.HideRootOnly">
      <summary>
        <para>The border between a menu item and its submenu is not displayed for root menu items but is visible for all subitems.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.BorderBetweenItemAndSubMenuMode.ShowAll">
      <summary>
        <para>The border between a menu item and its submenu is displayed for all menu items.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.BorderBottom">
      <summary>
        <para>Contains border settings for an element’s bottom border.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BorderBottom.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.BorderBottom"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BorderBottom.#ctor(System.Drawing.Color,System.Web.UI.WebControls.BorderStyle,System.Web.UI.WebControls.Unit)">
      <summary>
        <para>Initialize a new instance of the <see cref="T:DevExpress.Web.BorderBottom"/> class with the color, style and width settings specified.</para>
      </summary>
      <param name="color">A <see cref="T:System.Drawing.Color"/> object that represents the border color.</param>
      <param name="style">One of the <see cref="T:System.Web.UI.WebControls.BorderStyle"/> enumeration values that represent the border style.</param>
      <param name="width">A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the border width.</param>
    </member>
    <member name="T:DevExpress.Web.BorderLeft">
      <summary>
        <para>Contains border settings for an element’s left border.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BorderLeft.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.BorderLeft"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BorderLeft.#ctor(System.Drawing.Color,System.Web.UI.WebControls.BorderStyle,System.Web.UI.WebControls.Unit)">
      <summary>
        <para>Initialize a new instance of the <see cref="T:DevExpress.Web.BorderLeft"/> class with the color, style and width settings specified.</para>
      </summary>
      <param name="color">A <see cref="T:System.Drawing.Color"/> object that represents the border color.</param>
      <param name="style">One of the <see cref="T:System.Web.UI.WebControls.BorderStyle"/> enumeration values that represent the border style.</param>
      <param name="width">A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the border width.</param>
    </member>
    <member name="T:DevExpress.Web.BorderRight">
      <summary>
        <para>Contains border settings for an element’s right border.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BorderRight.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.BorderRight"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BorderRight.#ctor(System.Drawing.Color,System.Web.UI.WebControls.BorderStyle,System.Web.UI.WebControls.Unit)">
      <summary>
        <para>Initialize a new instance of the <see cref="T:DevExpress.Web.BorderRight"/> class with the color, style and width settings specified.</para>
      </summary>
      <param name="color">A <see cref="T:System.Drawing.Color"/> object that represents the border color.</param>
      <param name="style">One of the <see cref="T:System.Web.UI.WebControls.BorderStyle"/> enumeration values that represent the border style.</param>
      <param name="width">A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the border width.</param>
    </member>
    <member name="T:DevExpress.Web.BorderTop">
      <summary>
        <para>Contains border settings for an element’s top border.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BorderTop.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.BorderTop"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BorderTop.#ctor(System.Drawing.Color,System.Web.UI.WebControls.BorderStyle,System.Web.UI.WebControls.Unit)">
      <summary>
        <para>Initialize a new instance of the <see cref="T:DevExpress.Web.BorderTop"/> class with the color, style and width settings specified.</para>
      </summary>
      <param name="color">A <see cref="T:System.Drawing.Color"/> object that represents the border color.</param>
      <param name="style">One of the <see cref="T:System.Web.UI.WebControls.BorderStyle"/> enumeration values that represent the border style.</param>
      <param name="width">A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the border width.</param>
    </member>
    <member name="T:DevExpress.Web.BorderWrapper">
      <summary>
        <para>Contains settings allowing border options to be completely defined for all the four sides of different objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BorderWrapper.#ctor(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Initialize a new instance of the <see cref="T:DevExpress.Web.BorderWrapper"/> class with the owner specified.</para>
      </summary>
      <param name="owner">A <see cref="T:System.Web.UI.WebControls.Style"/> object that represents the ower of the created object.</param>
    </member>
    <member name="P:DevExpress.Web.BorderWrapper.BorderColor">
      <summary>
        <para>Gets or sets the border color for all the four sides of a control.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> object that represents the border color.</value>
    </member>
    <member name="P:DevExpress.Web.BorderWrapper.BorderStyle">
      <summary>
        <para>Gets or sets the border style for all the four sides of a control.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.BorderStyle"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.BorderWrapper.BorderWidth">
      <summary>
        <para>Gets or sets the border width for all the four sides of a control.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the border width.</value>
    </member>
    <member name="T:DevExpress.Web.BreadcrumbsPosition">
      <summary>
        <para>Lists values that specify the <see href="https://docs.devexpress.com/AspNet/114018/components/file-management/file-manager/visual-elements/breadcrumbs">breadcrumbs</see>‘s position in the <see cref="T:DevExpress.Web.ASPxFileManager"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.BreadcrumbsPosition.Bottom">
      <summary>
        <para>The <see href="https://docs.devexpress.com/AspNet/114018/components/file-management/file-manager/visual-elements/breadcrumbs">breadcrumbs</see> are displayed at the bottom of the <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">file area</see>.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.BreadcrumbsPosition.Top">
      <summary>
        <para>The <see href="https://docs.devexpress.com/AspNet/114018/components/file-management/file-manager/visual-elements/breadcrumbs">breadcrumbs</see> are displayed at the top of the <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">file area</see>.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.BreakpointsLayoutBreakpoint">
      <summary>
        <para>Provides settings that allows you to specify breakpoints at which the control rearranges its elements if the browser width changes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BreakpointsLayoutBreakpoint.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.BreakpointsLayoutBreakpoint"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BreakpointsLayoutBreakpoint.#ctor(DevExpress.Web.BreakpointsLayoutDeviceSizes,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.BreakpointsLayoutBreakpoint"/> class.</para>
      </summary>
      <param name="deviceSize">A <see cref="T:DevExpress.Web.BreakpointsLayoutDeviceSizes"/> object representing the device size.</param>
      <param name="itemsPerRow">An integer value representing the number of items in a row.</param>
    </member>
    <member name="M:DevExpress.Web.BreakpointsLayoutBreakpoint.#ctor(System.Int32,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.BreakpointsLayoutBreakpoint"/> class.</para>
      </summary>
      <param name="maxWidth">An integer value specifying the browser’s maximum width.</param>
      <param name="itemsPerRow">An integer value specifying the number of items in a row.</param>
    </member>
    <member name="M:DevExpress.Web.BreakpointsLayoutBreakpoint.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="P:DevExpress.Web.BreakpointsLayoutBreakpoint.DeviceSize">
      <summary>
        <para>Gets or sets the device size.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.BreakpointsLayoutDeviceSizes"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.BreakpointsLayoutBreakpoint.MaxWidth">
      <summary>
        <para>Specifies the maximum browser width at which the control rearranges its items.</para>
      </summary>
      <value>An integer value specifying the maximum browser width.</value>
    </member>
    <member name="T:DevExpress.Web.BreakpointsLayoutCollection`1">
      <summary>
        <para>A collection to store breakpoints objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BreakpointsLayoutCollection`1.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.BreakpointsLayoutCollection`1"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BreakpointsLayoutCollection`1.Add(DevExpress.Web.BreakpointsLayoutDeviceSizes,System.Int32)">
      <summary>
        <para>Creates a new <see cref="T:DevExpress.Web.BreakpointsLayoutBreakpoint"/> object with the specified settings and adds it to the collection.</para>
      </summary>
      <param name="deviceSize">A <see cref="T:DevExpress.Web.BreakpointsLayoutDeviceSizes"/> object specifying the device size (“Small”, “Medium”, “Large”).</param>
      <param name="itemsPerRow">An integer value specifying the number of items the control displays in a row.</param>
      <returns>A <see cref="T:DevExpress.Web.BreakpointsLayoutBreakpoint"/> object that provides the breakpoint’s characteristics.</returns>
    </member>
    <member name="M:DevExpress.Web.BreakpointsLayoutCollection`1.Add(System.Int32,System.Int32)">
      <summary>
        <para>Creates a new <see cref="T:DevExpress.Web.BreakpointsLayoutBreakpoint"/> object with the specified settings and adds it to the collection.</para>
      </summary>
      <param name="maxWidth">An integer value specifying the maximum browser width.</param>
      <param name="itemsPerRow">An integer value specifying the number of items the control displays in a row.</param>
      <returns>A <see cref="T:DevExpress.Web.BreakpointsLayoutBreakpoint"/> object that provides the breakpoint’s characteristics.</returns>
    </member>
    <member name="T:DevExpress.Web.BreakpointsLayoutDeviceSizes">
      <summary>
        <para>Lists values that specify the device size.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.BreakpointsLayoutDeviceSizes.Custom">
      <summary>
        <para>Allows you to specify the maximum width of a custom device size.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.BreakpointsLayoutDeviceSizes.Large">
      <summary>
        <para>Indicates a device with the maximum width of 1199px.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.BreakpointsLayoutDeviceSizes.Medium">
      <summary>
        <para>Indicates a device with the maximum width of 991px.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.BreakpointsLayoutDeviceSizes.Small">
      <summary>
        <para>Indicates a device with the maximum width of 767px.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.BreakpointsLayoutDeviceSizes.XLarge">
      <summary>
        <para>Indicates a device with the maximum width of 1600px.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.BreakpointsLayoutDeviceSizes.XSmall">
      <summary>
        <para>Indicates a device with the maximum width of 575px.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.BrowseButtonProperties">
      <summary>
        <para>Contains settings specific to the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#browse-button">browse button</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BrowseButtonProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.BrowseButtonProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.BrowseButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.BrowseButtonProperties"/> 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.BrowseButtonProperties.Image">
      <summary>
        <para>Gets the settings of an image which is displayed within the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#browse-button">browse button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="T:DevExpress.Web.ButtonClientSideEvents">
      <summary>
        <para>Contains a client-side button’s event list.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ButtonClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ButtonClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ButtonClientSideEvents.CheckedChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientButton.CheckedChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ButtonClientSideEvents.Click">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientButton.Click</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ButtonClientSideEvents.GotFocus">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientButton.GotFocus</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ButtonClientSideEvents.LostFocus">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientButton.LostFocus</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.ButtonControlStyle">
      <summary>
        <para>Contains style settings that define the button appearance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ButtonControlStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ButtonControlStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ButtonControlStyle.CheckedStyle">
      <summary>
        <para>Gets the style settings which define a button’s appearance in the checked state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains the checked style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ButtonControlStyle.HoverStyle">
      <summary>
        <para>Gets the style settings which define a button’s appearance in the hover state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ButtonControlStyle.ImageSpacing">
      <summary>
        <para>Gets or sets the amount of space between a display image and text within a 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.ButtonControlStyle.PressedStyle">
      <summary>
        <para>Gets the style settings which define a button’s appearance in the pressed state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains the pressed style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ButtonControlStyle.Spacing">
      <summary>
        <para>Gets or sets the spacing between the elements in the corresponding object.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.ButtonControlStyle.Width">
      <summary>
        <para>Gets or sets the button’s width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the width.</value>
    </member>
    <member name="T:DevExpress.Web.ButtonControlStyles">
      <summary>
        <para>Contains settings that allow the <see cref="T:DevExpress.Web.ASPxButton"/>‘s appearance to be defined.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ButtonControlStyles.Native">
      <summary>
        <para>Gets or sets a value specifying whether buttons are rendered as native HTML button elements.</para>
      </summary>
      <value>true if buttons are rendered as standard HTML buttons; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ButtonControlStyles.Style">
      <summary>
        <para>Gets the style settings defining the button appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ButtonControlStyle"/> object containing the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.ButtonEditClickEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxButtonEditBase.ButtonClick">ASPxButtonEditBase.ButtonClick</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ButtonEditClickEventArgs.#ctor(System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ButtonEditClickEventArgs"/> class with the specified setting.</para>
      </summary>
      <param name="buttonIndex">An integer value representing the zero based index of the clicked button.</param>
    </member>
    <member name="P:DevExpress.Web.ButtonEditClickEventArgs.ButtonIndex">
      <summary>
        <para>Gets the index of the clicked button.</para>
      </summary>
      <value>An integer value representing the index of the clicked button within the editor’s <see cref="P:DevExpress.Web.ASPxButtonEditBase.Buttons">ASPxButtonEditBase.Buttons</see> collection.</value>
    </member>
    <member name="T:DevExpress.Web.ButtonEditClickEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxButtonEditBase.ButtonClick">ASPxButtonEditBase.ButtonClick</see> event.</para>
      </summary>
      <param name="source">An object representing the event source. Identifies the date editor that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ButtonEditClickEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ButtonEditClientSideEvents">
      <summary>
        <para>Contains a client-side button editor’s event list.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ButtonEditClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ButtonEditClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ButtonEditClientSideEvents.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ButtonEditClientSideEvents"/> 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.ButtonEditClientSideEventsBase">
      <summary>
        <para>Serves as the base class for classes containing client-side events handlers for text editors.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ButtonEditClientSideEventsBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ButtonEditClientSideEventsBase"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ButtonEditClientSideEventsBase.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ButtonEditClientSideEventsBase"/> 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.ButtonEditClientSideEventsBase.ButtonClick">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientButtonEditBase.ButtonClick</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.ButtonEditProperties">
      <summary>
        <para>Contains settings specific to a button editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ButtonEditProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ButtonEditProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ButtonEditProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ButtonEditProperties"/> 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.ButtonEditProperties.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxButtonEdit"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonEditClientSideEvents"/> object which allows assigning handlers to the client-side events available to the editor.</value>
    </member>
    <member name="P:DevExpress.Web.ButtonEditProperties.MaskHintStyle">
      <summary>
        <para>Gets the style settings that define the appearance of the editor’s mask hint.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MaskHintStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ButtonEditProperties.MaskSettings">
      <summary>
        <para>Gets the editor’s mask settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MaskSettings"/> object that contains the mask settings of the editor.</value>
    </member>
    <member name="P:DevExpress.Web.ButtonEditProperties.MaxLength">
      <summary>
        <para>Gets or sets the maximum number of characters an end user can enter into the editor.</para>
      </summary>
      <value>A positive integer specifying the maximum number of characters end users can enter. 0 to disable the length limit on the text.</value>
    </member>
    <member name="P:DevExpress.Web.ButtonEditProperties.NullText">
      <summary>
        <para>Gets or sets the prompt text displayed within the editor’s input box when the editor is not focused and its value is null.</para>
      </summary>
      <value>A string value that specifies the prompt text.</value>
    </member>
    <member name="P:DevExpress.Web.ButtonEditProperties.Password">
      <summary>
        <para>Gets or sets a value that specifies whether the input is treated as a password and all characters entered into the editor are masked.</para>
      </summary>
      <value>true if the editor’s characters are masked; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ButtonEditPropertiesBase">
      <summary>
        <para>Contains the base settings specific to button editors.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ButtonEditPropertiesBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ButtonEditPropertiesBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ButtonEditPropertiesBase.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ButtonEditPropertiesBase"/> 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.ButtonEditPropertiesBase.AllowMouseWheel">
      <summary>
        <para>Gets or sets a value that specifies whether an end-user is able to change the editor’s value using the mouse wheel.</para>
      </summary>
      <value>true if the editor’s value can be changed via the mouse wheel when the editor is focused; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ButtonEditPropertiesBase.AllowUserInput">
      <summary>
        <para>Gets or sets a value that specifies whether end-users are allowed to input values into an editor’s edit box.</para>
      </summary>
      <value>true if end-users are allowed to change an editor’s value by inputing values into the editor’s edit box; false if the editor’s value can be changed only using the editor’s UI elements or non-text keys according to the mask settings (if the <see cref="P:DevExpress.Web.DateEditProperties.UseMaskBehavior">DateEditProperties.UseMaskBehavior</see> property is enabled).</value>
    </member>
    <member name="M:DevExpress.Web.ButtonEditPropertiesBase.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.ButtonEditPropertiesBase.ButtonEditEllipsisImage">
      <summary>
        <para>Gets the settings which define the ellipsis image displayed within editor buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object, which defines the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ButtonEditPropertiesBase.Buttons">
      <summary>
        <para>Gets the collection of editor buttons.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditButtonCollection"/> object representing the collection of buttons displayed within the editor.</value>
    </member>
    <member name="P:DevExpress.Web.ButtonEditPropertiesBase.ButtonStyle">
      <summary>
        <para>Gets the style settings used to paint the editor’s buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.EditButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ButtonEditPropertiesBase.ButtonTemplate">
      <summary>
        <para>Gets or sets a common template used for rendering the editor’s buttons.</para>
      </summary>
      <value>An object supporting the <see cref="T:System.Web.UI.ITemplate"/> interface that contains the template used for rendering all buttons within the editor.</value>
    </member>
    <member name="P:DevExpress.Web.ButtonEditPropertiesBase.ClearButton">
      <summary>
        <para>Gets the settings of the editor’s Clear button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ClearButton"/> object that contains button settings.</value>
    </member>
    <member name="P:DevExpress.Web.ButtonEditPropertiesBase.ClearButtonStyle">
      <summary>
        <para>Gets the style settings that define the appearance of an editor’s Clear button.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ButtonEditPropertiesBase.Spacing">
      <summary>
        <para>Gets or sets the spacing between the editor’s elements.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="T:DevExpress.Web.ButtonImageProperties">
      <summary>
        <para>Serves as a base for classes that provide button image settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ButtonImageProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ButtonImageProperties"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ButtonImageProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ButtonImageProperties"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:DevExpress.Web.IPropertiesOwner"/>-implemented object that owns the created object.</param>
    </member>
    <member name="M:DevExpress.Web.ButtonImageProperties.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ButtonImageProperties"/> class with the specified image location.</para>
      </summary>
      <param name="url">A <see cref="T:System.String"/> value that specifies the image location. This value is assigned to the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ButtonImageProperties.SpriteProperties">
      <summary>
        <para>Gets the settings defining the image position within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageSpriteProperties"/> object containing image position settings.</value>
    </member>
    <member name="T:DevExpress.Web.ButtonImagePropertiesBase">
      <summary>
        <para>Serves as a base for classes that provide settings defining different states of a button image.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ButtonImagePropertiesBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ButtonImagePropertiesBase"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ButtonImagePropertiesBase.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ButtonImagePropertiesBase"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:DevExpress.Web.IPropertiesOwner"/>-implemented object that owns the created object.</param>
    </member>
    <member name="M:DevExpress.Web.ButtonImagePropertiesBase.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ButtonImagePropertiesBase"/> class with the specified image location.</para>
      </summary>
      <param name="url">A <see cref="T:System.String"/> value that specifies the image location.</param>
    </member>
    <member name="P:DevExpress.Web.ButtonImagePropertiesBase.UrlDisabled">
      <summary>
        <para>Gets or sets the URL of the image used for an element’s disabled state.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the location of an image.</value>
    </member>
    <member name="P:DevExpress.Web.ButtonImagePropertiesBase.UrlHottracked">
      <summary>
        <para>Gets or sets the URL of the image used for an element’s hottracked state.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the location of an image.</value>
    </member>
    <member name="P:DevExpress.Web.ButtonImagePropertiesBase.UrlPressed">
      <summary>
        <para>Gets or sets the URL of the image used for an element’s pressed state.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the location of an image.</value>
    </member>
    <member name="T:DevExpress.Web.ButtonImages">
      <summary>
        <para>Contains settings that allow images to be defined for different states (normal, disabled, hovered, pressed, checked) of a Button extension.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ButtonImages.Image">
      <summary>
        <para>Gets the settings of an image displayed within the button extension.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CheckedButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.ButtonImages.ImageName">
      <summary>
        <para>For internal use only. Returns “btnImage”.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ButtonImageSpriteProperties">
      <summary>
        <para>Contains settings that define different states (disabled, hottracked, pressed) of a button image when it’s taken from a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ButtonImageSpriteProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ButtonImageSpriteProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ButtonImageSpriteProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ButtonImageSpriteProperties"/> 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.ButtonImageSpriteProperties.DisabledCssClass">
      <summary>
        <para>Gets or sets the name of the cascading style sheet (CSS) class that defines a disabled state image’s position within a custom <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the cascading style sheet class’ name.</value>
    </member>
    <member name="P:DevExpress.Web.ButtonImageSpriteProperties.DisabledLeft">
      <summary>
        <para>Gets or sets a disabled state image’s horizontal offset within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>, specified via a control’s SpriteImageUrl property.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the image’s horizontal offset.</value>
    </member>
    <member name="P:DevExpress.Web.ButtonImageSpriteProperties.DisabledTop">
      <summary>
        <para>Gets or sets a disabled state image’s vertical offset within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>, specified via a control’s SpriteImageUrl property.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the image’s vertical offset.</value>
    </member>
    <member name="P:DevExpress.Web.ButtonImageSpriteProperties.HottrackedCssClass">
      <summary>
        <para>Gets or sets the name of the cascading style sheet (CSS) class that defines a hottracked state image’s position within a custom <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the cascading style sheet class’ name.</value>
    </member>
    <member name="P:DevExpress.Web.ButtonImageSpriteProperties.HottrackedLeft">
      <summary>
        <para>Gets or sets a hottracked state image’s horizontal offset within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> specified via a control’s SpriteImageUrl property.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the image’s horizontal offset.</value>
    </member>
    <member name="P:DevExpress.Web.ButtonImageSpriteProperties.HottrackedTop">
      <summary>
        <para>Gets or sets a hottracked state image’s vertical offset within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> specified via a control’s SpriteImageUrl property.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the image’s vertical offset.</value>
    </member>
    <member name="P:DevExpress.Web.ButtonImageSpriteProperties.PressedCssClass">
      <summary>
        <para>Gets or sets the name of the cascading style sheet (CSS) class that defines a pressed state image’s position within a custom <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the cascading style sheet class’ name.</value>
    </member>
    <member name="P:DevExpress.Web.ButtonImageSpriteProperties.PressedLeft">
      <summary>
        <para>Gets or sets a pressed state image’s horizontal offset within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> specified via a control’s SpriteImageUrl property.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the image’s horizontal offset.</value>
    </member>
    <member name="P:DevExpress.Web.ButtonImageSpriteProperties.PressedTop">
      <summary>
        <para>Gets or sets a pressed state image’s vertical offset within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>, specified via a control’s SpriteImageUrl property.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the image’s vertical offset.</value>
    </member>
    <member name="T:DevExpress.Web.ButtonRenderMode">
      <summary>
        <para>Specifies whether a button control is rendered using the div (with the input inside) or a HTML element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ButtonRenderMode.Button">
      <summary>
        <para>The button is rendered as an input HTML element.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.ButtonRenderMode.Danger">
      <summary>
        <para>The button indicates a dangerous or potentially negative action.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.ButtonRenderMode.Link">
      <summary>
        <para>The button is rendered as a hyperlink HTML element.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.ButtonRenderMode.Outline">
      <summary>
        <para>Represents the button with a colored border and without a background color.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.ButtonRenderMode.Secondary">
      <summary>
        <para>Identifies a button of secondary importance.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.ButtonsPosition">
      <summary>
        <para>Specifies an edit button’s position within a button editor.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ButtonsPosition.Left">
      <summary>
        <para>The button is anchored to the editor’s left edge.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ButtonsPosition.Right">
      <summary>
        <para>The button is anchored to the editor’s right edge.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ButtonStyle">
      <summary>
        <para>Defines style settings for buttons that can be displayed within the <see cref="T:DevExpress.Web.ASPxUploadControl"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ButtonStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ButtonStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ButtonStyle.DisabledStyle">
      <summary>
        <para>Contains the style settings which define a button’s appearance in the disabled state.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ButtonStyle.PressedStyle">
      <summary>
        <para>Contains the style settings which define a buttons’s appearance in the pressed state.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains style settings.</value>
    </member>
    <member name="T:DevExpress.Web.CalendarAdaptivitySettings">
      <summary>
        <para>Contains settings that relate to the calendar’s adaptivity.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CalendarAdaptivitySettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CalendarAdaptivitySettings"/> class.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.CalendarAdaptivitySettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.CalendarAdaptivitySettings"/> object to the current object.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.CalendarAdaptivitySettings"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.CalendarAdaptivitySettings.SwitchToSingleViewAtWindowInnerWidth">
      <summary>
        <para>Gets or sets a value that defines the maximum browser window inner width when the calendar switches to a single view when rendered.</para>
      </summary>
      <value>The browser inner window width in pixels.</value>
    </member>
    <member name="T:DevExpress.Web.CalendarClientSideEvents">
      <summary>
        <para>Contains a client-side calendar editor’s event list.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CalendarClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CalendarClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CalendarClientSideEvents.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CalendarClientSideEvents"/> 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.CalendarClientSideEvents.BeginCallback">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client editor’s <b>ASPxClientCalendar.BeginCallback</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarClientSideEvents.CallbackError">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client editor’s <b>ASPxClientCalendar.CallbackError</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarClientSideEvents.CellClick">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client <b>ASPxClientCalendar.CellClick</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarClientSideEvents.CustomDisabledDate">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientCalendar.CustomDisabledDate</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarClientSideEvents.EndCallback">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client editor’s <b>ASPxClientCalendar.EndCallback</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarClientSideEvents.KeyDown">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client editor’s <b>ASPxClientCalendar.KeyDown</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarClientSideEvents.KeyPress">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client editor’s <b>ASPxClientCalendar.KeyPress</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarClientSideEvents.KeyUp">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client editor’s <b>ASPxClientCalendar.KeyUp</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarClientSideEvents.SelectionChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientCalendar.SelectionChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarClientSideEvents.VisibleMonthChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientCalendar.VisibleMonthChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.CalendarCustomDisabledDateEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxCalendar.CustomDisabledDate">ASPxCalendar.CustomDisabledDate</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CalendarCustomDisabledDateEventArgs.Date">
      <summary>
        <para>Gets the currently processed date.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> value that is the currently processed date.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarCustomDisabledDateEventArgs.IsDisabled">
      <summary>
        <para>Specifies whether the processed date is disabled for selection.</para>
      </summary>
      <value>true, to disable the current date; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.CalendarDayCellCreatedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxCalendar.DayCellCreated">ASPxCalendar.DayCellCreated</see> and <see cref="E:DevExpress.Web.ASPxDateEdit.CalendarDayCellCreated">ASPxDateEdit.CalendarDayCellCreated</see> events.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CalendarDayCellCreatedEventArgs.Controls">
      <summary>
        <para>Gets a control collection contained within a created day cell.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.ControlCollection"/> object that is the collection of child controls.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarDayCellCreatedEventArgs.IsWeekend">
      <summary>
        <para>Gets a value that indicates whether the processed date is a weekend day.</para>
      </summary>
      <value>true if the date is a weekend day; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.CalendarDayCellInitializeEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxCalendar.DayCellInitialize">ASPxCalendar.DayCellInitialize</see> and <see cref="E:DevExpress.Web.ASPxDateEdit.CalendarDayCellInitialize">ASPxDateEdit.CalendarDayCellInitialize</see> events.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CalendarDayCellInitializeEventArgs.DisplayText">
      <summary>
        <para>Gets or sets the processed day cell’s display text.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the display text of the processed cell.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarDayCellInitializeEventArgs.EncodeHtml">
      <summary>
        <para>Gets or sets a value that specifies whether the cell display text keeps any of its values that are HTML as HTML, or instead, strips out the HTML markers.</para>
      </summary>
      <value>true if the HTML code contained within the <see cref="P:DevExpress.Web.CalendarDayCellInitializeEventArgs.DisplayText">CalendarDayCellInitializeEventArgs.DisplayText</see> property value is not executed and is converted into the corresponding text for display purposes, false if the property value can contain pure HTML code.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarDayCellInitializeEventArgs.IsWeekend">
      <summary>
        <para>Gets or sets a value that indicates whether the processed date is a weekend day.</para>
      </summary>
      <value>true if the date is a weekend day; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarDayCellInitializeEventArgs.NavigateUrl">
      <summary>
        <para>Gets or sets a URL that defines the navigation location for the date hyperlink.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is a URL to where the client web browser will navigate when the date’s text is clicked.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarDayCellInitializeEventArgs.NavigateUrlTarget">
      <summary>
        <para>Gets or sets the window or frame for which to target the contents of the URL associated with the day cell via the <see cref="P:DevExpress.Web.CalendarDayCellInitializeEventArgs.NavigateUrl">CalendarDayCellInitializeEventArgs.NavigateUrl</see> property.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that identifies the window or frame for which to target the URL content.</value>
    </member>
    <member name="T:DevExpress.Web.CalendarDayCellPreparedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxCalendar.DayCellPrepared">ASPxCalendar.DayCellPrepared</see> and <see cref="E:DevExpress.Web.ASPxDateEdit.CalendarDayCellPrepared">ASPxDateEdit.CalendarDayCellPrepared</see> events.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CalendarDayCellPreparedEventArgs.Cell">
      <summary>
        <para>Gets the currently processed cell of a calendar.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.TableCell"/> object that is the currently processed cell.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarDayCellPreparedEventArgs.IsWeekend">
      <summary>
        <para>Gets a value that indicates whether the processed date is a weekend day.</para>
      </summary>
      <value>true if the date is a weekend day; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarDayCellPreparedEventArgs.TextControl">
      <summary>
        <para>Gets the text control contained within a processed day cell.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.WebControl"/> object contained the cell text.</value>
    </member>
    <member name="T:DevExpress.Web.CalendarDayEventArgs">
      <summary>
        <para>Provides data for events which concern the calendar day cell rendering.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CalendarDayEventArgs.IsOtherMonthDay">
      <summary>
        <para>Gets a value that indicates whether the processed date is in a month other than the month displayed in the calendar.</para>
      </summary>
      <value>true if the date is in a month other than the month displayed in the editor; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.CalendarElementStyle">
      <summary>
        <para>Contains style settings that define the appearance of diffrerent elements within a calendar control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CalendarElementStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CalendarElementStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.CalendarFastNavItemStyle">
      <summary>
        <para>Provides style settings used to paint the elements (month, year, etc.) displayed in a calendar’s fast navigation panel.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CalendarFastNavItemStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CalendarFastNavItemStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.CalendarFastNavProperties">
      <summary>
        <para>Contains settings specific to a calendar’s fast navigation panel.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CalendarFastNavProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CalendarFastNavProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CalendarFastNavProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CalendarFastNavProperties"/> 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.CalendarFastNavProperties.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.CalendarFastNavProperties.CancelButtonText">
      <summary>
        <para>Gets or sets the text displayed within the Cancel button of the calendar’s fast navigation panel.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value representing the text within the Cancel button.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarFastNavProperties.DisplayMode">
      <summary>
        <para>Gets or sets the display mode of the calendar’s fast navigation.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.FastNavigationDisplayMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarFastNavProperties.Enabled">
      <summary>
        <para>Gets or sets a value that specifies whether the calendar’s fast navigation panel is enabled.</para>
      </summary>
      <value>true to allow display the fast navigation panel; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarFastNavProperties.EnableInlineAnimation">
      <summary>
        <para>Gets or sets a value that specifies whether a specific animation effect is used when using the calendar’s fast navigation.</para>
      </summary>
      <value>true, if a specific animation effect is used; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarFastNavProperties.EnablePopupAnimation">
      <summary>
        <para>Gets or sets a value that specifies whether a specific animation effect is used when the calendar’s fast navigation panel is invoked.</para>
      </summary>
      <value>true if a specific animation effect is used; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarFastNavProperties.InitialView">
      <summary>
        <para>Specifies the initial Calendar view.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.DatePickerType"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarFastNavProperties.MaxView">
      <summary>
        <para>Specifies the earliest available Calendar view. For example, if the MaxView property is set to Months, the picker displays the months of a particular year and January is the earliest available Calendar view item.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.DatePickerType"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarFastNavProperties.OkButtonText">
      <summary>
        <para>Gets or sets the text displayed within the Ok button of the calendar’s fast navigation panel.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value representing the text within the Ok button.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarFastNavProperties.ShowFastNavHeaderBackElement">
      <summary>
        <para>Specifies whether the back element used to return to the previous mode is displayed within the fast navigation area’s header.</para>
      </summary>
      <value>true, to display the back element within the fast navigation panel’s header; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.CalendarFastNavStyle">
      <summary>
        <para>Provides style settings used to paint a calendar’s fast navigation panel.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CalendarFastNavStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CalendarFastNavStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CalendarFastNavStyle.CopyFrom(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.CalendarFastNavStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> object that represents the object which the settings will be copied from.</param>
    </member>
    <member name="P:DevExpress.Web.CalendarFastNavStyle.ImageSpacing">
      <summary>
        <para>Gets or sets the horizontal spacing between the fast navigation panel’s button element (PrevYear or NextYear) and year numbers.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarFastNavStyle.IsEmpty">
      <summary>
        <para>Gets a value that indicates whether this <see cref="T:DevExpress.Web.CalendarFastNavStyle"/> object is initialized with the default values.</para>
      </summary>
      <value>true if the <see cref="T:DevExpress.Web.CalendarFastNavStyle"/> object is initialized with the default values; otherwise false.</value>
    </member>
    <member name="M:DevExpress.Web.CalendarFastNavStyle.MergeWith(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Combines the properties of the specified <see cref="T:System.Web.UI.WebControls.Style"/> with the current instance of the <see cref="T:DevExpress.Web.CalendarFastNavStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> that represents an object to be combined.</param>
    </member>
    <member name="P:DevExpress.Web.CalendarFastNavStyle.MonthYearSpacing">
      <summary>
        <para>Gets or sets the vertical spacing between the fast navigation panel’s sections that display months and years.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="M:DevExpress.Web.CalendarFastNavStyle.Reset">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Web.CalendarFastNavStyle"/> object to its original state.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.CalendarHeaderFooterStyle">
      <summary>
        <para>Contains style settings that define the appearance of elements within a calendar control’s header and footer sections.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CalendarHeaderFooterStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CalendarHeaderFooterStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.CalendarPickerViewCellCreatedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxCalendar.PickerViewCellCreated">ASPxCalendar.PickerViewCellCreated</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CalendarPickerViewCellCreatedEventArgs.Controls">
      <summary>
        <para>Gets a control collection contained within a processed cell.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.ControlCollection"/> object that is the collection of child controls.</value>
    </member>
    <member name="T:DevExpress.Web.CalendarPickerViewCellEventArgs">
      <summary>
        <para>Serves as a base for classes that are used as arguments for events related to the calendar day cell processing.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CalendarPickerViewCellEventArgs.Date">
      <summary>
        <para>Gets the cell processed in the calendar.</para>
      </summary>
      <value>A DateTime value containing a processed cell.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarPickerViewCellEventArgs.IsOtherPeriodDate">
      <summary>
        <para>Returns the value that specifies whether the processed cell doesn’t refer to the current period (month, year, century).</para>
      </summary>
      <value>true, if the processed cell doesn’t refer to the current period; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarPickerViewCellEventArgs.IsSelected">
      <summary>
        <para>Gets whether the cell has been selected.</para>
      </summary>
      <value>true, if the cell has been selected; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.CalendarPickerViewCellInitializeEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxCalendar.PickerViewCellInitialize">ASPxCalendar.PickerViewCellInitialize</see> event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CalendarPickerViewCellInitializeEventArgs.DisplayText">
      <summary>
        <para>Gets or sets the processed cell’s display text.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the display text of the processed cell.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarPickerViewCellInitializeEventArgs.EncodeHtml">
      <summary>
        <para>Gets or sets a value that specifies whether the cell display text keeps any of its values that are HTML as HTML, or instead, strips out the HTML markers.</para>
      </summary>
      <value>true, if the HTML code contained within the <see cref="P:DevExpress.Web.CalendarPickerViewCellInitializeEventArgs.DisplayText">CalendarPickerViewCellInitializeEventArgs.DisplayText</see> property value is not executed and is converted into the corresponding text for display purposes, false if the property value can contain pure HTML code.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarPickerViewCellInitializeEventArgs.NavigateUrl">
      <summary>
        <para>Gets or sets a URL that defines the navigation location for the cell hyperlink.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is a URL to where the client web browser will navigate when the cell’s text is clicked.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarPickerViewCellInitializeEventArgs.NavigateUrlTarget">
      <summary>
        <para>Gets or sets the window or frame for which to target the contents of the URL associated with the cell by the <see cref="P:DevExpress.Web.CalendarPickerViewCellInitializeEventArgs.NavigateUrl">CalendarPickerViewCellInitializeEventArgs.NavigateUrl</see> property.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that identifies the window or frame for which to target the URL content.</value>
    </member>
    <member name="T:DevExpress.Web.CalendarPickerViewCellPreparedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxCalendar.PickerViewCellPrepared">ASPxCalendar.PickerViewCellPrepared</see>s event.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CalendarPickerViewCellPreparedEventArgs.Cell">
      <summary>
        <para>Provides access to the processed cell.</para>
      </summary>
      <value>A <b>TableCell</b> object that represents the processed cell.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarPickerViewCellPreparedEventArgs.TextControl">
      <summary>
        <para>Gets the text control contained within a processed cell.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.WebControl"/> object containing the cell text.</value>
    </member>
    <member name="T:DevExpress.Web.CalendarProperties">
      <summary>
        <para>Contains settings specific to a calendar editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CalendarProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CalendarProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CalendarProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CalendarProperties"/> 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.CalendarProperties.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.CalendarProperties.ButtonStyle">
      <summary>
        <para>Gets the style settings used to paint the editor’s buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.EditButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.CellDisabledStyle">
      <summary>
        <para>Gets the style properties of the cells for which selection is disabled.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object containing the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.CellOtherPeriodStyle">
      <summary>
        <para>Gets the style properties of the cells that don’t refer to the current period (month, year, century).</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object containing the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.CellOutOfRangeStyle">
      <summary>
        <para>Gets the style properties of the cells that are out of the specified range (<see cref="P:DevExpress.Web.CalendarProperties.MinDate">CalendarProperties.MinDate</see>, <see cref="P:DevExpress.Web.CalendarProperties.MaxDate">CalendarProperties.MaxDate</see>).</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object containing the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.CellSelectedStyle">
      <summary>
        <para>Gets the style properties of the selected cells.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object containing the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.CellStyle">
      <summary>
        <para>Gets the style properties of the cells.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object containing the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.ChangeVisibleDateAnimationType">
      <summary>
        <para>Gets or sets a value specifying the animation type used to change the visible date.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.AnimationType"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.ClearButtonText">
      <summary>
        <para>Gets or sets the text displayed within the calendar’s Clear button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value representing the text within the Clear button.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxCalendar"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarClientSideEvents"/> object which allows assigning handlers to the client-side events available to the editor.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.Columns">
      <summary>
        <para>Gets or sets the number of columns (months) displayed in a multi-view calendar.</para>
      </summary>
      <value>An integer value that specifies the number of months displayed within a calendar horizontally.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.DayDisabledStyle">
      <summary>
        <para>Gets the style properties of the days disabled for selection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object containing the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.DayHeaderStyle">
      <summary>
        <para>Gets the style properties for the calendar’s section that displays the day of the week.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object defining the day of the week header’s appearance.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.DayNameFormat">
      <summary>
        <para>Gets or sets the name format for days of the week.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.DayNameFormat"/> enumeration value.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.DayOtherMonthStyle">
      <summary>
        <para>Gets the style properties of the days that don’t belong to the displayed month.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object defining the appearance of the days that are not in the displayed month.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.DayOutOfRangeStyle">
      <summary>
        <para>Gets the style properties of the days that don’t belong to the date range allowed for selection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object containing the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.DaySelectedStyle">
      <summary>
        <para>Gets the style settings for the calendar’s selected day.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object defining the appearance of the selected day.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.DayStyle">
      <summary>
        <para>Gets the style settings for the days displayed in the calendar.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object defining the common appearance of the calendar’s days.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.DayWeekendStyle">
      <summary>
        <para>Gets the style properties for the weekend dates in the calendar.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object defining the appearance of weekend days.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.DisabledDates">
      <summary>
        <para>Provides access to a calendar’s collection of disabled dates.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DateTimeCollection"/> object that is a collection of dates to be disabled in a calendar control.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.DisplayFormatString">
      <summary>
        <para>Gets or sets the pattern used to format the editor’s value for display purposes.</para>
      </summary>
      <value>A string value that represents the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.EnableChangeVisibleDateGestures">
      <summary>
        <para>Gets or sets a value specifying whether an end-user can change the visible date with a swipe gesture.</para>
      </summary>
      <value>true, if date changing by gestures is always allowed; false, if it is always prohibited; Default - if it is allowed for touch devices only.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.EnableLargePeriodNavigation">
      <summary>
        <para>Get or sets the visibility of the &lt;&lt; and &gt;&gt; buttons, thus controlling the availability of year navigation within the calendar.</para>
      </summary>
      <value>true, if year navigation is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.EnableMultiSelect">
      <summary>
        <para>Gets or sets a value indicating whether multiple date selection is enabled in the calendar.</para>
      </summary>
      <value>true if multiple date selection is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.EnablePeriodNavigation">
      <summary>
        <para>Gets or sets the visibility of the Prev and Next buttons, thus controlling the availability of navigation within the calendar.</para>
      </summary>
      <value>true, if navigation is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.FastNavFooterStyle">
      <summary>
        <para>Gets the style properties for the footer section of the calendar’s fast navigation panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarHeaderFooterStyle"/> object defining the appearance of the fast navigation panel’s footer.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.FastNavHeaderBackElementImage">
      <summary>
        <para>Gets the settings of an image that is displayed in the element used to return back to the previous mode within the fast navigation area’s header.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.FastNavHeaderBackElementRtlImage">
      <summary>
        <para>Gets the settings of an image that is displayed in the element used to return back to the previous mode within the fast navigation area’s header when the calendar is in RTL mode.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.FastNavHeaderStyle">
      <summary>
        <para>Gets the style properties of the area that allows a user to return back to the previous mode within the fast navigation area.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarHeaderFooterStyle"/> object defining the appearance of the area that allows a user to return back to the previous mode within the fast navigation area.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.FastNavItemAreaStyle">
      <summary>
        <para>Gets the style properties of the fast navigation area.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object defining the appearance of the fast navigation area.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.FastNavItemOtherPeriodStyle">
      <summary>
        <para>Gets the style properties of the fast navigation area’s items that belong to the neighboring period.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarFastNavItemStyle"/> object defining the appearance of the fast navigation area’s items that belong to the neighboring period.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.FastNavItemStyle">
      <summary>
        <para>Gets the style properties of the fast navigation area’s item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarFastNavItemStyle"/> object defining the appearance of the fast navigation area’s item.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.FastNavMonthAreaStyle">
      <summary>
        <para>Gets the style properties for the fast navigation panel’s section that displays months.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object defining the appearance of the fast navigation panel’s month section.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.FastNavMonthStyle">
      <summary>
        <para>Gets the style settings for the months displayed in the calendar’s fast navigation panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarFastNavItemStyle"/> object defining the common appearance of months within the fast navigation panel.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.FastNavNextYearImage">
      <summary>
        <para>Gets the settings of an image that is displayed in the fast navigation panel’s NextYear button element.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.FastNavPrevYearImage">
      <summary>
        <para>Gets the settings of an image that is displayed in the fast navigation panel’s PrevYear button element.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.FastNavProperties">
      <summary>
        <para>Gets the settings of the calendar’s dropdown fast navigation panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarFastNavProperties"/> object that contains the fast navigation panel’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.FastNavStyle">
      <summary>
        <para>Gets the common style settings for the calendar’s fast navigation panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarFastNavStyle"/> object defining the appearance of the calendar’s fast navigation panel.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.FastNavYearAreaStyle">
      <summary>
        <para>Gets the style properties for the fast navigation panel’s section that displays years.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object defining the appearance of the fast navigation panel’s year section.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.FastNavYearStyle">
      <summary>
        <para>Gets the style settings for the years displayed in the calendar’s fast navigation panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarFastNavItemStyle"/> object defining the common appearance of years within the fast navigation panel.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.FirstDayOfWeek">
      <summary>
        <para>Gets or sets the day to display as the first day of the week within the calendar.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.FirstDayOfWeek"/> enumeration value specifying the first day of the week.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.FooterStyle">
      <summary>
        <para>Gets the style properties for the calendar’s footer section.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarHeaderFooterStyle"/> object defining the footer’s appearance.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.HeaderStyle">
      <summary>
        <para>Gets the style properties of the calendar’s title heading.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarHeaderFooterStyle"/> object defining the title header’s appearance.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.HighlightToday">
      <summary>
        <para>Gets or sets a value that specifies whether a day that corresponds to today’s date is highlighted within the calendar.</para>
      </summary>
      <value>true if the calendar’s day that corresponds to today’s date is highlighted; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.HighlightWeekends">
      <summary>
        <para>Gets or sets a value that specifies whether weekend days are highlighted within the calendar.</para>
      </summary>
      <value>true if weekend days are highlighted; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.LoadingPanelImage">
      <summary>
        <para>Gets the settings of an image that is displayed in a calendar’s loading panel.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.MaxDate">
      <summary>
        <para>Gets or sets the maximum date allowed to be entered into the editor by an end-user.</para>
      </summary>
      <value>A DateTime object that specifies the editor’s maximum allowed date.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.MinDate">
      <summary>
        <para>Gets or sets the minimum date allowed to be entered into the editor by an end-user.</para>
      </summary>
      <value>A DateTime object that specifies the editor’s minimum allowed date.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.MonthGridPaddings">
      <summary>
        <para>Gets the amount of space around the month grid within the calendar.</para>
      </summary>
      <value>An object that contains padding settings.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.NextLargePeriodImage">
      <summary>
        <para>Gets the settings of an image that is displayed in the calendar’s NextYear button element.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.NextPeriodImage">
      <summary>
        <para>Gets the settings of an image that is displayed in the calendar’s navigation button element.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.PickerType">
      <summary>
        <para>Specifies a date component an end user can select (a day, month, decade or year).</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.DatePickerType"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.PrevLargePeriodImage">
      <summary>
        <para>Gets the settings of an image that is displayed in the calendar’s navigation button element.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.PrevPeriodImage">
      <summary>
        <para>Gets the settings of an image that is displayed in the calendar’s navigation button element.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.Rows">
      <summary>
        <para>Gets or sets the number of rows (months) displayed in a multi-view calendar.</para>
      </summary>
      <value>An integer value that specifies the number of months displayed within a calendar vertically.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.SettingsAdaptivity">
      <summary>
        <para>Provides access to the calendar adaptivity settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarAdaptivitySettings"/> object that contains adaptivity settings.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.ShowClearButton">
      <summary>
        <para>Gets or sets a value that specifies whether the Clear button is displayed within the calendar’s footer.</para>
      </summary>
      <value>true, if the button is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.ShowDayHeaders">
      <summary>
        <para>Gets or sets a value that specifies whether the heading for the days of the week is displayed.</para>
      </summary>
      <value>true, if the day of the week header is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.ShowHeader">
      <summary>
        <para>Gets or sets a value that specifies whether the calendar’s title heading is displayed.</para>
      </summary>
      <value>true, if the title header is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.ShowShadow">
      <summary>
        <para>Gets or sets a value that specifies whether a calendar’s popup window casts a shadow.</para>
      </summary>
      <value>true if a window casts a shadow; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.ShowTodayButton">
      <summary>
        <para>Gets or sets a value that specifies whether the Today button is displayed within the calendar’s footer.</para>
      </summary>
      <value>true, if the button is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.ShowWeekNumbers">
      <summary>
        <para>Gets or sets a value that specifies whether the week number section is displayed within the calendar.</para>
      </summary>
      <value>true, if the week number section is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.TodayButtonText">
      <summary>
        <para>Gets or sets the text displayed within the calendar’s Today button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value representing the text within the Today button.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.TodayStyle">
      <summary>
        <para>Gets the style settings for the calendar day that corresponds to today’s date.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object defining  today’s date appearance.</value>
    </member>
    <member name="P:DevExpress.Web.CalendarProperties.WeekNumberStyle">
      <summary>
        <para>Gets the style properties for the week number markers in the calendar.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object defining the appearance of week numbers.</value>
    </member>
    <member name="T:DevExpress.Web.CalendarSelection">
      <summary>
        <para>Represents a collection of dates selected within the calendar.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CalendarSelection.Add(System.DateTime)">
      <summary>
        <para>Adds the specified date to the collection.</para>
      </summary>
      <param name="date">A DateTime object specifying the added date.</param>
    </member>
    <member name="M:DevExpress.Web.CalendarSelection.Add(System.DateTime[])">
      <summary>
        <para>Adds an array of dates to the collection.</para>
      </summary>
      <param name="dates">An array of dates to add to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.CalendarSelection.AddRange(System.DateTime,System.DateTime)">
      <summary>
        <para>Adds the specified range of dates to the collection.</para>
      </summary>
      <param name="start">A DateTime object that specifies the start date of the range.</param>
      <param name="end">A DateTime object that specifies the end date of the range.</param>
    </member>
    <member name="M:DevExpress.Web.CalendarSelection.Assign(DevExpress.Web.CalendarSelection)">
      <summary>
        <para>Copies items from the collection specified to the current one.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.CalendarSelection"/> object representing the source of the operation.</param>
    </member>
    <member name="M:DevExpress.Web.CalendarSelection.Clear">
      <summary>
        <para>Removes all items from the collection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CalendarSelection.Contains(System.DateTime)">
      <summary>
        <para>Determines whether the collection contains the specified date.</para>
      </summary>
      <param name="date">A DateTime object to locate in the collection.</param>
      <returns>true if the collection contains the specified date; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.CalendarSelection.CopyTo(System.DateTime[],System.Int32)">
      <summary>
        <para>Copies the items from the collection to the specified array, starting at the specified index in the array object.</para>
      </summary>
      <param name="array">A zero-based System.Array object that receives the copied items from the <see cref="T:DevExpress.Web.CalendarSelection"/> collection.</param>
      <param name="index">The first position in the specified System.Array object to receive the copied contents.</param>
    </member>
    <member name="P:DevExpress.Web.CalendarSelection.Count">
      <summary>
        <para>Gets the number of items in the collection.</para>
      </summary>
      <value>An integer value that represents the number of items in the <see cref="T:DevExpress.Web.CalendarSelection"/> collection.</value>
    </member>
    <member name="M:DevExpress.Web.CalendarSelection.Equals(DevExpress.Web.CalendarSelection)">
      <summary>
        <para>Compares this <see cref="T:DevExpress.Web.CalendarSelection"/> with the specified object.</para>
      </summary>
      <param name="selection">A <see cref="T:DevExpress.Web.CalendarSelection"/> representing the specified object for comparison.</param>
      <returns>true if the <see cref="T:DevExpress.Web.CalendarSelection"/> that this method is called from is equal to the specified object; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.CalendarSelection.GetEnumerator">
      <summary>
        <para>Returns an <see cref="T:System.Collections.IEnumerator"/> instance for the <see cref="T:DevExpress.Web.CalendarSelection"/> collection.</para>
      </summary>
      <returns>The IEnumerator for the collection.</returns>
    </member>
    <member name="M:DevExpress.Web.CalendarSelection.Remove(System.DateTime)">
      <summary>
        <para>Removes the specified date from the collection.</para>
      </summary>
      <param name="date">A DateTime object that specifies the date to remove from the collection.</param>
      <returns>true if the specified date has been successfully removed from the collection; false if the specified date has not been found within the collection.</returns>
    </member>
    <member name="M:DevExpress.Web.CalendarSelection.Remove(System.DateTime[])">
      <summary>
        <para>Removes the specified array of dates from the collection.</para>
      </summary>
      <param name="dates">An array of dates to remove from the collection.</param>
    </member>
    <member name="M:DevExpress.Web.CalendarSelection.RemoveRange(System.DateTime,System.DateTime)">
      <summary>
        <para>Removes the specified range of dates from the collection.</para>
      </summary>
      <param name="start">A DateTime object that specifies the start date of the range.</param>
      <param name="end">A DateTime object that specifies the end date of the range.</param>
    </member>
    <member name="T:DevExpress.Web.CallbackClientSideEvents">
      <summary>
        <para>Contains a list of client-side events available for the <see cref="T:DevExpress.Web.ASPxCallback"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CallbackClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CallbackClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CallbackClientSideEvents.CallbackComplete">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientCallback.CallbackComplete</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.CallbackClientSideEventsBase">
      <summary>
        <para>Contains a list of the client-side events that relate to processing callbacks within web controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CallbackClientSideEventsBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CallbackClientSideEventsBase"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CallbackClientSideEventsBase.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CallbackClientSideEventsBase"/> 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.CallbackClientSideEventsBase.BeginCallback">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client BeginCallback 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="P:DevExpress.Web.CallbackClientSideEventsBase.CallbackError">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client CallbackError 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="P:DevExpress.Web.CallbackClientSideEventsBase.EndCallback">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client EndCallback 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.CallbackEventArgs">
      <summary>
        <para>Provides data for events which concern callback processing.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CallbackEventArgs.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CallbackEventArgs"/> class.</para>
      </summary>
      <param name="parameter">A string value that represents any information that needs to be sent to the server side for further processing.</param>
    </member>
    <member name="P:DevExpress.Web.CallbackEventArgs.Result">
      <summary>
        <para>Gets or sets a string that contains specific information (if any) that needs to be passed to the client side for further processing.</para>
      </summary>
      <value>A string value that represents any information that needs to be sent to the client-side <b>ASPxClientCallback.CallbackComplete</b> event.</value>
    </member>
    <member name="T:DevExpress.Web.CallbackEventArgsBase">
      <summary>
        <para>Provides data for events which concern callback processing.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CallbackEventArgsBase.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CallbackEventArgsBase"/> class.</para>
      </summary>
      <param name="parameter">A string value that represents any information that needs to be sent to the server side for further processing.</param>
    </member>
    <member name="P:DevExpress.Web.CallbackEventArgsBase.Parameter">
      <summary>
        <para>Gets a string that contains specific information (if any) passed from the client side.</para>
      </summary>
      <value>A string value that contains specific information collected on the client side and passed to the event for further server-side processing.</value>
    </member>
    <member name="T:DevExpress.Web.CallbackEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxCallback.Callback">ASPxCallback.Callback</see> event.</para>
      </summary>
      <param name="source">A <see cref="T:System.Object"/> representing the event source. Identifies the <see cref="T:DevExpress.Web.ASPxCallback"/> control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.CallbackEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.CallbackEventHandlerBase">
      <summary>
        <para>A method that will handle a web control’s event related to the callback functionality.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.CallbackEventArgsBase"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.CallbackPanelClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events available for the ASPxCallbackPanel control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CallbackPanelClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CallbackPanelClientSideEvents"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CallbackPanelClientSideEvents.Collapsed">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientPanel.Collapsed</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.CallbackPanelClientSideEvents.Expanded">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientPanel.Expanded</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.CallbackPanelImages">
      <summary>
        <para>Contains settings that define images displayed within the <see cref="T:DevExpress.Web.ASPxCallbackPanel"/>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CallbackPanelImages.LoadingPanel">
      <summary>
        <para>Provides access to the settings that define images displayed within the loading panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="T:DevExpress.Web.CallbackPanelStyles">
      <summary>
        <para>Contains settings that allow the <see cref="T:DevExpress.Web.ASPxCallbackPanel"/>‘s appearance to be defined.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CallbackPanelStyles.LoadingDiv">
      <summary>
        <para>Gets style settings that define the appearance of a rectangle displayed above a control while waiting for a callback response.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LoadingDivStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CallbackPanelStyles.LoadingPanel">
      <summary>
        <para>Provides style settings that define the appearance of a loading panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LoadingPanelStyle"/> object that contains the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.CancelButtonHorizontalPosition">
      <summary>
        <para>Lists values that specify the horizontal position of the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#cancel-button">cancel button</see> in the progress panel.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CancelButtonHorizontalPosition.Center">
      <summary>
        <para>The <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#cancel-button">cancel button</see> is displayed at the center of the ASPxUploadControl‘s progress panel, under the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#progress-bar">progress bar</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CancelButtonHorizontalPosition.Left">
      <summary>
        <para>The <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#cancel-button">cancel button</see> is displayed on the left side of the ASPxUploadControl‘s progress panel, under the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#progress-bar">progress bar</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CancelButtonHorizontalPosition.Right">
      <summary>
        <para>The <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#cancel-button">cancel button</see> is displayed on the right side of the ASPxUploadControl‘s progress panel, under the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#progress-bar">progress bar</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.CancelButtonProperties">
      <summary>
        <para>Contains settings specific to the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#cancel-button">cancel button</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CancelButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CancelButtonProperties"/> 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="N:DevExpress.Web.Captcha">
      <summary>
        <para>Contains classes that implement the additional functionality of the <see cref="T:DevExpress.Web.ASPxCaptcha"/> control.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Captcha.CaptchaFontStyle">
      <summary>
        <para>Provides style settings used define the font of a validation summary’s challenge image.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Captcha.CaptchaFontStyle.Bold">
      <summary>
        <para>Specifies that a challenge image’s font characters are bold.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Captcha.CaptchaFontStyle.Italic">
      <summary>
        <para>Specifies that a challenge image’s font characters are italic.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Captcha.CaptchaFontStyle.Regular">
      <summary>
        <para>Specifies that a challenge image’s font characters are regular.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Captcha.CaptchaImageProperties">
      <summary>
        <para>Contains settings specific to the <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#challenge-image">challenge image</see> of the ASPxCaptcha.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Captcha.CaptchaImageProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Captcha.CaptchaImageProperties"/> 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.Captcha.CaptchaImageProperties.AlternateText">
      <summary>
        <para>Gets or sets the alternate text displayed, instead of the <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#challenge-image">challenge image</see>, when the 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="M:DevExpress.Web.Captcha.CaptchaImageProperties.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.Captcha.CaptchaImageProperties.BackgroundColor">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#challenge-image">challenge image</see>‘s background color.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> value which specifies the background color.</value>
    </member>
    <member name="P:DevExpress.Web.Captcha.CaptchaImageProperties.BackgroundImage">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#challenge-image">challenge image</see>‘s background image.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BackgroundImage"/> object that represents the background image.</value>
    </member>
    <member name="P:DevExpress.Web.Captcha.CaptchaImageProperties.BinaryStorageMode">
      <summary>
        <para>Gets or sets a value indicating the mode in which the control’s images are stored on the server.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.BinaryStorageMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Captcha.CaptchaImageProperties.BorderColor">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#challenge-image">challenge image</see>‘s border color.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> object that represents the border color.</value>
    </member>
    <member name="P:DevExpress.Web.Captcha.CaptchaImageProperties.BorderWidth">
      <summary>
        <para>Gets or sets the border width of the <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#challenge-image">challenge image</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the border width.</value>
    </member>
    <member name="P:DevExpress.Web.Captcha.CaptchaImageProperties.FontFamily">
      <summary>
        <para>Gets or sets a font family used within the <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#challenge-image">challenge image</see></para>
      </summary>
      <value>A string which specifies the font family of the challenge image.</value>
    </member>
    <member name="P:DevExpress.Web.Captcha.CaptchaImageProperties.FontStyle">
      <summary>
        <para>Gets the style settings used to paint a font within the <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#challenge-image">challenge image</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Captcha.CaptchaFontStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.Captcha.CaptchaImageProperties.ForegroundColor">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#challenge-image">challenge image</see>‘s foreground color.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> structure that specifies the foreground color.</value>
    </member>
    <member name="P:DevExpress.Web.Captcha.CaptchaImageProperties.Height">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#challenge-image">challenge image</see>‘s height.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the challenge image’s height.</value>
    </member>
    <member name="P:DevExpress.Web.Captcha.CaptchaImageProperties.ToolTip">
      <summary>
        <para>Gets or sets the tooltip text of the <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#challenge-image">challenge image</see>.</para>
      </summary>
      <value>A string value that specifies the text content of the image’s tooltip.</value>
    </member>
    <member name="P:DevExpress.Web.Captcha.CaptchaImageProperties.Width">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#challenge-image">challenge image</see>‘s width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the image’s width.</value>
    </member>
    <member name="T:DevExpress.Web.Captcha.CaptchaImages">
      <summary>
        <para>Contains image settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Captcha.CaptchaStyles">
      <summary>
        <para>Contains style settings defining the appearance of the ASPxCaptcha’s <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements">visual elements</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Captcha.CaptchaStyles.DisabledRefreshButton">
      <summary>
        <para>Gets style settings for a disabled <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#refresh-button">refresh button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Captcha.RefreshButtonStyle"/> object that contains button style settings.</value>
    </member>
    <member name="P:DevExpress.Web.Captcha.CaptchaStyles.NullText">
      <summary>
        <para>Gets the style settings defining the appearance of the prompt text.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditorDecorationStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.Captcha.CaptchaStyles.RefreshButton">
      <summary>
        <para>Gets style settings for a <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#refresh-button">refresh button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Captcha.RefreshButtonStyle"/> object that contains button style settings.</value>
    </member>
    <member name="P:DevExpress.Web.Captcha.CaptchaStyles.TextBox">
      <summary>
        <para>Gets the style settings that define a <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#text-box">text box</see>‘s appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.Captcha.CaptchaTextBoxStyle"/> object containing the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.Captcha.CaptchaTextBoxProperties">
      <summary>
        <para>Contains settings specific to the <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#text-box">text box</see> within the ASPxCaptcha.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Captcha.CaptchaTextBoxProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Captcha.CaptchaTextBoxProperties"/> 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.Captcha.CaptchaTextBoxProperties.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.Captcha.CaptchaTextBoxProperties.LabelText">
      <summary>
        <para>Gets or sets the text of the <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#text-box">text box</see> label within the captcha control.</para>
      </summary>
      <value>A string value that specifies the label text.</value>
    </member>
    <member name="P:DevExpress.Web.Captcha.CaptchaTextBoxProperties.NullText">
      <summary>
        <para>Gets or sets the prompt text displayed within the editor’s <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#text-box">text box</see> when it is not focused, and its value is null.</para>
      </summary>
      <value>A string value that specifies the prompt text.</value>
    </member>
    <member name="P:DevExpress.Web.Captcha.CaptchaTextBoxProperties.NullTextDisplayMode">
      <summary>
        <para>Specifies when the null text is visible in the editor.</para>
      </summary>
      <value>The null text display mode.</value>
    </member>
    <member name="P:DevExpress.Web.Captcha.CaptchaTextBoxProperties.Position">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#text-box">text box</see> position within the captcha control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Captcha.ControlPosition"/> enumeration value that specifies the position of the editor’s text box.</value>
    </member>
    <member name="P:DevExpress.Web.Captcha.CaptchaTextBoxProperties.ShowLabel">
      <summary>
        <para>Gets or sets whether the label within the captcha control’s <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#text-box">text box</see> is displayed.</para>
      </summary>
      <value>true to display the editor’s text box label; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.Captcha.CaptchaTextBoxProperties.Visible">
      <summary>
        <para>Gets or sets a value specifying the visibility of the captcha control’s <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#text-box">text box</see>.</para>
      </summary>
      <value>true if the text box is visible; otherwise false.</value>
    </member>
    <member name="T:DevExpress.Web.Captcha.CaptchaTextBoxStyle">
      <summary>
        <para>Contains style settings that specify the appearance of the captcha control’s <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#text-box">text box</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Captcha.CaptchaTextBoxStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Captcha.CaptchaTextBoxStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Captcha.CaptchaTextBoxStyle.Width">
      <summary>
        <para>Gets or sets the width of the ASPxCaptcha’s <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#text-box">text box</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the text box’ width.</value>
    </member>
    <member name="T:DevExpress.Web.Captcha.CaptchaValidationSettings">
      <summary>
        <para>Contains settings that relate to the validation of the value entered into the editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Captcha.CaptchaValidationSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Captcha.CaptchaValidationSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Captcha.CaptchaValidationSettings.#ctor(DevExpress.Web.ASPxCaptcha)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Captcha.CaptchaValidationSettings"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An <see cref="T:DevExpress.Web.ASPxCaptcha"/> object that represents the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Captcha.CaptchaValidationSettings.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.Captcha.CaptchaValidationSettings.Display">
      <summary>
        <para>Gets or sets a value that specifies the render style of the error frame displayed around the editor, if the editor’s value has not passed the validation criteria specified.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Display"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Captcha.CaptchaValidationSettings.EnableValidation">
      <summary>
        <para>Gets or sets a value that specifies whether validation is performed when the editor is set to validate when a postback occurs.</para>
      </summary>
      <value>true if validation is performed when the editor is set to validate when a postback occurs; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Captcha.CaptchaValidationSettings.ErrorDisplayMode">
      <summary>
        <para>Gets or sets a value that specifies how an error message is represented within the editor’s error frame.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ErrorDisplayMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Captcha.CaptchaValidationSettings.ErrorFrameStyle">
      <summary>
        <para>Gets the style properties for the editor’s error frame.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ErrorFrameStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.Captcha.CaptchaValidationSettings.ErrorImage">
      <summary>
        <para>Gets the settings that define an error image to be displayed within the editor’s error frame if the editor’s validation fails.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.Captcha.CaptchaValidationSettings.ErrorText">
      <summary>
        <para>Gets or sets the error text to be displayed within the editor’s error frame if the editor’s validation fails.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the error text.</value>
    </member>
    <member name="P:DevExpress.Web.Captcha.CaptchaValidationSettings.RequiredField">
      <summary>
        <para>Gets the settings that define the required field validation’s rules.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RequiredFieldValidationPattern"/> object that contains specific validation settings.</value>
    </member>
    <member name="P:DevExpress.Web.Captcha.CaptchaValidationSettings.SetFocusOnError">
      <summary>
        <para>Gets or sets a value that specifies whether focus is set to the <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#text-box">text box</see> when validation fails.</para>
      </summary>
      <value>true to set focus on the text box when validation fails; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Captcha.CaptchaValidationSettings.ValidationGroup">
      <summary>
        <para>Gets or sets the group of controls for which the editor forces validation when it posts back to the server.</para>
      </summary>
      <value>A string value that specifies the group of controls for which the editor causes validation when it posts back to the server.</value>
    </member>
    <member name="T:DevExpress.Web.Captcha.ChallengeImageCustomRenderEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxCaptcha.ChallengeImageCustomRender">ASPxCaptcha.ChallengeImageCustomRender</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Captcha.ChallengeImageCustomRenderEventArgs.#ctor(System.Drawing.Bitmap,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Captcha.ChallengeImageCustomRenderEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="image">A <see cref="T:System.Drawing.Bitmap"/> object representing a custom challenge image.</param>
      <param name="code">A string object that represents the generated code.</param>
    </member>
    <member name="P:DevExpress.Web.Captcha.ChallengeImageCustomRenderEventArgs.Code">
      <summary>
        <para>Gets the code generated within the <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#challenge-image">challenge image</see> of the ASPxCaptcha control.</para>
      </summary>
      <value>A string value that represents the code.</value>
    </member>
    <member name="P:DevExpress.Web.Captcha.ChallengeImageCustomRenderEventArgs.Image">
      <summary>
        <para>Provides access to a Bitmap object representing the ASPxCaptcha’s <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#challenge-image">challenge image</see>.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Bitmap"/> object representing the image.</value>
    </member>
    <member name="T:DevExpress.Web.Captcha.ChallengeImageCustomRenderEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxCaptcha.ChallengeImageCustomRender">ASPxCaptcha.ChallengeImageCustomRender</see> event.</para>
      </summary>
      <param name="sender">An object representing the event source. Identifies the captcha control that raised the event.</param>
      <param name="e">An <see cref="T:DevExpress.Web.Captcha.ChallengeImageCustomRenderEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Captcha.ControlPosition">
      <summary>
        <para>List values that specify an element’s position within a control area.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Captcha.ControlPosition.Bottom">
      <summary>
        <para>The element is displayed at the bottom of the control’s area.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Captcha.ControlPosition.Left">
      <summary>
        <para>The element is displayed on the left side of the control’s area.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Captcha.ControlPosition.Right">
      <summary>
        <para>The element is displayed on the right side of the control’s area.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Captcha.ControlPosition.Top">
      <summary>
        <para>The element is displayed at the top of the control’s area.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Captcha.RefreshButtonProperties">
      <summary>
        <para>Contains settings specific to the <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#refresh-button">refresh button</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Captcha.RefreshButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Captcha.RefreshButtonProperties"/> 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.Captcha.RefreshButtonProperties.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.Captcha.RefreshButtonProperties.Image">
      <summary>
        <para>Gets the settings that define the <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#refresh-button">refresh button</see>‘s image.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that specifies the refresh button image’s properties.</value>
    </member>
    <member name="P:DevExpress.Web.Captcha.RefreshButtonProperties.ImagePosition">
      <summary>
        <para>Gets or sets the image position within the <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#refresh-button">refresh button</see>.</para>
      </summary>
      <value>The image position.</value>
    </member>
    <member name="P:DevExpress.Web.Captcha.RefreshButtonProperties.Position">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#refresh-button">refresh button</see> position within the captcha control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Captcha.ControlPosition"/> enumeration value that specifies the position of the editor’s refresh button.</value>
    </member>
    <member name="P:DevExpress.Web.Captcha.RefreshButtonProperties.ShowImage">
      <summary>
        <para>Gets or sets whether the image within the <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#refresh-button">refresh button</see> is displyed.</para>
      </summary>
      <value>true if the refresh button image is displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Captcha.RefreshButtonProperties.Text">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#refresh-button">refresh button</see>‘s text.</para>
      </summary>
      <value>A string value that specifies the refresh button’s text.</value>
    </member>
    <member name="P:DevExpress.Web.Captcha.RefreshButtonProperties.Visible">
      <summary>
        <para>Gets or sets whether the <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#refresh-button">refresh button</see> is visible within the control.</para>
      </summary>
      <value>true to show the refresh button within the control; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.Captcha.RefreshButtonStyle">
      <summary>
        <para>Contains style settings that define the appearance of the captcha control’s <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#refresh-button">refresh button</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Captcha.RefreshButtonStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Captcha.RefreshButtonStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.CaptionSettingsBase">
      <summary>
        <para>Contains settings specific to a visual element caption.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CaptionSettingsBase.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CaptionSettingsBase"/> 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.CaptionSettingsBase.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.CardViewBaseTemplateContainer">
      <summary>
        <para>Serves as a base for classes that represent  containers for the templates used to render the ASPxCardView’s elements.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewBaseTemplateContainer.#ctor(DevExpress.Web.ASPxCardView,System.Int32,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewBaseTemplateContainer"/> class.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxCardView"/> object that owns the current object. This value is assigned to the <see cref="P:DevExpress.Web.CardViewBaseTemplateContainer.CardView">CardViewBaseTemplateContainer.CardView</see> property.</param>
      <param name="index">The index.</param>
      <param name="dataItem">An object that represents the data item.</param>
    </member>
    <member name="M:DevExpress.Web.CardViewBaseTemplateContainer.#ctor(DevExpress.Web.ASPxCardView)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewBaseTemplateContainer"/> class.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxCardView"/> object that owns the current object. This value is assigned to the <see cref="P:DevExpress.Web.CardViewBaseTemplateContainer.CardView">CardViewBaseTemplateContainer.CardView</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.CardViewBaseTemplateContainer.CardView">
      <summary>
        <para>Gets the ASPxCardView that owns the current object.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxCardView"/> object that owns the current object.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewBatchEditMode">
      <summary>
        <para>Lists values that specify which control element is switched to edit mode (used to edit the grid data) in <see href="https://docs.devexpress.com/AspNet/115027/components/card-view/concepts/data-editing/batch-edit-mode">batch edit mode</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewBatchEditMode.Card">
      <summary>
        <para>A <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">card</see> is switched to edit mode in <see href="https://docs.devexpress.com/AspNet/115027/components/card-view/concepts/data-editing/batch-edit-mode">batch edit mode</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewBatchEditMode.Cell">
      <summary>
        <para>A <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card-edit-form">cell</see> is switched to edit mode in <see href="https://docs.devexpress.com/AspNet/115027/components/card-view/concepts/data-editing/batch-edit-mode">batch edit mode</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.CardViewBatchEditSettings">
      <summary>
        <para>Contains <see href="https://docs.devexpress.com/AspNet/115027/components/card-view/concepts/data-editing/batch-edit-mode">Batch Edit Mode</see> specific settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewBatchEditSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewBatchEditSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.CardViewBatchEditSettings.EditMode">
      <summary>
        <para>Specifies which control element (<see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card-edit-form">cell</see> or <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">card</see>) is used to edit the data.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.CardViewBatchEditMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewBatchEditSettings.HighlightDeletedCards">
      <summary>
        <para>Specifies if the deleted card is highlighted in Batch Edit Mode.</para>
      </summary>
      <value>true, to highlight the deleted card; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewBatchEditSettings.HighlightSummaryItems">
      <summary>
        <para>Specifies whether the ASPxCardView highlights summaries when their values are recalculated.</para>
      </summary>
      <value>true, to highlight summaries; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewBinaryImageColumn">
      <summary>
        <para>Represents a data column that displays images from a binary stream.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewBinaryImageColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewBinaryImageColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewBinaryImageColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewBinaryImageColumn"/> class with the specified field name and caption.</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.CardViewColumn.FieldName">CardViewColumn.FieldName</see> property.</param>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the column’s caption.</param>
    </member>
    <member name="M:DevExpress.Web.CardViewBinaryImageColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewBinaryImageColumn"/> 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.CardViewColumn.FieldName">CardViewColumn.FieldName</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.CardViewBinaryImageColumn.PropertiesBinaryImage">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BinaryImageEditProperties"/> object that contains settings specific to a binary image editor.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewBreakpoint">
      <summary>
        <para>Provides settings that allows you to specify breakpoints at which the Card View rearranges its cards if the browser width changes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewBreakpoint.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewBreakpoint"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewBreakpoint.#ctor(DevExpress.Web.BreakpointsLayoutDeviceSizes,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewBreakpoint"/> class.</para>
      </summary>
      <param name="deviceSize">A <see cref="T:DevExpress.Web.BreakpointsLayoutDeviceSizes"/> object representing the device size.</param>
      <param name="cardsPerRow">An integer value representing the number of cards in a row.</param>
    </member>
    <member name="M:DevExpress.Web.CardViewBreakpoint.#ctor(System.Int32,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewBreakpoint"/> class.</para>
      </summary>
      <param name="maxWidth">An integer value specifying the browser’s maximum width.</param>
      <param name="cardsPerRow">An integer value specifying the number of cards in a row.</param>
    </member>
    <member name="P:DevExpress.Web.CardViewBreakpoint.CardsPerRow">
      <summary>
        <para>Specifies the number of cards the control displays in a row.</para>
      </summary>
      <value>An integer value specifying the number of cards in a row.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewBreakpointsLayoutSettings">
      <summary>
        <para>Contains settings that relate to a control’s Breakpoints layout mode.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewBreakpointsLayoutSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewBreakpointsLayoutSettings"/> class.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.CardViewBreakpointsLayoutSettings.ItemsPerPage">
      <summary>
        <para>Specifies the number of items the control displays on a page.</para>
      </summary>
      <value>An integer value specifying the number of items on a page.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewButtonEditColumn">
      <summary>
        <para>Represents a data column with the button editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewButtonEditColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewButtonEditColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewButtonEditColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewButtonEditColumn"/> class with the specified field name and caption.</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.CardViewColumn.FieldName">CardViewColumn.FieldName</see> property.</param>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the column’s caption.</param>
    </member>
    <member name="M:DevExpress.Web.CardViewButtonEditColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewButtonEditColumn"/> 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.CardViewColumn.FieldName">CardViewColumn.FieldName</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.CardViewButtonEditColumn.PropertiesButtonEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Web.ButtonEditProperties"/> object.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewCardBaseTemplateContainer">
      <summary>
        <para>Serves as a base for classes that represent containers for the templates used to render the Edit Form, data, preview and in-line edit cards displayed within the ASPxCardView.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewCardBaseTemplateContainer.#ctor(DevExpress.Web.ASPxCardView,System.Int32,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewCardBaseTemplateContainer"/> class.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxCardView"/> object that owns the current object. This value is assigned to the <see cref="P:DevExpress.Web.CardViewBaseTemplateContainer.CardView">CardViewBaseTemplateContainer.CardView</see> property.</param>
      <param name="visibleIndex">An integer value that specifies the rendered item object’s index. This value is assigned to the <see cref="P:DevExpress.Web.TemplateContainerBase.ItemIndex">TemplateContainerBase.ItemIndex</see> property.</param>
      <param name="dataItem">An object that represents the data item.</param>
    </member>
    <member name="P:DevExpress.Web.CardViewCardBaseTemplateContainer.KeyValue">
      <summary>
        <para>Gets an object that uniquely identifies the card that contains the template container.</para>
      </summary>
      <value>An object that uniquely identifies the card that contains the template container.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewCardBaseTemplateContainer.VisibleIndex">
      <summary>
        <para>Gets the index of the rendered item object.</para>
      </summary>
      <value>An integer value that specifies the rendered item object’s index.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewCardFooterTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render the ASPxCardView’s footer.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewCardFooterTemplateContainer.#ctor(DevExpress.Web.ASPxCardView,System.Int32,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewCardFooterTemplateContainer"/> class.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxCardView"/> object that owns the current object. This value is assigned to the <see cref="P:DevExpress.Web.CardViewBaseTemplateContainer.CardView">CardViewBaseTemplateContainer.CardView</see> property.</param>
      <param name="visibleIndex">An integer value that specifies the rendered item object’s index. This value is assigned to the <see cref="P:DevExpress.Web.TemplateContainerBase.ItemIndex">TemplateContainerBase.ItemIndex</see> property.</param>
      <param name="dataItem">An object that represents the data item.</param>
    </member>
    <member name="T:DevExpress.Web.CardViewCardHeaderTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render the ASPxCardView’s header.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewCardHeaderTemplateContainer.#ctor(DevExpress.Web.ASPxCardView,System.Int32,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewCardHeaderTemplateContainer"/> class.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxCardView"/> object that owns the current object. This value is assigned to the <see cref="P:DevExpress.Web.CardViewBaseTemplateContainer.CardView">CardViewBaseTemplateContainer.CardView</see> property.</param>
      <param name="visibleIndex">An integer value that specifies the rendered item object’s index. This value is assigned to the <see cref="P:DevExpress.Web.TemplateContainerBase.ItemIndex">TemplateContainerBase.ItemIndex</see> property.</param>
      <param name="dataItem">An object that represents the data item.</param>
    </member>
    <member name="T:DevExpress.Web.CardViewCardStyle">
      <summary>
        <para>Serves as a base for classes that provide style settings used to paint cards within the ASPxCardView.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewCardStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewCardStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewCardStyle.AssignToControl(System.Web.UI.WebControls.WebControl,DevExpress.Web.AttributesRange,System.Boolean,System.Boolean,System.Boolean)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewCardStyle.Height">
      <summary>
        <para>Gets or sets the card height.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the card height.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewCardStyle.Width">
      <summary>
        <para>Gets or sets the card width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the card width.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewCardTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render cards within the ASPxCardView.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewCardTemplateContainer.#ctor(DevExpress.Web.ASPxCardView,System.Int32,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewCardTemplateContainer"/> class with the specified settings.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxCardView"/> object. This value is assigned to the <see cref="P:DevExpress.Web.CardViewBaseTemplateContainer.CardView">CardViewBaseTemplateContainer.CardView</see> property.</param>
      <param name="visibleIndex">An integer value that specifies the rendered item object’s index. This value is assigned to the <see cref="P:DevExpress.Web.TemplateContainerBase.ItemIndex">TemplateContainerBase.ItemIndex</see> property.</param>
      <param name="dataItem">An object that represents the data item.</param>
    </member>
    <member name="T:DevExpress.Web.CardViewCheckColumn">
      <summary>
        <para>Represents a Boolean data column.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewCheckColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewCheckColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewCheckColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewCheckColumn"/> class with the specified field name and caption.</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.CardViewColumn.FieldName">CardViewColumn.FieldName</see> property.</param>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the column’s caption.</param>
    </member>
    <member name="M:DevExpress.Web.CardViewCheckColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewCheckColumn"/> 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.CardViewColumn.FieldName">CardViewColumn.FieldName</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.CardViewCheckColumn.PropertiesCheckEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Web.CheckBoxProperties"/> object that contains settings specific to a checkbox editor.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events available for the ASPxCardView.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewClientSideEvents.BatchEditCardChangesCanceling">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxCardView’s <b>ASPxClientCardView.BatchEditCardChangesCanceling</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewClientSideEvents.BatchEditCardDeleting">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxCardView’s <b>ASPxClientCardView.BatchEditCardDeleting</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewClientSideEvents.BatchEditCardInserting">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxCardView’s <b>ASPxClientCardView.BatchEditCardInserting</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewClientSideEvents.BatchEditCardRecovering">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a ASPxCardView’s <b>ASPxClientCardView.BatchEditCardRecovering</b>client 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="P:DevExpress.Web.CardViewClientSideEvents.BatchEditCardValidating">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxCardView’s <b>ASPxClientCardView.BatchEditCardValidating</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewClientSideEvents.BatchEditChangesCanceling">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxCardView’s <b>ASPxClientCardView.BatchEditChangesCanceling</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewClientSideEvents.BatchEditChangesSaving">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxCardView’s <b>ASPxClientCardView.BatchEditChangesSaving</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewClientSideEvents.BatchEditConfirmShowing">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxCardView’s <b>ASPxClientCardView.BatchEditConfirmShowing</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewClientSideEvents.BatchEditEndEditing">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxCardView’s <b>ASPxClientCardView.BatchEditEndEditing</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewClientSideEvents.BatchEditStartEditing">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxCardView’s <b>ASPxClientCardView.BatchEditStartEditing</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewClientSideEvents.BatchEditSummaryDisplayText">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxClientCardView.BatchEditSummaryDisplayText 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="P:DevExpress.Web.CardViewClientSideEvents.BatchEditTemplateCellFocused">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxCardView’s <b>ASPxClientCardView.BatchEditTemplateCellFocused</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewClientSideEvents.CardClick">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxCardView’s <b>ASPxClientCardView.CardClick</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewClientSideEvents.CardDblClick">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxCardView’s <b>ASPxClientCardView.CardDblClick</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewClientSideEvents.CardFocusing">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientCardView.CardFocusing</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewClientSideEvents.ColumnGrouping">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxCardView’s <b>ASPxClientCardView.ColumnGrouping</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewClientSideEvents.ColumnSorting">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxCardView’s <b>ASPxClientCardView.ColumnSorting</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewClientSideEvents.CustomButtonClick">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxCardView’s <b>ASPxClientCardView.CustomButtonClick</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewClientSideEvents.CustomizationWindowCloseUp">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxCardView’s <b>ASPxClientCardView.CustomizationWindowCloseUp</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewClientSideEvents.FocusedCardChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxCardView’s <b>ASPxClientCardView.FocusedCardChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewClientSideEvents.FocusedCellChanging">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxCardView’s <b>ASPxClientCardView.FocusedCellChanging</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewClientSideEvents.GroupRowCollapsing">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the <b>ASPxClientCardView.GroupRowCollapsing</b> client 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="P:DevExpress.Web.CardViewClientSideEvents.GroupRowExpanding">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the <b>ASPxClientCardView.GroupRowExpanding</b> client 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="P:DevExpress.Web.CardViewClientSideEvents.SelectionChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxCardView’s <b>ASPxClientCardView.SelectionChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewClientSideEvents.ToolbarItemClick">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientGridBase.ToolbarItemClick</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewColorEditColumn">
      <summary>
        <para>Represents a data column used to display and edit color values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewColorEditColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewColorEditColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewColorEditColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewColorEditColumn"/> class with the specified field name and caption.</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.CardViewColumn.FieldName">CardViewColumn.FieldName</see> property.</param>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the column’s caption.</param>
    </member>
    <member name="M:DevExpress.Web.CardViewColorEditColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewColorEditColumn"/> 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.CardViewColumn.FieldName">CardViewColumn.FieldName</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.CardViewColorEditColumn.PropertiesColorEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ColorEditProperties"/> object that contains settings specific to a color editor.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewColumn">
      <summary>
        <para>Serves as a base for classes that represent data columns.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewColumn"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewColumn"/> class with the specified field name and caption.</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.CardViewColumn.FieldName">CardViewColumn.FieldName</see> property.</param>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the column’s caption.</param>
    </member>
    <member name="M:DevExpress.Web.CardViewColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewColumn"/> 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.CardViewColumn.FieldName">CardViewColumn.FieldName</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.CardViewColumn.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="P:DevExpress.Web.CardViewColumn.BatchEditModifiedCellStyle">
      <summary>
        <para>Gets the style settings defining the appearance of the column’s data cell when it is modified in <see href="https://docs.devexpress.com/AspNet/115027/components/card-view/concepts/data-editing/batch-edit-mode">batch edit mode</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewColumn.CardView">
      <summary>
        <para>Gets the ASPxCardView that owns the current column.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxCardView"/> object that owns the current column.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewColumn.DataItemTemplate">
      <summary>
        <para>Gets or sets a template for displaying data cells within the current column.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewColumn.EditItemTemplate">
      <summary>
        <para>Gets or sets a template for displaying <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card-edit-form">edit cells</see> which correspond to the current column.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewColumn.ExportCaptionStyle">
      <summary>
        <para>Gets the style settings defining the caption appearance when the card view is exported.</para>
      </summary>
      <value>Style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewColumn.ExportCellStyle">
      <summary>
        <para>Gets the style settings defining the appearance of data cells when the card view is exported.</para>
      </summary>
      <value>Style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewColumn.ExportWidth">
      <summary>
        <para>Gets or sets the column’s export width.</para>
      </summary>
      <value>An integer value that specifies the column’s width (in pixels) for exporting purposes.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewColumn.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="P:DevExpress.Web.CardViewColumn.FilterExpression">
      <summary>
        <para>Gets the column’s filter expression.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that represents the column’s filter expression.</value>
    </member>
    <member name="M:DevExpress.Web.CardViewColumn.GroupBy">
      <summary>
        <para>Groups data by the values of the current column.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewColumn.GroupIndex">
      <summary>
        <para>Gets or sets a value that specifies whether the column takes part in grouping.</para>
      </summary>
      <value>An integer value that specifies the column’s position among grouping columns. &#0045;1 if the ASPxCardView isn’t grouped by the values of the current column.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewColumn.HeaderStyle">
      <summary>
        <para>Gets the style settings used to paint the column’s header.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewHeaderStyle"/> object that contains the style settings used to paint the column’s header.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewColumn.HeaderTemplate">
      <summary>
        <para>Gets or sets a template used to display the content of the column’s header.</para>
      </summary>
      <value>An object that supports the <see cref="T:System.Web.UI.ITemplate"/> interface and contains a template used to display the header’s content.</value>
    </member>
    <member name="M:DevExpress.Web.CardViewColumn.IsClickable">
      <summary>
        <para>Indicates whether a column responds to mouse clicks.</para>
      </summary>
      <returns>true if the column responds to mouse clicks; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Web.CardViewColumn.LoadReadOnlyValueFromDataModel">
      <summary>
        <para>Specifies whether the column’s read-only values can be loaded from the client to the server side.</para>
      </summary>
      <value>true to load read-only values on the server side; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewColumn.PropertiesEdit">
      <summary>
        <para>Gets or sets the column editor’s settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditPropertiesBase"/> descendant that contains settings specific to a particular editor type.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewColumn.ReadOnly">
      <summary>
        <para>Gets or sets whether end-users are allowed to edit the column’s cell values.</para>
      </summary>
      <value>true if end-users are not allowed to modify the column’s cell values; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewColumn.Settings">
      <summary>
        <para>Provides access to the column’s options.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewDataColumnSettings"/> object that contains the column’s options.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewColumn.SettingsHeaderFilter">
      <summary>
        <para>Provides access to the column’s header filter settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewDataColumnHeaderFilterSettings"/> object that contains the column’s header filter settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewColumn.ShowInCustomizationForm">
      <summary>
        <para>Gets or sets whether the column’s header is displayed within the <see href="https://docs.devexpress.com/AspNet/114350/components/card-view/concepts/data-representation-basics/customization-window/customization-window-overview">Customization Window</see> when the column is hidden.</para>
      </summary>
      <value>true if the column’s header is displayed within the customization window when the column is hidden; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewColumn.ShowInFilterControl">
      <summary>
        <para>Gets whether an end-user can create filter conditions within this column within the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#filter-builder-filter-control">Filter Control</see>. This member supports the internal infrastructure and cannot be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewColumn.SortAscending">
      <summary>
        <para>Sorts the column in ascending order.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewColumn.SortDescending">
      <summary>
        <para>Sorts the column in descending order.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewColumn.SortIndex">
      <summary>
        <para>Gets or sets the column’s position among sorted columns.</para>
      </summary>
      <value>An integer value that specifies the zero-based column’s index among sorted columns. &#0045;1 if data is not sorted by this column.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewColumn.SortOrder">
      <summary>
        <para>Gets or sets the column’s sort order.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Data.ColumnSortOrder"/> enumeration value that specifies the column’s sort order.</value>
    </member>
    <member name="M:DevExpress.Web.CardViewColumn.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value that represents the current object.</returns>
    </member>
    <member name="P:DevExpress.Web.CardViewColumn.UnboundExpression">
      <summary>
        <para>Gets or sets an expression used to evaluate values for the current unbound column.</para>
      </summary>
      <value>A string that specifies an expression used to evaluate values for the current column.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewColumn.UnboundType">
      <summary>
        <para>Gets or sets the data type and binding mode of the column.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Data.UnboundColumnType"/> enumeration value that represents the data type and binding mode of the column</value>
    </member>
    <member name="M:DevExpress.Web.CardViewColumn.UnGroup">
      <summary>
        <para>Ungroups cards by the values of the specified column.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewColumn.UnSort">
      <summary>
        <para>Clears the sorting applied to the column.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.CardViewColumnCollection">
      <summary>
        <para>Represents the ASPxCardView’s column collection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewColumnCollection.Add(DevExpress.Web.CardViewColumn)">
      <summary>
        <para>Adds the specified column to the collection.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.CardViewColumn"/> object to add to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.CardViewColumnCollection.AddRange(DevExpress.Web.CardViewColumn[])">
      <summary>
        <para>Adds an array of <see cref="T:DevExpress.Web.CardViewColumn"/> supported objects to the current collection.</para>
      </summary>
      <param name="columns">An array that contains zero or more <see cref="T:DevExpress.Web.CardViewColumn"/> supported objects.</param>
    </member>
    <member name="P:DevExpress.Web.CardViewColumnCollection.CardView">
      <summary>
        <para>Gets the Card View that owns the collection.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxCardView"/> object that owns the collection.</value>
    </member>
    <member name="M:DevExpress.Web.CardViewColumnCollection.IndexOf(DevExpress.Web.CardViewColumn)">
      <summary>
        <para>Returns the specified column’s position within the collection.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.CardViewColumn"/> object to locate in the collection.</param>
      <returns>An integer value that specifies the column’s position within the collection. &#0045;1 if the collection doesn’t contain the specified column.</returns>
    </member>
    <member name="M:DevExpress.Web.CardViewColumnCollection.Insert(System.Int32,DevExpress.Web.CardViewColumn)">
      <summary>
        <para>Adds the specified column to the specified position within the collection.</para>
      </summary>
      <param name="index">An integer value that specifies the zero-based index at which the specified column should be inserted. If it’s negative or exceeds the number of elements, an exception is raised.</param>
      <param name="column">A <see cref="T:DevExpress.Web.CardViewColumn"/> object to insert.</param>
    </member>
    <member name="P:DevExpress.Web.CardViewColumnCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to columns within the collection.</para>
      </summary>
      <param name="index">An integer that specifies the index of the required column.</param>
      <value>A <see cref="T:DevExpress.Web.CardViewColumn"/> object that represents a column at the specified index.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewColumnCollection.Item(System.String)">
      <summary>
        <para>Returns the column with the specified name, field name or caption.</para>
      </summary>
      <param name="ID_FieldName_Caption">A <see cref="T:System.String"/> value that specifies the column’s name, field name or caption.</param>
      <value>A <see cref="T:DevExpress.Web.CardViewColumn"/> object that represents a column with the specified name, field name or caption. null (Nothing in Visual Basic) if the column isn’t found.</value>
    </member>
    <member name="M:DevExpress.Web.CardViewColumnCollection.Remove(DevExpress.Web.CardViewColumn)">
      <summary>
        <para>Removes the specified column from the collection.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.CardViewColumn"/> object to remove from the collection.</param>
    </member>
    <member name="T:DevExpress.Web.CardViewColumnDateRangeCalendarSettings">
      <summary>
        <para>Contains the settings for the calendar within the Date Range Header Filter.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewColumnDateRangeCalendarSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewColumnDateRangeCalendarSettings"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.CardViewColumnDateRangePeriodsSettings">
      <summary>
        <para>Contains settings that relate to a periods section displayed in the <see href="https://docs.devexpress.com/AspNet/114201/components/card-view/concepts/data-shaping-and-manipulation/filtering/header-filter">header filter</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewColumnDateRangePeriodsSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewColumnDateRangePeriodsSettings"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.CardViewColumnDateRangePickerSettings">
      <summary>
        <para>Contains the settings of the date picker within the Date Range Header Picker.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewColumnDateRangePickerSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewColumnDateRangePickerSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.CardViewColumnLayoutItem">
      <summary>
        <para>Represents a <see href="https://docs.devexpress.com/AspNet/14355/components/site-navigation-and-layout/form-layout/visual-elements/layout-item">layout item</see> within the CardView’s edit form.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewColumnLayoutItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewColumnLayoutItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewColumnLayoutItem.Column">
      <summary>
        <para>Gets a data column to which the current layout item belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewColumn"/> object that is a data column associated with the current layout item.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewColumnLayoutItem.Template">
      <summary>
        <para>Gets or sets a template used for displaying the content of the particular column layout item.</para>
      </summary>
      <value>An object supporting the <see cref="T:System.Web.UI.ITemplate"/> interface which contains the template used for displaying the item’s content.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewComboBoxColumn">
      <summary>
        <para>A data column with the combo box editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewComboBoxColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewComboBoxColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewComboBoxColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewComboBoxColumn"/> class with the specified field name and caption.</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.CardViewColumn.FieldName">CardViewColumn.FieldName</see> property.</param>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the column’s caption.</param>
    </member>
    <member name="M:DevExpress.Web.CardViewComboBoxColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewComboBoxColumn"/> 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.CardViewColumn.FieldName">CardViewColumn.FieldName</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.CardViewComboBoxColumn.PropertiesComboBox">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ComboBoxProperties"/> object that contains settings specific to a combobox editor.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewCommandButtonSettings">
      <summary>
        <para>Provides settings that affect the <see href="https://docs.devexpress.com/AspNet/116132/components/vertical-grid/visual-elements/command-item">command button</see>‘s appearance and functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewCommandButtonSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewCommandButtonSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.CardViewCommandButtonSettings.ButtonType">
      <summary>
        <para>Specifies the button type that is used to render the current <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#command-item">command button</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridCommandButtonRenderMode"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewCommandButtonType">
      <summary>
        <para>Lists values that identify command buttons within the ASPxCardView.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewCommandButtonType.ApplySearchPanelFilter">
      <summary>
        <para>Corresponds to the Apply command. Applies the filter specified in the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#search-panel">search panel</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewCommandButtonType.Cancel">
      <summary>
        <para>Corresponds to the Cancel command. Discards any changes made to the current card and switches the ASPxCardView to browse mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewCommandButtonType.ClearSearchPanelFilter">
      <summary>
        <para>Corresponds to the Clear command. Clears the filter specified in the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#search-panel">search panel</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewCommandButtonType.Delete">
      <summary>
        <para>Corresponds to the Delete command. Deletes the current card.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewCommandButtonType.Edit">
      <summary>
        <para>Corresponds to the Edit command. Switches the ASPxCardView to edit mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewCommandButtonType.EndlessPagingShowMoreCards">
      <summary>
        <para>Corresponds to the Show more cards link. Loads cards on demand when endless paging is enabled.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewCommandButtonType.New">
      <summary>
        <para>Corresponds to the New command. Creates a new card.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewCommandButtonType.Recover">
      <summary>
        <para>Corresponds to the Recover command. Recovers the deleted cards.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewCommandButtonType.Select">
      <summary>
        <para>Corresponds to the Select command. Selects/deselects cards.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewCommandButtonType.SelectCheckbox">
      <summary>
        <para>Corresponds to the Select command initiated via a select check box or radio button. Selects/deselects cards.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewCommandButtonType.Update">
      <summary>
        <para>Corresponds to the Update command. Saves all the changes made to the current card and switches the ASPxCardView to browse mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewCommandButtonType.UpdateSummaries">
      <summary>
        <para>Corresponds to the Update summaries command. Recalculates total and group summaries when a user increases a cell value that was equal to the calculated minimum or decreases a value that was equal to the calculated maximum.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.CardViewCommandLayoutItem">
      <summary>
        <para>Represents a layout item for a command button within the CardView’s edit form.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewCommandLayoutItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewCommandLayoutItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewCommandLayoutItem.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="P:DevExpress.Web.CardViewCommandLayoutItem.ButtonRenderMode">
      <summary>
        <para>Specifies the render mode of the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#command-item">command buttons</see> for the current command layout item.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridCommandButtonRenderMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewCommandLayoutItem.CustomButtons">
      <summary>
        <para>Gets the collection of custom buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewCustomCommandButtonCollection"/> object containing the collection of custom buttons.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewCommandLayoutItem.ShowCancelButton">
      <summary>
        <para>Specifies whether cards display the Cancel <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#command-item">command button</see>.</para>
      </summary>
      <value>true to display the Cancel <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#command-item">command button</see>; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewCommandLayoutItem.ShowDeleteButton">
      <summary>
        <para>Specifies whether the Delete <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#command-item">command item</see> is displayed in the command layout item.</para>
      </summary>
      <value>true, if the button is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewCommandLayoutItem.ShowEditButton">
      <summary>
        <para>Specifies whether the Edit <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#command-item">command item</see> is displayed in the command layout item.</para>
      </summary>
      <value>true, if the button is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewCommandLayoutItem.ShowNewButton">
      <summary>
        <para>Specifies whether the New <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#command-item">command item</see> is displayed in the command layout item.</para>
      </summary>
      <value>true, if the button is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewCommandLayoutItem.ShowRecoverButton">
      <summary>
        <para>Specifies whether the Recover <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#command-item">command item</see> is displayed in the command layout item.</para>
      </summary>
      <value>true, if the button is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewCommandLayoutItem.ShowSelectButton">
      <summary>
        <para>Specifies whether the Select <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#command-item">command item</see> is displayed in the command layout item.</para>
      </summary>
      <value>true, if the button is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewCommandLayoutItem.ShowSelectCheckbox">
      <summary>
        <para>Specifies whether the Select Check Box <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#command-item">command item</see> is displayed in the command layout item.</para>
      </summary>
      <value>true, if the check box is visible; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewCustomColumnSortEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxCardView.CustomColumnSort">ASPxCardView.CustomColumnSort</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewCustomColumnSortEventArgs.#ctor(DevExpress.Web.CardViewColumn,System.Object,System.Object,DevExpress.Data.ColumnSortOrder)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewCustomColumnSortEventArgs"/> class.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.CardViewColumn"/> supported object that represents the column that contains the values to compare. This value is assigned to the <see cref="P:DevExpress.Web.CardViewCustomColumnSortEventArgs.Column">CardViewCustomColumnSortEventArgs.Column</see> property.</param>
      <param name="value1">An object that represents the first of the two values being compared. This value is assigned to the <see cref="P:DevExpress.Web.GridCustomColumnSortEventArgs.Value1">GridCustomColumnSortEventArgs.Value1</see> property.</param>
      <param name="value2">An object that represents the second of the two values being compared. This value is assigned to the <see cref="P:DevExpress.Web.GridCustomColumnSortEventArgs.Value2">GridCustomColumnSortEventArgs.Value2</see> property.</param>
      <param name="sortOrder">A <see cref="T:DevExpress.Data.ColumnSortOrder"/> enumeration value specifying the sorting order applied to the column. This value is assigned to the <see cref="P:DevExpress.Web.GridCustomColumnSortEventArgs.SortOrder">GridCustomColumnSortEventArgs.SortOrder</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.CardViewCustomColumnSortEventArgs.Column">
      <summary>
        <para>Gets the column whose values are being compared.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewColumn"/> descendant that represents the column that contains the values to compare.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewCustomCommandButton">
      <summary>
        <para>Represents a custom command button.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewCustomCommandButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewCustomCommandButton"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.CardViewCustomCommandButtonCollection">
      <summary>
        <para>Represents the collection of custom command buttons.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewCustomCommandButtonCollection.Item(System.String)">
      <summary>
        <para>Returns the button with the specified ID or caption.</para>
      </summary>
      <param name="ID_Text">A <see cref="T:System.String"/> value that specifies the button’s ID or text.</param>
      <value>A <see cref="T:DevExpress.Web.CardViewCustomCommandButton"/> object that represents the custom button with the specified ID or text. null (Nothing in Visual Basic) if the button was not found.</value>
    </member>
    <member name="M:DevExpress.Web.CardViewCustomCommandButtonCollection.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>The empty string.</returns>
    </member>
    <member name="T:DevExpress.Web.CardViewCustomizationWindowPopupSettings">
      <summary>
        <para>Contains <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#customization-window">Customization Window</see> specific settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewCustomizationWindowPopupSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewCustomizationWindowPopupSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="T:DevExpress.Web.CardViewCustomizationWindowPopupStyle">
      <summary>
        <para>Contains styles settings defining the appearance of a <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#customization-window">Customization Window</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewCustomizationWindowPopupStyle.MainArea">
      <summary>
        <para>Gets the style settings defining a <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#customization-window">customization window</see>‘s main area appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.CardViewStyleBase"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewCustomizationWindowPopupStyle.PopupControl">
      <summary>
        <para>Gets the general style settings of popup elements within a grid.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewDataColumnHeaderFilterSettings">
      <summary>
        <para>Contains the column’s <see href="https://docs.devexpress.com/AspNet/114201/components/card-view/concepts/data-shaping-and-manipulation/filtering/header-filter">header filter</see> specific settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewDataColumnHeaderFilterSettings.DateRangeCalendarSettings">
      <summary>
        <para>Gets the settings of the <see href="https://docs.devexpress.com/AspNet/114201/components/card-view/concepts/data-shaping-and-manipulation/filtering/header-filter">header filter</see> calendar.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewColumnDateRangeCalendarSettings"/> object containing the calendar settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewDataColumnHeaderFilterSettings.DateRangePeriodsSettings">
      <summary>
        <para>Gets the settings of the <see href="https://docs.devexpress.com/AspNet/114201/components/card-view/concepts/data-shaping-and-manipulation/filtering/header-filter">header filter</see> periods section.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewColumnDateRangePeriodsSettings"/> object containing the section settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewDataColumnHeaderFilterSettings.DateRangePickerSettings">
      <summary>
        <para>Gets the settings of the <see href="https://docs.devexpress.com/AspNet/114201/components/card-view/concepts/data-shaping-and-manipulation/filtering/header-filter">header filter</see> date range picker.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewColumnDateRangePickerSettings"/> object containing the date range picker settings.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewDataColumnSettings">
      <summary>
        <para>Contains settings that relate to the sorting and filtering functionality of a <see href="https://docs.devexpress.com/AspNet/114139/components/card-view/concepts/data-representation-basics/columns">column</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewDataColumnSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewDataColumnSettings"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewDataColumnSettings.AllowGroup">
      <summary>
        <para>Gets or sets whether grid data can be grouped by the current column.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewDataColumnSettings.GroupInterval">
      <summary>
        <para>Gets or sets how cards are grouped when grouping by the current column is applied.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraGrid.ColumnGroupInterval"/> value that determines how cards are grouped when grouping by the current column is applied.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewDataItemTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render a data item within the ASPxCardView.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewDataItemTemplateContainer.#ctor(DevExpress.Web.ASPxCardView,System.Int32,System.Object,DevExpress.Web.CardViewColumn,DevExpress.Web.CardViewColumnLayoutItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewDataItemTemplateContainer"/> class with the specified settings.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxCardView"/> object that owns the current object. This value is assigned to the <see cref="P:DevExpress.Web.CardViewBaseTemplateContainer.CardView">CardViewBaseTemplateContainer.CardView</see> property.</param>
      <param name="visibleIndex">An integer value that specifies the rendered item object’s index. This value is assigned to the <see cref="P:DevExpress.Web.TemplateContainerBase.ItemIndex">TemplateContainerBase.ItemIndex</see> property.</param>
      <param name="dataItem">An object that represents the data item.</param>
    </member>
    <member name="P:DevExpress.Web.CardViewDataItemTemplateContainer.Column">
      <summary>
        <para>Gets a data column where the template is rendered.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewColumn"/> object that represents the data column.</value>
    </member>
    <member name="M:DevExpress.Web.CardViewDataItemTemplateContainer.GetTextWithHighlightedSearchFilterResult">
      <summary>
        <para>Gets a result of filtering as an HTML markup where a source text (text inputted in the filter) is highlighted for each match.</para>
      </summary>
      <returns>A string value that represents filtering results in the HTML markup.</returns>
    </member>
    <member name="M:DevExpress.Web.CardViewDataItemTemplateContainer.GetTextWithHighlightedSearchFilterResult(System.Int32)">
      <summary>
        <para>Gets a result of filtering as an HTML markup where a source text (text inputted in the filter) is highlighted for each match.</para>
      </summary>
      <param name="maxLength">An integer value that specifies the maximum length of the received string.</param>
      <returns>A string value that represents filtering results in the HTML markup.</returns>
    </member>
    <member name="M:DevExpress.Web.CardViewDataItemTemplateContainer.GetTextWithHighlightedSearchFilterResult(System.String,System.String,System.Boolean,System.Int32)">
      <summary>
        <para>Gets a result of filtering as an HTML markup where a source text (text inputted in the filter) is highlighted for each match.</para>
      </summary>
      <param name="sourceText">A string value specifying the filter text criteria.</param>
      <param name="fieldName">A string value specifying the name of a field attached to a column.</param>
      <param name="isSourceTextEncoded">A boolean value that specifies whether the source text is encoded.</param>
      <param name="maxLength">An integer value that specifies the maximum length of the received string.</param>
      <returns>A string value that represents filtering results in the HTML markup.</returns>
    </member>
    <member name="P:DevExpress.Web.CardViewDataItemTemplateContainer.Text">
      <summary>
        <para>Gets the data item’s text.</para>
      </summary>
      <value>A string value that specifies the data item’s text.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewDateColumn">
      <summary>
        <para>Represents a data column used to display DateTime values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewDateColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewDateColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewDateColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewDateColumn"/> class with the specified field name and caption.</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.CardViewColumn.FieldName">CardViewColumn.FieldName</see> property.</param>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the column’s caption.</param>
    </member>
    <member name="M:DevExpress.Web.CardViewDateColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewDateColumn"/> 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.CardViewColumn.FieldName">CardViewColumn.FieldName</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.CardViewDateColumn.PropertiesDateEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DateEditProperties"/> object that contains settings specific to a date editor.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewDivBasedLayoutSettings">
      <summary>
        <para>Serves as a base class for classes that contain settings that relate to a control’s Breakpoints layout mode.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewDivBasedLayoutSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewDivBasedLayoutSettings"/> class.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.CardViewDivBasedLayoutSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.CardViewDropDownEditColumn">
      <summary>
        <para>Represents a data column with an editor containing a customizable dropdown window.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewDropDownEditColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewDropDownEditColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewDropDownEditColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewDropDownEditColumn"/> class with the specified field name and caption.</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.CardViewColumn.FieldName">CardViewColumn.FieldName</see> property.</param>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the column’s caption.</param>
    </member>
    <member name="M:DevExpress.Web.CardViewDropDownEditColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewDropDownEditColumn"/> 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.CardViewColumn.FieldName">CardViewColumn.FieldName</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.CardViewDropDownEditColumn.PropertiesDropDownEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DropDownEditProperties"/> object that contains settings specific to a dropdown editor.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewEditColumn">
      <summary>
        <para>Serves as a base for classes that represent edit data columns.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewEditColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewEditColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewEditColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewEditColumn"/> class with the specified field name and caption.</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.CardViewColumn.FieldName">CardViewColumn.FieldName</see> property.</param>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the column’s caption.</param>
    </member>
    <member name="M:DevExpress.Web.CardViewEditColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewEditColumn"/> 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.CardViewColumn.FieldName">CardViewColumn.FieldName</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.CardViewEditColumn.CreateColumn(System.Type)">
      <summary>
        <para>Creates a data column for the specified data type.</para>
      </summary>
      <param name="dataType">A <see cref="T:System.Type"/> descendant that represents the type of data to be displayed by the new column.</param>
      <returns>A <see cref="T:DevExpress.Web.CardViewEditColumn"/> descendant that represents the data column for the specified data type.</returns>
    </member>
    <member name="P:DevExpress.Web.CardViewEditColumn.PropertiesEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.EditPropertiesBase"/> descendant that contains the column editor’s settings.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewEditFormPopupSettings">
      <summary>
        <para>Contains <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#popup-edit-form">popup edit form</see> specific settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewEditFormPopupSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewEditFormPopupSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="T:DevExpress.Web.CardViewEditFormPopupStyle">
      <summary>
        <para>Contains styles settings defining the appearance of a <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#popup-edit-form">popup edit form</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewEditFormPopupStyle.MainArea">
      <summary>
        <para>Gets the style settings defining a <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#popup-edit-form">edit form</see>‘s main area appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.CardViewStyleBase"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewEditFormPopupStyle.PopupControl">
      <summary>
        <para>Gets the general style settings of popup elements within a grid.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewEditFormTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render the <see href="https://docs.devexpress.com/AspNet/114388/components/card-view/concepts/data-editing/edit-form">Edit Form</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewEditFormTemplateContainer.#ctor(DevExpress.Web.ASPxCardView,System.Int32,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewEditFormTemplateContainer"/> class.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxCardView"/> object that owns the current object. This value is assigned to the <see cref="P:DevExpress.Web.CardViewBaseTemplateContainer.CardView">CardViewBaseTemplateContainer.CardView</see>property.</param>
      <param name="visibleIndex">An object that uniquely identifies the card that contains the template container. This value is assigned to the <see cref="P:DevExpress.Web.CardViewCardBaseTemplateContainer.KeyValue">CardViewCardBaseTemplateContainer.KeyValue</see> property.</param>
      <param name="dataItem">An integer value that specifies the rendered item object’s index. This value is assigned to the <see cref="P:DevExpress.Web.TemplateContainerBase.ItemIndex">TemplateContainerBase.ItemIndex</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.CardViewEditFormTemplateContainer.CancelAction">
      <summary>
        <para>Gets the script that implements the cancel action.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value representing the service script that cancels editing performed within the ASPxCardView.</value>
    </member>
    <member name="M:DevExpress.Web.CardViewEditFormTemplateContainer.DataBind">
      <summary>
        <para>Binds all child controls within a template to a data source.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewEditFormTemplateContainer.UpdateAction">
      <summary>
        <para>Gets the script that implements the update action.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value representing the service script, which posts changes made to the ASPxCardView’s edited row.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewEditFormTemplateContainer.ValidationGroup">
      <summary>
        <para>Gets a value that specifies the group of template controls for which the current container causes validation.</para>
      </summary>
      <value>A string value that specifies the group of template controls for which the current container causes validation.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewEditingMode">
      <summary>
        <para>Lists values that specify the ASPxCardView’s editing mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewEditingMode.Batch">
      <summary>
        <para>Cell values are edited in the in&#0045;line editors. The changes are sent to the server only on an update (‘Save changes’) button click.</para>
        <para>Note &#0045; the Batch Edit mode has limitations. To learn more, see the <see href="https://docs.devexpress.com/AspNet/115027/components/card-view/concepts/data-editing/batch-edit-mode">Batch Edit Mode</see> topic.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewEditingMode.EditForm">
      <summary>
        <para>Cell values are edited via the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card-edit-form">card edit form</see>.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewEditingMode.PopupEditForm">
      <summary>
        <para>Cell values are edited via the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#popup-edit-form">popup edit form</see>.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.CardViewEditItemTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render <see href="https://docs.devexpress.com/AspNet/114388/components/card-view/concepts/data-editing/edit-form">edit cells</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewEditItemTemplateContainer.#ctor(DevExpress.Web.ASPxCardView,System.Int32,System.Object,DevExpress.Web.CardViewColumn,DevExpress.Web.CardViewColumnLayoutItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewEditItemTemplateContainer"/> class.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxCardView"/> object that owns the current object. This value is assigned to the <see cref="P:DevExpress.Web.CardViewBaseTemplateContainer.CardView">CardViewBaseTemplateContainer.CardView</see> property.</param>
      <param name="visibleIndex">An integer value that specifies the rendered item object’s index. This value is assigned to the <see cref="P:DevExpress.Web.TemplateContainerBase.ItemIndex">TemplateContainerBase.ItemIndex</see> property.</param>
      <param name="dataItem">An object that represents the data item.</param>
    </member>
    <member name="P:DevExpress.Web.CardViewEditItemTemplateContainer.KeyValue">
      <summary>
        <para>Gets an object that uniquely identifies the cell that contains the template container.</para>
      </summary>
      <value>An object that uniquely identifies the cell that contains the template container.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewEditItemTemplateContainer.ValidationGroup">
      <summary>
        <para>Gets a value that specifies the group of template controls for which the current container causes validation.</para>
      </summary>
      <value>A string value that specifies the group of template controls for which the current container causes validation.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewEndlessPagingMode">
      <summary>
        <para>Lists values that specify the endless paging mode within ASPxCardView.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewEndlessPagingMode.OnClick">
      <summary>
        <para>Cards are loaded on a ‘Show more cards…’ button click.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewEndlessPagingMode.OnScroll">
      <summary>
        <para>Items are loaded on page scrolling.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.CardViewExportAppearance">
      <summary>
        <para>Provides the appearance settings defining the appearance of CardView elements when it is exported.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewExportAppearance.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewExportAppearance"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewExportAppearance.BorderColor">
      <summary>
        <para>Gets or sets the border color.</para>
      </summary>
      <value>The border color.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewExportAppearance.BorderSides">
      <summary>
        <para>Gets or sets a value that specifies which border sides are to be drawn.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraPrinting.BorderSide"/> enumeration value that specifies which border sides are to be drawn.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewExportAppearance.BorderSize">
      <summary>
        <para>Gets or sets the border width.</para>
      </summary>
      <value>An integer value that specifies the border width, in pixels.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewExportGroupStyle">
      <summary>
        <para>Provides the style settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/14354/components/site-navigation-and-layout/form-layout/visual-elements/layout-group">groups</see> used in <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">cards</see> when the CardView is exported.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewExportGroupStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewExportGroupStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.CardViewExportStyles">
      <summary>
        <para>Provides the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements">visual elements</see> within the <see cref="T:DevExpress.Web.ASPxCardView"/> when it is exported.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewExportStyles.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewExportStyles"/> class.</para>
      </summary>
      <param name="owner">An object that owns the created object.</param>
    </member>
    <member name="M:DevExpress.Web.CardViewExportStyles.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.CardViewExportStyles.Caption">
      <summary>
        <para>Gets the style settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/14355/components/site-navigation-and-layout/form-layout/visual-elements/layout-item">layout item</see> captions used in <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">cards</see> when the CardView is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewExportAppearance"/> object that contains the style settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/14355/components/site-navigation-and-layout/form-layout/visual-elements/layout-item">layout item</see> captions used in <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">cards</see> when the CardView is exported.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewExportStyles.Card">
      <summary>
        <para>Gets the style settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">cards</see> when the CardView is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewExportGroupStyle"/> object that contains the style settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">cards</see> when the CardView is exported.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewExportStyles.Cell">
      <summary>
        <para>Gets the style settings defining the appearance of data cells in <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">cards</see> when the CardView is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewExportAppearance"/> that contains the style settings defining the appearance of data cells in <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">cards</see> when the CardView is exported.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewExportStyles.Default">
      <summary>
        <para>Gets the default appearance settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewExportAppearance"/> object that contains default appearance settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewExportStyles.Group">
      <summary>
        <para>Gets the style settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/14354/components/site-navigation-and-layout/form-layout/visual-elements/layout-group">groups</see> used in <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">data cards</see> when the CardView is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewExportGroupStyle"/> object that contains style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/14354/components/site-navigation-and-layout/form-layout/visual-elements/layout-group">groups</see> used in <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">cards</see> when the CardView is exported.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewExportStyles.GroupCaption">
      <summary>
        <para>Gets the style settings defining the appearance of group captions used in <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">cards</see> when the CardView is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewExportAppearance"/> object that contains the style settings defining the appearance of group captions used in <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">cards</see> when the CardView is exported.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewExportStyles.GroupRow">
      <summary>
        <para>Gets the style settings defining the appearance of group rows when the card view is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewExportAppearance"/> object that contains style settings defining the appearance of group rows when the card view is exported.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewExportStyles.HyperLink">
      <summary>
        <para>Gets the style settings defining the appearance of hyper links when the CardView is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewExportAppearance"/> object that contains the style settings defining the appearance of hyper links when the CardView is exported.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewExportStyles.Image">
      <summary>
        <para>Gets the style settings defining the appearance of images when the CardView is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewExportAppearance"/> object that contains the style settings defining the appearance of images when the CardView is exported.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewExportStyles.Tab">
      <summary>
        <para>Gets the style settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/14357/components/site-navigation-and-layout/form-layout/visual-elements/tabbed-layout-group">tabbed layout group</see> tabs used in <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">cards</see> when the CardView is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewExportTabStyle"/> object that contains the style settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/14357/components/site-navigation-and-layout/form-layout/visual-elements/tabbed-layout-group">tabbed layout group</see> tabs used in <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">cards</see> when the CardView is exported.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewExportStyles.TabbedGroup">
      <summary>
        <para>Gets the style settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/14357/components/site-navigation-and-layout/form-layout/visual-elements/tabbed-layout-group">tabbed layout groups</see> used in <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">cards</see> when the CardView is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewExportGroupStyle"/> object that contains the style settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/14357/components/site-navigation-and-layout/form-layout/visual-elements/tabbed-layout-group">tabbed layout groups</see> used in <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">cards</see> when the CardView is exported.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewExportStyles.TotalSummaryItemStyle">
      <summary>
        <para>Gets the style settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#summary-panel">total summary</see> items (<see cref="T:DevExpress.Web.ASPxCardViewSummaryItem"/>) when the CardView is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewExportAppearance"/> object that contains the style settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#summary-panel">total summary</see> items (<see cref="T:DevExpress.Web.ASPxCardViewSummaryItem"/>) when the CardView is exported.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewExportStyles.TotalSummaryPanelStyle">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#summary-panel">summary panel</see> when the CardView is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewExportTotalSummaryPanelStyle"/> object that contains the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#summary-panel">summary panel</see> when the CardView is exported.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewExportTabStyle">
      <summary>
        <para>Provides the style settings defining the appearance of tabs used in cards when the CardView is exported.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewExportTabStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewExportTabStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewExportTabStyle.BorderSides">
      <summary>
        <para>Gets or sets a value that specifies which border sides are to be drawn.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraPrinting.BorderSide"/> enumeration value that specifies which border sides are to be drawn.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewExportTotalSummaryPanelStyle">
      <summary>
        <para>Provides the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#summary-panel">summary panel</see> when the CardView is exported.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewExportTotalSummaryPanelStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewExportTotalSummaryPanelStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewExportTotalSummaryPanelStyle.BorderSides">
      <summary>
        <para>Gets or sets a value that specifies which border sides are to be drawn.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraPrinting.BorderSide"/> enumeration value that specifies which border sides are to be drawn.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewExportTotalSummaryPanelStyle.BorderSize">
      <summary>
        <para>Gets or sets the border width.</para>
      </summary>
      <value>An integer value that specifies the border width, in pixels.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewFilterBuilderPopupStyle">
      <summary>
        <para>Contains styles settings defining the appearance of a <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#filter-builder-filter-control">Filter Builder (Filter Control)</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewFilterBuilderPopupStyle.ButtonPanel">
      <summary>
        <para>Gets the style settings defining a <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#filter-builder-filter-control">filter builder</see>‘s button panel appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewFilterBuilderPopupStyle.MainArea">
      <summary>
        <para>Gets the style settings defining a <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#filter-builder-filter-control">filter builder</see>‘s main area appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.CardViewStyleBase"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewFilterBuilderPopupStyle.PopupControl">
      <summary>
        <para>Gets the general style settings of popup elements within a grid.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewFilterControlPopupSettings">
      <summary>
        <para>Contains the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#filter-builder-filter-control">filter control</see> specific settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewFilterControlPopupSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewFilterControlPopupSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="T:DevExpress.Web.CardViewFlowLayoutSettings">
      <summary>
        <para>Contains settings that relate to the CardView’s flow layout.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewFlowLayoutSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewFlowLayoutSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.CardViewFlowLayoutSettings.ItemsPerPage">
      <summary>
        <para>Gets or sets the number of items that a page displays in flow mode.</para>
      </summary>
      <value>An integer value that specifies the number of items that a page displays.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewFormatConditionCollection">
      <summary>
        <para>Represents the ASPxCardView’s format conditions collection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewFormatConditionCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewFormatConditionCollection"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.CardViewFormatConditionColorScale">
      <summary>
        <para>Represents a color scale format condition.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewFormatConditionColorScale.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewFormatConditionColorScale"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewFormatConditionColorScale.ShowInColumn">
      <summary>
        <para>Gets or sets a value that specifies a column to which the current conditional formatting will be applied.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that identifies the data column in the <see cref="T:DevExpress.Web.ASPxCardView"/> by its unique identifier name (<see cref="P:DevExpress.Web.WebColumnBase.Name">WebColumnBase.Name</see>), the name of the data source field to which it is bound (<see cref="P:DevExpress.Web.CardViewColumn.FieldName">CardViewColumn.FieldName</see>), or the column caption (<see cref="P:DevExpress.Web.WebColumnBase.Caption">WebColumnBase.Caption</see>).</value>
    </member>
    <member name="T:DevExpress.Web.CardViewFormatConditionHighlight">
      <summary>
        <para>Represents a highlight format condition.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewFormatConditionHighlight.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewFormatConditionHighlight"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewFormatConditionHighlight.ApplyToCard">
      <summary>
        <para>Gets or sets whether the appearance settings can be applied to cards.</para>
      </summary>
      <value>true, to apply the appearance settings to cards; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewFormatConditionHighlight.CardStyle">
      <summary>
        <para>Gets the style settings defining the custom conditional formatting applied to cards.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewCardStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewFormatConditionHighlight.LayoutItemStyle">
      <summary>
        <para>Gets the style settings defining the custom conditional formatting applied to layout items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewStyleBase"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewFormatConditionHighlight.ShowInColumn">
      <summary>
        <para>Gets or sets a value that specifies a column to which the current conditional formatting will be applied.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that identifies the data column in the <see cref="T:DevExpress.Web.ASPxCardView"/> by its unique identifier name (<see cref="P:DevExpress.Web.WebColumnBase.Name">WebColumnBase.Name</see>), the name of the data source field to which it is bound (<see cref="P:DevExpress.Web.CardViewColumn.FieldName">CardViewColumn.FieldName</see>), or the column caption (<see cref="P:DevExpress.Web.WebColumnBase.Caption">WebColumnBase.Caption</see>).</value>
    </member>
    <member name="T:DevExpress.Web.CardViewFormatConditionIconSet">
      <summary>
        <para>Represents the icon set format condition.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewFormatConditionIconSet.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewFormatConditionIconSet"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewFormatConditionIconSet.ShowInColumn">
      <summary>
        <para>Gets or sets a value that specifies a column to which the current conditional formatting will be applied.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that identifies the data column in the <see cref="T:DevExpress.Web.ASPxCardView"/> by its unique identifier name (<see cref="P:DevExpress.Web.WebColumnBase.Name">WebColumnBase.Name</see>), the name of the data source field to which it is bound (<see cref="P:DevExpress.Web.CardViewColumn.FieldName">CardViewColumn.FieldName</see>), or the column caption (<see cref="P:DevExpress.Web.WebColumnBase.Caption">WebColumnBase.Caption</see>).</value>
    </member>
    <member name="T:DevExpress.Web.CardViewFormatConditionTopBottom">
      <summary>
        <para>Represents the top/bottom format condition.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewFormatConditionTopBottom.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewFormatConditionTopBottom"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewFormatConditionTopBottom.ApplyToCard">
      <summary>
        <para>Gets or sets whether the appearance settings can be applied to cards.</para>
      </summary>
      <value>true, to apply the appearance settings to cards; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewFormatConditionTopBottom.CardStyle">
      <summary>
        <para>Gets the style settings defining the custom conditional formatting applied to cards.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewCardStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewFormatConditionTopBottom.LayoutItemStyle">
      <summary>
        <para>Gets the style settings defining the custom conditional formatting applied to layout items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewStyleBase"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewFormatConditionTopBottom.ShowInColumn">
      <summary>
        <para>Gets or sets a value that specifies a column to which the current conditional formatting will be applied.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that identifies the data column in the <see cref="T:DevExpress.Web.ASPxCardView"/> by its unique identifier name (<see cref="P:DevExpress.Web.WebColumnBase.Name">WebColumnBase.Name</see>), the name of the data source field to which it is bound (<see cref="P:DevExpress.Web.CardViewColumn.FieldName">CardViewColumn.FieldName</see>), or the column caption (<see cref="P:DevExpress.Web.WebColumnBase.Caption">WebColumnBase.Caption</see>).</value>
    </member>
    <member name="T:DevExpress.Web.CardViewFormLayoutProperties">
      <summary>
        <para>Contains settings that relate to the FormLayout used in the CardView’s edit form.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewFormLayoutProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewFormLayoutProperties"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewFormLayoutProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewFormLayoutProperties"/> 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.CardViewFormLayoutProperties.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.CardViewLayoutItemCollection"/> object that is a collection of layout items.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewGroupRowTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render group rows.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewGroupRowTemplateContainer.#ctor(DevExpress.Web.ASPxCardView,DevExpress.Web.CardViewColumn[],System.Object,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewGroupRowTemplateContainer"/> class.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxCardView"/> object representing the card view.</param>
      <param name="columns">An array of <see cref="T:DevExpress.Web.CardViewColumn"/> objects representing the card view’s columns.</param>
      <param name="row">An object that is the group row.</param>
      <param name="visibleIndex">An integer value that represents the visible index.</param>
    </member>
    <member name="P:DevExpress.Web.CardViewGroupRowTemplateContainer.Columns">
      <summary>
        <para>Returns a collection of columns related to the group row.</para>
      </summary>
      <value>A collection of <see cref="T:DevExpress.Web.CardViewColumn"/> objects.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewGroupRowTemplateContainer.Expanded">
      <summary>
        <para>Gets whether the group row is expanded.</para>
      </summary>
      <value>true, if the group row is expanded; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewGroupRowTemplateContainer.GroupTexts">
      <summary>
        <para>Returns a collection of texts displayed within the group row.</para>
      </summary>
      <value>A collection of the string objects.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewGroupRowTemplateContainer.IsMultipleGroups">
      <summary>
        <para>Gets whether the group row is merged.</para>
      </summary>
      <value>true, if the group row is merged; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewGroupRowTemplateContainer.KeyValue">
      <summary>
        <para>Gets an object that uniquely identifies the group row that contains the template container.</para>
      </summary>
      <value>An object that uniquely identifies the group row that contains the template container.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewGroupRowTemplateContainer.SummaryText">
      <summary>
        <para>Gets the summary text displayed within the group row.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the summary text displayed within the group row.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewGroupSelectorItem">
      <summary>
        <para>Represents the group selector’s item.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewGroupSelectorItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewGroupSelectorItem"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewGroupSelectorItem.#ctor(System.String,DevExpress.Web.CardViewColumn[])">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewGroupSelectorItem"/> class.</para>
      </summary>
      <param name="text">A string value that specifies the group selector item’s text.</param>
      <param name="columns">An array of <see cref="T:DevExpress.Web.CardViewColumn"/> objects that are the group selector’s items.</param>
    </member>
    <member name="M:DevExpress.Web.CardViewGroupSelectorItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewGroupSelectorItem"/> class.</para>
      </summary>
      <param name="text">A string value that specifies the group selector item’s text.</param>
    </member>
    <member name="M:DevExpress.Web.CardViewGroupSelectorItem.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="P:DevExpress.Web.CardViewGroupSelectorItem.Columns">
      <summary>
        <para>Provides access to the group selector item’s column collection.</para>
      </summary>
      <value>An <see cref="T:System.Collections.Generic.List`1"/>&lt;<see cref="T:DevExpress.Web.CardViewColumn"/>,&gt; object that is a collection of columns.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewHeaderFilterPopupSettings">
      <summary>
        <para>Contains the <see href="https://docs.devexpress.com/AspNet/114201/components/card-view/concepts/data-shaping-and-manipulation/filtering/header-filter">header filter</see> specific settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewHeaderFilterPopupSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewHeaderFilterPopupSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="T:DevExpress.Web.CardViewHeaderFilterPopupStyle">
      <summary>
        <para>Contains styles settings defining the appearance of a <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#header-filter">Header Filter</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewHeaderFilterPopupStyle.ButtonPanel">
      <summary>
        <para>Gets the style settings defining a <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#header-filter">header filter</see>‘s button panel appearance.</para>
      </summary>
      <value>An DevExpress.Web.HeaderFilterButtonPanelStyles object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewHeaderFilterPopupStyle.PopupControl">
      <summary>
        <para>Gets the general style settings of popup elements within a grid.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewHeaderPanelTemplateContainer">
      <summary>
        <para>Represents a container for the templates that are used to render the header panel.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewHeaderPanelTemplateContainer.#ctor(DevExpress.Web.ASPxCardView)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewHeaderPanelTemplateContainer"/> class with the specified settings.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxCardView"/> object that owns the created object.</param>
    </member>
    <member name="T:DevExpress.Web.CardViewHeaderStyle">
      <summary>
        <para>Provides the style settings used to paint column headers.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewHeaderStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewHeaderStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewHeaderStyle.FilterImageSpacing">
      <summary>
        <para>Gets or sets the distance between the filter image and the caption within the column header.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewHeaderStyle.SortingImageSpacing">
      <summary>
        <para>Gets or sets the distance between the sorting image and the caption within the column header.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the spacing value.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewHeaderTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render column headers.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewHeaderTemplateContainer.Column">
      <summary>
        <para>Gets the column that contains the template container.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewColumn"/> object that uniquely identifies the column that contains the template container.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewHeaderTemplateContainer.HeaderLocation">
      <summary>
        <para>Gets the column header’s current location.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Rendering.GridHeaderLocation"/> enumeration value that specifies the column header’s current location.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewHyperLinkColumn">
      <summary>
        <para>Specifies a data column with hyperlink functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewHyperLinkColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewHyperLinkColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewHyperLinkColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewHyperLinkColumn"/> class with the specified field name and caption.</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.CardViewColumn.FieldName">CardViewColumn.FieldName</see> property.</param>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the column’s caption.</param>
    </member>
    <member name="M:DevExpress.Web.CardViewHyperLinkColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewHyperLinkColumn"/> 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.CardViewColumn.FieldName">CardViewColumn.FieldName</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.CardViewHyperLinkColumn.PropertiesHyperLinkEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Web.HyperLinkProperties"/> object.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewImageColumn">
      <summary>
        <para>Represents a data column that displays images located at the specified URLs.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewImageColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewImageColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewImageColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewImageColumn"/> class with the specified field name and caption.</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.CardViewColumn.FieldName">CardViewColumn.FieldName</see> property.</param>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the column’s caption.</param>
    </member>
    <member name="M:DevExpress.Web.CardViewImageColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewImageColumn"/> 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.CardViewColumn.FieldName">CardViewColumn.FieldName</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.CardViewImageColumn.PropertiesImage">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageEditProperties"/> object that contains settings specific to an image editor.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewImages">
      <summary>
        <para>Contains the settings that define images displayed within the ASPxCardView’s <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements">elements</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewImages.CellError">
      <summary>
        <para>Gets the settings of an error image displayed in a data cell.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewImages.CollapsedButton">
      <summary>
        <para>Gets the settings of an image displayed within collapse group rows buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewImages.CollapsedButtonRtl">
      <summary>
        <para>Gets the settings of an image displayed within expand group rows buttons when the right-to-left layout is applied.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewImages.CustomizationWindowClose">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#customization-window">customization window</see>‘s close button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewImages.CustomizationWindowCollapse">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#customization-window">Customization Window</see>‘s collapse button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewImages.CustomizationWindowFooter">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#customization-window">Customization Window</see>‘s footer.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewImages.CustomizationWindowHeader">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#customization-window">Customization Window</see>‘s header.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewImages.CustomizationWindowPin">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#customization-window">Customization Window</see>‘s pin button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewImages.ExpandedButton">
      <summary>
        <para>Gets the settings of an image displayed within expand group rows buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewImages.ExpandedButtonRtl">
      <summary>
        <para>Stores the default name of an image displayed within expand group rows buttons when the right-to-left layout is applied.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewImages.FilterBuilderClose">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/114198/components/card-view/concepts/data-shaping-and-manipulation/filtering/filter-control">Filter Control</see>‘s Close button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewImages.FilterBuilderHeader">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#filter-builder-filter-control">Filter Builder</see>‘s header.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewImages.FilterBuilderMaximize">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#filter-builder-filter-control">Filter Builder</see>‘s maximize button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewImages.FilterRowButton">
      <summary>
        <para>Gets the settings of an image displayed within a filter button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewImages.HeaderActiveFilter">
      <summary>
        <para>Gets the settings of an image displayed within filter buttons displayed within columns that are involved in filtering.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewImages.HeaderFilter">
      <summary>
        <para>Gets the settings of an image displayed within filter buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewImages.HeaderFilterClose">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#header-filter">Header Filter</see>‘s close button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewImages.HeaderFilterCollapse">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#header-filter">Header Filter</see>‘s collapse button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewImages.HeaderFilterHeader">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#header-filter">Header Filter</see>‘s header.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewImages.HeaderSortDown">
      <summary>
        <para>Gets the settings of an image displayed within a column’s header when the column is sorted in descending order.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewImages.HeaderSortUp">
      <summary>
        <para>Gets the settings of an image displayed within a column’s header when the column is sorted in ascending order.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewImages.LoadingPanelOnStatusBar">
      <summary>
        <para>Gets the settings of an image displayed within a <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#loading-panel">loading panel</see> when it is displayed at the ASPxCardView’s <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#status-bar">status bar</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewImages.PopupEditFormWindowClose">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#popup-edit-form">popup edit form</see>‘s close button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewImages.PopupEditFormWindowCollapse">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#popup-edit-form">Popup Edit Form</see>‘s collapse button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewImages.PopupEditFormWindowFooter">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#popup-edit-form">Popup Edit Form</see>‘s footer.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewImages.PopupEditFormWindowHeader">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#popup-edit-form">Popup Edit Form</see>‘s header.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewImages.PopupEditFormWindowMaximize">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#popup-edit-form">Popup Edit Form</see>‘s maximize button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewImages.PopupEditFormWindowPin">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#popup-edit-form">Popup Edit Form</see>‘s pin button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewImages.ToolbarShowCardFooter">
      <summary>
        <para>Gets the settings of an image displayed within the Card Footer <see href="https://docs.devexpress.com/AspNet/118567/components/card-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewImages.ToolbarShowCardHeader">
      <summary>
        <para>Gets the settings of an image displayed within the Card Header <see href="https://docs.devexpress.com/AspNet/118567/components/card-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewImages.ToolbarShowCustomizationWindow">
      <summary>
        <para>Gets the settings of an image displayed within the Column Chooser <see href="https://docs.devexpress.com/AspNet/118567/components/card-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewImages.ToolbarShowFooter">
      <summary>
        <para>Gets the settings of an image displayed within the Footer <see href="https://docs.devexpress.com/AspNet/118567/components/card-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewImages.ToolbarShowHeaderPanel">
      <summary>
        <para>Gets the settings of an image displayed within the Header Panel <see href="https://docs.devexpress.com/AspNet/118567/components/card-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewImages.ToolbarShowSummaryPanel">
      <summary>
        <para>Gets the settings of an image displayed within the Summary Panel <see href="https://docs.devexpress.com/AspNet/118567/components/card-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewLayoutGroup">
      <summary>
        <para>Represents a <see href="https://docs.devexpress.com/AspNet/14354/components/site-navigation-and-layout/form-layout/visual-elements/layout-group">layout group</see> within the FormLayout used in the CardView’s edit form.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewLayoutGroup.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewLayoutGroup"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewLayoutGroup.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewLayoutGroup"/> class with specified settings.</para>
      </summary>
      <param name="caption">A string value that specifies the default editor caption.</param>
    </member>
    <member name="P:DevExpress.Web.CardViewLayoutGroup.Items">
      <summary>
        <para>Provides access to the collection of items placed in the current group.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.CardViewLayoutItemCollection"/> object that is a collection of layout items.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewLayoutItemCollection">
      <summary>
        <para>Represents a collection of <see href="https://docs.devexpress.com/AspNetMvc/16034/components/site-navigation-and-layout/form-layout/visual-elements/layout-item">layout items</see> and <see href="https://docs.devexpress.com/AspNetMvc/16033/components/site-navigation-and-layout/form-layout/visual-elements/layout-group">groups</see> within the FormLayout used in the CardView’s edit form.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewLayoutItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewLayoutItemCollection"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewLayoutItemCollection.AddColumnItem(DevExpress.Web.CardViewColumnLayoutItem)">
      <summary>
        <para>Adds the specified item to the <see cref="T:DevExpress.Web.CardViewLayoutItemCollection"/> collection.</para>
      </summary>
      <param name="layoutItem">A <see cref="T:DevExpress.Web.CardViewColumnLayoutItem"/> object to add to the layout item collection.</param>
      <returns>A <see cref="T:DevExpress.Web.CardViewColumnLayoutItem"/> object that is the newly added layout item.</returns>
    </member>
    <member name="M:DevExpress.Web.CardViewLayoutItemCollection.AddColumnItem(System.String,System.String)">
      <summary>
        <para>Creates a new item with the specified setting and adds it to the <see cref="T:DevExpress.Web.CardViewLayoutItemCollection"/> 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>
      <param name="caption">A <see cref="T:System.String"/> value specifying the item caption.</param>
      <returns>A <see cref="T:DevExpress.Web.CardViewColumnLayoutItem"/> object that is the newly added layout item.</returns>
    </member>
    <member name="M:DevExpress.Web.CardViewLayoutItemCollection.AddColumnItem(System.String)">
      <summary>
        <para>Creates a new item assigned to the specified column name and adds it to the <see cref="T:DevExpress.Web.CardViewLayoutItemCollection"/> 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.CardViewColumnLayoutItem"/> object that is the newly added layout item.</returns>
    </member>
    <member name="M:DevExpress.Web.CardViewLayoutItemCollection.AddCommandItem(DevExpress.Web.CardViewCommandLayoutItem)">
      <summary>
        <para>Adds the specified item to the <see cref="T:DevExpress.Web.CardViewLayoutItemCollection"/> collection.</para>
      </summary>
      <param name="commandItem">A <see cref="T:DevExpress.Web.CardViewCommandLayoutItem"/> object to add to the layout item collection.</param>
      <returns>A <see cref="T:DevExpress.Web.CardViewCommandLayoutItem"/> object that is the newly added command item.</returns>
    </member>
    <member name="M:DevExpress.Web.CardViewLayoutItemCollection.AddCommandItem(DevExpress.Web.EditModeCommandLayoutItem)">
      <summary>
        <para>Adds the specified item to the <see cref="T:DevExpress.Web.CardViewLayoutItemCollection"/> collection.</para>
      </summary>
      <param name="commandItem">A <see cref="T:DevExpress.Web.EditModeCommandLayoutItem"/> object to add to the layout item collection.</param>
      <returns>A <see cref="T:DevExpress.Web.EditModeCommandLayoutItem"/> object that is the newly added command item.</returns>
    </member>
    <member name="M:DevExpress.Web.CardViewLayoutItemCollection.AddGroup(DevExpress.Web.CardViewLayoutGroup)">
      <summary>
        <para>Adds the specified group to the <see cref="T:DevExpress.Web.CardViewLayoutItemCollection"/> collection.</para>
      </summary>
      <param name="layoutGroup">A <see cref="T:DevExpress.Web.CardViewLayoutGroup"/> object to add to the layout item collection.</param>
      <returns>A <see cref="T:DevExpress.Web.CardViewLayoutGroup"/> object that is the newly added layout group.</returns>
    </member>
    <member name="M:DevExpress.Web.CardViewLayoutItemCollection.AddGroup(System.String,System.String)">
      <summary>
        <para>Creates a new group with the specified settings and adds it to the <see cref="T:DevExpress.Web.CardViewLayoutItemCollection"/> collection.</para>
      </summary>
      <param name="caption">A <see cref="T:System.String"/> value specifying the group caption.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the group name.</param>
      <returns>An <see cref="T:DevExpress.Web.CardViewLayoutGroup"/> object that is the newly added group.</returns>
    </member>
    <member name="M:DevExpress.Web.CardViewLayoutItemCollection.AddGroup(System.String)">
      <summary>
        <para>Creates a new group with the specified caption and adds it to the <see cref="T:DevExpress.Web.CardViewLayoutItemCollection"/> collection.</para>
      </summary>
      <param name="caption">A <see cref="T:System.String"/> value specifying the group caption.</param>
      <returns>An <see cref="T:DevExpress.Web.CardViewLayoutGroup"/> object that is the newly added group.</returns>
    </member>
    <member name="M:DevExpress.Web.CardViewLayoutItemCollection.AddTabbedGroup(DevExpress.Web.CardViewTabbedLayoutGroup)">
      <summary>
        <para>Adds the specified tabbed group to the <see cref="T:DevExpress.Web.CardViewLayoutItemCollection"/> collection.</para>
      </summary>
      <param name="tabbedGroup">A <see cref="T:DevExpress.Web.CardViewTabbedLayoutGroup"/> object to add to the layout item collection.</param>
      <returns>A <see cref="T:DevExpress.Web.CardViewTabbedLayoutGroup"/> object that is the newly added tabbed group.</returns>
    </member>
    <member name="M:DevExpress.Web.CardViewLayoutItemCollection.AddTabbedGroup(System.String,System.String)">
      <summary>
        <para>Creates a new group with the specified settings and adds it to the <see cref="T:DevExpress.Web.CardViewLayoutItemCollection"/> collection.</para>
      </summary>
      <param name="caption">A <see cref="T:System.String"/> value specifying the group caption.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the group name.</param>
      <returns>An <see cref="T:DevExpress.Web.CardViewTabbedLayoutGroup"/> object that is the newly added group.</returns>
    </member>
    <member name="M:DevExpress.Web.CardViewLayoutItemCollection.AddTabbedGroup(System.String)">
      <summary>
        <para>Creates a new group with the specified caption and adds it to the <see cref="T:DevExpress.Web.CardViewLayoutItemCollection"/> collection.</para>
      </summary>
      <param name="caption">A <see cref="T:System.String"/> value specifying the group caption.</param>
      <returns>An <see cref="T:DevExpress.Web.CardViewTabbedLayoutGroup"/> object that is the newly added group.</returns>
    </member>
    <member name="T:DevExpress.Web.CardViewMemoColumn">
      <summary>
        <para>Represents a data column used to display memo data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewMemoColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewMemoColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewMemoColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewMemoColumn"/> class with the specified field name and caption.</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.CardViewColumn.FieldName">CardViewColumn.FieldName</see> property.</param>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the column’s caption.</param>
    </member>
    <member name="M:DevExpress.Web.CardViewMemoColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewMemoColumn"/> 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.CardViewColumn.FieldName">CardViewColumn.FieldName</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.CardViewMemoColumn.PropertiesMemoEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MemoProperties"/> object that contains settings specific to a memo editor.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewPagerBarTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#pager">Pager</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewPagerBarTemplateContainer.#ctor(DevExpress.Web.ASPxCardView,DevExpress.Web.GridViewPagerBarPosition,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewPagerBarTemplateContainer"/> class.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxCardView"/> object that owns the current object. This value is assigned to the <see cref="P:DevExpress.Web.CardViewBaseTemplateContainer.CardView">CardViewBaseTemplateContainer.CardView</see> property.</param>
      <param name="position">A <see cref="T:DevExpress.Web.GridViewPagerBarPosition"/> enumeration value that specifies the pager’s position within the card view. This value is assigned to the <see cref="P:DevExpress.Web.CardViewPagerBarTemplateContainer.Position">CardViewPagerBarTemplateContainer.Position</see> property.</param>
      <param name="pagerId">A <see cref="T:System.String"/> value that identifies the pager.</param>
    </member>
    <member name="P:DevExpress.Web.CardViewPagerBarTemplateContainer.Position">
      <summary>
        <para>Gets the pager’s position within an ASPxCardView control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewPagerBarPosition"/> enumeration value that specifies the pager’s position within the grid.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewPopupControlStyle">
      <summary>
        <para>Contains styles settings defining the common appearance of popup elements within grid.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewPopupControlStyle.PopupControl">
      <summary>
        <para>Gets the general style settings of popup elements within a grid.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewPopupControlStyles">
      <summary>
        <para>Contains settings that allow the appearance of popup elements within the ASPxCardView to be defined.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewPopupControlStyles.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewPopupControlStyles"/> 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.CardViewPopupControlStyles.Common">
      <summary>
        <para>Gets the style settings defining the common appearance of popup elements within a grid.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewPopupControlStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewPopupControlStyles.CustomizationWindow">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#customization-window">customization window</see> within a grid.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewCustomizationWindowPopupStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewPopupControlStyles.EditForm">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#popup-edit-form">popup edit form</see> within a grid.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewEditFormPopupStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewPopupControlStyles.FilterBuilder">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#filter-builder-filter-control">Filter Builder (Filter Control)</see> within a grid.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewFilterBuilderPopupStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewPopupControlStyles.HeaderFilter">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#header-filter">header filter</see> within a grid.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewHeaderFilterPopupStyle"/> object that contains the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewProgressBarColumn">
      <summary>
        <para>Represents a data column with the progress bar editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewProgressBarColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewProgressBarColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewProgressBarColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewProgressBarColumn"/> class with the specified field name and caption.</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.CardViewColumn.FieldName">CardViewColumn.FieldName</see> property.</param>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the column’s caption.</param>
    </member>
    <member name="M:DevExpress.Web.CardViewProgressBarColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewProgressBarColumn"/> 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.CardViewColumn.FieldName">CardViewColumn.FieldName</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.CardViewProgressBarColumn.PropertiesProgressBar">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ProgressBarProperties"/> object that contains settings specific to a progress bar.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewSpinEditColumn">
      <summary>
        <para>Represents a data column used to display numeric data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewSpinEditColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewSpinEditColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewSpinEditColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewSpinEditColumn"/> class with the specified field name and caption.</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.CardViewColumn.FieldName">CardViewColumn.FieldName</see> property.</param>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the column’s caption.</param>
    </member>
    <member name="M:DevExpress.Web.CardViewSpinEditColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewSpinEditColumn"/> 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.CardViewColumn.FieldName">CardViewColumn.FieldName</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.CardViewSpinEditColumn.PropertiesSpinEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Web.SpinEditProperties"/> object that contains settings specific to a spin editor.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewStatusBarTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#status-bar">Status Bar</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewStatusBarTemplateContainer.#ctor(DevExpress.Web.ASPxCardView)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewStatusBarTemplateContainer"/> class.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxCardView"/> object that owns the current object. This value is assigned to the <see cref="P:DevExpress.Web.CardViewBaseTemplateContainer.CardView">CardViewBaseTemplateContainer.CardView</see> property.</param>
    </member>
    <member name="T:DevExpress.Web.CardViewStyleBase">
      <summary>
        <para>Serves as a base for classes that provide style settings used to paint grid <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements">elements</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewStyleBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewStyleBase"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.CardViewStyles">
      <summary>
        <para>Contains settings that allow you to define the appearance of the <see cref="T:DevExpress.Web.ASPxCardView"/>‘s <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements">visual elements</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewStyles.BatchEditCell">
      <summary>
        <para>Gets the style settings defining the appearance of a grid edit cell in <see href="https://docs.devexpress.com/AspNet/115027/components/card-view/concepts/data-editing/batch-edit-mode">batch edit mode</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewStyles.BatchEditDeletedCard">
      <summary>
        <para>Gets the style settings defining the appearance of a card when it is deleted in <see href="https://docs.devexpress.com/AspNet/115027/components/card-view/concepts/data-editing/batch-edit-mode">batch edit mode</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewCardStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewStyles.BatchEditModifiedCell">
      <summary>
        <para>Gets the style settings defining the appearance of a grid data cell when it is modified in <see href="https://docs.devexpress.com/AspNet/115027/components/card-view/concepts/data-editing/batch-edit-mode">batch edit mode</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewStyles.BatchEditNewCard">
      <summary>
        <para>Gets the style settings defining the appearance of a card newly created in <see href="https://docs.devexpress.com/AspNet/115027/components/card-view/concepts/data-editing/batch-edit-mode">batch edit mode</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewCardStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewStyles.BreakpointsCard">
      <summary>
        <para>Gets the style settings used to paint a <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">card</see> when the Card View is in Breakpoints layout mode.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewCardStyle"/> object that provides style settings.</value>
    </member>
    <member name="F:DevExpress.Web.CardViewStyles.BreakpointsCardStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewStyles.BreakpointsLayoutEmptyCardWrapperPostfix">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewStyles.BreakpointsTableClassNamePostfix">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewStyles.Card">
      <summary>
        <para>Gets the style settings used to paint a <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">card</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewCardStyle"/> object that provides style settings used to paint <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">cards</see>.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewStyles.CardError">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card-error-row">error row</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewStyleBase"/> object that contains style settings used to paint error rows.</value>
    </member>
    <member name="F:DevExpress.Web.CardViewStyles.CardErrorStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewStyles.CardHotTrack">
      <summary>
        <para>Gets the style settings used to paint a <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">card</see> when it is hot tracked.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewCardStyle"/> object that provides style settings used to paint the hot tracked card.</value>
    </member>
    <member name="F:DevExpress.Web.CardViewStyles.CardHoverStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewStyles.CardStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewStyles.CardViewClassNamePrefix">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewStyles.CommandItem">
      <summary>
        <para>Gets the style settings used to paint a <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#command-item">command item</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewStyleBase"/> object that contains style settings used to paint command items.</value>
    </member>
    <member name="F:DevExpress.Web.CardViewStyles.CommandItemStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewStyles.Disabled">
      <summary>
        <para>Gets the style settings used to paint the ASPxCardView when it is disabled.</para>
      </summary>
      <value>An object that contains style settings used to paint the ASPxCardView when it is disabled.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewStyles.EditFormCard">
      <summary>
        <para>Gets the style settings used to paint the card currently being edited.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewCardStyle"/> object that contains style settings used to paint the card currently being edited.</value>
    </member>
    <member name="F:DevExpress.Web.CardViewStyles.EditFormCardStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewStyles.EmptyCard">
      <summary>
        <para>Gets the style settings used to paint the empty card.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewCardStyle"/> object that contains style settings used to paint the empty card.</value>
    </member>
    <member name="F:DevExpress.Web.CardViewStyles.EmptyCardStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewStyles.EmptyHiddenCardStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewStyles.EndlessPagingMoreButtonContainerPostfix">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewStyles.ErrorCardContentWrapperPostfix">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewStyles.ErrorCardErrorContainerPostfix">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewStyles.FilterBar">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#filter-bar">filter bar</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewStyles.FilterBarCheckBoxCell">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#filter-bar">filter bar</see>‘s cell which displays the check box.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewStyles.FilterBarClearButtonCell">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#filter-bar">filter bar</see>‘s cell which displays the Clear button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewStyles.FilterBarExpressionCell">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#filter-bar">filter bar</see>‘s cell which displays the current filter expression.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewStyles.FilterBarImageCell">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#filter-bar">filter bar</see>‘s cell which displays the filter image.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewStyles.FilterBarLink">
      <summary>
        <para>Gets the style settings used to paint links (filter expression, clear filter command) displayed within the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#filter-bar">filter bar</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewStyles.FlowCard">
      <summary>
        <para>Gets the style settings used to paint cards when ASPxCardView in flow layout mode.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewCardStyle"/> object that contains style settings used to paint cards.</value>
    </member>
    <member name="F:DevExpress.Web.CardViewStyles.FlowCardStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewStyles.FlowLayoutEmptyCardWrapperPostfix">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewStyles.FlowTableClassNamePostfix">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewStyles.FocusedCard">
      <summary>
        <para>Gets the style settings used to paint the currently focused <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card">card</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewCardStyle"/> object that provides style settings used to paint the currently focused card.</value>
    </member>
    <member name="F:DevExpress.Web.CardViewStyles.FocusedCardStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewStyles.FocusedCell">
      <summary>
        <para>Gets the style settings defining the appearance of a focused cell.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewStyles.GroupRow">
      <summary>
        <para>Gets the style settings used to paint group rows.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewStyleBase"/> object that contains style settings used to paint group rows.</value>
    </member>
    <member name="F:DevExpress.Web.CardViewStyles.GroupRowButtonStylePostfix">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewStyles.GroupRowStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewStyles.Header">
      <summary>
        <para>Gets the style settings used to paint column headers.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewHeaderStyle"/> object that contains style settings used to paint column headers.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewStyles.HeaderPanel">
      <summary>
        <para>Gets the style settings used to paint the Header Panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewStyleBase"/> object that contains style settings used to paint the Header Panel.</value>
    </member>
    <member name="F:DevExpress.Web.CardViewStyles.HeaderPanelGroupSelectorContainerPostfix">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewStyles.HeaderPanelStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewStyles.LoadingDiv">
      <summary>
        <para>Gets the style settings used to paint a rectangle displayed above the ASPxCardView while waiting for a callback response.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LoadingDivStyle"/> object that contains style settings used to paint a rectangle displayed above the ASPxCardView while waiting for a callback response.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewStyles.LoadingPanel">
      <summary>
        <para>Provides style settings for a <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#loading-panel">loading panel</see> that can be displayed while waiting for a callback response.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LoadingPanelStyle"/> object that contains style settings used to paint a loading panel.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewStyles.PagerBottomPanel">
      <summary>
        <para>Gets the style settings used to paint the Pager bottom panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewStyles.PagerTopPanel">
      <summary>
        <para>Gets the style settings used to paint the Pager top panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="F:DevExpress.Web.CardViewStyles.ParentGroupRowStylePostfix">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewStyles.SearchPanel">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#search-panel">search panel</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewStyles.SelectedCard">
      <summary>
        <para>Gets the style settings used to paint selected cards.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewCardStyle"/> object that contains style settings used to paint selected cards.</value>
    </member>
    <member name="F:DevExpress.Web.CardViewStyles.SelectedCardStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewStyles.SeparatorStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewStyles.StatusBar">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#status-bar">Status Bar</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewStyleBase"/> object that contains style settings used to paint the status bar.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewStyles.SummaryItem">
      <summary>
        <para>Gets the style settings used to paint summary items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewStyleBase"/> object that contains style settings used to paint summary items.</value>
    </member>
    <member name="F:DevExpress.Web.CardViewStyles.SummaryItemStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewStyles.SummaryPanel">
      <summary>
        <para>Gets the style settings used to paint the summary panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewStyleBase"/> object that contains style settings used to paint the summary panel.</value>
    </member>
    <member name="F:DevExpress.Web.CardViewStyles.SummaryPanelStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewStyles.Table">
      <summary>
        <para>Gets the style settings used to paint the table that represents the ASPxCardView.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewStyleBase"/> object that contains style settings used to paint the table.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewStyles.TitlePanel">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#title-panel">Title Panel</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CardViewStyleBase"/> object that contains style settings used to paint the title.</value>
    </member>
    <member name="M:DevExpress.Web.CardViewStyles.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>The empty string.</returns>
    </member>
    <member name="T:DevExpress.Web.CardViewTabbedLayoutGroup">
      <summary>
        <para>Represents a <see href="https://docs.devexpress.com/AspNet/14357/components/site-navigation-and-layout/form-layout/visual-elements/tabbed-layout-group">tabbed layout group</see> within the FormLayout used in the CardView’s edit form.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewTabbedLayoutGroup.#ctor">
      <summary>
        <para>Initializes a new instance of the DevExpress.Web.CardViewTabbedLayoutGroup@ class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewTabbedLayoutGroup.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewTabbedLayoutGroup"/> class with specified settings.</para>
      </summary>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the caption.</param>
    </member>
    <member name="P:DevExpress.Web.CardViewTabbedLayoutGroup.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.CardViewLayoutItemCollection"/> object that is a collection of layout items.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewTableLayoutSettings">
      <summary>
        <para>Contains settings that relate to the CardView’s table layout.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewTableLayoutSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewTableLayoutSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.CardViewTableLayoutSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings of the specified object to the current one.</para>
      </summary>
      <param name="source">A PropertiesBase object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.CardViewTableLayoutSettings.ColumnCount">
      <summary>
        <para>Gets or sets the number of columns that a page displays in table mode.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value that specifies the number of columns displayed within a page.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewTableLayoutSettings.RowsPerPage">
      <summary>
        <para>Gets or sets the number of rows that a page displays in table mode.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value that specifies the number of rows displayed on a page.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewTemplates">
      <summary>
        <para>Contains templates used to display the <see cref="T:DevExpress.Web.ASPxCardView"/>‘s <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements">visual elements</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewTemplates.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewTemplates"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An object that implements the IPropertiesOwner interface.</param>
    </member>
    <member name="M:DevExpress.Web.CardViewTemplates.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.CardViewTemplates.Card">
      <summary>
        <para>Gets or sets a template for displaying cards.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewTemplates.CardFooter">
      <summary>
        <para>Gets or sets a template for displaying the card footer.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewTemplates.CardHeader">
      <summary>
        <para>Gets or sets a template for displaying the card header.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewTemplates.DataItem">
      <summary>
        <para>Gets or sets a template for displaying a data item.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewTemplates.EditForm">
      <summary>
        <para>Gets or sets a template for displaying the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#card-edit-form">edit form</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewTemplates.EditItem">
      <summary>
        <para>Gets or sets a template for displaying the cell within a card that is in edit mode.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewTemplates.GroupRow">
      <summary>
        <para>Gets or sets a template for displaying group rows.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewTemplates.GroupRowContent">
      <summary>
        <para>Gets or sets a template for displaying the content of group rows.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewTemplates.Header">
      <summary>
        <para>Gets or sets a template for displaying column headers.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewTemplates.HeaderPanel">
      <summary>
        <para>Gets or sets a template for displaying the Header Panel.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewTemplates.PagerBar">
      <summary>
        <para>Gets or sets a template for displaying the ASPxCardView’s <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#pager">pager</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewTemplates.StatusBar">
      <summary>
        <para>Gets or sets a template for displaying the ASPxCardView’s <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#status-bar">status bar</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewTemplates.TitlePanel">
      <summary>
        <para>Gets or sets a template for displaying the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#title-panel">Title Panel</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewTextColumn">
      <summary>
        <para>Represents a data column used to display string values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewTextColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewTextColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewTextColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewTextColumn"/> class with the specified field name and caption.</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.CardViewColumn.FieldName">CardViewColumn.FieldName</see> property.</param>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the column’s caption.</param>
    </member>
    <member name="M:DevExpress.Web.CardViewTextColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewTextColumn"/> 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.CardViewColumn.FieldName">CardViewColumn.FieldName</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.CardViewTextColumn.PropertiesTextEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TextBoxProperties"/> object that contains settings specific to a textbox editor.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewTimeEditColumn">
      <summary>
        <para>Represents a data column used to display and edit time portions of DateTime values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewTimeEditColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewTimeEditColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewTimeEditColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewTimeEditColumn"/> class with the specified field name and caption.</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.CardViewColumn.FieldName">CardViewColumn.FieldName</see> property.</param>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the column’s caption.</param>
    </member>
    <member name="M:DevExpress.Web.CardViewTimeEditColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewTimeEditColumn"/> 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.CardViewColumn.FieldName">CardViewColumn.FieldName</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.CardViewTimeEditColumn.PropertiesTimeEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TimeEditProperties"/> object that contains settings specific to a time editor.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewTitleTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#title-panel">Title Panel</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewTitleTemplateContainer.#ctor(DevExpress.Web.ASPxCardView)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewTitleTemplateContainer"/> class.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxCardView"/> object that owns the current object. This value is assigned to the <see cref="P:DevExpress.Web.CardViewBaseTemplateContainer.CardView">CardViewBaseTemplateContainer.CardView</see> property.</param>
    </member>
    <member name="T:DevExpress.Web.CardViewTokenBoxColumn">
      <summary>
        <para>A data column with the token box editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewTokenBoxColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewTokenBoxColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewTokenBoxColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewTokenBoxColumn"/> class with the specified field name and caption.</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.CardViewColumn.FieldName">CardViewColumn.FieldName</see> property.</param>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the column’s caption.</param>
    </member>
    <member name="M:DevExpress.Web.CardViewTokenBoxColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewTokenBoxColumn"/> 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.CardViewColumn.FieldName">CardViewColumn.FieldName</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.CardViewTokenBoxColumn.PropertiesTokenBox">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TokenBoxProperties"/> object that contains settings specific to a token box editor.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewToolbar">
      <summary>
        <para>A base class for the CardView’s <see href="https://docs.devexpress.com/AspNet/118567/components/card-view/concepts/toolbars">toolbar</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewToolbar.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewToolbar"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewToolbar.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.CardViewToolbarItemCollection"/> object representing the collection of the toolbar’s items.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewToolbarCollection">
      <summary>
        <para>Represents the ASPxCardView’s toolbar collection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewToolbarCollection.#ctor(DevExpress.Web.ASPxCardView)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewToolbarCollection"/> class with specified settings.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxCardView"/> object that is the Card View.</param>
    </member>
    <member name="M:DevExpress.Web.CardViewToolbarCollection.FindByName(System.String)">
      <summary>
        <para>Returns a toolbar object with the specified <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property value.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property value of the required toolbar.</param>
      <returns>A <see cref="T:DevExpress.Web.CardViewToolbar"/> object that is the ASPxCardView toolbar.</returns>
    </member>
    <member name="P:DevExpress.Web.CardViewToolbarCollection.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.CardViewToolbar"/> 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.CardViewToolbarCommand">
      <summary>
        <para>Lists the values that specify names of commands that can be performed by clicking <see href="https://docs.devexpress.com/AspNet/118567/components/card-view/concepts/toolbars">toolbar</see> items.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewToolbarCommand.Cancel">
      <summary>
        <para>A command that discards any changes made to the current card and switches the ASPxCardView to browse mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewToolbarCommand.ClearFilter">
      <summary>
        <para>A command that clears the filter applied to the current column.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewToolbarCommand.ClearSorting">
      <summary>
        <para>A command that clears sorting by the current column.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewToolbarCommand.Custom">
      <summary>
        <para>A custom user command.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewToolbarCommand.Delete">
      <summary>
        <para>A command that deletes the current card.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewToolbarCommand.DeleteSelectedCardsOnPage">
      <summary>
        <para>A command that deletes the selected cards on a page.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewToolbarCommand.Edit">
      <summary>
        <para>A command that allows editing the current card.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewToolbarCommand.ExportToCsv">
      <summary>
        <para>A command that exports the grid’s data to a file in CSV format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewToolbarCommand.ExportToDocx">
      <summary>
        <para>A command that exports the grid’s data to a file in DOCX format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewToolbarCommand.ExportToPdf">
      <summary>
        <para>A command that exports the grid’s data to a file in PDF format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewToolbarCommand.ExportToRtf">
      <summary>
        <para>A command that exports the grid’s data to a file in RTF format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewToolbarCommand.ExportToXls">
      <summary>
        <para>A command that exports the grid’s data to a file in XLS format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewToolbarCommand.ExportToXlsx">
      <summary>
        <para>A command that exports the grid’s data to a file in XLS format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewToolbarCommand.FullCollapse">
      <summary>
        <para>A command that collapses all group rows.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewToolbarCommand.FullExpand">
      <summary>
        <para>A command that expands all group rows.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewToolbarCommand.New">
      <summary>
        <para>A command that creates a new card.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewToolbarCommand.Refresh">
      <summary>
        <para>A command that refreshes grid data.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewToolbarCommand.ShowCardFooter">
      <summary>
        <para>A command that controls the card footer visibility.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewToolbarCommand.ShowCardHeader">
      <summary>
        <para>A command that controls the card header visibility.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewToolbarCommand.ShowCustomizationWindow">
      <summary>
        <para>A command that controls the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#customization-window">customization window</see> visibility.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewToolbarCommand.ShowFilterEditor">
      <summary>
        <para>A command that controls the <see href="https://docs.devexpress.com/AspNet/114198/components/card-view/concepts/data-shaping-and-manipulation/filtering/filter-control">filter control</see> visibility.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewToolbarCommand.ShowHeaderPanel">
      <summary>
        <para>A command that controls the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#header-panel">header panel</see> visibility.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewToolbarCommand.ShowSearchPanel">
      <summary>
        <para>A command that controls the <see href="https://docs.devexpress.com/AspNet/114089/components/card-view/visual-elements#search-panel">search panel</see> visibility.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewToolbarCommand.ShowSummaryPanel">
      <summary>
        <para>A command that controls the “Summary Panel” visibility.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewToolbarCommand.Update">
      <summary>
        <para>A command that saves all the changes made to the current card and switches the ASPxCardView to browse mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CardViewToolbarCommand.UpdateSummaries">
      <summary>
        <para>A command that recalculates total and group summaries on the client in batch edit mode.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.CardViewToolbarItem">
      <summary>
        <para>Implements the Card View’s <see href="https://docs.devexpress.com/AspNet/118567/components/card-view/concepts/toolbars">toolbar</see> item functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewToolbarItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewToolbarItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CardViewToolbarItem.Command">
      <summary>
        <para>Gets or sets the name of a command executed when clicking a <see href="https://docs.devexpress.com/AspNet/118567/components/card-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.CardViewToolbarCommand"/> enumeration values specifying the toolbar item’s command name.</value>
    </member>
    <member name="P:DevExpress.Web.CardViewToolbarItem.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.CardViewToolbarItemCollection"/> instance that is the collection of items.</value>
    </member>
    <member name="T:DevExpress.Web.CardViewToolbarItemCollection">
      <summary>
        <para>Represents a collection of a ASPxCardView’s toolbar items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewToolbarItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewToolbarItemCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CardViewToolbarItemCollection.#ctor(DevExpress.Web.GridToolbarItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CardViewToolbarItemCollection"/> class.</para>
      </summary>
      <param name="menuItem">A <see cref="T:DevExpress.Web.GridToolbarItem"/> object representing the menu item</param>
    </member>
    <member name="M:DevExpress.Web.CardViewToolbarItemCollection.FindByName(System.String)">
      <summary>
        <para>Returns an item object with the specified <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property value.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property value of the required toolbar item.</param>
      <returns>A <see cref="T:DevExpress.Web.CardViewToolbarItem"/> object that is the ASPxCardView toolbar item.</returns>
    </member>
    <member name="M:DevExpress.Web.CardViewToolbarItemCollection.FindByText(System.String)">
      <summary>
        <para>Returns a toolbar item with the specified text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that is the <see cref="P:DevExpress.Web.MenuItem.Text">MenuItem.Text</see> property value of the required toolbar item.</param>
      <returns>A <see cref="T:DevExpress.Web.CardViewToolbarItem"/> object with a specific value of the Text property.</returns>
    </member>
    <member name="P:DevExpress.Web.CardViewToolbarItemCollection.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.CardViewToolbarItem"/> object that represents the item at the specified position.</value>
    </member>
    <member name="T:DevExpress.Web.CheckBoxListProperties">
      <summary>
        <para>Contains settings specific to a checkbox list editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CheckBoxListProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CheckBoxListProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CheckBoxListProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CheckBoxListProperties"/> 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.CheckBoxListProperties.CheckBoxFocusedStyle">
      <summary>
        <para>Gets the style settings which define the check box appearance in the focused state.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditorDecorationStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CheckBoxListProperties.CheckBoxStyle">
      <summary>
        <para>Gets the style settings defining the appearance of check boxes.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditorDecorationStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CheckBoxListProperties.CheckedImage">
      <summary>
        <para>Provides access to the settings that define the image of a check box in the checked state.</para>
      </summary>
      <value>An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CheckBoxListProperties.UncheckedImage">
      <summary>
        <para>Provides access to the settings that define an image of a check box in the unchecked state.</para>
      </summary>
      <value>An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.</value>
    </member>
    <member name="T:DevExpress.Web.CheckBoxProperties">
      <summary>
        <para>Contains settings specific to a checkbox editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CheckBoxProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CheckBoxProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CheckBoxProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CheckBoxProperties"/> 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.CheckBoxProperties.AllowGrayed">
      <summary>
        <para>Gets or sets a value specifying whether the grayed state is available for a check box.</para>
      </summary>
      <value>true if the grayed state is available; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.CheckBoxProperties.AllowGrayedByClick">
      <summary>
        <para>Gets or sets a value that specifies whether a check box can be set to a grayed state by a mouse click.</para>
      </summary>
      <value>true if end-users can set grayed state by clicking the check box; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.CheckBoxProperties.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.CheckBoxProperties.CheckBoxFocusedStyle">
      <summary>
        <para>Gets the style settings which define a check box appearance in the focused state.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditorDecorationStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CheckBoxProperties.CheckBoxStyle">
      <summary>
        <para>Gets the settings defining the appearance of a column editor in browse mode.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.EditorDecorationStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.CheckBoxProperties.CheckedIsValidOnly">
      <summary>
        <para>Specifies whether only the checked state is valid.</para>
      </summary>
      <value>true if only the checked state is valid; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.CheckBoxProperties.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxCheckBox"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CheckEditClientSideEvents"/> object which allows assigning handlers to the client-side events available to the editor.</value>
    </member>
    <member name="P:DevExpress.Web.CheckBoxProperties.DisplayImageChecked">
      <summary>
        <para>Gets the settings defining an image that specifies the checked state of a column editor in browse mode.</para>
      </summary>
      <value>An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CheckBoxProperties.DisplayImageGrayed">
      <summary>
        <para>Gets the settings defining an image that specifies the undefined (grayed) state of a column editor in browse mode.</para>
      </summary>
      <value>An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CheckBoxProperties.DisplayImageUnchecked">
      <summary>
        <para>Gets the settings defining an image that specifies the unchecked state of a column editor in browse mode.</para>
      </summary>
      <value>An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CheckBoxProperties.DisplayImageUndefined">
      <summary>
        <para>Gets the settings defining an image that specifies the undefined state of a column editor in browse mode.</para>
      </summary>
      <value>An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.CheckBoxProperties.DisplayTextChecked">
      <summary>
        <para>Gets or sets the text that represents the checked state of a column editor in browse mode.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the display text.</value>
    </member>
    <member name="P:DevExpress.Web.CheckBoxProperties.DisplayTextGrayed">
      <summary>
        <para>Gets or sets the text that is denoted by the grayed state of a column editor in browse mode.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the display text.</value>
    </member>
    <member name="P:DevExpress.Web.CheckBoxProperties.DisplayTextUnchecked">
      <summary>
        <para>Gets or sets the text that represents the unchecked state of a column editor in browse mode.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the display text.</value>
    </member>
    <member name="P:DevExpress.Web.CheckBoxProperties.DisplayTextUndefined">
      <summary>
        <para>Gets or sets the text that represents the undefined state of a column editor in browse mode.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the display text.</value>
    </member>
    <member name="M:DevExpress.Web.CheckBoxProperties.GetDisplayControlDefaultAlign">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CheckBoxProperties.GetExportValue(DevExpress.Web.CreateDisplayControlArgs)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CheckBoxProperties.ToggleSwitchDisplayMode">
      <summary>
        <para>Gets or sets a value specifying the check box display mode.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ToggleSwitchDisplayMode"/> values.</value>
    </member>
    <member name="P:DevExpress.Web.CheckBoxProperties.UseDisplayImages">
      <summary>
        <para>Gets or sets a value that specifies whether the editor’s check state is represented by custom images in browse mode.</para>
      </summary>
      <value>true if custom images are used to represent the editor’s check state; false if the check state is represented by specific texts.</value>
    </member>
    <member name="P:DevExpress.Web.CheckBoxProperties.ValueChecked">
      <summary>
        <para>Gets or sets the value that represents the editor’s checked state.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> value that represents the checked state of the check box editor.</value>
    </member>
    <member name="P:DevExpress.Web.CheckBoxProperties.ValueCheckedString">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CheckBoxProperties.ValueGrayed">
      <summary>
        <para>Gets or sets the value that corresponds to the editor’s grayed state.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> value that corresponds to the grayed state of the check box editor.</value>
    </member>
    <member name="P:DevExpress.Web.CheckBoxProperties.ValueGrayedString">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CheckBoxProperties.ValueType">
      <summary>
        <para>Gets the data type of the editor’s values.</para>
      </summary>
      <value>A <see cref="T:System.Type"/> object that represents the type of values.</value>
    </member>
    <member name="P:DevExpress.Web.CheckBoxProperties.ValueUnchecked">
      <summary>
        <para>Gets or sets the value that represents the editor’s unchecked state.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> value that represents the unchecked state of the check box editor.</value>
    </member>
    <member name="P:DevExpress.Web.CheckBoxProperties.ValueUncheckedString">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.CheckBoxRequiredAttribute">
      <summary>
        <para>Specifies that the check box is required.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CheckBoxRequiredAttribute.#ctor(DevExpress.Web.CheckBoxValidStateMode)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CheckBoxRequiredAttribute"/> class.</para>
      </summary>
      <param name="validStateMode">A <see cref="T:DevExpress.Web.CheckBoxValidStateMode"/> object that specifies the check box states that are valid.</param>
    </member>
    <member name="P:DevExpress.Web.CheckBoxRequiredAttribute.ValidStateMode">
      <summary>
        <para>Gets the check box’s valid state.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.CheckBoxValidStateMode"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.CheckBoxValidStateMode">
      <summary>
        <para>Lists values specifying the check box’s valid states.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CheckBoxValidStateMode.Checked">
      <summary>
        <para>The check box is valid when it is checked.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CheckBoxValidStateMode.CheckedAndUnchecked">
      <summary>
        <para>The check box is valid when it is checked and unchecked.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.CheckBoxValuesAttribute">
      <summary>
        <para>Specifies the check box’s values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CheckBoxValuesAttribute.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CheckBoxValuesAttribute"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CheckBoxValuesAttribute.AllowGrayed">
      <summary>
        <para>Gets or sets a value specifying whether the grayed state is available for a check box.</para>
      </summary>
      <value>true if the grayed state is available; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.CheckBoxValuesAttribute.ValueChecked">
      <summary>
        <para>Gets or sets the value that represents the editor’s checked state.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> value that represents the checked state of the check box editor.</value>
    </member>
    <member name="P:DevExpress.Web.CheckBoxValuesAttribute.ValueGrayed">
      <summary>
        <para>Gets or sets the value that corresponds to the editor’s grayed state.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> value that corresponds to the grayed state of the check box editor.</value>
    </member>
    <member name="P:DevExpress.Web.CheckBoxValuesAttribute.ValueUnchecked">
      <summary>
        <para>Gets or sets the value that represents the editor’s unchecked state.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> value that represents the unchecked state of the check box editor.</value>
    </member>
    <member name="T:DevExpress.Web.CheckedButtonImageProperties">
      <summary>
        <para>Contains settings that define a button image.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CheckedButtonImageProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CheckedButtonImageProperties"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CheckedButtonImageProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CheckedButtonImageProperties"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:DevExpress.Web.IPropertiesOwner"/>-implemented object that owns the created object.</param>
    </member>
    <member name="M:DevExpress.Web.CheckedButtonImageProperties.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CheckedButtonImageProperties"/> class with the specified image location.</para>
      </summary>
      <param name="url">A <see cref="T:System.String"/> value that specifies the image location. This value is assigned to the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.CheckedButtonImageProperties.SpriteProperties">
      <summary>
        <para>Gets the settings defining the image position within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CheckedButtonImageSpriteProperties"/> object containing image position settings.</value>
    </member>
    <member name="P:DevExpress.Web.CheckedButtonImageProperties.UrlChecked">
      <summary>
        <para>Gets or sets the URL of an image displayed when the button is checked.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the image location.</value>
    </member>
    <member name="T:DevExpress.Web.CheckedButtonImageSpriteProperties">
      <summary>
        <para>Contains settings that define the checked state of a button image when it’s taken from a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CheckedButtonImageSpriteProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CheckedButtonImageSpriteProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CheckedButtonImageSpriteProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CheckedButtonImageSpriteProperties"/> 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.CheckedButtonImageSpriteProperties.CheckedCssClass">
      <summary>
        <para>Gets or sets the name of the cascading style sheet (CSS) class that defines a checked state image’s position within a custom <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the cascading style sheet class’ name.</value>
    </member>
    <member name="P:DevExpress.Web.CheckedButtonImageSpriteProperties.CheckedLeft">
      <summary>
        <para>Gets or sets a checked state image’s horizontal offset within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> specified via a control’s SpriteImageUrl property.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the image’s horizontal offset.</value>
    </member>
    <member name="P:DevExpress.Web.CheckedButtonImageSpriteProperties.CheckedTop">
      <summary>
        <para>Gets or sets a checked state image’s vertical offset within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> specified via a control’s SpriteImageUrl property.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the image’s vertical offset.</value>
    </member>
    <member name="T:DevExpress.Web.CheckEditClientSideEvents">
      <summary>
        <para>Contains a client-side check editor’s event list.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CheckEditClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CheckEditClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CheckEditClientSideEvents.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CheckEditClientSideEvents"/> 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.CheckEditClientSideEvents.AssignWithoutValidation(DevExpress.Web.ClientSideEvents)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CheckEditClientSideEvents.CheckedChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientCheckBox.CheckedChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.CheckListPropertiesBase">
      <summary>
        <para>Contains the base settings specific to list editors.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CheckListPropertiesBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CheckListPropertiesBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CheckListPropertiesBase.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CheckListPropertiesBase"/> 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.CheckListPropertiesBase.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.CheckListPropertiesBase.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.CheckListPropertiesBase"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ListEditClientSideEvents"/> object which allows assigning handlers to the client-side events available to the editor.</value>
    </member>
    <member name="M:DevExpress.Web.CheckListPropertiesBase.GetEditorType">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CheckListPropertiesBase.ItemSpacing">
      <summary>
        <para>Gets or sets the spacing (both vertical and horizontal) between the editor items.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that is the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.CheckListPropertiesBase.RepeatColumns">
      <summary>
        <para>Gets or sets the number of columns displayed in an editor.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> value that specifies the number of items displayed within an editor horizontally.</value>
    </member>
    <member name="P:DevExpress.Web.CheckListPropertiesBase.RepeatDirection">
      <summary>
        <para>Gets or sets the direction in which items are displayed within the editor.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.RepeatDirection"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.CheckListPropertiesBase.RepeatLayout">
      <summary>
        <para>Gets or sets the layout of the check box editor’s contents.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.RepeatLayout"/> values.</value>
    </member>
    <member name="P:DevExpress.Web.CheckListPropertiesBase.TextAlign">
      <summary>
        <para>Gets or sets the horizontal alignment of the text label relative to the check mark.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.TextAlign"/> value.</value>
    </member>
    <member name="P:DevExpress.Web.CheckListPropertiesBase.TextSpacing">
      <summary>
        <para>Gets or sets the amount of space between the editor’s text label and check mark.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that is the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.CheckListPropertiesBase.TextWrap">
      <summary>
        <para>Gets or sets a value that specifies whether the editor’s text can be wrapped.</para>
      </summary>
      <value>true, to enable text wrapping; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.CheckState">
      <summary>
        <para>Lists the values specifying a check state of an element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CheckState.Checked">
      <summary>
        <para>An element is in a checked state ().</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CheckState.Indeterminate">
      <summary>
        <para>An element is in a grayed state ().</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CheckState.Unchecked">
      <summary>
        <para>An element is in an unchecked state ().</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ClearButton">
      <summary>
        <para>Implements the Clear button functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ClearButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ClearButton"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ClearButton.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ClearButton"/> class with the specified text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that specifies the caption text of the created button.</param>
    </member>
    <member name="M:DevExpress.Web.ClearButton.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="P:DevExpress.Web.ClearButton.DisplayMode">
      <summary>
        <para>Controls the Clear Button availability in a non-empty editor’s text box.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ClearButtonDisplayMode"/> enumeration values.</value>
    </member>
    <member name="M:DevExpress.Web.ClearButton.ToString">
      <summary>
        <para>Returns the human-readable string that represents the <see cref="T:DevExpress.Web.ClearButton"/> object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> that represents the <see cref="T:DevExpress.Web.ClearButton"/> object.</returns>
    </member>
    <member name="P:DevExpress.Web.ClearButton.Visibility">
      <summary>
        <para>Controls the Clear Button availability in a non-empty editor’s text box.</para>
      </summary>
      <value>true, if the button is available; false, if the button is unavailable; Auto, if the button is available on touch devices only. Note that some editor properties affect Clear button visibility as well. To learn more, see the notes below.</value>
    </member>
    <member name="T:DevExpress.Web.ClearButtonDisplayMode">
      <summary>
        <para>Lists values specifying the clear button display mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ClearButtonDisplayMode.Always">
      <summary>
        <para>The clear button is always visible except for empty editors.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ClearButtonDisplayMode.Auto">
      <summary>
        <para>The clear button is displayed on touch devices only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ClearButtonDisplayMode.Never">
      <summary>
        <para>The clear button is not displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ClearButtonDisplayMode.OnHover">
      <summary>
        <para>The clear button is displayed when an editor is hovered or focused.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ClientLayoutMode">
      <summary>
        <para>Lists the values that indicate which operation should be performed when handling a web control’s ClientLayout event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ClientLayoutMode.Loading">
      <summary>
        <para>A web control’s ClientLayout event should be handled to restore the previously saved layout.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ClientLayoutMode.Saving">
      <summary>
        <para>A web control’s ClientLayout event should be handled to save the control’s layout to a data store.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ClientSideEvents">
      <summary>
        <para>Serves as the base for objects containing client-side events.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ClientSideEvents"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ClientSideEvents.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ClientSideEvents"/> 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.ClientSideEvents.Init">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s <b>ASPxClientControlBase.Init</b> client-side 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.ClientSideEventsBase">
      <summary>
        <para>Serves as the base class for objects containing client-side events.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ClientSideEventsBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ClientSideEventsBase"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ClientSideEventsBase.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ClientSideEventsBase"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:DevExpress.Web.IPropertiesOwner"/>-implemented object that owns the created object.</param>
    </member>
    <member name="M:DevExpress.Web.ClientSideEventsBase.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.ClientSideEventsBase.GetClientObjectEvents(System.Collections.IDictionary)">
      <summary>
        <para>For internal use.</para>
      </summary>
      <param name="events">An object implementing the <see cref="T:System.Collections.IDictionary"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ClientSideEventsBase.GetEventHandler(System.String)">
      <summary>
        <para>Returns the specified client event’s handler.</para>
      </summary>
      <param name="eventName">A string specifying the required client event’s name.</param>
      <returns>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</returns>
    </member>
    <member name="M:DevExpress.Web.ClientSideEventsBase.IsEmpty">
      <summary>
        <para>Returns a value that indicates whether no handler is assigned to the available client events.</para>
      </summary>
      <returns>true if no client event is handled; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.ClientSideEventsBase.SetEventHandler(System.String,System.String)">
      <summary>
        <para>Defines a handler for the specified DevExpress client event.</para>
      </summary>
      <param name="eventName">A string specifying the required client event’s name.</param>
      <param name="value">A string that specifies either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</param>
    </member>
    <member name="M:DevExpress.Web.ClientSideEventsBase.ToString">
      <summary>
        <para>Returns an empty string.</para>
      </summary>
      <returns>The <see cref="F:System.String.Empty"/> value.</returns>
    </member>
    <member name="T:DevExpress.Web.CloseAction">
      <summary>
        <para>Specifies which action forces a popup window to close.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CloseAction.CloseButton">
      <summary>
        <para>Specifies that a popup element is closed when clicking its close button (if any).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CloseAction.MouseOut">
      <summary>
        <para>Specifies that a popup element is closed when the mouse cursor moves out of it.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CloseAction.None">
      <summary>
        <para>Specifies that a popup element can’t be closed via an end-user interaction, but can be closed programmatically via specific client script methods.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CloseAction.OuterMouseClick">
      <summary>
        <para>Specifies that a popup element is closed when clicking a mouse button outside the popup element.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.CloudControlItem">
      <summary>
        <para>Represents a tag cloud item.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CloudControlItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CloudControlItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CloudControlItem.#ctor(System.String,System.Double,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CloudControlItem"/> class with the specified settings.</para>
      </summary>
      <param name="text">A string value that specifies the item’s text. This value is assigned to the <see cref="P:DevExpress.Web.CloudControlItem.Text">CloudControlItem.Text</see> property.</param>
      <param name="value">A <see cref="T:System.Double"/> value that specifies the item’s value (weight). This value is assigned to the <see cref="P:DevExpress.Web.CloudControlItem.Value">CloudControlItem.Value</see> property.</param>
      <param name="url">A <see cref="T:System.Double"/> value that specifies the item’s URL. This value is assigned to the <see cref="P:DevExpress.Web.CloudControlItem.NavigateUrl">CloudControlItem.NavigateUrl</see> property.</param>
      <param name="name">A <see cref="T:System.Double"/> value that specifies the item’s uniquee identifier name. This value is assigned to the <see cref="P:DevExpress.Web.CloudControlItem.Name">CloudControlItem.Name</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.CloudControlItem.#ctor(System.String,System.Double,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CloudControlItem"/> class with the specified settings.</para>
      </summary>
      <param name="text">A string value that specifies the item’s text. This value is assigned to the <see cref="P:DevExpress.Web.CloudControlItem.Text">CloudControlItem.Text</see> property.</param>
      <param name="value">A <see cref="T:System.Double"/> value that specifies the item’s value (weight). This value is assigned to the <see cref="P:DevExpress.Web.CloudControlItem.Value">CloudControlItem.Value</see> property.</param>
      <param name="url">A string value that specifies the item’s URL. This value is assigned to the <see cref="P:DevExpress.Web.CloudControlItem.NavigateUrl">CloudControlItem.NavigateUrl</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.CloudControlItem.#ctor(System.String,System.Double)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CloudControlItem"/> class with the specified text and value.</para>
      </summary>
      <param name="text">A string value that specifies the item’s text. This value is assigned to the <see cref="P:DevExpress.Web.CloudControlItem.Text">CloudControlItem.Text</see> property.</param>
      <param name="value">A <see cref="T:System.Double"/> value that specifies the item’s value (weight). This value is assigned to the <see cref="P:DevExpress.Web.CloudControlItem.Value">CloudControlItem.Value</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.CloudControlItem.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 whose properties are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.CloudControlItem.DataItem">
      <summary>
        <para>Gets the data item that is bound to the cloud control item.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> that represents the data item which is bound to the cloud control item.</value>
    </member>
    <member name="P:DevExpress.Web.CloudControlItem.Name">
      <summary>
        <para>Gets or sets the item’s unique identifier name.</para>
      </summary>
      <value>A string value that specifies the item’s unique identifier name.</value>
    </member>
    <member name="P:DevExpress.Web.CloudControlItem.NavigateUrl">
      <summary>
        <para>Gets or sets the item’s URL.</para>
      </summary>
      <value>A string value that specifies the item’s URL.</value>
    </member>
    <member name="P:DevExpress.Web.CloudControlItem.Text">
      <summary>
        <para>Gets or sets the item’s description (text).</para>
      </summary>
      <value>A string value that specifies the item’s description.</value>
    </member>
    <member name="P:DevExpress.Web.CloudControlItem.ToolTip">
      <summary>
        <para>Gets or sets the current item’s tooltip text.</para>
      </summary>
      <value>A string which specifies the text content of the current item’s tooltip.</value>
    </member>
    <member name="M:DevExpress.Web.CloudControlItem.ToString">
      <summary>
        <para>Returns the string that represents the <see cref="T:DevExpress.Web.CloudControlItem"/> object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> that represents the <see cref="T:DevExpress.Web.CloudControlItem"/> object.</returns>
    </member>
    <member name="P:DevExpress.Web.CloudControlItem.Value">
      <summary>
        <para>Gets or sets the item’s value (weight).</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies the item’s value (weight).</value>
    </member>
    <member name="T:DevExpress.Web.CloudControlItemCollection">
      <summary>
        <para>Represents a collection of <see cref="T:DevExpress.Web.CloudControlItem"/> objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CloudControlItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CloudControlItemCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CloudControlItemCollection.#ctor(DevExpress.Web.ASPxCloudControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CloudControlItemCollection"/> class with the specified owner.</para>
      </summary>
      <param name="control">An <see cref="T:DevExpress.Web.ASPxCloudControl"/> object that owns the created collection.</param>
    </member>
    <member name="M:DevExpress.Web.CloudControlItemCollection.Add">
      <summary>
        <para>Creates a new item and adds it to the collection.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.CloudControlItem"/> object that represents a new item.</returns>
    </member>
    <member name="M:DevExpress.Web.CloudControlItemCollection.Add(System.String,System.Double,System.String,System.String)">
      <summary>
        <para>Creates a new item with the specified settings and adds it to the collection.</para>
      </summary>
      <param name="text">A string value that specifies the item’s description.</param>
      <param name="value">A <see cref="T:System.Double"/> value that specifies the item’s value (weight).</param>
      <param name="url">A string value that specifies the item’s URL.</param>
      <param name="name">A string value that specifies the item’s unique identifier name.</param>
    </member>
    <member name="M:DevExpress.Web.CloudControlItemCollection.Add(System.String,System.Double,System.String)">
      <summary>
        <para>Creates a new item with the specified settings and adds it to the collection.</para>
      </summary>
      <param name="text">A string value that specifies the item’s description.</param>
      <param name="value">A <see cref="T:System.Double"/> value that specifies the item’s value (weight).</param>
      <param name="url">A string value that specifies the item’s URL.</param>
    </member>
    <member name="M:DevExpress.Web.CloudControlItemCollection.Add(System.String,System.Double)">
      <summary>
        <para>Creates a new item with the specified text and value, and adds it to the collection.</para>
      </summary>
      <param name="text">A string value that specifies the item’s description.</param>
      <param name="value">A <see cref="T:System.Double"/> value that specifies the item’s value (weight).</param>
    </member>
    <member name="M:DevExpress.Web.CloudControlItemCollection.FindByName(System.String)">
      <summary>
        <para>Returns an item object with the specified <see cref="P:DevExpress.Web.CloudControlItem.Name">CloudControlItem.Name</see> property value.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.CloudControlItem.Name">CloudControlItem.Name</see> property value of the required item.</param>
      <returns>A <see cref="T:DevExpress.Web.CloudControlItem"/> object with a specific value of the <see cref="P:DevExpress.Web.CloudControlItem.Name">CloudControlItem.Name</see> property.</returns>
    </member>
    <member name="M:DevExpress.Web.CloudControlItemCollection.FindByNameOrIndex(System.String)">
      <summary>
        <para>Returns an item object with the specified <see cref="P:DevExpress.Web.CloudControlItem.Name">CloudControlItem.Name</see> value or <see cref="P:DevExpress.Web.CollectionItem.Index">CollectionItem.Index</see> value.</para>
      </summary>
      <param name="nameOrIndex">A <see cref="T:System.String"/> value representing the name or index of the required item.</param>
      <returns>A <see cref="T:DevExpress.Web.CloudControlItem"/> object representing the found item.</returns>
    </member>
    <member name="M:DevExpress.Web.CloudControlItemCollection.IndexOfName(System.String)">
      <summary>
        <para>Searches for an item object specified by the value of its <see cref="P:DevExpress.Web.CloudControlItem.Name">CloudControlItem.Name</see> property and returns the zero-based index of the first occurrence within the item collection.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.CloudControlItem.Name">CloudControlItem.Name</see> property value of the required item.</param>
      <returns>The zero-based index of the first occurrence of the specified item within the item collection, if found; otherwise, negative one (&#0045;1).</returns>
    </member>
    <member name="P:DevExpress.Web.CloudControlItemCollection.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 name of the custom item to get.</param>
      <value>A <see cref="T:DevExpress.Web.CloudControlItem"/> object that is an item with the specified name.</value>
    </member>
    <member name="T:DevExpress.Web.CloudControlItemEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxCloudControl.ItemDataBound">ASPxCloudControl.ItemDataBound</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CloudControlItemEventArgs.#ctor(DevExpress.Web.CloudControlItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CloudControlItemEventArgs"/> class.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.CloudControlItem"/> object that represents an item currently being processed. This value is assigned to the <see cref="P:DevExpress.Web.CloudControlItemEventArgs.Item">CloudControlItemEventArgs.Item</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.CloudControlItemEventArgs.Item">
      <summary>
        <para>Gets the cloud control item currently being processed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CloudControlItem"/> object that represents an item currently being processed.</value>
    </member>
    <member name="T:DevExpress.Web.CloudControlItemEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxCloudControl.ItemDataBound">ASPxCloudControl.ItemDataBound</see> event.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.CloudControlItemEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.CloudControlStyles">
      <summary>
        <para>Contains settings that allow the <see cref="T:DevExpress.Web.ASPxCloudControl"/>‘s appearance to be defined.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CloudControlStyles.BeginEndTextStyleName">
      <summary>
        <para>For internal use only. Returns “dxccBEText”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CloudControlStyles.ControlSystemStyleName">
      <summary>
        <para>For internal use only. Returns “dxccControlSys”.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CloudControlStyles.GetMaxColor">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CloudControlStyles.GetMinColor">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CloudControlStyles.GetMinRankFontSize">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CloudControlStyles.LinkStyleName">
      <summary>
        <para>For internal use only. Returns “dxccLink”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CloudControlStyles.ValueStyleName">
      <summary>
        <para>For internal use only. Returns “dxccValue”.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.CloudFileSystemProviderBase">
      <summary>
        <para>Serves as the base class for providers that perform operations with cloud file systems.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CloudFileSystemProviderBase.#ctor(System.String)">
      <summary>
        <para>Initialize a new instance of the <see cref="T:DevExpress.Web.CloudFileSystemProviderBase"/> class with the specified root folder.</para>
      </summary>
      <param name="rootFolder">A <see cref="T:System.String"/> value that specifies the path to the root folder.</param>
    </member>
    <member name="M:DevExpress.Web.CloudFileSystemProviderBase.GetDownloadUrl(DevExpress.Web.FileManagerFile[])">
      <summary>
        <para>Override this method to implement file downloading.</para>
      </summary>
      <param name="files">A list of <see cref="T:DevExpress.Web.FileManagerFile"/> objects that are the files to download.</param>
      <returns>A <see cref="T:System.String"/> value specifying the URL of the files to download.</returns>
    </member>
    <member name="M:DevExpress.Web.CloudFileSystemProviderBase.GetPublicUrl(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Override this method to get the public URL of the uploaded file.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the uploaded file.</param>
      <returns>A <see cref="T:System.String"/> value specifying the public URL of the uploaded file.</returns>
    </member>
    <member name="M:DevExpress.Web.CloudFileSystemProviderBase.GetThumbnail(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Override this method to provide file manager <see href="https://docs.devexpress.com/AspNet/8952/components/file-management/file-manager/visual-elements/file">files</see> with custom <see href="https://docs.devexpress.com/AspNet/8959/components/file-management/file-manager/visual-elements/file/thumbnail">thumbnails</see>.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the copied file.</param>
      <returns>A <see cref="T:System.IO.Stream"/> object that is the current file’s thumbnail.</returns>
    </member>
    <member name="E:DevExpress.Web.CloudFileSystemProviderBase.RequestEvent">
      <summary>
        <para>Fires when a cloud provider sends a request to a cloud service.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.CollapseButtonImageProperties">
      <summary>
        <para>Contains settings that define the round panel <see href="https://docs.devexpress.com/AspNet/10042/components/multi-use-site-controls/roundpanel/visual-elements#collapse-button">collapse button</see> image.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CollapseButtonImageProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CollapseButtonImageProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CollapseButtonImageProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CollapseButtonImageProperties"/> 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.CollapseButtonImageProperties.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CollapseButtonImageProperties"/> class with the specified image location.</para>
      </summary>
      <param name="url">A <see cref="T:System.String"/> value that specifies the image location.</param>
    </member>
    <member name="P:DevExpress.Web.CollapseButtonImageProperties.SpriteProperties">
      <summary>
        <para>Gets the settings defining the image position within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CollapseButtonImageSpriteProperties"/> object containing image position settings.</value>
    </member>
    <member name="P:DevExpress.Web.CollapseButtonImageProperties.UrlChecked">
      <summary>
        <para>Gets or sets the URL of a <see href="https://docs.devexpress.com/AspNet/10042/components/multi-use-site-controls/roundpanel/visual-elements#collapse-button">collapse button</see> image displayed when the panel is collapsed.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the image location.</value>
    </member>
    <member name="P:DevExpress.Web.CollapseButtonImageProperties.UrlHottracked">
      <summary>
        <para>Gets or sets the URL of an image displayed when the <see href="https://docs.devexpress.com/AspNet/10042/components/multi-use-site-controls/roundpanel/visual-elements#collapse-button">collapse button</see> is hot-tracked.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the image location.</value>
    </member>
    <member name="T:DevExpress.Web.CollapseButtonImageSpriteProperties">
      <summary>
        <para>Contains settings that define different states (normal, hottracked) of a <see href="https://docs.devexpress.com/AspNet/10042/components/multi-use-site-controls/roundpanel/visual-elements#collapse-button">collapse button</see> image when it’s taken from a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CollapseButtonImageSpriteProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CollapseButtonImageSpriteProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CollapseButtonImageSpriteProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CollapseButtonImageSpriteProperties"/> 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.CollapseButtonImageSpriteProperties.HottrackedCssClass">
      <summary>
        <para>Gets or sets the name of the cascading style sheet (CSS) class that defines a hottracked state image’s position within a custom <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the name of the cascading style sheet class.</value>
    </member>
    <member name="P:DevExpress.Web.CollapseButtonImageSpriteProperties.HottrackedLeft">
      <summary>
        <para>Gets or sets a hottracked state image’s horizontal offset within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> specified via a control’s SpriteImageUrl property.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the horizontal offset of the image.</value>
    </member>
    <member name="P:DevExpress.Web.CollapseButtonImageSpriteProperties.HottrackedTop">
      <summary>
        <para>Gets or sets a hottracked state image’s vertical offset within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> specified via a control’s SpriteImageUrl property.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the vertical offset of the image.</value>
    </member>
    <member name="T:DevExpress.Web.CollapseButtonStyle">
      <summary>
        <para>Defines style settings for the <see href="https://docs.devexpress.com/AspNet/10042/components/multi-use-site-controls/roundpanel/visual-elements#collapse-button">collapse button</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CollapseButtonStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CollapseButtonStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CollapseButtonStyle.CheckedStyle">
      <summary>
        <para>Gets the style settings defining the <see href="https://docs.devexpress.com/AspNet/10042/components/multi-use-site-controls/roundpanel/visual-elements#collapse-button">collapse button</see> appearance when the panel is collapsed.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.Collection">
      <summary>
        <para>Defines the base type for collections used by DevExpress web controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Collection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Collection"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Collection.Assign(DevExpress.Utils.IAssignableCollection)">
      <summary>
        <para>Copies the items from the specified IAssignableCollection-supported object to the current object.</para>
      </summary>
      <param name="source">An IAssignableCollection-supported object whose items are assigned to the current object.</param>
    </member>
    <member name="M:DevExpress.Web.Collection.Move(System.Int32,System.Int32)">
      <summary>
        <para>Moves a specific collection item to another position within the list.</para>
      </summary>
      <param name="oldIndex">An integer value specifying the zero-based index of an item to be moved.</param>
      <param name="newIndex">An integer value specifying the zero-based destination index of the moved item.</param>
    </member>
    <member name="P:DevExpress.Web.Collection.Owner">
      <summary>
        <para>Gets the collection’s owner.</para>
      </summary>
      <value>An object that is the collection’s owner.</value>
    </member>
    <member name="M:DevExpress.Web.Collection.RemoveAt(System.Int32)">
      <summary>
        <para>Removes the collection item at the specified index location from the current collection.</para>
      </summary>
      <param name="index">The zero-based index location of the menu item to remove.</param>
    </member>
    <member name="M:DevExpress.Web.Collection.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> that represents the current <see cref="T:DevExpress.Web.Collection"/> object.</returns>
    </member>
    <member name="T:DevExpress.Web.Collection`1">
      <summary>
        <para>Represents the universal collection, which may be used as a base class for other collection classes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Collection`1.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Collection`1"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Collection`1.Add(`0)">
      <summary>
        <para>Adds the specified element to the end of the collection.</para>
      </summary>
      <param name="item">A &lt;T&gt; object to add to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.Collection`1.Add(`0[])">
      <summary>
        <para>Adds the specified elements to the end of the collection.</para>
      </summary>
      <param name="items">An array that contains zero or more &lt;T&gt; objects to add to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.Collection`1.AddRange(System.Collections.Generic.IEnumerable{`0})">
      <summary>
        <para>Adds a collection of items to the end of the collection.</para>
      </summary>
      <param name="items">A <see cref="T:System.Collections.Generic.IEnumerable`1"/> object, which is the collection of items to append to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.Collection`1.Contains(`0)">
      <summary>
        <para>Determines whether the collection contains the specified item.</para>
      </summary>
      <param name="item">A &lt;T&gt; object to find within the collection.</param>
      <returns>true if the specified item belongs to the collection; otherwise false.</returns>
    </member>
    <member name="M:DevExpress.Web.Collection`1.ConvertAll``1(System.Converter{`0,``0})">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Collection`1.CopyTo(`0[],System.Int32)">
      <summary>
        <para>Copies the items from the collection to the specified array, starting at the specified index in the array object.</para>
      </summary>
      <param name="array">A zero-based System.Array object that receives the copied items from the <see cref="T:DevExpress.Web.Collection`1"/> collection.</param>
      <param name="index">The first position in the specified System.Array object to receive the copied contents.</param>
    </member>
    <member name="M:DevExpress.Web.Collection`1.Find(System.Predicate{`0})">
      <summary>
        <para>Returns the first element that matches the conditions defined by the specified predicate.</para>
      </summary>
      <param name="match">A delegate that defines the conditions of the elements to search for.</param>
      <returns>The element that matches the conditions defined by the predicate.</returns>
    </member>
    <member name="M:DevExpress.Web.Collection`1.FindAll(System.Predicate{`0})">
      <summary>
        <para>Returns all elements that match the conditions defined by the specified predicate.</para>
      </summary>
      <param name="match">A delegate that defines the conditions of the elements to search for.</param>
      <returns>A collection of the elements that match the conditions defined by the predicate.</returns>
    </member>
    <member name="M:DevExpress.Web.Collection`1.ForEach(System.Action{`0})">
      <summary>
        <para>Performs the specified action on each element of the current collection.</para>
      </summary>
      <param name="action">The <see cref="T:System.Action`1"/> action to perform on each element of the collection.</param>
      <returns>A collection of elements that have been processed by the specified action.</returns>
    </member>
    <member name="M:DevExpress.Web.Collection`1.GetVisibleItem(System.Int32)">
      <summary>
        <para>Gets an item by its visible index.</para>
      </summary>
      <param name="index">An integer value representing the visible index of the item to be returned.</param>
      <returns>A &lt;T&gt; object which represents the required visible item.</returns>
    </member>
    <member name="M:DevExpress.Web.Collection`1.GetVisibleItemCount">
      <summary>
        <para>Returns the number of visible items in an item collection.</para>
      </summary>
      <returns>An integer value representing the number of visible items.</returns>
    </member>
    <member name="M:DevExpress.Web.Collection`1.GetVisibleItems">
      <summary>
        <para>Obtains collection items whose visibility is enabled.</para>
      </summary>
      <returns>An IEnumerable-supported object that contains the visible items of the collection.</returns>
    </member>
    <member name="M:DevExpress.Web.Collection`1.IndexOf(`0)">
      <summary>
        <para>Searches for the specified item and returns the zero-based index of its first occurrence within the collection.</para>
      </summary>
      <param name="item">A &lt;T&gt; object to find within the collection.</param>
      <returns>The zero-based index of the first occurrence of the specified item within the collection, if found; otherwise, negative one (&#0045;1).</returns>
    </member>
    <member name="M:DevExpress.Web.Collection`1.IndexOf(System.Predicate{`0})">
      <summary>
        <para>Returns the zero-based index of the first element that matches the conditions defined by the specified predicate.</para>
      </summary>
      <param name="match">A delegate that defines the conditions of the elements to search for.</param>
      <returns>The zero-based index of the first element that matches the conditions defined by the predicate.</returns>
    </member>
    <member name="M:DevExpress.Web.Collection`1.Insert(System.Int32,`0)">
      <summary>
        <para>Inserts the specified element into the collection at the specified position.</para>
      </summary>
      <param name="index">An integer value which represents the zero-based index at which the element should be inserted.</param>
      <param name="item">A &lt;T&gt; object to insert into the collection.</param>
    </member>
    <member name="P:DevExpress.Web.Collection`1.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items within the <see cref="T:DevExpress.Web.Collection`1"/>.</para>
      </summary>
      <param name="index">An integer value specifying the zero-based index of the item to be accessed.</param>
      <value>A &lt;T&gt; object representing the item located at the specified index within the collection.</value>
    </member>
    <member name="M:DevExpress.Web.Collection`1.Remove(`0)">
      <summary>
        <para>Removes the specified element from the collection.</para>
      </summary>
      <param name="item">A &lt;T&gt; object to remove from the collection.</param>
      <returns>true if the specified element is successfully removed from the collection; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.Collection`1.RemoveAll(System.Predicate{`0})">
      <summary>
        <para>Removes all items that match the conditions defined by the specified predicate from the collection.</para>
      </summary>
      <param name="match">A delegate that defines the conditions of the elements to remove.</param>
    </member>
    <member name="T:DevExpress.Web.CollectionItem">
      <summary>
        <para>Defines the base types for collection items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CollectionItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CollectionItem"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CollectionItem.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings of the specified collection item to the current one.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.CollectionItem"/> object representing the source of the operation.</param>
    </member>
    <member name="P:DevExpress.Web.CollectionItem.Collection">
      <summary>
        <para>Gets the collection to which an item belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Collection"/> object to which an item belongs.</value>
    </member>
    <member name="P:DevExpress.Web.CollectionItem.Index">
      <summary>
        <para>Gets or sets the item’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="M:DevExpress.Web.CollectionItem.ToString">
      <summary>
        <para>Returns the string that represents the current object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> that represents the current <see cref="T:DevExpress.Web.CollectionItem"/> object.</returns>
    </member>
    <member name="T:DevExpress.Web.ColorEditClientSideEvents">
      <summary>
        <para>Contains a client-side color editor’s event list.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ColorEditClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ColorEditClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ColorEditClientSideEvents.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ColorEditClientSideEvents"/> 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.ColorEditClientSideEvents.ColorChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientColorEdit.ColorChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.ColorEditItem">
      <summary>
        <para>An individual item in the <see cref="T:DevExpress.Web.ASPxColorEdit"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ColorEditItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ColorEditItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ColorEditItem.#ctor(System.Drawing.Color)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ColorEditItem"/> class with the specified color.</para>
      </summary>
      <param name="colorValue">A <see cref="T:System.Drawing.Color"/> object specifying the color.</param>
    </member>
    <member name="M:DevExpress.Web.ColorEditItem.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings from the specified item 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="P:DevExpress.Web.ColorEditItem.Color">
      <summary>
        <para>Gets or sets the item’s color in RGB format.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> object that specifies the color.</value>
    </member>
    <member name="M:DevExpress.Web.ColorEditItem.ToString">
      <summary>
        <para>Returns the textual representation of the <see cref="T:DevExpress.Web.ColorEditItem"/> object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value that is the textual representation of the item’s <see cref="P:DevExpress.Web.ColorEditItem.Color">ColorEditItem.Color</see> property value.</returns>
    </member>
    <member name="T:DevExpress.Web.ColorEditItemCollection">
      <summary>
        <para>A collection of <see cref="T:DevExpress.Web.ColorEditItem"/> objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ColorEditItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ColorEditItemCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ColorEditItemCollection.#ctor(System.Collections.ICollection)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ColorEditItemCollection"/> class and populate it with the specified collection.</para>
      </summary>
      <param name="collection">A <see cref="T:System.Collections.ICollection"/> object that is the collection to add to the newly created <see cref="T:DevExpress.Web.ColorEditItemCollection"/> collection.</param>
    </member>
    <member name="M:DevExpress.Web.ColorEditItemCollection.Add(DevExpress.Web.ColorEditItem)">
      <summary>
        <para>Adds the specified item to the collection</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.ColorEditItem"/> object that is the item to add to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.ColorEditItemCollection.Add(System.Drawing.Color)">
      <summary>
        <para>Creates a new item with the specified color and adds it to the collection.</para>
      </summary>
      <param name="colorValue">A <see cref="T:System.Drawing.Color"/> value that specifies the color of the item. This value is assigned to the <see cref="P:DevExpress.Web.ColorEditItem.Color">ColorEditItem.Color</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.ColorEditItem"/> object that is the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.ColorEditItemCollection.AddRange(System.Collections.ICollection)">
      <summary>
        <para>Adds a collection of items to the end of the <see cref="T:DevExpress.Web.ColorEditItemCollection"/>.</para>
      </summary>
      <param name="collection">A <see cref="T:System.Collections.ICollection"/> object that is the collection of items to append to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.ColorEditItemCollection.CreateDefaultItems(System.Boolean)">
      <summary>
        <para>Creates a collection of default color items within the <see cref="T:DevExpress.Web.ColorEditItemCollection"/> collection.</para>
      </summary>
      <param name="clearExistingCollection">true, to delete existing items; false, to add the default items to the collection.</param>
    </member>
    <member name="P:DevExpress.Web.ColorEditItemCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items within the <see cref="T:DevExpress.Web.ColorEditItemCollection"/>.</para>
      </summary>
      <param name="index">An integer value specifying the zero-based index of the item to be accessed.</param>
      <value>An <see cref="T:DevExpress.Web.ColorEditItem"/> object that is the item located at the specified index within the collection.</value>
    </member>
    <member name="T:DevExpress.Web.ColorEditProperties">
      <summary>
        <para>Contains settings specific to a color editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ColorEditProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ColorEditProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ColorEditProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ColorEditProperties"/> 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.ColorEditProperties.AllowNull">
      <summary>
        <para>Gets or sets a value that specifies whether a color editor allows null values to be entered.</para>
      </summary>
      <value>true if null values can be entered into the editor, otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ColorEditProperties.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.ColorEditProperties.AutomaticColor">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#automatic-color-item">automatic color item</see>‘s color in RGB format.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> object that specifies the color.</value>
    </member>
    <member name="P:DevExpress.Web.ColorEditProperties.AutomaticColorItemCaption">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#automatic-color-item">automatic color item</see>‘s caption.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item caption.</value>
    </member>
    <member name="P:DevExpress.Web.ColorEditProperties.AutomaticColorItemValue">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#automatic-color-item">automatic color item</see>‘s value.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that specifies the item value.</value>
    </member>
    <member name="P:DevExpress.Web.ColorEditProperties.CancelButtonText">
      <summary>
        <para>Gets or sets the text displayed within the Cancel button of the color edit’s <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#color-picker">color picker</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the text.</value>
    </member>
    <member name="P:DevExpress.Web.ColorEditProperties.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ColorEditProperties"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ColorEditClientSideEvents"/> object which allows assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ColorEditProperties"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ColorEditProperties.ColorIndicatorHeight">
      <summary>
        <para>Gets or sets the height of the editor’s <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#color-indicator">color indicator</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements">color indicator</see>‘s height.</value>
    </member>
    <member name="P:DevExpress.Web.ColorEditProperties.ColorIndicatorStyle">
      <summary>
        <para>Gets the style settings which define the <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#color-indicator">color indicator</see>‘s appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ColorIndicatorStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ColorEditProperties.ColorIndicatorWidth">
      <summary>
        <para>Gets or sets the width of the color editor’s <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#color-indicator">color indicator</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#color-indicator">color indicator</see>‘s width.</value>
    </member>
    <member name="P:DevExpress.Web.ColorEditProperties.ColorOnError">
      <summary>
        <para>Gets or sets a value that specifies the action to be performed after entering an invalid color value to the editor.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ColorOnError"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ColorEditProperties.ColorPickerStyle">
      <summary>
        <para>Gets the style settings defining the appearance of a color editor’s <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#color-picker">color picker</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ColorPickerStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ColorEditProperties.ColorTableCellStyle">
      <summary>
        <para>Gets the style settings which define the appearance of <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#color-table-cell">color table cells</see> .</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ColorTableCellStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ColorEditProperties.ColorTableStyle">
      <summary>
        <para>Gets the style settings which define the <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#color-table">color table</see>‘s appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ColorTableStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ColorEditProperties.ColumnCount">
      <summary>
        <para>Gets or sets the number of columns displayed in a <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#color-table">color table</see>.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value that specifies the number of columns.</value>
    </member>
    <member name="P:DevExpress.Web.ColorEditProperties.CustomColorButtonText">
      <summary>
        <para>Gets or sets the text displayed in the <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#color-table">custom color button</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the text in the Custom Color button.</value>
    </member>
    <member name="P:DevExpress.Web.ColorEditProperties.DisplayColorIndicatorHeight">
      <summary>
        <para>Gets or sets the height of a color indicator that represents a color editor’s value within a column in browse mode.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the color indicator’s height.</value>
    </member>
    <member name="P:DevExpress.Web.ColorEditProperties.DisplayColorIndicatorSpacing">
      <summary>
        <para>Gets or sets the amount of space between a color indicator and editor’s value within a column in browse mode.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.ColorEditProperties.DisplayColorIndicatorStyle">
      <summary>
        <para>Gets the style settings for a color indicator within a column in browse mode.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ColorIndicatorStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ColorEditProperties.DisplayColorIndicatorWidth">
      <summary>
        <para>Gets or sets the width of a color indicator that represents a color editor’s value within a column in browse mode.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the color indicator’s width.</value>
    </member>
    <member name="P:DevExpress.Web.ColorEditProperties.EnableAutomaticColorItem">
      <summary>
        <para>Specifies if the <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#automatic-color-item">automatic color item</see> is displayed in the color editor.</para>
      </summary>
      <value>true, if the item is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ColorEditProperties.EnableCustomColors">
      <summary>
        <para>Gets or sets whether the custom colors are available for the color editor.</para>
      </summary>
      <value>true, if the custom colors are available; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ColorEditProperties.Items">
      <summary>
        <para>Gets the collection of items displayed within the default color section of the <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#color-table">color table</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ColorEditItemCollection"/> instance that is the collection of items.</value>
    </member>
    <member name="P:DevExpress.Web.ColorEditProperties.MaxLength">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.ColorEditProperties"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ColorEditProperties.NullText">
      <summary>
        <para>Gets or sets the prompt text displayed within the editor’s input box when the editor is not focused, and its value is null.</para>
      </summary>
      <value>A string value that specifies the prompt text.</value>
    </member>
    <member name="P:DevExpress.Web.ColorEditProperties.OkButtonText">
      <summary>
        <para>Gets or sets the text displayed within the OK button of the color edit’s <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#color-picker">color picker</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the text.</value>
    </member>
    <member name="T:DevExpress.Web.ColorIndicatorStyle">
      <summary>
        <para>Contains style settings that define the appearance of the color indicator within the color editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ColorIndicatorStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ColorIndicatorStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ColorOnError">
      <summary>
        <para>Specifies the action to perform after entering an invalid color value to the editor.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ColorOnError.Null">
      <summary>
        <para>An invalid color value is replaced with a null value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ColorOnError.Undo">
      <summary>
        <para>An invalid color value is replaced with the previously defined value.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ColorPickerStyle">
      <summary>
        <para>Defines style settings for the <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#color-picker">color picker</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ColorPickerStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ColorPickerStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ColorSchemeInfo">
      <summary>
        <para>Contains settings of the custom color scheme.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ColorSchemeInfo.AddAnalyticsStyle(System.String)">
      <summary>
        <para>Registers a CSS file that contains styles for DevExpress Analytics Components (Dashboards and Reporting).</para>
      </summary>
      <param name="fileUrl">A URL that provides access to the CSS file.</param>
      <returns>A <see cref="T:DevExpress.Web.ColorSchemeInfo"/> object.</returns>
    </member>
    <member name="M:DevExpress.Web.ColorSchemeInfo.AddDevExtremeStyle(System.String)">
      <summary>
        <para>Registers a CSS file that contains styles for DevExtreme Components.</para>
      </summary>
      <param name="fileUrl">A URL that provides access to the CSS file.</param>
      <returns>A <see cref="T:DevExpress.Web.ColorSchemeInfo"/> object.</returns>
    </member>
    <member name="T:DevExpress.Web.ColorTableCellStyle">
      <summary>
        <para>Contains style settings that define the appearance of the color table’s cell within the color editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ColorTableCellStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ColorTableCellStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ColorTableCellStyle.ColorBorder">
      <summary>
        <para>Gets the border settings for the <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#color-table-cell">color table cell</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BorderWrapper"/> object which specifies the border settings.</value>
    </member>
    <member name="P:DevExpress.Web.ColorTableCellStyle.ColorBorderBottom">
      <summary>
        <para>Gets the settings of the <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#color-table-cell">color table cell</see>‘s bottom border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the bottom border settings.</value>
    </member>
    <member name="P:DevExpress.Web.ColorTableCellStyle.ColorBorderLeft">
      <summary>
        <para>Gets the settings of the <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#color-table-cell">color table cell</see>‘s left border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the left border settings.</value>
    </member>
    <member name="P:DevExpress.Web.ColorTableCellStyle.ColorBorderRight">
      <summary>
        <para>Gets the settings of the <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#color-table-cell">color table cell</see>‘s right border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the right border settings.</value>
    </member>
    <member name="P:DevExpress.Web.ColorTableCellStyle.ColorBorderTop">
      <summary>
        <para>Gets the settings of the <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#color-table-cell">color table cell</see>‘s top border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the top border settings.</value>
    </member>
    <member name="T:DevExpress.Web.ColorTableStyle">
      <summary>
        <para>Contains style settings that define the appearance of the color table within the color editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ColorTableStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ColorTableStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ColumnCommandButtonType">
      <summary>
        <para>Lists values that specify a <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command button</see>‘s type.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ColumnCommandButtonType.ApplyFilter">
      <summary>
        <para>Corresponds to the Apply command. Applies the filter specified in the <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ColumnCommandButtonType.ApplySearchPanelFilter">
      <summary>
        <para>Corresponds to the Apply command. Applies the filter specified in the <see href="https://docs.devexpress.com/AspNet/17646/components/grid-view/visual-elements/search-panel">search panel</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ColumnCommandButtonType.Cancel">
      <summary>
        <para>Corresponds to the Cancel command. Discards any changes made to the current data row and switches the ASPxGridView to browse mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ColumnCommandButtonType.ClearFilter">
      <summary>
        <para>Corresponds to the Clear command. Clears the filter expression applied to the ASPxGridView.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ColumnCommandButtonType.ClearSearchPanelFilter">
      <summary>
        <para>Corresponds to the Clear command. Clears the filter specified in the <see href="https://docs.devexpress.com/AspNet/17646/components/grid-view/visual-elements/search-panel">search panel</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ColumnCommandButtonType.CustomizationDialogApply">
      <summary>
        <para>Corresponds to the Apply command. Apply changes made in the grid’s Customization Dialog.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ColumnCommandButtonType.CustomizationDialogClose">
      <summary>
        <para>Corresponds to the Close command. Closes the Customization Dialog and discards all changes made in this dialog.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ColumnCommandButtonType.Delete">
      <summary>
        <para>Corresponds to the Delete command. Deletes the current data row.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ColumnCommandButtonType.Edit">
      <summary>
        <para>Corresponds to the Edit command. Switches the ASPxGridView to edit mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ColumnCommandButtonType.HideAdaptiveDetail">
      <summary>
        <para>Corresponds to the Hide Adaptive Detail command. Collapses the current adaptive detail row.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ColumnCommandButtonType.HidePreview">
      <summary>
        <para>Corresponds to the Hide preview command. Closes the Changes Preview mode and displays all grid rows including modified ones.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ColumnCommandButtonType.New">
      <summary>
        <para>Corresponds to the New command. Creates a new data row.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ColumnCommandButtonType.PreviewChanges">
      <summary>
        <para>Corresponds to the Preview changes command. Switches the grid to Changes Preview mode to manage the modified rows.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ColumnCommandButtonType.Recover">
      <summary>
        <para>Corresponds to the Recover command. Recovers the deleted rows.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ColumnCommandButtonType.Select">
      <summary>
        <para>Corresponds to the Select command. Selects/deselects data rows.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ColumnCommandButtonType.SelectCheckbox">
      <summary>
        <para>Corresponds to the Select command initiated via a select check box or radio button. Selects/deselects data rows.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ColumnCommandButtonType.ShowAdaptiveDetail">
      <summary>
        <para>Corresponds to the Show Adaptive Detail command. Expands the current adaptive detail row.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ColumnCommandButtonType.Update">
      <summary>
        <para>Corresponds to the Update command. Saves all the changes made to the current data row and switches the ASPxGridView to browse mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ColumnCommandButtonType.UpdateSummaries">
      <summary>
        <para>Corresponds to the Update summaries command. Updates total and group summary values.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ColumnFilterMode">
      <summary>
        <para>Lists values that specify how column values are filtered.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ColumnFilterMode.DisplayText">
      <summary>
        <para>A column’s data is filtered by the display text.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ColumnFilterMode.Value">
      <summary>
        <para>A column’s data is filtered by the edit values.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ColumnHoverStyle">
      <summary>
        <para>Defines style settings for the hovered state of <see href="https://docs.devexpress.com/AspNet/8293/components/site-navigation-and-layout/site-map-control">columns</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ColumnHoverStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ColumnHoverStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ColumnLayoutItem">
      <summary>
        <para>Serves as a base for classes that represent a <see href="https://docs.devexpress.com/AspNet/14355/components/site-navigation-and-layout/form-layout/visual-elements/layout-item">layout item</see> within the edit form of grid-like controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ColumnLayoutItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ColumnLayoutItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ColumnLayoutItem.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings from the specified node 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="P:DevExpress.Web.ColumnLayoutItem.ColumnName">
      <summary>
        <para>Gets or sets the name of a column assigned to the current item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that identifies the assigned column.</value>
    </member>
    <member name="P:DevExpress.Web.ColumnLayoutItem.Template">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.ColumnLayoutItem"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ColumnResizeMode">
      <summary>
        <para>Lists values that specify how a control behaves when an end-user resizes a column.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ColumnResizeMode.Control">
      <summary>
        <para>When a user resizes a column, the control changes its width and does not resize other columns.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.ColumnResizeMode.Disabled">
      <summary>
        <para>End-users are not allowed to resize columns.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ColumnResizeMode.NextColumn">
      <summary>
        <para>When a user resizes a column, the control changes the width of its neighbor columns. The control’s width is not changed.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.ColumnSeparatorStyle">
      <summary>
        <para>Defines style settings for <see href="https://docs.devexpress.com/AspNet/8293/components/site-navigation-and-layout/site-map-control">column separators</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ColumnSeparatorStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ColumnSeparatorStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ColumnSeparatorStyle.Paddings">
      <summary>
        <para>Gets the padding settings of a <see href="https://docs.devexpress.com/AspNet/8293/components/site-navigation-and-layout/site-map-control">column separator</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="P:DevExpress.Web.ColumnSeparatorStyle.Width">
      <summary>
        <para>Gets or sets the width of <see href="https://docs.devexpress.com/AspNet/8293/components/site-navigation-and-layout/site-map-control">column separators</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the width value.</value>
    </member>
    <member name="T:DevExpress.Web.ColumnStyle">
      <summary>
        <para>Defines style settings for <see href="https://docs.devexpress.com/AspNet/8293/components/site-navigation-and-layout/site-map-control">columns</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ColumnStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ColumnStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ColumnStyle.HoverStyle">
      <summary>
        <para>Gets the style settings which define the appearance of each <see href="https://docs.devexpress.com/AspNet/8293/components/site-navigation-and-layout/site-map-control">column</see> when the mouse pointer is hovering over it.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ColumnHoverStyle"/> object that contains the hover style settings for the site map control’s columns.</value>
    </member>
    <member name="P:DevExpress.Web.ColumnStyle.Paddings">
      <summary>
        <para>Gets column padding settings for <see cref="T:DevExpress.Web.ASPxSiteMapControl"/> and <see cref="T:DevExpress.Web.ASPxTitleIndex"/> controls.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="T:DevExpress.Web.ComboBoxClientSideEvents">
      <summary>
        <para>Contains a client-side combobox editor’s event list.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ComboBoxClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ComboBoxClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ComboBoxClientSideEvents.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ComboBoxClientSideEvents"/> 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.ComboBoxClientSideEvents.CustomHighlighting">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client <b>ASPxClientComboBox.CustomHighlighting</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ComboBoxClientSideEvents.ItemFiltering">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientComboBox.ItemFiltering</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ComboBoxClientSideEvents.SelectedIndexChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientComboBox.SelectedIndexChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.ComboBoxProperties">
      <summary>
        <para>Contains settings specific to a combobox editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ComboBoxProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ComboBoxProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ComboBoxProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ComboBoxProperties"/> 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.ComboBoxProperties.AllowNull">
      <summary>
        <para>Gets or sets a value that specifies whether the combo box allows null values to be entered.</para>
      </summary>
      <value>true, if null values can be entered into the editor, otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ComboBoxProperties.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.ComboBoxProperties.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxComboBox"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ComboBoxClientSideEvents"/> object which allows assigning handlers to the client-side events available to the editor.</value>
    </member>
    <member name="P:DevExpress.Web.ComboBoxProperties.Columns">
      <summary>
        <para>Provides access to the editor’s column collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ListBoxColumnCollection"/> object which represents the collection of columns within the editor.</value>
    </member>
    <member name="P:DevExpress.Web.ComboBoxProperties.DropDownStyle">
      <summary>
        <para>Gets or sets a value that specifies the manner in which end users can change the edit value of the dropdown list editor.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.DropDownStyle"/> enumeration values.</value>
    </member>
    <member name="E:DevExpress.Web.ComboBoxProperties.ItemRequestedByValue">
      <summary>
        <para>Handle this event to implement retrieval of an item by its value.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.ComboBoxProperties.ItemsRequestedByFilterCondition">
      <summary>
        <para>Enables you to implement custom selection of the requested items by the filter conditions.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ComboBoxProperties.Native">
      <summary>
        <para>Gets or sets a value specifying whether a combo box editor is rendered as a native HTML dropdown list element.</para>
      </summary>
      <value>true if a combo box control is rendered as a standard HTML dropdown list; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ComboBoxProperties.NullValueItemDisplayText">
      <summary>
        <para>Gets or sets the display text for the item whose value is null.</para>
      </summary>
      <value>A string value that specifies the text displayed within the item whose value is null.</value>
    </member>
    <member name="P:DevExpress.Web.ComboBoxProperties.ShowImageInEditBox">
      <summary>
        <para>Gets or sets whether the image should be displayed within an editor’s edit box.</para>
      </summary>
      <value>true if the image is allowed to be displayed within an edit box; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ComboBoxProperties.ValueType">
      <summary>
        <para>Gets the data type of the editor’s values.</para>
      </summary>
      <value>A <see cref="T:System.Type"/> object that represents the type of values.</value>
    </member>
    <member name="T:DevExpress.Web.CommandLayoutItem">
      <summary>
        <para>The base class for the <see cref="T:DevExpress.Web.CardViewCommandLayoutItem"/> and <see cref="T:DevExpress.Web.EditModeCommandLayoutItem"/> classes.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CommandLayoutItem.Name">
      <summary>
        <para>Specifies the command item name.</para>
      </summary>
      <value>The command item name.</value>
    </member>
    <member name="T:DevExpress.Web.CompressionConfigurationSection">
      <summary>
        <para>Provides programmatic access to the DevExpress compression configuration-file section.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CompressionConfigurationSection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CompressionConfigurationSection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CompressionConfigurationSection.EnableCallbackCompression">
      <summary>
        <para>Gets or sets the value of the <see href="https://docs.devexpress.com/AspNet/6912/common-concepts/webconfig-modifications/webconfig-options/callback-compression">Callback Compression</see> configuration option.</para>
      </summary>
      <value>true if the option is enabled; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Web.CompressionConfigurationSection.EnableCallbackCompressionAttribute">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CompressionConfigurationSection.EnableHtmlCompression">
      <summary>
        <para>Gets or sets the value of the <see href="https://docs.devexpress.com/AspNet/6917/common-concepts/webconfig-modifications/webconfig-options/page-html-compression">Page HTML Compression</see> configuration option.</para>
      </summary>
      <value>true if the option is enabled; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Web.CompressionConfigurationSection.EnableHtmlCompressionAttribute">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CompressionConfigurationSection.EnableResourceCompression">
      <summary>
        <para>Gets or sets the value of the <see href="https://docs.devexpress.com/AspNet/6913/common-concepts/webconfig-modifications/webconfig-options/resource-compression">Resource Compression</see> configuration option.</para>
      </summary>
      <value>true if the option is enabled; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Web.CompressionConfigurationSection.EnableResourceCompressionAttribute">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.CompressionConfigurationSection.EnableResourceMerging">
      <summary>
        <para>Gets or sets the value of the <see href="https://docs.devexpress.com/AspNet/6911/common-concepts/webconfig-modifications/webconfig-options/resource-merging">Resource Merging</see> configuration option.</para>
      </summary>
      <value>true if the option is enabled; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Web.CompressionConfigurationSection.EnableResourceMergingAttribute">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CompressionConfigurationSection.Get">
      <summary>
        <para>Returns an object that provides programmatic access to the DevExpress compression configuration-file section.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.CompressionConfigurationSection"/> object representing the related configuration section.</returns>
    </member>
    <member name="T:DevExpress.Web.ContentControl">
      <summary>
        <para>A container that stores the tabbed page contents. This class supports the internal infrastructure of DevExpress control hierarchy realization and is mostly used to create the tabbed page contents declaratively, in ASP.NET markup (see a <see cref="T:DevExpress.Web.ASPxPageControl">sample for ASPxPageControl</see>). To create the tabbed page contents at run-time (in code-behind files), use the <see cref="P:DevExpress.Web.ContentControlCollectionItem.Controls">ContentControlCollectionItem.Controls</see> collection of a tabbed page (see a <see cref="T:DevExpress.Web.ASPxPageControl">sample for ASPxPageControl</see>).</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ContentControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ContentControl"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ContentControl.HasControls">
      <summary>
        <para>Returns a value that indicates whether a control has child controls.</para>
      </summary>
      <returns>true if a control has child controls; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Web.ContentControl.ID">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ContentControl.SupportsDisabledAttribute">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ContentControl.Visible">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ContentControlCollectionItem">
      <summary>
        <para>Defines the base type for collection item objects which can contain child controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ContentControlCollectionItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ContentControlCollectionItem"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ContentControlCollectionItem.Controls">
      <summary>
        <para>Gets a collection that contains child controls representing the current object’s content.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.ControlCollection"/> object representing the collection of child controls.</value>
    </member>
    <member name="T:DevExpress.Web.ContentPlaceholderLayoutItem">
      <summary>
        <para>Serves as a base for layout item classes in <see cref="T:DevExpress.Web.ASPxGridView"/> and <see cref="T:DevExpress.Web.ASPxCardView"/> controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ContentPlaceholderLayoutItem.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings of 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="P:DevExpress.Web.ContentPlaceholderLayoutItem.ClientVisible">
      <summary>
        <para>Specifies the menu item’s initial visibility state on the client.</para>
      </summary>
      <value>true to make an item initially displayed on the client; false to render the item into the control, but make it initially hidden on the client side.</value>
    </member>
    <member name="T:DevExpress.Web.ContentStyle">
      <summary>
        <para>Defines style settings for the client region of the active <see href="https://docs.devexpress.com/AspNet/10034/components/site-navigation-and-layout/page-control-and-tab-control/visual-elements">tab</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ContentStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ContentStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ControlRenderMode">
      <summary>
        <para>Specifies whether the control is rendered by using semantic or classic render mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlRenderMode.Classic">
      <summary>
        <para>Specifies that the control is rendered using the table elements.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlRenderMode.Lightweight">
      <summary>
        <para>Specifies that the control is rendered using the div, ul, li and span elements.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ControlResolveEventArgs">
      <summary>
        <para>Provides data for events that relate to resolving objects that can’t be found automatically.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ControlResolveEventArgs.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ControlResolveEventArgs"/> class with the specified setting.</para>
      </summary>
      <param name="controlID">A string value representing the associated control’s identifier.</param>
    </member>
    <member name="P:DevExpress.Web.ControlResolveEventArgs.ControlID">
      <summary>
        <para>Gets the <see cref="P:System.Web.UI.Control.ID"/> value of a control that should be resolved.</para>
      </summary>
      <value>A string value representing the programmatic identifier of the required conrol.</value>
    </member>
    <member name="P:DevExpress.Web.ControlResolveEventArgs.ResolvedControl">
      <summary>
        <para>Gets or sets the control relating to the event.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.Control"/> object representing the required control.</value>
    </member>
    <member name="T:DevExpress.Web.ControlType">
      <summary>
        <para>Lists values that specify the control type.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxBinaryImage">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxBinaryImage"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxButton">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxButton"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxButtonEdit">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxButtonEdit"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxCalendar">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxCalendar"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxCallback">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxCallback"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxCallbackPanel">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxCallbackPanel"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxCaptcha">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxCaptcha"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxCheckBox">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxCheckBox"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxCheckBoxList">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxCheckBoxList"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxCloudControl">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxCloudControl"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxColorEdit">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxColorEdit"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxComboBox">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxComboBox"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxDataView">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxDataView"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxDateEdit">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxDateEdit"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxDocking">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxDockManager"/>, <see cref="T:DevExpress.Web.ASPxDockPanel"/>, and <see cref="T:DevExpress.Web.ASPxDockZone"/> controls.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxDropDownEdit">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxDropDownEdit"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxFileManager">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxFileManager"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxFloatingActionButton">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxFloatingActionButton"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxFormLayout">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxFormLayout"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxGlobalEvents">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxGlobalEvents"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxGridLookup">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxGridLookup"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxHiddenField">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxHiddenField"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxHint">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxHint"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxHyperLink">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxHyperLink"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxImage">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxImage"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxImageGallery">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxImageGallery"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxImageSlider">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxImageSlider"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxImageZoom">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxImageZoom"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxImageZoomNavigator">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxImageZoomNavigator"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxLabel">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxLabel"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxListBox">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxListBox"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxLoadingPanel">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxLoadingPanel"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxMemo">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxMemo"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxMenu">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxMenu"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxNavBar">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxNavBar"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxNewsControl">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxNewsControl"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxObjectContainer">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxObjectContainer"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxPager">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxPager"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxPanel">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxPanel"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxPopupControl">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxPopupControl"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxPopupMenu">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxPopupMenu"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxProgressBar">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxProgressBar"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxRadioButton">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxRadioButton"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxRadioButtonList">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxRadioButtonList"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxRatingControl">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxRatingControl"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxRibbon">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxRibbon"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxRoundPanel">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxRoundPanel"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxSpinEdit">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxSpinEdit"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxSplitter">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxSplitter"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxTabControl">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxTabControl"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxTextBox">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxTextBox"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxTimeEdit">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxTimeEdit"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxTimer">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxTimer"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxTitleIndex">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxTitleIndex"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxTokenBox">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxTokenBox"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxTrackBar">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxTrackBar"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxTreeView">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxTreeView"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxUploadControl">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxUploadControl"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.ASPxValidationSummary">
      <summary>
        <para>Identifies the <see cref="T:DevExpress.Web.ASPxValidationSummary"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ControlType.None">
      <summary>
        <para>No one control is specified.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.CustomButtonsPosition">
      <summary>
        <para>Lists values specifying the position of custom control buttons.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CustomButtonsPosition.Far">
      <summary>
        <para>Custom control buttons are displayed far from the input element (after default buttons).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.CustomButtonsPosition.Near">
      <summary>
        <para>Custom control buttons are displayed near the input element (before default buttons).</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.CustomColorSchemes">
      <summary>
        <para>Contains members used to create a new theme with custom CSS files.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CustomColorSchemes.Configure(System.String)">
      <summary>
        <para>Configures a custom color scheme.</para>
      </summary>
      <param name="colorSchemeName">A <see cref="T:System.String"/> object that is a color scheme name.</param>
      <returns>A <see cref="T:DevExpress.Web.ColorSchemeInfo"/> object.</returns>
    </member>
    <member name="F:DevExpress.Web.CustomColorSchemes.customColorScheme">
      <summary>
        <para>A custom color scheme name.</para>
      </summary>
      <value />
    </member>
    <member name="T:DevExpress.Web.CustomColumnSortEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.CustomColumnSort">ASPxGridView.CustomColumnSort</see> and <see cref="E:DevExpress.Web.ASPxGridView.CustomColumnGroup">ASPxGridView.CustomColumnGroup</see> events.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CustomColumnSortEventArgs.#ctor(DevExpress.Web.GridViewDataColumn,System.Object,System.Object,DevExpress.Data.ColumnSortOrder)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CustomColumnSortEventArgs"/> class.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewDataColumn"/> descendant that represents the column that contains the values to compare. This value is assigned to the <see cref="P:DevExpress.Web.CustomColumnSortEventArgs.Column">CustomColumnSortEventArgs.Column</see> property.</param>
      <param name="value1">An object that represents the first of the two values being compared. This value is assigned to the <see cref="P:DevExpress.Web.GridCustomColumnSortEventArgs.Value1">GridCustomColumnSortEventArgs.Value1</see> property.</param>
      <param name="value2">An object that represents the second of the two values being compared. This value is assigned to the <see cref="P:DevExpress.Web.GridCustomColumnSortEventArgs.Value2">GridCustomColumnSortEventArgs.Value2</see> property.</param>
      <param name="sortOrder">A <see cref="T:DevExpress.Data.ColumnSortOrder"/> value that specifies the sort order applied to the specified column. This value is assigned to the <see cref="P:DevExpress.Web.GridCustomColumnSortEventArgs.SortOrder">GridCustomColumnSortEventArgs.SortOrder</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.CustomColumnSortEventArgs.Column">
      <summary>
        <para>Gets the column whose values are being compared.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewDataColumn"/> descendant that represents the column that contains the values to compare.</value>
    </member>
    <member name="T:DevExpress.Web.CustomDataCallbackEventArgs">
      <summary>
        <para>Provides data for the control’s CustomDataCallback event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CustomDataCallbackEventArgs.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CustomDataCallbackEventArgs"/> class.</para>
      </summary>
      <param name="parameter">A string value that represents any information that needs to be sent to the server side for further processing.</param>
    </member>
    <member name="P:DevExpress.Web.CustomDataCallbackEventArgs.Result">
      <summary>
        <para>Gets or sets a string that contains specific information (if any) that needs to be passed to the client side for further processing.</para>
      </summary>
      <value>A string value that represents any information that needs to be sent to the client-side CustomDataCallback event.</value>
    </member>
    <member name="T:DevExpress.Web.CustomDataCallbackEventHandler">
      <summary>
        <para>A method that will handle the CustomDataCallback client-side events of a web control.</para>
      </summary>
      <param name="sender">An object representing the event source. Identifies the control that raised the event.</param>
      <param name="e">An <see cref="T:DevExpress.Web.CustomDataCallbackEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.CustomFilterExpressionDisplayTextEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridBase.CustomFilterExpressionDisplayText">ASPxGridBase.CustomFilterExpressionDisplayText</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CustomFilterExpressionDisplayTextEventArgs.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CustomFilterExpressionDisplayTextEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="filterExpression">A string value that contains the applied filter criteria’s text representation.</param>
      <param name="displayText">A string that specifies the filter expression displayed within the filter bar.</param>
      <param name="tooltip">A string that specifies the tooltip text.</param>
    </member>
    <member name="M:DevExpress.Web.CustomFilterExpressionDisplayTextEventArgs.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CustomFilterExpressionDisplayTextEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="filterExpression">A string value that contains the applied filter criteria’s text representation.</param>
      <param name="displayText">A string that specifies the filter expression displayed within the filter bar.</param>
    </member>
    <member name="P:DevExpress.Web.CustomFilterExpressionDisplayTextEventArgs.Criteria">
      <summary>
        <para>Gets the applied 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.CustomFilterExpressionDisplayTextEventArgs.DisplayText">
      <summary>
        <para>Gets or sets the filter expression displayed within the filter bar, representing the applied filter criteria.</para>
      </summary>
      <value>A string that specifies the filter expression displayed within the filter bar.</value>
    </member>
    <member name="P:DevExpress.Web.CustomFilterExpressionDisplayTextEventArgs.EncodeHtml">
      <summary>
        <para>Gets or sets a value that specifies whether the filter expression displayed within the <see href="https://docs.devexpress.com/AspNet/5139/components/grid-view/visual-elements/filter-bar">filter bar</see> keeps any of its values that are HTML as HTML, or instead, strips out the HTML markers.</para>
      </summary>
      <value>true if the HTML code contained within the <see cref="P:DevExpress.Web.CustomFilterExpressionDisplayTextEventArgs.DisplayText">CustomFilterExpressionDisplayTextEventArgs.DisplayText</see> property value is not executed and is converted into the corresponding text for display purposes, false if the property value can contain pure HTML code.</value>
    </member>
    <member name="P:DevExpress.Web.CustomFilterExpressionDisplayTextEventArgs.FilterExpression">
      <summary>
        <para>Gets the text representation of the applied filter criteria, which can be obtained via the <see cref="P:DevExpress.Web.CustomFilterExpressionDisplayTextEventArgs.Criteria">CustomFilterExpressionDisplayTextEventArgs.Criteria</see> property.</para>
      </summary>
      <value>A string value that contains the applied filter criteria’s text representation.</value>
    </member>
    <member name="P:DevExpress.Web.CustomFilterExpressionDisplayTextEventArgs.Tooltip">
      <summary>
        <para>Gets or sets the tooltip text.</para>
      </summary>
      <value>A string value that specifies the text of the tooltip.</value>
    </member>
    <member name="T:DevExpress.Web.CustomFilterExpressionDisplayTextEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridBase.CustomFilterExpressionDisplayText">ASPxGridBase.CustomFilterExpressionDisplayText</see> event.</para>
      </summary>
      <param name="sender">An object representing the event source. Identifies the grid control that raised the event.</param>
      <param name="e">An <see cref="T:DevExpress.Web.CustomFilterExpressionDisplayTextEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.CustomJSPropertiesEventArgs">
      <summary>
        <para>Provides data for the client CustomJSProperties events.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CustomJSPropertiesEventArgs.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CustomJSPropertiesEventArgs"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.CustomJSPropertiesEventArgs.#ctor(System.Collections.Generic.Dictionary{System.String,System.Object})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.CustomJSPropertiesEventArgs"/> class with the specified temporary client properties.</para>
      </summary>
      <param name="properties">The collection of property names and values. This value initializes the <see cref="P:DevExpress.Web.CustomJSPropertiesEventArgs.Properties">CustomJSPropertiesEventArgs.Properties</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.CustomJSPropertiesEventArgs.Properties">
      <summary>
        <para>Gets a collection of temporary client properties.</para>
      </summary>
      <value>The collection of property names and values.</value>
    </member>
    <member name="T:DevExpress.Web.CustomJSPropertiesEventHandler">
      <summary>
        <para>A method that will handle CustomJSProperties events.</para>
      </summary>
      <param name="sender">An object representing the event source. Identifies the web control that raised the event.</param>
      <param name="e">An <see cref="T:DevExpress.Web.CustomJSPropertiesEventArgs"/> object that contains event data.</param>
    </member>
    <member name="N:DevExpress.Web.Data">
      <summary>
        <para>Contains classes implementing the common data management functionality for DevExpress Web controls (e.g. ASPxGridView).</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Data.ASPxDataBaseUpdatedEventArgs">
      <summary>
        <para>Serves as a base for classes that provide data for data management events.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Data.ASPxDataBaseUpdatedEventArgs.#ctor(System.Int32,System.Exception)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Data.ASPxDataBaseUpdatedEventArgs"/> class.</para>
      </summary>
      <param name="affectedRecords">An integer value that specifies the number of records affected by the update operation. This value is assigned to the <see cref="P:DevExpress.Web.Data.ASPxDataBaseUpdatedEventArgs.AffectedRecords">ASPxDataBaseUpdatedEventArgs.AffectedRecords</see> property.</param>
      <param name="exception">A <see cref="T:System.Exception"/> object that represents the exception that was raised during the update operation. This value is assigned to the <see cref="P:DevExpress.Web.Data.ASPxDataBaseUpdatedEventArgs.Exception">ASPxDataBaseUpdatedEventArgs.Exception</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.Data.ASPxDataBaseUpdatedEventArgs.AffectedRecords">
      <summary>
        <para>Gets the number of records affected by the update operation.</para>
      </summary>
      <value>An integer value that specifies the number of records affected by the update operation.</value>
    </member>
    <member name="P:DevExpress.Web.Data.ASPxDataBaseUpdatedEventArgs.Exception">
      <summary>
        <para>Gets the exception (if any) that was raised during the update operation.</para>
      </summary>
      <value>A <see cref="T:System.Exception"/> object that represents the exception that was raised during the update operation. null (Nothing in Visual Basic) if no exceptions were raised.</value>
    </member>
    <member name="P:DevExpress.Web.Data.ASPxDataBaseUpdatedEventArgs.ExceptionHandled">
      <summary>
        <para>Gets or sets whether an exception raised during the update operation was handled in the event handler.</para>
      </summary>
      <value>true if the exception was handled in the event handler; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.Data.ASPxDataBatchUpdateEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridBase.BatchUpdate">ASPxGridBase.BatchUpdate</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Data.ASPxDataBatchUpdateEventArgs.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Data.ASPxDataBatchUpdateEventArgs"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Data.ASPxDataBatchUpdateEventArgs.DeleteValues">
      <summary>
        <para>Returns a list of deleted values.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.List`1"/>&lt;<see cref="T:DevExpress.Web.Data.ASPxDataDeleteValues"/>,&gt; object containing a list of deleted values.</value>
    </member>
    <member name="P:DevExpress.Web.Data.ASPxDataBatchUpdateEventArgs.Handled">
      <summary>
        <para>Specifies whether the <see cref="E:DevExpress.Web.ASPxGridBase.BatchUpdate">ASPxGridBase.BatchUpdate</see> event is handled.</para>
      </summary>
      <value>true, if the event is handled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Data.ASPxDataBatchUpdateEventArgs.InsertValues">
      <summary>
        <para>Returns a list of inserted values.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.List`1"/>&lt;<see cref="T:DevExpress.Web.Data.ASPxDataInsertValues"/>,&gt; object containing a list of inserted values.</value>
    </member>
    <member name="P:DevExpress.Web.Data.ASPxDataBatchUpdateEventArgs.UpdateValues">
      <summary>
        <para>Returns a list of updated values.</para>
      </summary>
      <value>A List &lt;<see cref="T:DevExpress.Web.Data.ASPxDataUpdateValues"/>&gt; object containing a list of updated values.</value>
    </member>
    <member name="T:DevExpress.Web.Data.ASPxDataBatchUpdateEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridBase.BatchUpdate">ASPxGridBase.BatchUpdate</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.Data.ASPxDataBatchUpdateEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Data.ASPxDataDeletedEventArgs">
      <summary>
        <para>Provides data for events that fire after an item is deleted.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Data.ASPxDataDeletedEventArgs.#ctor(System.Int32,System.Exception,DevExpress.Web.Data.ASPxDataDeletingEventArgs)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Data.ASPxDataDeletedEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="affectedRecords">An integer value that specifies the number of records affected by the delete operation. This value is assigned to the <see cref="P:DevExpress.Web.Data.ASPxDataBaseUpdatedEventArgs.AffectedRecords">ASPxDataBaseUpdatedEventArgs.AffectedRecords</see> property.</param>
      <param name="exception">A <see cref="T:System.Exception"/> object that represents the exception that was raised during the delete operation. This value is assigned to the <see cref="P:DevExpress.Web.Data.ASPxDataBaseUpdatedEventArgs.Exception">ASPxDataBaseUpdatedEventArgs.Exception</see> property.</param>
      <param name="deletingArgs">The <see cref="T:DevExpress.Web.Data.ASPxDataDeletingEventArgs"/> object.</param>
    </member>
    <member name="M:DevExpress.Web.Data.ASPxDataDeletedEventArgs.#ctor(System.Int32,System.Exception)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Data.ASPxDataDeletedEventArgs"/> class.</para>
      </summary>
      <param name="affectedRecords">An integer value that specifies the number of records affected by the delete operation. This value is assigned to the <see cref="P:DevExpress.Web.Data.ASPxDataBaseUpdatedEventArgs.AffectedRecords">ASPxDataBaseUpdatedEventArgs.AffectedRecords</see> property.</param>
      <param name="exception">A <see cref="T:System.Exception"/> object representing the exception that was raised during the delete operation. This value is assigned to the <see cref="P:DevExpress.Web.Data.ASPxDataBaseUpdatedEventArgs.Exception">ASPxDataBaseUpdatedEventArgs.Exception</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.Data.ASPxDataDeletedEventArgs.Keys">
      <summary>
        <para>Gets a dictionary of field name/value pairs that specify the primary key of the item to delete.</para>
      </summary>
      <value>A dictionary object.</value>
    </member>
    <member name="P:DevExpress.Web.Data.ASPxDataDeletedEventArgs.Values">
      <summary>
        <para>Gets a dictionary of the non-key field name/value pairs for the item to be deleted.</para>
      </summary>
      <value>A dictionary object.</value>
    </member>
    <member name="T:DevExpress.Web.Data.ASPxDataDeletedEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.RowDeleted">ASPxGridView.RowDeleted</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.Data.ASPxDataDeletedEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Data.ASPxDataDeleteValues">
      <summary>
        <para>An object containing information about deleted grid values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Data.ASPxDataDeleteValues.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Data.ASPxDataDeleteValues"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Data.ASPxDataDeleteValues.Keys">
      <summary>
        <para>Gets a collection of grid key values that correspond to the deleted rows.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Specialized.OrderedDictionary"/> object containing a collection of key values.</value>
    </member>
    <member name="P:DevExpress.Web.Data.ASPxDataDeleteValues.Values">
      <summary>
        <para>Gets a collection of values that have been deleted from the grid.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Specialized.OrderedDictionary"/> object containing a deleted rows’ values.</value>
    </member>
    <member name="T:DevExpress.Web.Data.ASPxDataDeletingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.RowDeleting">ASPxGridView.RowDeleting</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Data.ASPxDataDeletingEventArgs.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Data.ASPxDataDeletingEventArgs"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Data.ASPxDataDeletingEventArgs.#ctor(DevExpress.Web.Data.ASPxDataDeleteValues)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Data.ASPxDataDeletingEventArgs"/> class.</para>
      </summary>
      <param name="delValues">An <see cref="T:DevExpress.Web.Data.ASPxDataDeleteValues"/> object containing a list of deleted values.</param>
    </member>
    <member name="P:DevExpress.Web.Data.ASPxDataDeletingEventArgs.Keys">
      <summary>
        <para>Gets a dictionary of field name/value pairs that represent the primary key of the row to delete.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Specialized.OrderedDictionary"/> object that contains field name/value pairs that represent the primary key of the row to be deleted.</value>
    </member>
    <member name="P:DevExpress.Web.Data.ASPxDataDeletingEventArgs.Values">
      <summary>
        <para>Gets a dictionary of the non-key field name/value pairs for the row to delete.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Specialized.OrderedDictionary"/> object that contains a dictionary of the non-key field name/value pairs for the row to delete.</value>
    </member>
    <member name="T:DevExpress.Web.Data.ASPxDataDeletingEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.RowDeleting">ASPxGridView.RowDeleting</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.Data.ASPxDataDeletingEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Data.ASPxDataInitNewRowEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.InitNewRow">ASPxGridView.InitNewRow</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Data.ASPxDataInitNewRowEventArgs.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Data.ASPxDataInitNewRowEventArgs"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Data.ASPxDataInitNewRowEventArgs.NewValues">
      <summary>
        <para>Gets a dictionary that contains the new field name/value pairs for the new row.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Specialized.OrderedDictionary"/> object that contains a dictionary of the new field name/value pairs for the new row.</value>
    </member>
    <member name="T:DevExpress.Web.Data.ASPxDataInitNewRowEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.InitNewRow">ASPxGridView.InitNewRow</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.Data.ASPxDataInitNewRowEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Data.ASPxDataInsertedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.RowInserted">ASPxGridView.RowInserted</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Data.ASPxDataInsertedEventArgs.#ctor(System.Int32,System.Exception,System.Collections.Specialized.OrderedDictionary)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Data.ASPxDataInsertedEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="affectedRecords">An integer value that specifies the number of records affected by the insert operation. This value is assigned to the <see cref="P:DevExpress.Web.Data.ASPxDataBaseUpdatedEventArgs.AffectedRecords">ASPxDataBaseUpdatedEventArgs.AffectedRecords</see> property.</param>
      <param name="exception">A <see cref="T:System.Exception"/> object that represents the exception that was raised during the insert operation. This value is assigned to the <see cref="P:DevExpress.Web.Data.ASPxDataBaseUpdatedEventArgs.Exception">ASPxDataBaseUpdatedEventArgs.Exception</see> property.</param>
      <param name="values">A <see cref="T:System.Collections.Specialized.OrderedDictionary"/> object that represents a collection of key/value pairs.</param>
    </member>
    <member name="M:DevExpress.Web.Data.ASPxDataInsertedEventArgs.#ctor(System.Int32,System.Exception)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Data.ASPxDataInsertedEventArgs"/> class.</para>
      </summary>
      <param name="affectedRecords">An integer value that specifies the number of records affected by the insert operation. This value is assigned to the <see cref="P:DevExpress.Web.Data.ASPxDataBaseUpdatedEventArgs.AffectedRecords">ASPxDataBaseUpdatedEventArgs.AffectedRecords</see> property.</param>
      <param name="exception">A <see cref="T:System.Exception"/> object that represents the exception that was raised during the insert operation. This value is assigned to the <see cref="P:DevExpress.Web.Data.ASPxDataBaseUpdatedEventArgs.Exception">ASPxDataBaseUpdatedEventArgs.Exception</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.Data.ASPxDataInsertedEventArgs.NewValues">
      <summary>
        <para>Gets a dictionary that contains the values of the non-key field name/value pairs in the row to be inserted.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Specialized.OrderedDictionary"/> object that contains the values of the non-key field name/value pairs in the row to be inserted.</value>
    </member>
    <member name="T:DevExpress.Web.Data.ASPxDataInsertedEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.RowInserted">ASPxGridView.RowInserted</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.Data.ASPxDataInsertedEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Data.ASPxDataInsertingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.RowInserting">ASPxGridView.RowInserting</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Data.ASPxDataInsertingEventArgs.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Data.ASPxDataInsertingEventArgs"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Data.ASPxDataInsertingEventArgs.#ctor(DevExpress.Web.Data.ASPxDataInsertValues)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Data.ASPxDataInsertingEventArgs"/> class.</para>
      </summary>
      <param name="insertValues">An <see cref="T:DevExpress.Web.Data.ASPxDataInsertValues"/> object containing a list of inserted values.</param>
    </member>
    <member name="P:DevExpress.Web.Data.ASPxDataInsertingEventArgs.NewValues">
      <summary>
        <para>Gets a dictionary that contains the new field name/value pairs for the row to be inserted.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Specialized.OrderedDictionary"/> object that contains a dictionary of the new field name/value pairs for the row to be inserted.</value>
    </member>
    <member name="T:DevExpress.Web.Data.ASPxDataInsertingEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.RowInserting">ASPxGridView.RowInserting</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.Data.ASPxDataInsertingEventArgs"/>  object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Data.ASPxDataInsertValues">
      <summary>
        <para>An object containing information about inserted grid values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Data.ASPxDataInsertValues.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Data.ASPxDataInsertValues"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Data.ASPxDataInsertValues.NewValues">
      <summary>
        <para>Gets a collection of values that have been added to the grid.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Specialized.OrderedDictionary"/> object containing a collection of new values.</value>
    </member>
    <member name="T:DevExpress.Web.Data.ASPxDataUpdatedEventArgs">
      <summary>
        <para>Provides data for events that fire after an item’s data is updated.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Data.ASPxDataUpdatedEventArgs.#ctor(System.Int32,System.Exception,DevExpress.Web.Data.ASPxDataUpdatingEventArgs)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Data.ASPxDataUpdatedEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="affectedRecords">An integer value that specifies the number of records affected by the update operation. This value is assigned to the <see cref="P:DevExpress.Web.Data.ASPxDataBaseUpdatedEventArgs.AffectedRecords">ASPxDataBaseUpdatedEventArgs.AffectedRecords</see> property.</param>
      <param name="exception">A <see cref="T:System.Exception"/> object that represents the exception that was raised during the update operation. This value is assigned to the <see cref="P:DevExpress.Web.Data.ASPxDataBaseUpdatedEventArgs.Exception">ASPxDataBaseUpdatedEventArgs.Exception</see> property.</param>
      <param name="updatingArgs">The <see cref="T:DevExpress.Web.Data.ASPxDataUpdatingEventArgs"/> object.</param>
    </member>
    <member name="M:DevExpress.Web.Data.ASPxDataUpdatedEventArgs.#ctor(System.Int32,System.Exception)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Data.ASPxDataUpdatedEventArgs"/> class.</para>
      </summary>
      <param name="affectedRecords">An integer value that specifies the number of records affected by the update operation. This value is assigned to the <see cref="P:DevExpress.Web.Data.ASPxDataBaseUpdatedEventArgs.AffectedRecords">ASPxDataBaseUpdatedEventArgs.AffectedRecords</see> property.</param>
      <param name="exception">A <see cref="T:System.Exception"/> object that represents the exception that was raised during the update operation. This value is assigned to the <see cref="P:DevExpress.Web.Data.ASPxDataBaseUpdatedEventArgs.Exception">ASPxDataBaseUpdatedEventArgs.Exception</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.Data.ASPxDataUpdatedEventArgs.Keys">
      <summary>
        <para>Gets a dictionary of field name/value pairs that specify the primary key of the item to update.</para>
      </summary>
      <value>A dictionary object.</value>
    </member>
    <member name="P:DevExpress.Web.Data.ASPxDataUpdatedEventArgs.NewValues">
      <summary>
        <para>Gets a dictionary that contains the updated values of the non-key field name/value pairs in the item.</para>
      </summary>
      <value>A dictionary object.</value>
    </member>
    <member name="P:DevExpress.Web.Data.ASPxDataUpdatedEventArgs.OldValues">
      <summary>
        <para>Gets a dictionary that contains the original field name/value pairs for the updated records.</para>
      </summary>
      <value>A dictionary object.</value>
    </member>
    <member name="T:DevExpress.Web.Data.ASPxDataUpdatedEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.RowUpdated">ASPxGridView.RowUpdated</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.Data.ASPxDataUpdatedEventArgs"/>  object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Data.ASPxDataUpdateValues">
      <summary>
        <para>An object containing information about updated grid values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Data.ASPxDataUpdateValues.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Data.ASPxDataUpdateValues"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Data.ASPxDataUpdateValues.Keys">
      <summary>
        <para>Gets a collection of grid key values that correspond to the updated rows.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Specialized.OrderedDictionary"/> object containing a collection of key values.</value>
    </member>
    <member name="P:DevExpress.Web.Data.ASPxDataUpdateValues.NewValues">
      <summary>
        <para>Gets a collection of new values corresponding to rows that have been updated in the grid.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Specialized.OrderedDictionary"/> object containing a collection of new values.</value>
    </member>
    <member name="P:DevExpress.Web.Data.ASPxDataUpdateValues.OldValues">
      <summary>
        <para>Gets a collection of old values that have been updated in the grid.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Specialized.OrderedDictionary"/> object containing a collection of old values.</value>
    </member>
    <member name="T:DevExpress.Web.Data.ASPxDataUpdatingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.RowUpdating">ASPxGridView.RowUpdating</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Data.ASPxDataUpdatingEventArgs.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Data.ASPxDataUpdatingEventArgs"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Data.ASPxDataUpdatingEventArgs.#ctor(DevExpress.Web.Data.ASPxDataUpdateValues)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Data.ASPxDataUpdatingEventArgs"/> class.</para>
      </summary>
      <param name="updValues">An <see cref="T:DevExpress.Web.Data.ASPxDataUpdateValues"/> object containing a list of updated values.</param>
    </member>
    <member name="P:DevExpress.Web.Data.ASPxDataUpdatingEventArgs.Keys">
      <summary>
        <para>Gets a dictionary of field name/value pairs that represent the primary key of the row to update.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Specialized.OrderedDictionary"/> object that contains field name/value pairs that represent the primary key of the row to be updated.</value>
    </member>
    <member name="P:DevExpress.Web.Data.ASPxDataUpdatingEventArgs.NewValues">
      <summary>
        <para>Gets a dictionary that contains the values of the non-key field name/value pairs in the row to be updated.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Specialized.OrderedDictionary"/> object that contains the values of the non-key field name/value pairs in the row to be updated.</value>
    </member>
    <member name="P:DevExpress.Web.Data.ASPxDataUpdatingEventArgs.OldValues">
      <summary>
        <para>Gets a dictionary that contains the original field name/value pairs in the row to be updated.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Specialized.OrderedDictionary"/> object that contains a dictionary of the original field name/value pairs for the row to be updated.</value>
    </member>
    <member name="T:DevExpress.Web.Data.ASPxDataUpdatingEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.RowUpdating">ASPxGridView.RowUpdating</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.Data.ASPxDataUpdatingEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Data.ASPxDataValidationEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.RowValidating">ASPxGridView.RowValidating</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Data.ASPxDataValidationEventArgs.#ctor(System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Data.ASPxDataValidationEventArgs"/> class.</para>
      </summary>
      <param name="isNew">true if the row is new; otherwise, false. This value is assigned to the <see cref="P:DevExpress.Web.Data.ASPxDataValidationEventArgs.IsNewRow">ASPxDataValidationEventArgs.IsNewRow</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.Data.ASPxDataValidationEventArgs.#ctor(System.Int32,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Data.ASPxDataValidationEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="visibleIndex">An integer value that is the processed row visible index.</param>
      <param name="isNew">true if the processed row is new; otherwise, false.</param>
    </member>
    <member name="P:DevExpress.Web.Data.ASPxDataValidationEventArgs.EditorPropertiesErrors">
      <summary>
        <para>Gets a collection of editor errors.</para>
      </summary>
      <value>The collection of errors.</value>
    </member>
    <member name="P:DevExpress.Web.Data.ASPxDataValidationEventArgs.Errors">
      <summary>
        <para>Gets a collection of row errors.</para>
      </summary>
      <value>A System.Collections.Generic.Dictionary object that represents the collection of row errors.</value>
    </member>
    <member name="P:DevExpress.Web.Data.ASPxDataValidationEventArgs.IsNewRow">
      <summary>
        <para>Gets whether the processed row is new.</para>
      </summary>
      <value>true if the row is new; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Data.ASPxDataValidationEventArgs.RowError">
      <summary>
        <para>Gets or sets the error text displayed within the <see href="https://docs.devexpress.com/AspNet/3775/components/grid-view/visual-elements/error-row">Error Row</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text displayed within the Error Row.</value>
    </member>
    <member name="T:DevExpress.Web.Data.ASPxDataValidationEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.RowValidating">ASPxGridView.RowValidating</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.Data.ASPxDataValidationEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Data.ASPxGridViewToolbarItemClickEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.ToolbarItemClick">ASPxGridView.ToolbarItemClick</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Data.ASPxGridViewToolbarItemClickEventArgs.#ctor(DevExpress.Web.GridViewToolbarItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Data.ASPxGridViewToolbarItemClickEventArgs"/> class with specified settings.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.GridViewToolbarItem"/> object that is the toolbar item.</param>
    </member>
    <member name="P:DevExpress.Web.Data.ASPxGridViewToolbarItemClickEventArgs.Item">
      <summary>
        <para>Gets the toolbar item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewToolbarItem"/> object that is the toolbar item.</value>
    </member>
    <member name="T:DevExpress.Web.Data.ASPxGridViewToolbarItemClickEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.ToolbarItemClick">ASPxGridView.ToolbarItemClick</see> event.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.Data.ASPxGridViewToolbarItemClickEventArgs"/>  object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Data.ASPxParseValueEventArgs">
      <summary>
        <para>Provides data for ParseValue events (such as <see cref="E:DevExpress.Web.ASPxGridBase.ParseValue">ASPxGridBase.ParseValue</see> or <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.ParseValue">ASPxTreeList.ParseValue</see>).</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Data.ASPxParseValueEventArgs.#ctor(System.String,System.Object,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Data.ASPxParseValueEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="fieldName">A string value specifying the processed data field name.</param>
      <param name="value">An object specifying the value of the processed cell.</param>
      <param name="itemIndex">An Int32 value that is the processed row visible index.</param>
    </member>
    <member name="M:DevExpress.Web.Data.ASPxParseValueEventArgs.#ctor(System.String,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Data.ASPxParseValueEventArgs"/> class.</para>
      </summary>
      <param name="fieldName">A string value specifying the data field name.</param>
      <param name="value">An object that is the specified data field’s value being processed.</param>
    </member>
    <member name="P:DevExpress.Web.Data.ASPxParseValueEventArgs.FieldName">
      <summary>
        <para>Gets the name of a data field containing the parsed value.</para>
      </summary>
      <value>A string value specifying the data field name.</value>
    </member>
    <member name="P:DevExpress.Web.Data.ASPxParseValueEventArgs.ItemIndex">
      <summary>
        <para>Gets a visible index of the currently processed row.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value that is the row visible index.</value>
    </member>
    <member name="P:DevExpress.Web.Data.ASPxParseValueEventArgs.Value">
      <summary>
        <para>Gets or sets the edited row’s value that belongs to the specified data field.</para>
      </summary>
      <value>An object specifying the value of a specific edited row cell.</value>
    </member>
    <member name="T:DevExpress.Web.Data.ASPxParseValueEventHandler">
      <summary>
        <para>A method that will handle ParseValue events (such as <see cref="E:DevExpress.Web.ASPxGridBase.ParseValue">ASPxGridBase.ParseValue</see> or <see cref="E:DevExpress.Web.ASPxTreeList.ASPxTreeList.ParseValue">ASPxTreeList.ParseValue</see>).</para>
      </summary>
      <param name="sender">An object that is the event source. Identifies the control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.Data.ASPxParseValueEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Data.ASPxStartRowEditingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridView.StartRowEditing">ASPxGridView.StartRowEditing</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Data.ASPxStartRowEditingEventArgs.#ctor(System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Data.ASPxStartRowEditingEventArgs"/> class.</para>
      </summary>
      <param name="editingKeyValue">An object that uniquely identifies the processed row. This value is assigned to the <see cref="P:DevExpress.Web.Data.ASPxStartRowEditingEventArgs.EditingKeyValue">ASPxStartRowEditingEventArgs.EditingKeyValue</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.Data.ASPxStartRowEditingEventArgs.EditingKeyValue">
      <summary>
        <para>Gets the processed row’s key value.</para>
      </summary>
      <value>An object that uniquely identifies the processed row.</value>
    </member>
    <member name="T:DevExpress.Web.Data.ASPxStartRowEditingEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridView.StartRowEditing">ASPxGridView.StartRowEditing</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.Data.ASPxStartRowEditingEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Data.CardViewSelection">
      <summary>
        <para>Represents selection within the CardView.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Data.CardViewSelection.IsCardSelected(System.Int32)">
      <summary>
        <para>Indicates whether the specified card is selected.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the card by its visible index.</param>
      <returns>true if the specified card is selected; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.Data.CardViewSelection.IsCardSelectedByKey(System.Object)">
      <summary>
        <para>Indicates whether the specified card is selected.</para>
      </summary>
      <param name="keyValue">An object that uniquely identifies the card within the ASPxCardView.</param>
      <returns>true if the card is selected; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.Data.CardViewSelection.SelectCard(System.Int32)">
      <summary>
        <para>Selects the specified card within the ASPxCardView.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the card by its visible index.</param>
    </member>
    <member name="M:DevExpress.Web.Data.CardViewSelection.SelectCardByKey(System.Object)">
      <summary>
        <para>Selects the specified card within the ASPxCardView.</para>
      </summary>
      <param name="keyValue">An object that identifies the card by its key value.</param>
    </member>
    <member name="M:DevExpress.Web.Data.CardViewSelection.UnselectCard(System.Int32)">
      <summary>
        <para>Unselects the specified card within the ASPxCardView.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the card by its visible index.</param>
    </member>
    <member name="M:DevExpress.Web.Data.CardViewSelection.UnselectCardByKey(System.Object)">
      <summary>
        <para>Unselects the specified card within the ASPxCardView.</para>
      </summary>
      <param name="keyValue">An object that identifies the card by its key value.</param>
    </member>
    <member name="T:DevExpress.Web.Data.GridViewSelection">
      <summary>
        <para>Contains methods related to row selection in the grid.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Data.GridViewSelection.IsRowSelected(System.Int32)">
      <summary>
        <para>Indicates whether the specified row is selected.</para>
      </summary>
      <param name="visibleIndex">The row’s visible index.</param>
      <returns>true if the specified row is selected; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.Data.GridViewSelection.IsRowSelectedByKey(System.Object)">
      <summary>
        <para>Indicates whether the specified row is selected.</para>
      </summary>
      <param name="keyValue">The key value of the row.</param>
      <returns>true if the specified row is selected; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.Data.GridViewSelection.SelectRow(System.Int32)">
      <summary>
        <para>Selects the row specified by its visible index.</para>
      </summary>
      <param name="visibleIndex">The row’s visible index.</param>
    </member>
    <member name="M:DevExpress.Web.Data.GridViewSelection.SelectRowByKey(System.Object)">
      <summary>
        <para>Selects the row specified by the key value.</para>
      </summary>
      <param name="keyValue">The row’s key value.</param>
    </member>
    <member name="M:DevExpress.Web.Data.GridViewSelection.UnselectRow(System.Int32)">
      <summary>
        <para>Deselects the row specified by its visible index.</para>
      </summary>
      <param name="visibleIndex">The row’s visible index.</param>
    </member>
    <member name="M:DevExpress.Web.Data.GridViewSelection.UnselectRowByKey(System.Object)">
      <summary>
        <para>Deselects the row specified by the key value.</para>
      </summary>
      <param name="keyValue">The row’s key value.</param>
    </member>
    <member name="T:DevExpress.Web.Data.VerticalGridSelection">
      <summary>
        <para>Represents a selection within the ASPxVerticalGrid.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Data.VerticalGridSelection.IsRecordSelected(System.Int32)">
      <summary>
        <para>Indicates whether the specified record is selected.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the record by its visible index.</param>
      <returns>true, if the specified record is selected; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.Data.VerticalGridSelection.IsRecordSelectedByKey(System.Object)">
      <summary>
        <para>Indicates whether the specified record is selected.</para>
      </summary>
      <param name="keyValue">An object that uniquely identifies the record within the ASPxVerticalGrid.</param>
      <returns>true, if the record is selected; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.Data.VerticalGridSelection.SelectRecord(System.Int32)">
      <summary>
        <para>Selects the specified record within the ASPxVerticalGrid.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the record by its visible index.</param>
    </member>
    <member name="M:DevExpress.Web.Data.VerticalGridSelection.SelectRecordByKey(System.Object)">
      <summary>
        <para>Selects the specified record within the ASPxVerticalGrid.</para>
      </summary>
      <param name="keyValue">An object that identifies the record by its key value.</param>
    </member>
    <member name="M:DevExpress.Web.Data.VerticalGridSelection.UnselectRecord(System.Int32)">
      <summary>
        <para>Unselects the specified record within the ASPxVerticalGrid.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the record by its visible index.</param>
    </member>
    <member name="M:DevExpress.Web.Data.VerticalGridSelection.UnselectRecordByKey(System.Object)">
      <summary>
        <para>Unselects the specified record within the ASPxVerticalGrid.</para>
      </summary>
      <param name="keyValue">An object that identifies the record by its key value.</param>
    </member>
    <member name="T:DevExpress.Web.Data.WebDataDetailRows">
      <summary>
        <para>Provides methods used to expand/collapse master rows.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Data.WebDataDetailRows.CollapseAllRows">
      <summary>
        <para>Collapses all expanded master rows that are displayed within the ASPxGridView.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Data.WebDataDetailRows.CollapseRow(System.Int32)">
      <summary>
        <para>Collapses the specified master row (if expanded), which is displayed within the active page.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the row by its visible index.</param>
    </member>
    <member name="M:DevExpress.Web.Data.WebDataDetailRows.CollapseRowByKey(System.Object)">
      <summary>
        <para>Collapses the specified master row (if expanded).</para>
      </summary>
      <param name="keyValue">A <see cref="T:System.String"/> value that identifies the row by its key value.</param>
    </member>
    <member name="M:DevExpress.Web.Data.WebDataDetailRows.ExpandAllRows">
      <summary>
        <para>Expands all master rows within the ASPxGridView.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Data.WebDataDetailRows.ExpandRow(System.Int32)">
      <summary>
        <para>Expands the specified master row (if collapsed), which is displayed within the active page.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the row by its visible index.</param>
    </member>
    <member name="M:DevExpress.Web.Data.WebDataDetailRows.ExpandRowByKey(System.Object)">
      <summary>
        <para>Expands the specified master row (if collapsed).</para>
      </summary>
      <param name="keyValue">A <see cref="T:System.String"/> value that identifies the row by its key value.</param>
    </member>
    <member name="M:DevExpress.Web.Data.WebDataDetailRows.IsVisible(System.Int32)">
      <summary>
        <para>Indicates whether the specified master row, displayed within the active page, is expanded.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the master row by its visible index.</param>
      <returns>true if the specified master row, displayed within the active page, is expanded; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Web.Data.WebDataDetailRows.VisibleCount">
      <summary>
        <para>Gets the number of expanded master rows displayed within all pages.</para>
      </summary>
      <value>An integer value that specifies the number of expanded master rows displayed within all pages.</value>
    </member>
    <member name="T:DevExpress.Web.Data.WebDataSelection">
      <summary>
        <para>Represents selection within the ASPxGridView.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Data.WebDataSelection.BeginSelection">
      <summary>
        <para>Prevents raising the <see cref="E:DevExpress.Web.ASPxGridBase.SelectionChanged">ASPxGridBase.SelectionChanged</see> event for each programmatic selection modification (until the <see cref="M:DevExpress.Web.Data.WebDataSelection.EndSelection">WebDataSelection.EndSelection</see> or the <see cref="M:DevExpress.Web.Data.WebDataSelection.CancelSelection">WebDataSelection.CancelSelection</see> method is called).</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Data.WebDataSelection.CancelSelection">
      <summary>
        <para>Unlocks the <see cref="E:DevExpress.Web.ASPxGridBase.SelectionChanged">ASPxGridBase.SelectionChanged</see> event, raising functionality after a call to the <see cref="M:DevExpress.Web.Data.WebDataSelection.BeginSelection">WebDataSelection.BeginSelection</see> method, but prevents a single SelectionChanged event to be generated as a result of the performed batch selection modifications.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Data.WebDataSelection.Count">
      <summary>
        <para>Gets the number of selected grid rows.</para>
      </summary>
      <value>An integer value that specifies the number rows.</value>
    </member>
    <member name="M:DevExpress.Web.Data.WebDataSelection.EndSelection">
      <summary>
        <para>Unlocks the <see cref="E:DevExpress.Web.ASPxGridBase.SelectionChanged">ASPxGridBase.SelectionChanged</see> event raising functionality after a call to the <see cref="M:DevExpress.Web.Data.WebDataSelection.BeginSelection">WebDataSelection.BeginSelection</see> method, and causes a single SelectionChanged event to be generated as a result for the performed batch selection modifications.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Data.WebDataSelection.FilteredCount">
      <summary>
        <para>Gets the number of selected grid rows that meet the filter conditions.</para>
      </summary>
      <value>The number of rows.</value>
    </member>
    <member name="M:DevExpress.Web.Data.WebDataSelection.SelectAll">
      <summary>
        <para>Selects all data rows within the grid.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Data.WebDataSelection.SetSelection(System.Int32,System.Boolean)">
      <summary>
        <para>Selects or unselects the specified row.</para>
      </summary>
      <param name="visibleIndex">An integer value that identifies the row by its visible index.</param>
      <param name="selected">true to select the row; false to unselect the row.</param>
    </member>
    <member name="M:DevExpress.Web.Data.WebDataSelection.SetSelectionByKey(System.Object,System.Boolean)">
      <summary>
        <para>Selects or unselects the specified row within the ASPxGridView.</para>
      </summary>
      <param name="keyValue">An object that identifies the data row by its key value.</param>
      <param name="selected">true to select the row; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.Web.Data.WebDataSelection.UnselectAll">
      <summary>
        <para>Clears selection in the ASPxGridView.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Data.WebDataSelection.UnselectAllFiltered">
      <summary>
        <para>Unselects all rows which match a filter criteria currently applied within the ASPxGridView.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Data.WebDataSelectionBase">
      <summary>
        <para>Serves as a base for classes that provide the functionality to work with selected rows and master-detail rows (<see cref="T:DevExpress.Web.Data.WebDataSelection"/> and <see cref="T:DevExpress.Web.Data.WebDataDetailRows"/>).</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.DataSecurityMode">
      <summary>
        <para>Lists the values used to specify the data editor’s policy on adding custom items.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.DataSecurityMode.Default">
      <summary>
        <para>The data editor allows adding and selecting custom editor items.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.DataSecurityMode.Strict">
      <summary>
        <para>The data editor does not allow adding and selecting custom editor items.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.DataSourceFileSystemProvider">
      <summary>
        <para>Provides an implementation of a data source file system provider.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DataSourceFileSystemProvider.#ctor(System.String)">
      <summary>
        <para>Initialize a new instance of the <see cref="T:DevExpress.Web.DataSourceFileSystemProvider"/> class with the specified root folder.</para>
      </summary>
      <param name="rootFolder">A <see cref="T:System.String"/> value that specifies the path to the root folder.</param>
    </member>
    <member name="M:DevExpress.Web.DataSourceFileSystemProvider.CopyFile(DevExpress.Web.FileManagerFile,DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements file copying.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the copied file.</param>
      <param name="newParentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is a folder to which the current file is being copied.</param>
    </member>
    <member name="M:DevExpress.Web.DataSourceFileSystemProvider.CopyFolder(DevExpress.Web.FileManagerFolder,DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements folder copying.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the copied folder.</param>
      <param name="newParentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is a folder to which the current folder is being copied.</param>
    </member>
    <member name="M:DevExpress.Web.DataSourceFileSystemProvider.CreateFolder(DevExpress.Web.FileManagerFolder,System.String)">
      <summary>
        <para>Implements folder creation.</para>
      </summary>
      <param name="parent">A <see cref="T:DevExpress.Web.FileManagerFolder"/> value that is the immediate parent folder to which the created folder belongs.</param>
      <param name="name">A <see cref="T:System.String"/> value that is the name of the created folder.</param>
    </member>
    <member name="P:DevExpress.Web.DataSourceFileSystemProvider.DataHelper">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DataSourceFileSystemProvider.DeleteFile(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Implements file deletion.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the deleted file.</param>
    </member>
    <member name="M:DevExpress.Web.DataSourceFileSystemProvider.DeleteFolder(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements folder deletion.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the deleted folder.</param>
    </member>
    <member name="M:DevExpress.Web.DataSourceFileSystemProvider.Exists(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Implements the file existence verification.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the processed file.</param>
      <returns>true if the file exists within a file manager; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.DataSourceFileSystemProvider.Exists(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements the folder existence verification.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the processed folder.</param>
      <returns>true if the folder exists within a file manager; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Web.DataSourceFileSystemProvider.FileBinaryContentFieldName">
      <summary>
        <para>Gets or sets the name of the data source field which provides file content.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that that specifies the name of the required data source field.</value>
    </member>
    <member name="M:DevExpress.Web.DataSourceFileSystemProvider.GetFiles(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements getting a collection of files that are located in the current folder.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder currently being processed.</param>
      <returns>A collection of <see cref="T:DevExpress.Web.FileManagerFile"/> objects.</returns>
    </member>
    <member name="M:DevExpress.Web.DataSourceFileSystemProvider.GetFolders(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements getting a collection of folders that are located in the current folder.</para>
      </summary>
      <param name="parentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder currently being processed.</param>
      <returns>A collection of <see cref="T:DevExpress.Web.FileManagerFolder"/> objects.</returns>
    </member>
    <member name="M:DevExpress.Web.DataSourceFileSystemProvider.GetLastWriteTime(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Implements getting the time of the last file modification.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the processed file.</param>
      <returns>A <see cref="T:System.DateTime"/> value that is the last write time.</returns>
    </member>
    <member name="M:DevExpress.Web.DataSourceFileSystemProvider.GetLength(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Returns the length of the specified file.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object identifying the processed file.</param>
      <returns>A <see cref="T:System.Int64"/> value that is the file length, in bytes.</returns>
    </member>
    <member name="P:DevExpress.Web.DataSourceFileSystemProvider.IsFolderFieldName">
      <summary>
        <para>Gets or sets the name of the data source field which provides values indicating whether an item is a file or folder.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that that specifies the name of the required data source field.</value>
    </member>
    <member name="P:DevExpress.Web.DataSourceFileSystemProvider.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 that specifies the name of the required data source field.</value>
    </member>
    <member name="P:DevExpress.Web.DataSourceFileSystemProvider.LastWriteTimeFieldName">
      <summary>
        <para>Gets or sets the name of the data source field which provides the time of the last file modification.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of the required data source field.</value>
    </member>
    <member name="M:DevExpress.Web.DataSourceFileSystemProvider.MoveFile(DevExpress.Web.FileManagerFile,DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements file moving.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the moved file.</param>
      <param name="newParentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is a folder where the current file is being moved.</param>
    </member>
    <member name="M:DevExpress.Web.DataSourceFileSystemProvider.MoveFolder(DevExpress.Web.FileManagerFolder,DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements folder moving.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the moved folder.</param>
      <param name="newParentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is a folder where the current folder is being moved.</param>
    </member>
    <member name="P:DevExpress.Web.DataSourceFileSystemProvider.NameFieldName">
      <summary>
        <para>Gets or sets the name of the data source field which provides unique item identifier names.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that that specifies the name of the required data source field.</value>
    </member>
    <member name="P:DevExpress.Web.DataSourceFileSystemProvider.ParentKeyFieldName">
      <summary>
        <para>Gets or sets the name of the data source field which provides the item parent key values.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that that specifies the name of the required data source field.</value>
    </member>
    <member name="M:DevExpress.Web.DataSourceFileSystemProvider.ReadFile(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Implements file reading.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the processed file.</param>
      <returns>A <see cref="T:System.IO.Stream"/> object that points to the processed file.</returns>
    </member>
    <member name="M:DevExpress.Web.DataSourceFileSystemProvider.RenameFile(DevExpress.Web.FileManagerFile,System.String)">
      <summary>
        <para>Implements file renaming.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the renamed file.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying a new file name.</param>
    </member>
    <member name="M:DevExpress.Web.DataSourceFileSystemProvider.RenameFolder(DevExpress.Web.FileManagerFolder,System.String)">
      <summary>
        <para>Implements folder renaming.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the renamed folder.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying a new folder name.</param>
    </member>
    <member name="P:DevExpress.Web.DataSourceFileSystemProvider.RootFolderDisplayName">
      <summary>
        <para>Gets the root folder’s caption.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the root folder’s caption.</value>
    </member>
    <member name="M:DevExpress.Web.DataSourceFileSystemProvider.UploadFile(DevExpress.Web.FileManagerFolder,System.String,System.IO.Stream)">
      <summary>
        <para>Implements a file upload.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is a folder where the file is being uploaded.</param>
      <param name="fileName">A string value specifying the files name.</param>
      <param name="content">A Stream that is the file content.</param>
    </member>
    <member name="T:DevExpress.Web.DataViewBreakpoint">
      <summary>
        <para>Provides settings that allows you to specify breakpoints at which the Card View and Data View  rearrange their items if the browser width changes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DataViewBreakpoint.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DataViewBreakpoint"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DataViewBreakpoint.#ctor(DevExpress.Web.BreakpointsLayoutDeviceSizes,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DataViewBreakpoint"/> class.</para>
      </summary>
      <param name="deviceSize">A <see cref="T:DevExpress.Web.BreakpointsLayoutDeviceSizes"/> object representing the device size.</param>
      <param name="itemsPerRow">An integer value specifying the number of items in a row.</param>
    </member>
    <member name="M:DevExpress.Web.DataViewBreakpoint.#ctor(System.Int32,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DataViewBreakpoint"/> class.</para>
      </summary>
      <param name="maxWidth">An integer value specifying the browser’s maximum width.</param>
      <param name="itemsPerRow">An integer value specifying the number of items in a row.</param>
    </member>
    <member name="P:DevExpress.Web.DataViewBreakpoint.ItemsPerRow">
      <summary>
        <para>Specifies the number of items the control displays in a row.</para>
      </summary>
      <value>An integer value specifying the number of items in a row.</value>
    </member>
    <member name="T:DevExpress.Web.DataViewBreakpointsLayoutSettings">
      <summary>
        <para>Contains settings that relate to a control’s Breakpoints layout mode.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DataViewBreakpointsLayoutSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DataViewBreakpointsLayoutSettings"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DataViewBreakpointsLayoutSettings.#ctor(DevExpress.Web.ASPxDataViewBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DataViewBreakpointsLayoutSettings"/> class.</para>
      </summary>
      <param name="owner">An <see cref="T:DevExpress.Web.ASPxDataViewBase"/> object.</param>
    </member>
    <member name="P:DevExpress.Web.DataViewBreakpointsLayoutSettings.Breakpoints">
      <summary>
        <para>Provides access to the breakpoints collection.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.BreakpointsLayoutCollection`1"/>&lt;<see cref="T:DevExpress.Web.DataViewBreakpoint"/>,&gt; object that represents a collection of breakpoints.</value>
    </member>
    <member name="T:DevExpress.Web.DataViewBreakpointsLayoutSettingsBase">
      <summary>
        <para>Serves as a base class for classes that contain settings that relate to a control’s Breakpoints layout mode.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DataViewBreakpointsLayoutSettingsBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DataViewBreakpointsLayoutSettingsBase"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DataViewBreakpointsLayoutSettingsBase.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DataViewBreakpointsLayoutSettingsBase"/> 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.DataViewBreakpointsLayoutSettingsBase.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.DataViewBreakpointsLayoutSettingsBase.ItemsPerRow">
      <summary>
        <para>Specifies the number of items the control displays in a row.</para>
      </summary>
      <value>Specifies the number of items the control displays in a row.</value>
    </member>
    <member name="T:DevExpress.Web.DataViewContentStyle">
      <summary>
        <para>Provides style settings used to paint the data view’s <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#content-area">Content Area</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DataViewContentStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DataViewContentStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.DataViewDivBasedLayoutSettings">
      <summary>
        <para>Serves as a base class for classes that contain settings that relate to a control’s Breakpoints layout mode.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DataViewDivBasedLayoutSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DataViewDivBasedLayoutSettings"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DataViewDivBasedLayoutSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DataViewDivBasedLayoutSettings"/> 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.DataViewDivBasedLayoutSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.DataViewDivBasedLayoutSettings.ItemsPerPage">
      <summary>
        <para>Specifies the number of items the control displays on a page.</para>
      </summary>
      <value>An integer value specifying the number of items on a page.</value>
    </member>
    <member name="T:DevExpress.Web.DataViewEmptyDataStyle">
      <summary>
        <para>Defines style settings for the <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#empty-data-area">empty data area</see> of the ASPxDataView control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DataViewEmptyDataStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DataViewEmptyDataStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.DataViewEmptyDataStyle.HorizontalAlign">
      <summary>
        <para>Gets or sets the horizontal alignment of the empty text within the control’s <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#empty-data-area">empty data area</see>.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.HorizontalAlign"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.DataViewEmptyItemStyle">
      <summary>
        <para>Provides style settings used to paint empty <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#data-item">data items</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DataViewEmptyItemStyle.#ctor">
      <summary>
        <para>Creates a new instance of the <see cref="T:DevExpress.Web.DataViewEmptyItemStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.DataViewEndlessPagingMode">
      <summary>
        <para>Lists values that specify the endless paging mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.DataViewEndlessPagingMode.Disabled">
      <summary>
        <para>Endless paging is not used. The <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#pager">pager</see> is displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.DataViewEndlessPagingMode.OnClick">
      <summary>
        <para>Items are loaded on a ‘Show more items…’ button click.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.DataViewEndlessPagingMode.OnScroll">
      <summary>
        <para>Items are loaded on page scrolling.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.DataViewFlowLayoutSettings">
      <summary>
        <para>Contains settings related to a <see cref="T:DevExpress.Web.ASPxDataView"/> control’s <see href="https://docs.devexpress.com/AspNet/115717/components/data-and-image-navigation/dataview/concepts/layout-modes">flow layout</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DataViewFlowLayoutSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DataViewFlowLayoutSettings"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DataViewFlowLayoutSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DataViewFlowLayoutSettings"/> 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="T:DevExpress.Web.DataViewItem">
      <summary>
        <para>An individual data item in the <see cref="T:DevExpress.Web.ASPxDataView"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DataViewItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DataViewItem"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DataViewItem.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.DataViewItem.DataItem">
      <summary>
        <para>Gets or sets the data item that is bound to the <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#data-item">Item</see>.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> that represents the data item which is bound to the item.</value>
    </member>
    <member name="M:DevExpress.Web.DataViewItem.FindControl(System.String)">
      <summary>
        <para>Searches the current naming container for a server control with the specified id parameter.</para>
      </summary>
      <param name="id">The identifier for the control to be found.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that is the specified control, or the null reference (Nothing in Visual Basic) if the specified control does not exist.</returns>
    </member>
    <member name="M:DevExpress.Web.DataViewItem.ToString">
      <summary>
        <para>Returns the string that represents the <see cref="T:DevExpress.Web.DataViewItem"/> object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> that represents the <see cref="T:DevExpress.Web.DataViewItem"/> object.</returns>
    </member>
    <member name="T:DevExpress.Web.DataViewItemCollection">
      <summary>
        <para>A collection of objects corresponding to the <see cref="T:DevExpress.Web.ASPxDataView"/>‘s data items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DataViewItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DataViewItemCollection"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DataViewItemCollection.#ctor(DevExpress.Web.ASPxDataViewBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DataViewItemCollection"/> class with the specified owner.</para>
      </summary>
      <param name="dataViewControl">An <see cref="T:DevExpress.Web.ASPxDataViewBase"/> descendant that owns the collection.</param>
    </member>
    <member name="M:DevExpress.Web.DataViewItemCollection.Add">
      <summary>
        <para>Adds a new item to the end of the collection.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.DataViewItem"/> object that has been added to the collection.</returns>
    </member>
    <member name="T:DevExpress.Web.DataViewItemCommandEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxDataView.ItemCommand">ASPxDataView.ItemCommand</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DataViewItemCommandEventArgs.#ctor(DevExpress.Web.DataViewItem,System.Object,System.Web.UI.WebControls.CommandEventArgs)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DataViewItemCommandEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.DataViewItem"/> object that represents an item related to the generated event.</param>
      <param name="commandSource">A <see cref="T:System.Object"/> object that identifies the source of the command.</param>
      <param name="originalArgs">A <see cref="T:System.Web.UI.WebControls.CommandEventArgs"/> object that contains an argument for the command.</param>
    </member>
    <member name="M:DevExpress.Web.DataViewItemCommandEventArgs.#ctor(System.Object,System.Web.UI.WebControls.CommandEventArgs)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DataViewItemCommandEventArgs"/> class.</para>
      </summary>
      <param name="commandSource">A <see cref="T:System.Object"/> object that identifies the source of the command.</param>
      <param name="originalArgs">A <see cref="T:System.Web.UI.WebControls.CommandEventArgs"/> object that contains an argument for the command.</param>
    </member>
    <member name="P:DevExpress.Web.DataViewItemCommandEventArgs.CommandSource">
      <summary>
        <para>Gets an object representing the control which forced a postback.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> object that represents the control which forced a postback.</value>
    </member>
    <member name="P:DevExpress.Web.DataViewItemCommandEventArgs.Item">
      <summary>
        <para>Gets an item object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DataViewItem"/> object that represents an item related to the generated event.</value>
    </member>
    <member name="T:DevExpress.Web.DataViewItemCommandEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxDataView.ItemCommand">ASPxDataView.ItemCommand</see> event.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.DataViewItemCommandEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.DataViewItemStyle">
      <summary>
        <para>Provides style settings used to paint <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#data-item">data items</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DataViewItemStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DataViewItemStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.DataViewItemStyle.Height">
      <summary>
        <para>Gets or sets the item’s height.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the item’s height.</value>
    </member>
    <member name="P:DevExpress.Web.DataViewItemStyle.Width">
      <summary>
        <para>Gets or sets the item’s width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the item’s width.</value>
    </member>
    <member name="T:DevExpress.Web.DataViewItemTemplateContainer">
      <summary>
        <para>Represents a container for the templates that are used to render a <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#data-item">data item</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DataViewItemTemplateContainer.#ctor(DevExpress.Web.DataViewItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DataViewItemTemplateContainer"/> class.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.DataViewItem"/> object that represents the data item which the current object belongs to. This value is assigned to the <see cref="P:DevExpress.Web.DataViewItemTemplateContainer.Item">DataViewItemTemplateContainer.Item</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.DataViewItemTemplateContainer.DataBind">
      <summary>
        <para>Binds a data source to all child controls within the template container.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.DataViewItemTemplateContainer.Item">
      <summary>
        <para>Gets a data item for which the template’s content is being rendered.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DataViewItem"/> object that represents the data item for which the template’s content is being rendered.</value>
    </member>
    <member name="T:DevExpress.Web.DataViewPageEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxDataViewBase.PageIndexChanging">ASPxDataViewBase.PageIndexChanging</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DataViewPageEventArgs.#ctor(System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DataViewPageEventArgs"/> class.</para>
      </summary>
      <param name="newPageIndex">An integer value that identifies the page which is about to be selected. This value is assigned to the <see cref="P:DevExpress.Web.DataViewPageEventArgs.NewPageIndex">DataViewPageEventArgs.NewPageIndex</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.DataViewPageEventArgs.NewPageIndex">
      <summary>
        <para>Gets or sets the selected page’s index.</para>
      </summary>
      <value>An integer value that identifies the page which is about to be selected.</value>
    </member>
    <member name="T:DevExpress.Web.DataViewPageEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxDataViewBase.PageIndexChanging">ASPxDataViewBase.PageIndexChanging</see> event.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e"><see cref="T:DevExpress.Web.DataViewPageEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.DataViewPagerPanelCommandEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxDataViewBase.PagerPanelCommand">ASPxDataViewBase.PagerPanelCommand</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DataViewPagerPanelCommandEventArgs.#ctor(DevExpress.Web.PagerPanelPosition,DevExpress.Web.PagerPanelTemplatePosition,System.Object,System.Web.UI.WebControls.CommandEventArgs)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DataViewPagerPanelCommandEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="position">A <see cref="T:DevExpress.Web.PagerPanelPosition"/> enumeration value that specifies the panel’s position. This value is assigned to the <see cref="P:DevExpress.Web.DataViewPagerPanelCommandEventArgs.Position">DataViewPagerPanelCommandEventArgs.Position</see> property.</param>
      <param name="templatePosition">A <see cref="T:DevExpress.Web.PagerPanelTemplatePosition"/> enumeration value that identifies the pager panel template (left or right). This value is assigned to the <see cref="P:DevExpress.Web.DataViewPagerPanelCommandEventArgs.TemplatePosition">DataViewPagerPanelCommandEventArgs.TemplatePosition</see> property.</param>
      <param name="commandSource">A <see cref="T:System.Object"/> that identifies the source of the command. This value is assigned to the <see cref="P:DevExpress.Web.DataViewPagerPanelCommandEventArgs.CommandSource">DataViewPagerPanelCommandEventArgs.CommandSource</see> property.</param>
      <param name="originalArgs">A <see cref="T:System.Web.UI.WebControls.CommandEventArgs"/> object that contains the argument for the command.</param>
    </member>
    <member name="M:DevExpress.Web.DataViewPagerPanelCommandEventArgs.#ctor(System.Object,System.Web.UI.WebControls.CommandEventArgs)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DataViewPagerPanelCommandEventArgs"/> class.</para>
      </summary>
      <param name="commandSource">A <see cref="T:System.Object"/> that identifies the source of the command.</param>
      <param name="originalArgs">A <see cref="T:System.Web.UI.WebControls.CommandEventArgs"/> object that contains an argument for the command.</param>
    </member>
    <member name="P:DevExpress.Web.DataViewPagerPanelCommandEventArgs.CommandSource">
      <summary>
        <para>Gets an object representing the control which forced a postback.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> that identifies the source of the command.</value>
    </member>
    <member name="P:DevExpress.Web.DataViewPagerPanelCommandEventArgs.Position">
      <summary>
        <para>Gets the template’s vertical position.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerPanelPosition"/> enumeration value that specifies the panel’s position.</value>
    </member>
    <member name="P:DevExpress.Web.DataViewPagerPanelCommandEventArgs.TemplatePosition">
      <summary>
        <para>Gets the template’s position within a pager.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerPanelTemplatePosition"/> enumeration value that identifies the pager panel template (left or right).</value>
    </member>
    <member name="T:DevExpress.Web.DataViewPagerPanelCommandEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxDataViewBase.PagerPanelCommand">ASPxDataViewBase.PagerPanelCommand</see> event.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.DataViewPagerPanelCommandEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.DataViewPagerPanelTemplateContainer">
      <summary>
        <para>Represents a container for the templates that are used to render a <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#pager-panel">pager panel</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DataViewPagerPanelTemplateContainer.#ctor(DevExpress.Web.ASPxDataViewBase,DevExpress.Web.PagerPanelPosition,DevExpress.Web.PagerPanelTemplatePosition)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DataViewPagerPanelTemplateContainer"/> class with the specified settings.</para>
      </summary>
      <param name="dataView">An <see cref="T:DevExpress.Web.ASPxDataViewBase"/> descendant that owns the current object. This value is assigned to the <see cref="P:DevExpress.Web.DataViewPagerPanelTemplateContainer.DataView">DataViewPagerPanelTemplateContainer.DataView</see> property.</param>
      <param name="position">A <see cref="T:DevExpress.Web.PagerPanelPosition"/> enumeration value that identifies the pager (top or bottom), which contains the template container. This value is assigned to the <see cref="P:DevExpress.Web.DataViewPagerPanelTemplateContainer.Position">DataViewPagerPanelTemplateContainer.Position</see> property.</param>
      <param name="templatePosition">A <see cref="T:DevExpress.Web.PagerPanelTemplatePosition"/> enumeration value that identifies the pager panel (left or right). This value is assigned to the <see cref="P:DevExpress.Web.DataViewPagerPanelTemplateContainer.TemplatePosition">DataViewPagerPanelTemplateContainer.TemplatePosition</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.DataViewPagerPanelTemplateContainer.DataView">
      <summary>
        <para>Gets the template’s owner.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxDataViewBase"/> descendant that owns the current object.</value>
    </member>
    <member name="P:DevExpress.Web.DataViewPagerPanelTemplateContainer.Position">
      <summary>
        <para>Gets a value that identifies the pager (top or bottom), which contains the template container.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerPanelPosition"/> enumeration value that identifies the pager (top or bottom), which contains the template container.</value>
    </member>
    <member name="P:DevExpress.Web.DataViewPagerPanelTemplateContainer.TemplatePosition">
      <summary>
        <para>Gets the template’s position within a pager.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerPanelTemplatePosition"/> enumeration value that identifies the pager panel (left or right).</value>
    </member>
    <member name="T:DevExpress.Web.DataViewPagerSettings">
      <summary>
        <para>Contains <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#pager">pager</see> settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DataViewPagerSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DataViewPagerSettings"/> class.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.DataViewPagerSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.DataViewPagerSettings.EndlessPagingMode">
      <summary>
        <para>Gets or sets a value that defines endless paging mode.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.DataViewEndlessPagingMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.DataViewPagerSettings.SEOFriendly">
      <summary>
        <para>Gets or sets whether Search-Engine Optimization (SEO) mode is enabled.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SEOFriendlyMode"/> enumeration value that specifies whether SEO mode is enabled.</value>
    </member>
    <member name="P:DevExpress.Web.DataViewPagerSettings.ShowMoreItemsText">
      <summary>
        <para>Gets or sets the text displayed within the ShowMoreItems button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the ShowMoreItems button text.</value>
    </member>
    <member name="P:DevExpress.Web.DataViewPagerSettings.ShowNumericButtons">
      <summary>
        <para>Gets or sets whether <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-numbers">numeric buttons</see> are visible.</para>
      </summary>
      <value>true, to show numeric buttons; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.DataViewPagerShowMoreItemsContainerStyle">
      <summary>
        <para>Contains the style settings defining the appearance of the ‘Show More Items’ link container.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DataViewPagerShowMoreItemsContainerStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DataViewPagerShowMoreItemsContainerStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.DataViewPageSizeEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxDataViewBase.PageSizeChanging">ASPxDataViewBase.PageSizeChanging</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DataViewPageSizeEventArgs.#ctor(System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DataViewPageSizeEventArgs"/> class.</para>
      </summary>
      <param name="newPageSize">An integer value that specifies the page size.</param>
    </member>
    <member name="P:DevExpress.Web.DataViewPageSizeEventArgs.NewPageSize">
      <summary>
        <para>Gets or sets the new page size (number of items displayed on a page).</para>
      </summary>
      <value>An integer value that specifies the page size.</value>
    </member>
    <member name="T:DevExpress.Web.DataViewPageSizeEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxDataViewBase.PageSizeChanging">ASPxDataViewBase.PageSizeChanging</see> event.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.DataViewPageSizeEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.DataViewStyle">
      <summary>
        <para>Provides style settings used to paint the data view control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DataViewStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DataViewStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.DataViewStyle.ItemSpacing">
      <summary>
        <para>Gets or sets the distance (both vertical and horizontal) between items.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.DataViewStyle.PagerPanelSpacing">
      <summary>
        <para>Gets or sets the distance between the <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#pager-panel">pager panel</see> and <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#content-area">content area</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="T:DevExpress.Web.DataViewStyles">
      <summary>
        <para>Contains settings that allow the <see cref="T:DevExpress.Web.ASPxDataView"/>‘s appearance to be defined.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DataViewStyles.#ctor(DevExpress.Web.ASPxDataViewBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DataViewStyles"/> class with the specified owner.</para>
      </summary>
      <param name="dataView">An <see cref="T:DevExpress.Web.ASPxDataViewBase"/> object that represents the class’ owner.</param>
    </member>
    <member name="P:DevExpress.Web.DataViewStyles.Content">
      <summary>
        <para>Gets the style settings defining the appearance of the control’s <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#content-area">content area</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DataViewContentStyle"/> object that contains style settings.</value>
    </member>
    <member name="F:DevExpress.Web.DataViewStyles.ContentStyleName">
      <summary>
        <para>For internal use only. Returns “Content”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.DataViewStyles.EmptyData">
      <summary>
        <para>Gets style settings defining the appearance of the of the control’s <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#empty-data-area">empty data area</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DataViewEmptyDataStyle"/> object that contains style settings.</value>
    </member>
    <member name="F:DevExpress.Web.DataViewStyles.EmptyDataStyleName">
      <summary>
        <para>For internal use only. Returns “EmptyData”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.DataViewStyles.EmptyItem">
      <summary>
        <para>Gets the style settings defining the appearance of the empty <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#data-item">data items</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DataViewEmptyItemStyle"/> object that contains style settings.</value>
    </member>
    <member name="F:DevExpress.Web.DataViewStyles.EmptyItemStyleName">
      <summary>
        <para>For internal use only. Returns “EmptyItem”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.DataViewStyles.Item">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#data-item">data items</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DataViewItemStyle"/> object that contains style settings.</value>
    </member>
    <member name="F:DevExpress.Web.DataViewStyles.ItemStyleName">
      <summary>
        <para>For internal use only. Returns “Item”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.DataViewStyles.Pager">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#pager">pager</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.DataViewStyles.PagerButton">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#navigation-buttons">pager buttons</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="F:DevExpress.Web.DataViewStyles.PagerButtonStyleName">
      <summary>
        <para>For internal use only. Returns “PagerButton”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.DataViewStyles.PagerCurrentPageNumber">
      <summary>
        <para>Gets the style settings defining the appearance of the current <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-numbers">page number</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerTextStyle"/> object that contains style settings.</value>
    </member>
    <member name="F:DevExpress.Web.DataViewStyles.PagerCurrentPageNumberStyleName">
      <summary>
        <para>For internal use only. Returns “PagerCurrentPageNumber”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.DataViewStyles.PagerDisabledButton">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#navigation-buttons">pager buttons</see> when they are disabled.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="F:DevExpress.Web.DataViewStyles.PagerDisabledButtonStyleName">
      <summary>
        <para>For internal use only. Returns “PagerDisabledButton”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.DataViewStyles.PagerPageNumber">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-numbers">page numbers</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerTextStyle"/> object that contains style settings.</value>
    </member>
    <member name="F:DevExpress.Web.DataViewStyles.PagerPageNumberStyleName">
      <summary>
        <para>For internal use only. Returns “PagerPageNumber”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.DataViewStyles.PagerPageSizeItem">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">page size item</see> element of the embedded pager.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerPageSizeItemStyle"/> object containing style settings.</value>
    </member>
    <member name="F:DevExpress.Web.DataViewStyles.PagerPageSizeItemStyleName">
      <summary>
        <para>For internal use only. Returns “PagerPageSizeItem”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.DataViewStyles.PagerPanel">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#pager-panel">pager panel</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DataViewContentStyle"/> object that contains style settings.</value>
    </member>
    <member name="F:DevExpress.Web.DataViewStyles.PagerPanelStyleName">
      <summary>
        <para>For internal use only. Returns “PagerPanel”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.DataViewStyles.PagerShowMoreItemsContainer">
      <summary>
        <para>Gets the style settings defining the appearance of the ‘Show More Items’ link container.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DataViewPagerShowMoreItemsContainerStyle"/> object that contains style settings.</value>
    </member>
    <member name="F:DevExpress.Web.DataViewStyles.PagerShowMoreItemsContainerStyleName">
      <summary>
        <para>For internal use only. Returns “PagerShowMoreItemsContainer”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.DataViewStyles.PagerStyleName">
      <summary>
        <para>For internal use only. Returns “Pager”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.DataViewStyles.PagerSummary">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#summary">summary</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerTextStyle"/> object that contains style settings.</value>
    </member>
    <member name="F:DevExpress.Web.DataViewStyles.PagerSummaryStyleName">
      <summary>
        <para>For internal use only. Returns “PagerSummary”.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.DataViewTableLayoutSettings">
      <summary>
        <para>Contains settings related to a <see cref="T:DevExpress.Web.ASPxDataView"/> control’s <see href="https://docs.devexpress.com/AspNet/115717/components/data-and-image-navigation/dataview/concepts/layout-modes">table layout</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DataViewTableLayoutSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DataViewTableLayoutSettings"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DataViewTableLayoutSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DataViewTableLayoutSettings"/> 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.DataViewTableLayoutSettings.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.DataViewTableLayoutSettings.ColumnCount">
      <summary>
        <para>Gets or sets the number of columns that a page displays in <see href="https://docs.devexpress.com/AspNet/115717/components/data-and-image-navigation/dataview/concepts/layout-modes">table mode</see>.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value that specifies the number of columns displayed on a page.</value>
    </member>
    <member name="P:DevExpress.Web.DataViewTableLayoutSettings.RowsPerPage">
      <summary>
        <para>Gets or sets the number of rows that a page displays in table mode.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value that specifies the number of rows displayed on a page.</value>
    </member>
    <member name="T:DevExpress.Web.DataViewTemplateContainer">
      <summary>
        <para>Represents a container for a template used to render the <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#empty-data-area">empty data area</see> within the <see cref="T:DevExpress.Web.ASPxDataView"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DataViewTemplateContainer.#ctor(DevExpress.Web.ASPxDataViewBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DataViewTemplateContainer"/> class with the specified settings.</para>
      </summary>
      <param name="dataView">An <see cref="T:DevExpress.Web.ASPxDataViewBase"/> descendant that owns the current object.</param>
    </member>
    <member name="P:DevExpress.Web.DataViewTemplateContainer.DataView">
      <summary>
        <para>Gets the template container’s owner.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxDataViewBase"/> descendant that owns the current object.</value>
    </member>
    <member name="T:DevExpress.Web.DateEditCalendarAdaptivitySettings">
      <summary>
        <para>Contains settings that relate to the calendar’s date edit adaptivity.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DateEditCalendarAdaptivitySettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DateEditCalendarAdaptivitySettings"/> class.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.DateEditCalendarAdaptivitySettings.SwitchToSingleViewAtWindowInnerWidth">
      <summary>
        <para>Gets or sets a value that defines the maximum browser window inner width when the date edit switches its calendar to a single view when rendered.</para>
      </summary>
      <value>The browser inner window width in pixels.</value>
    </member>
    <member name="T:DevExpress.Web.DateEditCalendarProperties">
      <summary>
        <para>Contains settings specific to a date editor’s dropdown calendar.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DateEditCalendarProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DateEditCalendarProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DateEditCalendarProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DateEditCalendarProperties"/> 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.DateEditCalendarProperties.ControlStyle">
      <summary>
        <para>This property is not in effect for the DateEditCalendarProperties class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.DateEditCalendarProperties.SettingsAdaptivity">
      <summary>
        <para>Provides access to the date edit adaptivity settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DateEditCalendarAdaptivitySettings"/> object that contains adaptivity settings.</value>
    </member>
    <member name="T:DevExpress.Web.DateEditClientSideEvents">
      <summary>
        <para>Contains a client-side date editor’s event list.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DateEditClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DateEditClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DateEditClientSideEvents.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DateEditClientSideEvents"/> 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.DateEditClientSideEvents.CalendarCellClick">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client <b>ASPxClientDateEdit.CalendarCellClick</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditClientSideEvents.CalendarCustomDisabledDate">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientDateEdit.CalendarCustomDisabledDate</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditClientSideEvents.DateChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientDateEdit.DateChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditClientSideEvents.ParseDate">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientDateEdit.ParseDate</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.DateEditProperties">
      <summary>
        <para>Contains settings specific to a date editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DateEditProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DateEditProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DateEditProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DateEditProperties"/> 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.DateEditProperties.AllowMouseWheel">
      <summary>
        <para>Gets or sets a value that specifies whether an end-user is able to change the editor’s value using the mouse wheel.</para>
      </summary>
      <value>true if the editor’s value can be changed via the mouse wheel when the editor is focused; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditProperties.AllowNull">
      <summary>
        <para>Gets or sets a value that specifies whether the date editor allows null values to be entered.</para>
      </summary>
      <value>true if null values can be entered into the editor, otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.DateEditProperties.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.DateEditProperties.CalendarProperties">
      <summary>
        <para>Gets the settings of the editor’s dropdown calendar.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DateEditCalendarProperties"/> object that contains the dropdown calendar’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditProperties.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxDateEdit"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DateEditClientSideEvents"/> object which allows assigning handlers to the client-side events available to the editor.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditProperties.DateOnError">
      <summary>
        <para>Gets or sets a value that specifies how the date editor responds to an invalid date being entered by an end user.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DateOnError"/> value specifying how to respond to an invalid date value being entered.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditProperties.DateRangeSettings">
      <summary>
        <para>Gets settings related to the <see href="https://docs.devexpress.com/AspNet/17573/components/data-editors/aspxdateedit/date-range">date range</see> functionality.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DateEditRangeSettings"/> object that contains date range settings.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditProperties.DisabledDates">
      <summary>
        <para>Provides access to a date edit’s collection of disabled dates.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DateTimeCollection"/> object that is a collection of dates to be disabled in a date edit control.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditProperties.DisplayFormatString">
      <summary>
        <para>Gets or sets the pattern used to format the editor’s value for display purposes.</para>
      </summary>
      <value>A string representing the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditProperties.EditFormat">
      <summary>
        <para>Gets or sets the edit format for a date editor’s value.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.EditFormat"/> enumeration value that specifies the edit format.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditProperties.EditFormatString">
      <summary>
        <para>Gets or sets the pattern used to format the editor’s edited value when the <see cref="P:DevExpress.Web.DateEditProperties.EditFormat">DateEditProperties.EditFormat</see> propety is set to <see cref="F:DevExpress.Web.EditFormat.Custom">EditFormat.Custom</see>.</para>
      </summary>
      <value>A string representing the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditProperties.MaskHintStyle">
      <summary>
        <para>Gets the style settings that define the appearance of the editor’s mask hint.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MaskHintStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditProperties.MaxDate">
      <summary>
        <para>Gets or sets the maximum date allowed to be entered into the editor by an end-user.</para>
      </summary>
      <value>A DateTime object that specifies the editor’s maximum allowed date.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditProperties.MaxLength">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.DateEditProperties"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.DateEditProperties.MinDate">
      <summary>
        <para>Gets or sets the minimum date allowed to be entered into the editor by an end-user.</para>
      </summary>
      <value>A DateTime object that specifies the editor’s minimum allowed date.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditProperties.NullText">
      <summary>
        <para>Gets or sets the prompt text displayed within the editor’s input box when the editor is not focused and its value is null.</para>
      </summary>
      <value>A string value that specifies the prompt text.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditProperties.PickerDisplayMode">
      <summary>
        <para>Specifies how to display the calendar.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.DatePickerDisplayMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditProperties.PickerType">
      <summary>
        <para>Specifies a date component an end user can select (a day, month, decade or year).</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.DatePickerType"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditProperties.ShowOutOfRangeWarning">
      <summary>
        <para>Gets or sets a value that specifies whether a warning message is displayed when an end-user types a date that is out of the range specified by the <see cref="P:DevExpress.Web.DateEditProperties.MinDate">DateEditProperties.MinDate</see> and <see cref="P:DevExpress.Web.DateEditProperties.MaxDate">DateEditProperties.MaxDate</see> properties.</para>
      </summary>
      <value>true, if the message is displayed, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditProperties.ShowShadow">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.DateEditProperties.TimeSectionProperties">
      <summary>
        <para>Gets the settings of the editor’s dropdown window <see href="https://docs.devexpress.com/AspNet/12319/components/data-editors/aspxdateedit/visual-elements#time-section">time section</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DateEditTimeSectionProperties"/> object that contains the time section’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditProperties.UseMaskBehavior">
      <summary>
        <para>Gets or sets a value that specifies whether the mask behavior is applied to the date editor input.</para>
      </summary>
      <value>true if the mask behavior is enabled for the editor input; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.DateEditRangeSettings">
      <summary>
        <para>Provides settings that affect the <see href="https://docs.devexpress.com/AspNet/17573/components/data-editors/aspxdateedit/date-range">date range</see> functionality in the <see cref="T:DevExpress.Web.ASPxDateEdit"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DateEditRangeSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DateEditRangeSettings"/> 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.DateEditRangeSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.DateEditRangeSettings.CalendarColumnCount">
      <summary>
        <para>Gets or sets the number of months displayed in dropdown calendars of the DateEdit editors in date range mode.</para>
      </summary>
      <value>An integer value that specifies the number of displayed months.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditRangeSettings.ErrorTextDaysPlaceholder">
      <summary>
        <para>Gets or sets a value that specifies the text that will be displayed instead of the word ‘days’ in the editor’s error text.</para>
      </summary>
      <value>A string value that specifies the text.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditRangeSettings.ErrorTextDecadesPlaceholder">
      <summary>
        <para>Gets or sets a value that specifies the text that will be displayed instead of the word ‘decades’ in the editor’s error text.</para>
      </summary>
      <value>A string value that specifies the text.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditRangeSettings.ErrorTextMonthsPlaceholder">
      <summary>
        <para>Gets or sets a value that specifies the text that will be displayed instead of the word ‘months’ in the editor’s error text.</para>
      </summary>
      <value>A string value that specifies the text.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditRangeSettings.ErrorTextYearsPlaceholder">
      <summary>
        <para>Gets or sets a value that specifies the text that will be displayed instead of the word ‘years’ in the editor’s error text.</para>
      </summary>
      <value>A string value that specifies the text.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditRangeSettings.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.DateEditRangeSettings.MaxLength">
      <summary>
        <para>Specifies the maximum length of the date range.</para>
      </summary>
      <value>An integer value that specifies the maximum date range’s length.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditRangeSettings.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.DateEditRangeSettings.MinErrorText">
      <summary>
        <para>Gets or sets the error text to be displayed within the editor’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.DateEditRangeSettings.MinLength">
      <summary>
        <para>Specifies the minimum length of the date range.</para>
      </summary>
      <value>An integer value that specifies the minimum date range’s length.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditRangeSettings.RangeErrorText">
      <summary>
        <para>Gets or sets the error text to be displayed within the editor’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.DateEditRangeSettings.StartDateEditID">
      <summary>
        <para>Gets or sets the ID of an <see cref="T:DevExpress.Web.ASPxDateEdit"/> control that will be used to specify the start date of a range.</para>
      </summary>
      <value>A string value specifying the ID of an <see cref="T:DevExpress.Web.ASPxDateEdit"/> control.</value>
    </member>
    <member name="T:DevExpress.Web.DateEditTimeEditProperties">
      <summary>
        <para>Contains settings specific to <see href="https://docs.devexpress.com/AspNet/12319/components/data-editors/aspxdateedit/visual-elements#time-section">time edit</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DateEditTimeEditProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DateEditTimeEditProperties"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DateEditTimeEditProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DateEditTimeEditProperties"/> 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.DateEditTimeSectionCellStyle">
      <summary>
        <para>Defines style settings for a cell of the <see href="https://docs.devexpress.com/AspNet/12319/components/data-editors/aspxdateedit/visual-elements#time-section">time section</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DateEditTimeSectionCellStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DateEditTimeSectionCellStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.DateEditTimeSectionProperties">
      <summary>
        <para>Contains settings specific to the <see href="https://docs.devexpress.com/AspNet/12319/components/data-editors/aspxdateedit/visual-elements#time-section">time section</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DateEditTimeSectionProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DateEditTimeSectionProperties"/> 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.DateEditTimeSectionProperties.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.DateEditTimeSectionProperties.CancelButtonText">
      <summary>
        <para>Gets or sets the text displayed within the Cancel button of the date edit’s <see href="https://docs.devexpress.com/AspNet/12319/components/data-editors/aspxdateedit/visual-elements#time-section">time section</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the text within the Cancel button.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditTimeSectionProperties.ClockCellStyle">
      <summary>
        <para>Gets the style settings defining the date edit’s <see href="https://docs.devexpress.com/AspNet/12319/components/data-editors/aspxdateedit/visual-elements#time-section">clock cell</see> appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DateEditTimeSectionCellStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditTimeSectionProperties.ClockFaceImage">
      <summary>
        <para>Provides access to the settings that define a <see href="https://docs.devexpress.com/AspNet/12319/components/data-editors/aspxdateedit/visual-elements#time-section">ClockFace</see> image.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditTimeSectionProperties.HourHandImage">
      <summary>
        <para>Provides access to the settings that define a clock <see href="https://docs.devexpress.com/AspNet/12319/components/data-editors/aspxdateedit/visual-elements#time-section">hour hand</see> image.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditTimeSectionProperties.MinuteHandImage">
      <summary>
        <para>Provides access to the settings that define a clock <see href="https://docs.devexpress.com/AspNet/12319/components/data-editors/aspxdateedit/visual-elements#time-section">minute hand</see> image.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditTimeSectionProperties.OkButtonText">
      <summary>
        <para>Gets or sets the text displayed within the Ok button of the date edit’s <see href="https://docs.devexpress.com/AspNet/12319/components/data-editors/aspxdateedit/visual-elements#time-section">time section</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifuing the text within the Ok button.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditTimeSectionProperties.SecondHandImage">
      <summary>
        <para>Provides access to the settings that define a clock’s <see href="https://docs.devexpress.com/AspNet/12319/components/data-editors/aspxdateedit/visual-elements#time-section">second hand</see> image.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditTimeSectionProperties.ShowCancelButton">
      <summary>
        <para>Gets or sets a value that specifies whether the Cancel button is displayed within the <see href="https://docs.devexpress.com/AspNet/12319/components/data-editors/aspxdateedit/visual-elements#time-section">time section</see>.</para>
      </summary>
      <value>true, if the button is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditTimeSectionProperties.ShowHourHand">
      <summary>
        <para>Gets or sets a value that specifies whether the hour hand is displayed on the <see href="https://docs.devexpress.com/AspNet/12319/components/data-editors/aspxdateedit/visual-elements#time-section">clock</see>.</para>
      </summary>
      <value>true, if the hand is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditTimeSectionProperties.ShowHourWheel">
      <summary>
        <para>Specifies whether the date edit shows the hour wheel.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditTimeSectionProperties.ShowMillisecondWheel">
      <summary>
        <para>Specifies whether the date edit shows the millisecond wheel.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditTimeSectionProperties.ShowMinuteHand">
      <summary>
        <para>Gets or sets a value that specifies whether the minute hand is displayed on the <see href="https://docs.devexpress.com/AspNet/12319/components/data-editors/aspxdateedit/visual-elements#time-section">clock</see>.</para>
      </summary>
      <value>true, if the hand is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditTimeSectionProperties.ShowMinuteWheel">
      <summary>
        <para>Specifies whether the date edit shows the minute wheel.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditTimeSectionProperties.ShowOkButton">
      <summary>
        <para>Gets or sets a value that specifies whether the Ok button is displayed within the <see href="https://docs.devexpress.com/AspNet/12319/components/data-editors/aspxdateedit/visual-elements#time-section">time section</see>.</para>
      </summary>
      <value>true, if the button is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditTimeSectionProperties.ShowSecondHand">
      <summary>
        <para>Gets or sets a value that specifies whether the second hand is displayed on the <see href="https://docs.devexpress.com/AspNet/12319/components/data-editors/aspxdateedit/visual-elements#time-section">clock</see>.</para>
      </summary>
      <value>true, if the hand is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditTimeSectionProperties.ShowSecondWheel">
      <summary>
        <para>Specifies whether the date edit shows the second wheel.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditTimeSectionProperties.TimeEditCellStyle">
      <summary>
        <para>Gets the style settings defining the date edit’s <see href="https://docs.devexpress.com/AspNet/12319/components/data-editors/aspxdateedit/visual-elements#time-section">time edit cell</see> appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DateEditTimeSectionCellStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditTimeSectionProperties.TimeEditProperties">
      <summary>
        <para>Gets the settings of the <see href="https://docs.devexpress.com/AspNet/12319/components/data-editors/aspxdateedit/visual-elements#time-section">time edit</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DateEditTimeEditProperties"/> object that contains the settings.</value>
    </member>
    <member name="P:DevExpress.Web.DateEditTimeSectionProperties.Visible">
      <summary>
        <para>Gets or sets a value that specifies whether the <see href="https://docs.devexpress.com/AspNet/12319/components/data-editors/aspxdateedit/visual-elements#time-section">time section</see> is visible.</para>
      </summary>
      <value>true if the section is visible; otherwise false.</value>
    </member>
    <member name="T:DevExpress.Web.DateHorizontalPosition">
      <summary>
        <para>Lists values that specify the date’s horizontal position within the headline.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.DateHorizontalPosition.Left">
      <summary>
        <para>The date is displayed to the left of a headline’s contents.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.DateHorizontalPosition.OutsideLeft">
      <summary>
        <para>The date is displayed within the headline’s left panel.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.DateHorizontalPosition.OutsideRight">
      <summary>
        <para>The date is displayed within the headline’s right panel.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.DateHorizontalPosition.Right">
      <summary>
        <para>The date is displayed to the right of a headline’s contents.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.DateOnError">
      <summary>
        <para>Specifies how a date editor responds to an invalid value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.DateOnError.Null">
      <summary>
        <para>An invalid date is replaced with the null value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.DateOnError.Today">
      <summary>
        <para>An invalid date is replaced with the current date.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.DateOnError.Undo">
      <summary>
        <para>An invalid date is replaced with the previously validated date.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.DatePickerDisplayMode">
      <summary>
        <para>Specifies whether an editor is rendered as a calendar or as a scroll picker.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.DatePickerDisplayMode.Auto">
      <summary>
        <para>The calendar automatically switches between scroll picker and calendar modes when the <see cref="P:DevExpress.Web.DropDownEditBaseAdaptivitySettings.Mode">DropDownEditBaseAdaptivitySettings.Mode</see> is set to ‘OnWindowInnerWidth’.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.DatePickerDisplayMode.Calendar">
      <summary>
        <para>Displays the regular calendar.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.DatePickerDisplayMode.ScrollPicker">
      <summary>
        <para>Displays the calendar in scroll picker mode.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.DatePickerType">
      <summary>
        <para>Lists values specifying a date component an end user can select (a day, month, decade or year) in the calendar.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.DatePickerType.Days">
      <summary>
        <para>An end user can select a day in the calendar.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.DatePickerType.Decades">
      <summary>
        <para>An end user selects a decade in the calendar.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.DatePickerType.Months">
      <summary>
        <para>An end user selects a month in the calendar.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.DatePickerType.NotSet">
      <summary>
        <para>The date picker type is not set. In this case:</para>
        <para />
        <para />
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.DatePickerType.Years">
      <summary>
        <para>An end user selects a year in the calendar.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.DateTimeCollection">
      <summary>
        <para>A collection of DateTime objects specifying dates that should be disabled for selection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DateTimeCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DateTimeCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DateTimeCollection.#ctor(DevExpress.Web.DatePickerType)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DateTimeCollection"/> class.</para>
      </summary>
      <param name="pickerType">A <see cref="T:DevExpress.Web.DatePickerType"/> object that represents the picker type.</param>
    </member>
    <member name="M:DevExpress.Web.DateTimeCollection.Add(System.DateTime)">
      <summary>
        <para>Creates a new item with the specified settings and adds it to the collection.</para>
      </summary>
      <param name="item">A string value that specifies the item’s name.</param>
    </member>
    <member name="M:DevExpress.Web.DateTimeCollection.AddRange(System.Collections.Generic.IEnumerable{System.DateTime})">
      <summary>
        <para>Adds the specified range of dates to the collection.</para>
      </summary>
      <param name="items">A <see cref="T:System.Collections.Generic.IEnumerable`1"/> object, which is the collection of items to append to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.DateTimeCollection.Contains(System.DateTime)">
      <summary>
        <para>Determines whether the collection contains the specified item.</para>
      </summary>
      <param name="item">A DateTime object to find within the collection.</param>
      <returns>true if the specified item belongs to the collection; otherwise false.</returns>
    </member>
    <member name="M:DevExpress.Web.DateTimeCollection.IndexOf(System.DateTime)">
      <summary>
        <para>Returns the specified item’s position within the collection.</para>
      </summary>
      <param name="item">A DateTime object that represents the item in the collection.</param>
      <returns>An integer value that specifies the item’s position within the collection. &#0045;1 if the collection doesn’t contain the specified item.</returns>
    </member>
    <member name="M:DevExpress.Web.DateTimeCollection.Insert(System.Int32,System.DateTime)">
      <summary>
        <para>Inserts the specified item into the collection at the specified index.</para>
      </summary>
      <param name="index">An integer value that specifies the index in the collection.</param>
      <param name="item">A DateTime object that specifies the item that should be added to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.DateTimeCollection.Remove(System.DateTime)">
      <summary>
        <para>Removes the specified item from the collection.</para>
      </summary>
      <param name="item">A DateTime object that represents the item in the collection.</param>
      <returns>true, if the specified item is successfully removed from the collection; otherwise, false.</returns>
    </member>
    <member name="T:DevExpress.Web.DateVerticalPosition">
      <summary>
        <para>Lists values that specify the date’s vertical position within the headline.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.DateVerticalPosition.BelowHeader">
      <summary>
        <para>The date is displayed below the headline’s header.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.DateVerticalPosition.Bottom">
      <summary>
        <para>The date is displayed at the headline’s bottom.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.DateVerticalPosition.Header">
      <summary>
        <para>The date is displayed within the headline’s header.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.DateVerticalPosition.Top">
      <summary>
        <para>The date is displayed at the headline’s top.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.DefaultLevelProperties">
      <summary>
        <para>Contains the common appearance settings for all <see href="https://docs.devexpress.com/AspNet/8293/components/site-navigation-and-layout/site-map-control">node hierarchy levels</see> within the site map control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DefaultLevelProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DefaultLevelProperties"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DefaultLevelProperties.ToString">
      <summary>
        <para>Returns the string that represents the current object.</para>
      </summary>
      <returns>The <see cref="F:System.String.Empty"/> value.</returns>
    </member>
    <member name="T:DevExpress.Web.DialogBoxLauncherClickedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxRibbon.DialogBoxLauncherClicked">ASPxRibbon.DialogBoxLauncherClicked</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DialogBoxLauncherClickedEventArgs.#ctor(DevExpress.Web.RibbonGroup)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DialogBoxLauncherClickedEventArgs"/> class with the specified setting.</para>
      </summary>
      <param name="group">A <see cref="T:DevExpress.Web.RibbonGroup"/> object that is a <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group</see> related to the event.</param>
    </member>
    <member name="P:DevExpress.Web.DialogBoxLauncherClickedEventArgs.Group">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group</see> object to which the clicked <see href="https://docs.devexpress.com/AspNet/17420/components/site-navigation-and-layout/ribbon/visual-elements/dialog-box-launcher">dialog box launcher</see> belongs.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.RibbonGroup"/> object to which the dialog box launcher belongs.</value>
    </member>
    <member name="T:DevExpress.Web.DialogViewModelBase">
      <summary>
        <para>Provides settings defining the View Model.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DialogViewModelBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DialogViewModelBase"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.DialogViewModelBase.AddDataItemMethod`1">
      <summary>
        <para>A method that adds a data item.</para>
      </summary>
      <param name="text">The data item text.</param>
      <param name="value">The data item type.</param>
      <typeparam name="TValue">The data item value.</typeparam>
    </member>
    <member name="T:DevExpress.Web.DialogViewModelBase.CreateDataItemsMethod">
      <summary>
        <para>A method that creates data items.</para>
      </summary>
      <value>A collection of list edit items.</value>
    </member>
    <member name="P:DevExpress.Web.DialogViewModelBase.DialogTitle">
      <summary>
        <para>Specifies the dialog title.</para>
      </summary>
      <value>The title.</value>
    </member>
    <member name="M:DevExpress.Web.DialogViewModelBase.GetNestedViewModel``1(System.Linq.Expressions.Expression{System.Func{``0}},System.Func{``0})">
      <summary>
        <para>Returns the nested view model.</para>
      </summary>
      <param name="getter">The expression.</param>
      <param name="createDelegate">A delegate method.</param>
      <typeparam name="TChildViewModel">The type of the nested view model.</typeparam>
      <returns>The nested view model.</returns>
    </member>
    <member name="M:DevExpress.Web.DialogViewModelBase.GetNestedViewModel``1(System.Linq.Expressions.Expression{System.Func{``0}})">
      <summary>
        <para>Returns the nested view model.</para>
      </summary>
      <param name="getter">The expression.</param>
      <typeparam name="TChildViewModel">The type of the nested view model.</typeparam>
      <returns>The nested view model.</returns>
    </member>
    <member name="T:DevExpress.Web.DialogViewModelBase.PopulateDataItemsMethod`1">
      <summary>
        <para>A method that populates data items.</para>
      </summary>
      <param name="addDataItemDelegate">A delegate method.</param>
      <typeparam name="TValue" />
    </member>
    <member name="M:DevExpress.Web.DialogViewModelBase.PrepareLayoutItem(DevExpress.Web.DialogViewModelBase.PrepareLayoutItemMethod)">
      <summary>
        <para>Creates a layout item.</para>
      </summary>
      <param name="prepareMethod">A delegate method.</param>
    </member>
    <member name="M:DevExpress.Web.DialogViewModelBase.PrepareLayoutItem``1(DevExpress.Web.DialogViewModelBase.PrepareLayoutItemMethod{``0})">
      <summary>
        <para>Creates a layout item.</para>
      </summary>
      <param name="prepareMethod">A delegate method.</param>
      <typeparam name="TLayoutItem">The type of the layout item.</typeparam>
    </member>
    <member name="M:DevExpress.Web.DialogViewModelBase.PrepareLayoutItemFor(System.String,DevExpress.Web.DialogViewModelBase.PrepareLayoutItemMethod)">
      <summary>
        <para>Creates a layout item.</para>
      </summary>
      <param name="name">The layout item name.</param>
      <param name="prepareMethod">A delegate method.</param>
    </member>
    <member name="M:DevExpress.Web.DialogViewModelBase.PrepareLayoutItemFor``1(System.String,DevExpress.Web.DialogViewModelBase.PrepareLayoutItemMethod{``0})">
      <summary>
        <para>Creates a layout item.</para>
      </summary>
      <param name="name">The name of the layout item.</param>
      <param name="prepareMethod">A delegate method.</param>
      <typeparam name="TLayoutItem">The type of the layout item.</typeparam>
    </member>
    <member name="T:DevExpress.Web.DialogViewModelBase.PrepareLayoutItemMethod">
      <summary>
        <para>A method that creates a layout item.</para>
      </summary>
      <param name="control">The layout item.</param>
    </member>
    <member name="T:DevExpress.Web.DialogViewModelBase.PrepareLayoutItemMethod`1">
      <summary>
        <para>A method that creates a layout item.</para>
      </summary>
      <param name="layoutItem">The type of the layout item.</param>
      <typeparam name="TLayoutItem">The layout item.</typeparam>
    </member>
    <member name="M:DevExpress.Web.DialogViewModelBase.SetDataItemsFor``2(System.Linq.Expressions.Expression{System.Func{``0,``1}},DevExpress.Web.DialogViewModelBase.CreateDataItemsMethod)">
      <summary>
        <para>Specifies data for data items.</para>
      </summary>
      <param name="getter">The expression that identifies the field ID.</param>
      <param name="createDataItemsMethod">A delegate method.</param>
      <typeparam name="TViewModel">The type of the view model.</typeparam>
      <typeparam name="TField">The type of the field.</typeparam>
    </member>
    <member name="M:DevExpress.Web.DialogViewModelBase.SetDataItemsFor``2(System.Linq.Expressions.Expression{System.Func{``0,``1}},DevExpress.Web.DialogViewModelBase.PopulateDataItemsMethod{``1})">
      <summary>
        <para>Specifies data for data items.</para>
      </summary>
      <param name="getter">The expression that identifies the field ID.</param>
      <param name="populateDataItemsMethod">A delegate method.</param>
      <typeparam name="TViewModel">The type of the view model.</typeparam>
      <typeparam name="TField">The type of the field.</typeparam>
    </member>
    <member name="M:DevExpress.Web.DialogViewModelBase.SetDialogElementStateConditions">
      <summary>
        <para>Specifies state conditions for a dialog element.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DialogViewModelBase.SetEditorEnabledCondition(System.String,System.Boolean)">
      <summary>
        <para>Specifies whether an editor is enabled.</para>
      </summary>
      <param name="getter">The field ID.</param>
      <param name="value">true to enable the editor; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.Web.DialogViewModelBase.SetEditorEnabledCondition``2(System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Boolean)">
      <summary>
        <para>Specifies whether an editor is enabled.</para>
      </summary>
      <param name="getter">An expression that identifies the field.</param>
      <param name="value">true to enable the editor; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.Web.DialogViewModelBase.SetEditorEnabledCondition``2(System.String,System.Linq.Expressions.Expression{System.Func{``0,``1}},``1)">
      <summary>
        <para>Specifies whether an editor is enabled.</para>
      </summary>
      <param name="getter">The field ID.</param>
      <param name="relatedFieldGetter">An expression that identifies the related field.</param>
    </member>
    <member name="M:DevExpress.Web.DialogViewModelBase.SetEditorEnabledCondition``3(System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},``2)">
      <summary>
        <para>Specifies whether an editor is enabled.</para>
      </summary>
      <param name="getter">An expression that identifies the field ID.</param>
      <param name="relatedFieldGetter">An expression that identifies the related field.</param>
    </member>
    <member name="M:DevExpress.Web.DialogViewModelBase.SetEditorType(System.String,DevExpress.Web.DialogFieldEditorType)">
      <summary>
        <para>Specifies an editor type.</para>
      </summary>
      <param name="fieldName">The field name.</param>
      <param name="editorType">The editor type.</param>
    </member>
    <member name="M:DevExpress.Web.DialogViewModelBase.SetEditorTypeFor``2(System.Linq.Expressions.Expression{System.Func{``0,``1}},DevExpress.Web.DialogFieldEditorType)">
      <summary>
        <para>Specifies an editor type.</para>
      </summary>
      <param name="getter">An expression.</param>
      <param name="editorType">An enumeration values.</param>
    </member>
    <member name="M:DevExpress.Web.DialogViewModelBase.SetEditorVisibilityCondition(System.String,System.Boolean)">
      <summary>
        <para>Specifies whether an editor is visible.</para>
      </summary>
      <param name="value">true to display the editor; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.Web.DialogViewModelBase.SetEditorVisibilityCondition``2(System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Boolean)">
      <summary>
        <para>Specifies whether an editor is visible.</para>
      </summary>
      <param name="value">true to display the editor; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.Web.DialogViewModelBase.SetEditorVisibilityCondition``2(System.String,System.Linq.Expressions.Expression{System.Func{``0,``1}},``1)">
      <summary>
        <para>Specifies whether an editor is visible.</para>
      </summary>
      <param name="relatedFieldGetter">An expression that identifies the related field.</param>
      <param name="value">The related field value.</param>
    </member>
    <member name="M:DevExpress.Web.DialogViewModelBase.SetEditorVisibilityCondition``3(System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},``2)">
      <summary>
        <para>Specifies whether an editor is visible.</para>
      </summary>
      <param name="relatedFieldGetter">An expression that identifies the related field.</param>
      <param name="value">The related field value.</param>
    </member>
    <member name="M:DevExpress.Web.DialogViewModelBase.SetItemVisibilityCondition(System.String,System.Boolean)">
      <summary>
        <para>Specifies whether an item is visible.</para>
      </summary>
      <param name="itemName">the item name.</param>
      <param name="value">true to display the item; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.Web.DialogViewModelBase.SetItemVisibilityCondition``2(System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Boolean)">
      <summary>
        <para>Specifies whether an item is visible.</para>
      </summary>
      <param name="value">true to display the item; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.Web.DialogViewModelBase.SetItemVisibilityCondition``2(System.String,System.Linq.Expressions.Expression{System.Func{``0,``1}},``1)">
      <summary>
        <para>Specifies whether an item is visible.</para>
      </summary>
      <param name="itemName">The item name.</param>
      <param name="relatedFieldGetter">An expression that identifies the related field.</param>
      <param name="value">The value of the related field.</param>
    </member>
    <member name="M:DevExpress.Web.DialogViewModelBase.SetItemVisibilityCondition``3(System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},``2)">
      <summary>
        <para>Specifies whether an item is visible.</para>
      </summary>
      <param name="relatedFieldGetter">An expression that identifies the related field.</param>
      <param name="value">The value of the related field.</param>
    </member>
    <member name="M:DevExpress.Web.DialogViewModelBase.SetItemVisibilityCondition``3(System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Linq.Expressions.Expression{System.Func{``0,``2}},System.String)">
      <summary>
        <para>Specifies whether an item is visible.</para>
      </summary>
      <param name="relatedFieldGetter">An expression that identifies the related field.</param>
      <param name="value">The value.</param>
    </member>
    <member name="M:DevExpress.Web.DialogViewModelBase.TrackPropertyChangeFor``2(System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Action)">
      <summary>
        <para>Tracks the view model’s load state.</para>
      </summary>
      <param name="action">An action method.</param>
    </member>
    <member name="T:DevExpress.Web.Direction">
      <summary>
        <para>Lists the values that specify the editor direction.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Direction.Normal">
      <summary>
        <para>An editor is located in the default (normal) direction: from left to right for horizontal orientation, and from top to bottom for vertical orientation.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Direction.Reversed">
      <summary>
        <para>An editor is displayed in the reversed direction: from right to left for horizontal orientation, and from bottom to top for vertical orientation.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.DisabledStyle">
      <summary>
        <para>Contains the style settings which define a control’s appearance in the disabled state.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DisabledStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DisabledStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.DisabledStyle.Cursor">
      <summary>
        <para>Gets or sets the type of cursor to display when the mouse pointer is over the object which the current style applies to.</para>
      </summary>
      <value>A string that specifies the type of cursor to display.</value>
    </member>
    <member name="T:DevExpress.Web.Display">
      <summary>
        <para>Specifies how the editor <see href="https://docs.devexpress.com/AspNet/11126/components/data-editors/common-concepts/validation/validation-error-message">error message</see> is rendered.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Display.Dynamic">
      <summary>
        <para>An editor renders the space for the error message dynamically at the moment the editor fails validation.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Display.None">
      <summary>
        <para>No error message is displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Display.Static">
      <summary>
        <para>An editor initially renders an empty space reserved for the error message.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.DockManagerCancelEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxDockManager.BeforeDock">ASPxDockManager.BeforeDock</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DockManagerCancelEventArgs.#ctor(DevExpress.Web.ASPxDockPanel,DevExpress.Web.ASPxDockZone)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DockManagerCancelEventArgs"/> class.</para>
      </summary>
      <param name="panel">An <see cref="T:DevExpress.Web.ASPxDockPanel"/> object that is being docked in a zone. This value is assigned to the <see cref="P:DevExpress.Web.DockManagerEventArgs.Panel">DockManagerEventArgs.Panel</see> property.</param>
      <param name="zone">The <see cref="T:DevExpress.Web.ASPxDockZone"/> object where the panel is being docked. This value is assigned to the <see cref="P:DevExpress.Web.DockManagerEventArgs.Zone">DockManagerEventArgs.Zone</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.DockManagerCancelEventArgs.Cancel">
      <summary>
        <para>Gets or sets a value indicating whether the action that raised the event should be canceled.</para>
      </summary>
      <value>true if the action that raised the event should be canceled; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.DockManagerCancelEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxDockManager.BeforeDock">ASPxDockManager.BeforeDock</see> event.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.ASPxDockManager"/> object that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.DockManagerCancelEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.DockManagerClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events available for the <see cref="T:DevExpress.Web.ASPxDockManager"/> component.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DockManagerClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DockManagerClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.DockManagerClientSideEvents.AfterDock">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientDockManager.AfterDock</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.DockManagerClientSideEvents.AfterFloat">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientDockManager.AfterFloat</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.DockManagerClientSideEvents.BeforeDock">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientDockManager.BeforeDock</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.DockManagerClientSideEvents.BeforeFloat">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientDockManager.BeforeFloat</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.DockManagerClientSideEvents.EndPanelDragging">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientDockManager.EndPanelDragging</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.DockManagerClientSideEvents.PanelCloseUp">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientDockManager.PanelCloseUp</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.DockManagerClientSideEvents.PanelClosing">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientDockManager.PanelClosing</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.DockManagerClientSideEvents.PanelPopUp">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientDockManager.PanelPopUp</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.DockManagerClientSideEvents.PanelResize">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientDockManager.PanelResize</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.DockManagerClientSideEvents.PanelShown">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientDockManager.PanelShown</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.DockManagerClientSideEvents.StartPanelDragging">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientDockManager.StartPanelDragging</b> event.</para>
      </summary>
      <value>A string that is 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.DockManagerEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxDockManager.AfterDock">ASPxDockManager.AfterDock</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DockManagerEventArgs.#ctor(DevExpress.Web.ASPxDockPanel,DevExpress.Web.ASPxDockZone)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DockManagerEventArgs"/> class.</para>
      </summary>
      <param name="panel">An <see cref="T:DevExpress.Web.ASPxDockPanel"/> object that has been docked in a zone. This value is assigned to the <see cref="P:DevExpress.Web.DockManagerEventArgs.Panel">DockManagerEventArgs.Panel</see> property.</param>
      <param name="zone">The <see cref="T:DevExpress.Web.ASPxDockZone"/> object where the panel has been docked. This value is assigned to the <see cref="P:DevExpress.Web.DockManagerEventArgs.Zone">DockManagerEventArgs.Zone</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.DockManagerEventArgs.Panel">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/AspNet/9768/components/docking-and-popups/docking/docking-visual-elements#dock-panel">panel</see> currently being processed.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxDockPanel"/> object that is the processed panel.</value>
    </member>
    <member name="P:DevExpress.Web.DockManagerEventArgs.Zone">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/AspNet/9768/components/docking-and-popups/docking/docking-visual-elements#dock-zone">zone</see> currently being processed.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxDockZone"/> object that is the processed zone.</value>
    </member>
    <member name="T:DevExpress.Web.DockManagerEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxDockManager.AfterDock">ASPxDockManager.AfterDock</see> event.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.ASPxDockManager"/> object that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.DockManagerEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.DockPanelCancelEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxDockPanel.BeforeDock">ASPxDockPanel.BeforeDock</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DockPanelCancelEventArgs.#ctor(DevExpress.Web.ASPxDockZone)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DockPanelCancelEventArgs"/> class.</para>
      </summary>
      <param name="zone">An <see cref="T:DevExpress.Web.ASPxDockZone"/> object where a panel is being docked. This value is assigned to the <see cref="P:DevExpress.Web.DockPanelCancelEventArgs.Zone">DockPanelCancelEventArgs.Zone</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.DockPanelCancelEventArgs.Cancel">
      <summary>
        <para>Gets or sets a value indicating whether the action that raised the event should be canceled.</para>
      </summary>
      <value>true if the action that raised the event should be canceled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.DockPanelCancelEventArgs.Zone">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/AspNet/9768/components/docking-and-popups/docking/docking-visual-elements#dock-zone">zone</see> where a panel is being docked</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxDockZone"/> object that is the processed zone.</value>
    </member>
    <member name="T:DevExpress.Web.DockPanelCancelEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxDockPanel.BeforeDock">ASPxDockPanel.BeforeDock</see> event.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.ASPxDockPanel"/> object that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.DockPanelCancelEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.DockPanelClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events available for the <see cref="T:DevExpress.Web.ASPxDockPanel"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DockPanelClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DockPanelClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.DockPanelClientSideEvents.AfterDock">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientDockPanel.AfterDock</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.DockPanelClientSideEvents.AfterFloat">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientDockPanel.AfterFloat</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.DockPanelClientSideEvents.BeforeDock">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientDockPanel.BeforeDock</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.DockPanelClientSideEvents.BeforeFloat">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientDockPanel.BeforeFloat</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.DockPanelClientSideEvents.EndDragging">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientDockPanel.EndDragging</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.DockPanelClientSideEvents.StartDragging">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientDockPanel.StartDragging</b> event.</para>
      </summary>
      <value>A string that is 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.DockPanelCollection">
      <summary>
        <para>A collection of panels that are docked to a zone.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DockPanelCollection.#ctor(DevExpress.Web.ASPxDockZone)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DockPanelCollection"/> class with the specified owner.</para>
      </summary>
      <param name="zone">An <see cref="T:DevExpress.Web.ASPxDockZone"/> object specifying a zone that will own the collection.</param>
    </member>
    <member name="M:DevExpress.Web.DockPanelCollection.Add(DevExpress.Web.ASPxDockPanel)">
      <summary>
        <para>Adds the specified panel to the collection.</para>
      </summary>
      <param name="panel">An <see cref="T:DevExpress.Web.ASPxDockPanel"/> object to add to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.DockPanelCollection.Clear">
      <summary>
        <para>Removes all panels from the collection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DockPanelCollection.Contains(DevExpress.Web.ASPxDockPanel)">
      <summary>
        <para>Returns a value indicating whether the collection contains the specified panel.</para>
      </summary>
      <param name="panel">An <see cref="T:DevExpress.Web.ASPxDockPanel"/> object to locate in the collection.</param>
      <returns>true if the specified panel belongs to the collection; otherwise false.</returns>
    </member>
    <member name="M:DevExpress.Web.DockPanelCollection.CopyTo(DevExpress.Web.ASPxDockPanel[],System.Int32)">
      <summary>
        <para>Copies the items from the collection to the specified array, starting at the specified index in the array object.</para>
      </summary>
      <param name="array">A zero-based System.Array object that receives the copied items from the <see cref="T:DevExpress.Web.DockPanelCollection"/> collection.</param>
      <param name="arrayIndex">The first position in the specified System.Array object to receive the copied contents.</param>
    </member>
    <member name="P:DevExpress.Web.DockPanelCollection.Count">
      <summary>
        <para>Gets the number of panels within the collection.</para>
      </summary>
      <value>An integer value that specifies the number of panels within the collection.</value>
    </member>
    <member name="M:DevExpress.Web.DockPanelCollection.FindByUID(System.String)">
      <summary>
        <para>Returns a panel object with the specified <see cref="P:DevExpress.Web.ASPxDockPanel.PanelUID">ASPxDockPanel.PanelUID</see> property value.</para>
      </summary>
      <param name="panelUID">A <see cref="T:System.String"/> value specifying the <see cref="P:DevExpress.Web.ASPxDockPanel.PanelUID">ASPxDockPanel.PanelUID</see> property value of the required panel.</param>
      <returns>An <see cref="T:DevExpress.Web.ASPxDockPanel"/> object with a specific value of the <see cref="P:DevExpress.Web.ASPxDockPanel.PanelUID">ASPxDockPanel.PanelUID</see> property.</returns>
    </member>
    <member name="M:DevExpress.Web.DockPanelCollection.GetEnumerator">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.DockPanelCollection.IsReadOnly">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DockPanelCollection.Remove(DevExpress.Web.ASPxDockPanel)">
      <summary>
        <para>Removes the specified panel from the collection.</para>
      </summary>
      <param name="panel">An <see cref="T:DevExpress.Web.ASPxDockPanel"/> object to remove from the collection.</param>
      <returns>true if the specified panel 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.DockPanelStyles">
      <summary>
        <para>Contains settings that allow the dock panel’s appearance to be defined.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.DockZoneCancelEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxDockZone.BeforeDock">ASPxDockZone.BeforeDock</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DockZoneCancelEventArgs.#ctor(DevExpress.Web.ASPxDockPanel)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DockZoneCancelEventArgs"/> class.</para>
      </summary>
      <param name="panel">An <see cref="T:DevExpress.Web.ASPxDockPanel"/> object that is being docked in a zone. This value is assigned to the <see cref="P:DevExpress.Web.DockZoneEventArgs.Panel">DockZoneEventArgs.Panel</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.DockZoneCancelEventArgs.Cancel">
      <summary>
        <para>Gets or sets a value indicating whether the action that raised the event should be canceled.</para>
      </summary>
      <value>true if the action that raised the event should be canceled; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.DockZoneCancelEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxDockZone.BeforeDock">ASPxDockZone.BeforeDock</see> event.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.ASPxDockZone"/> object that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.DockZoneCancelEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.DockZoneClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events available for the <see cref="T:DevExpress.Web.ASPxDockZone"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DockZoneClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DockZoneClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.DockZoneClientSideEvents.AfterDock">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientDockZone.AfterDock</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.DockZoneClientSideEvents.BeforeDock">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientDockZone.BeforeDock</b> event.</para>
      </summary>
      <value>A string that is 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.DockZoneEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxDockZone.AfterDock">ASPxDockZone.AfterDock</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DockZoneEventArgs.#ctor(DevExpress.Web.ASPxDockPanel)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DockZoneEventArgs"/> class.</para>
      </summary>
      <param name="panel">An <see cref="T:DevExpress.Web.ASPxDockPanel"/> object that has been docked in a zone. This value is assigned to the <see cref="P:DevExpress.Web.DockZoneEventArgs.Panel">DockZoneEventArgs.Panel</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.DockZoneEventArgs.Panel">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/AspNet/9768/components/docking-and-popups/docking/docking-visual-elements#dock-panel">panel</see> currently being processed.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxDockPanel"/> object that is the processed panel.</value>
    </member>
    <member name="T:DevExpress.Web.DockZoneEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxDockZone.AfterDock">ASPxDockZone.AfterDock</see> event.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.ASPxDockManager"/> object that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.DockZoneEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.DockZoneOrientation">
      <summary>
        <para>Lists values that specify the direction in which <see href="https://docs.devexpress.com/AspNetMvc/11470/components/docking-and-popups/docking/panel-visual-elements">panels</see> are arranged within the <see href="https://docs.devexpress.com/AspNetMvc/11441/components/docking-and-popups/docking/zone-visual-elements">zone</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.DockZoneOrientation.Fill">
      <summary>
        <para>A docked <see href="https://docs.devexpress.com/AspNetMvc/11470/components/docking-and-popups/docking/panel-visual-elements">panel</see> fills whole <see href="https://docs.devexpress.com/AspNetMvc/11441/components/docking-and-popups/docking/zone-visual-elements">zone</see> client area. In this case, only one panel can be docked to the zone at one time.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.DockZoneOrientation.Horizontal">
      <summary>
        <para><see href="https://docs.devexpress.com/AspNetMvc/11470/components/docking-and-popups/docking/panel-visual-elements">Panels</see> are arranged horizontally within a <see href="https://docs.devexpress.com/AspNetMvc/11441/components/docking-and-popups/docking/zone-visual-elements">zone</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.DockZoneOrientation.Vertical">
      <summary>
        <para><see href="https://docs.devexpress.com/AspNetMvc/11470/components/docking-and-popups/docking/panel-visual-elements">Panels</see> are arranged vertically within a <see href="https://docs.devexpress.com/AspNetMvc/11441/components/docking-and-popups/docking/zone-visual-elements">zone</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.DockZoneStyles">
      <summary>
        <para>Contains settings that allow the <see cref="T:DevExpress.Web.ASPxDockZone"/>‘s appearance to be defined for different states.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.DockZoneStyles.Disabled">
      <summary>
        <para>Gets the style settings defining a <see href="https://docs.devexpress.com/AspNet/9768/components/docking-and-popups/docking/docking-visual-elements#dock-zone">zone</see>‘s appearance when it is disabled.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DisabledStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.DockZoneStyles.DockingAllowedStyle">
      <summary>
        <para>Gets the style settings defining a <see href="https://docs.devexpress.com/AspNet/9768/components/docking-and-popups/docking/docking-visual-elements#dock-zone">zone</see>‘s appearance, if the docking is available.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.DockZoneStyles.DockingForbiddenStyle">
      <summary>
        <para>Gets the style settings defining a <see href="https://docs.devexpress.com/AspNet/9768/components/docking-and-popups/docking/docking-visual-elements#dock-zone">zone</see>‘s appearance, if the docking is unavailable.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.DockZoneStyles.PanelPlaceholder">
      <summary>
        <para>Gets the style settings defining an appearance of a <see href="https://docs.devexpress.com/AspNet/9768/components/docking-and-popups/docking/docking-visual-elements#dock-zone">zone</see> section where a panel can be docked.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.DoctypeMode">
      <summary>
        <para>Lists values that specify the document type mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.DoctypeMode.Html5">
      <summary>
        <para>DevExpress controls are rendered according to the Html5 document type.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.DoctypeMode.Xhtml">
      <summary>
        <para>DevExpress controls are rendered according to the Xhtml document type.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.DragElement">
      <summary>
        <para>Specifies which part of a popup window can be dragged to move the window within the page</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.DragElement.Header">
      <summary>
        <para>Specifies that a popup window can be moved by dragging its header.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.DragElement.Window">
      <summary>
        <para>Specifies that a popup window can be moved by clicking anywhere within its client area, holding down the mouse button and then moving the mouse cursor.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.DropboxAccount">
      <summary>
        <para>Provides Dropbox account settings allowing the control to be connected to a Dropbox storage account.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DropboxAccount.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DropboxAccount"/> class with specified settings.</para>
      </summary>
      <param name="name">A string value that specifies the account name.</param>
      <param name="accessTokenValue">A string value that is the access token.</param>
      <param name="teamMemberID">A string value that is the team member ID.</param>
    </member>
    <member name="M:DevExpress.Web.DropboxAccount.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DropboxAccount"/> class with specified settings.</para>
      </summary>
      <param name="name">A string value that specifies the account name.</param>
      <param name="accessTokenValue">A string value that is the access token.</param>
    </member>
    <member name="P:DevExpress.Web.DropboxAccount.AccessTokenValue">
      <summary>
        <para>Specifies a Dropbox access token, which is used to authenticate all API requests to the Dropbox.</para>
      </summary>
      <value>A string value that is the access token.</value>
    </member>
    <member name="P:DevExpress.Web.DropboxAccount.TeamMemberID">
      <summary>
        <para>Specifies the Dropbox ID of a user as a team member.</para>
      </summary>
      <value>A string value that is the team member ID.</value>
    </member>
    <member name="T:DevExpress.Web.DropboxFileSystemProvider">
      <summary>
        <para>Provides an implementation of the <see href="https://docs.devexpress.com/AspNet/17781/components/file-management/file-manager/concepts/file-system-providers/dropbox-file-system-provider">Dropbox File System Provider</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DropboxFileSystemProvider.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DropboxFileSystemProvider"/> class with the specified root folder.</para>
      </summary>
      <param name="rootFolder">A <see cref="T:System.String"/> value that specifies the path to the root folder.</param>
    </member>
    <member name="P:DevExpress.Web.DropboxFileSystemProvider.AccessTokenValue">
      <summary>
        <para>Use the <see cref="T:DevExpress.Web.AccountManager"/> class API and the <see cref="P:DevExpress.Web.DropboxFileSystemProvider.AccountName"/> property instead. For more information, refer to the  topic.</para>
      </summary>
      <value>A string value that is the access token.</value>
    </member>
    <member name="P:DevExpress.Web.DropboxFileSystemProvider.AccountName">
      <summary>
        <para>Gets or sets a value that specifies the name of the Dropbox account.</para>
      </summary>
      <value>A string value that specifies the account name.</value>
    </member>
    <member name="M:DevExpress.Web.DropboxFileSystemProvider.CopyFile(DevExpress.Web.FileManagerFile,DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements file copying.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the copied file.</param>
      <param name="newParentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder where the current file is being copied.</param>
    </member>
    <member name="M:DevExpress.Web.DropboxFileSystemProvider.CopyFolder(DevExpress.Web.FileManagerFolder,DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements folder copying.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the copied folder.</param>
      <param name="newParentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder to which the current folder is being copied.</param>
    </member>
    <member name="M:DevExpress.Web.DropboxFileSystemProvider.CreateFolder(DevExpress.Web.FileManagerFolder,System.String)">
      <summary>
        <para>Implements folder creation.</para>
      </summary>
      <param name="parent">A <see cref="T:DevExpress.Web.FileManagerFolder"/> value that is the immediate parent folder to which the created folder belongs.</param>
      <param name="name">A <see cref="T:System.String"/> value that is the name of the created folder.</param>
    </member>
    <member name="M:DevExpress.Web.DropboxFileSystemProvider.DeleteFile(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Implements file deletion.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the deleted file.</param>
    </member>
    <member name="M:DevExpress.Web.DropboxFileSystemProvider.DeleteFolder(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements folder deletion.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the deleted folder.</param>
    </member>
    <member name="M:DevExpress.Web.DropboxFileSystemProvider.Exists(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Implements the file existence verification.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the processed file.</param>
      <returns>true if the file exists within a file manager; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.DropboxFileSystemProvider.Exists(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements the folder existence verification.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the processed folder.</param>
      <returns>true if the folder exists within a file manager; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.DropboxFileSystemProvider.GetDownloadUrl(DevExpress.Web.FileManagerFile[])">
      <summary>
        <para>Returns the download URL of the specified files.</para>
      </summary>
      <param name="files">A list of <see cref="T:DevExpress.Web.FileManagerFile"/> objects that are the files to download.</param>
      <returns>A <see cref="T:System.String"/> value specifying the URL of the files to download.</returns>
    </member>
    <member name="M:DevExpress.Web.DropboxFileSystemProvider.GetFiles(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements getting a collection of files that are located in the current folder.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder currently being processed.</param>
      <returns>A collection of <see cref="T:DevExpress.Web.FileManagerFile"/> objects.</returns>
    </member>
    <member name="M:DevExpress.Web.DropboxFileSystemProvider.GetFolders(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements getting a collection of folders that are located in the current folder.</para>
      </summary>
      <param name="parentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder currently being processed.</param>
      <returns>A collection of <see cref="T:DevExpress.Web.FileManagerFolder"/> objects.</returns>
    </member>
    <member name="M:DevExpress.Web.DropboxFileSystemProvider.GetLastWriteTime(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Implements getting the time of the last file modification.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the processed file.</param>
      <returns>A <see cref="T:System.DateTime"/> value that is the last write time.</returns>
    </member>
    <member name="M:DevExpress.Web.DropboxFileSystemProvider.GetLength(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Returns the length of the specified file.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object identifying the processed file.</param>
      <returns>A <see cref="T:System.Int64"/> value that is the file length, in bytes.</returns>
    </member>
    <member name="M:DevExpress.Web.DropboxFileSystemProvider.GetPublicUrl(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Returns the public URL of the uploaded file.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the uploaded file.</param>
      <returns>A <see cref="T:System.String"/> value specifying the public URL of the uploaded file.</returns>
    </member>
    <member name="M:DevExpress.Web.DropboxFileSystemProvider.GetThumbnail(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Provides file manager <see href="https://docs.devexpress.com/AspNet/8952/components/file-management/file-manager/visual-elements/file">files</see> with custom <see href="https://docs.devexpress.com/AspNet/8959/components/file-management/file-manager/visual-elements/file/thumbnail">thumbnails</see>.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the processed file.</param>
      <returns>A <see cref="T:System.IO.Stream"/> object that is the current file’s thumbnail.</returns>
    </member>
    <member name="M:DevExpress.Web.DropboxFileSystemProvider.MoveFile(DevExpress.Web.FileManagerFile,DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements file moving.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the moved file.</param>
      <param name="newParentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder where the current file is being moved.</param>
    </member>
    <member name="M:DevExpress.Web.DropboxFileSystemProvider.MoveFolder(DevExpress.Web.FileManagerFolder,DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements folder moving.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the moved folder.</param>
      <param name="newParentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder where the current folder is being moved.</param>
    </member>
    <member name="M:DevExpress.Web.DropboxFileSystemProvider.RenameFile(DevExpress.Web.FileManagerFile,System.String)">
      <summary>
        <para>Implements file renaming.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the renamed file.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the new file name.</param>
    </member>
    <member name="M:DevExpress.Web.DropboxFileSystemProvider.RenameFolder(DevExpress.Web.FileManagerFolder,System.String)">
      <summary>
        <para>Implements folder renaming.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the renamed folder.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the new folder name.</param>
    </member>
    <member name="P:DevExpress.Web.DropboxFileSystemProvider.TeamMemberID">
      <summary>
        <para>Use the <see cref="T:DevExpress.Web.AccountManager"/> class API and the <see cref="P:DevExpress.Web.DropboxFileSystemProvider.AccountName"/> property instead. For more information, refer to the  topic.</para>
      </summary>
      <value>A string value that is the team member ID.</value>
    </member>
    <member name="M:DevExpress.Web.DropboxFileSystemProvider.UploadFile(DevExpress.Web.FileManagerFolder,System.String,System.IO.Stream)">
      <summary>
        <para>Implements a file upload.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder where the file is being uploaded.</param>
      <param name="fileName">A string value specifying the file name.</param>
      <param name="content">A Stream that is the file content.</param>
    </member>
    <member name="T:DevExpress.Web.DropDownButton">
      <summary>
        <para>Represents the default edit button that invokes the editor’s dropdown window.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DropDownButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DropDownButton"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DropDownButton.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DropDownButton"/> class with the specified setting.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that specifies the caption text of the created button.</param>
    </member>
    <member name="M:DevExpress.Web.DropDownButton.ToString">
      <summary>
        <para>Returns the string that represents the current object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> that represents the current <see cref="T:DevExpress.Web.DropDownButton"/> object.</returns>
    </member>
    <member name="T:DevExpress.Web.DropDownClientSideEvents">
      <summary>
        <para>Contains a client-side dropdown editor’s event list.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DropDownClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DropDownClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DropDownClientSideEvents.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DropDownClientSideEvents"/> 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.DropDownClientSideEvents.CloseUp">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientDropDownEditBase.CloseUp</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.DropDownClientSideEvents.DropDown">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientDropDownEditBase.DropDown</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.DropDownClientSideEvents.QueryCloseUp">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s <b>ASPxClientDropDownEditBase.QueryCloseUp</b> client-side 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.DropDownEditAdaptivityMode">
      <summary>
        <para>Lists values that specify the adaptivity mode of the drop down editors.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.DropDownEditAdaptivityMode.Off">
      <summary>
        <para>Adaptivity mode is not used.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.DropDownEditAdaptivityMode.OnWindowInnerWidth">
      <summary>
        <para>Adaptive mode is enabled when the browser window inner width is less than or equal to the value specified by the <see cref="P:DevExpress.Web.DropDownEditBaseAdaptivitySettings.SwitchToModalAtWindowInnerWidth">DropDownEditBaseAdaptivitySettings.SwitchToModalAtWindowInnerWidth</see> property.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.DropDownEditAdaptivitySettings">
      <summary>
        <para>Contains settings that relate to the dropdown editors’ adaptivity.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DropDownEditAdaptivitySettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DropDownEditAdaptivitySettings"/> class.</para>
      </summary>
      <param name="owner">An object that implements the IPropertiesOwner interface.</param>
    </member>
    <member name="M:DevExpress.Web.DropDownEditAdaptivitySettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.DropDownEditAdaptivitySettings"/> object to the current object.</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.DropDownEditAdaptivitySettings.ShowInputInModalDropDown">
      <summary>
        <para>Specifies whether the <see cref="T:DevExpress.Web.ASPxDropDownEdit"/> displays the input editor in the drop-down window.</para>
      </summary>
      <value>true, to display the input editor in the drop-down window; otherwise, false .</value>
    </member>
    <member name="T:DevExpress.Web.DropDownEditBaseAdaptivitySettings">
      <summary>
        <para>Serves as a base class for classes that contain settings to define the dropdown editors’ adaptivity.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DropDownEditBaseAdaptivitySettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DropDownEditBaseAdaptivitySettings"/> class.</para>
      </summary>
      <param name="owner">An object that implements the IPropertiesOwner interface.</param>
    </member>
    <member name="M:DevExpress.Web.DropDownEditBaseAdaptivitySettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.DropDownEditBaseAdaptivitySettings.ModalDropDownCaption">
      <summary>
        <para>Specifies the drop-down editor’s caption.</para>
      </summary>
      <value>A string value that specifies the drop-down editor’s caption.</value>
    </member>
    <member name="P:DevExpress.Web.DropDownEditBaseAdaptivitySettings.Mode">
      <summary>
        <para>Specifies the adaptivity mode for dropdown editors.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.DropDownEditAdaptivityMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.DropDownEditBaseAdaptivitySettings.SwitchToModalAtWindowInnerWidth">
      <summary>
        <para>Gets or sets a value that defines the maximum browser window inner width when the dropdown switches to modal mode.</para>
      </summary>
      <value>The browser inner window width in pixels.</value>
    </member>
    <member name="T:DevExpress.Web.DropDownEditBaseCommandButton">
      <summary>
        <para>Serves as a base class for classes that represent the command buttons in dropdown editors.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DropDownEditBaseCommandButton.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.DropDownEditBaseCommandButton.Image">
      <summary>
        <para>Gets the settings of an image displayed within the button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.DropDownEditBaseCommandButton.Style">
      <summary>
        <para>Provides access to the style settings that control the appearance of command buttons in the dropdown edit control.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ButtonStyle"/> object that contains button style settings.</value>
    </member>
    <member name="P:DevExpress.Web.DropDownEditBaseCommandButton.Text">
      <summary>
        <para>Gets or sets the button’s display text.</para>
      </summary>
      <value>A string value that specifies the button’s display text.</value>
    </member>
    <member name="T:DevExpress.Web.DropDownEditClientSideEvents">
      <summary>
        <para>Contains a client-side dropdown editor’s event list.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DropDownEditClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DropDownEditClientSideEvents"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DropDownEditClientSideEvents.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DropDownEditClientSideEvents"/> class.</para>
      </summary>
      <param name="owner">An object that implements the IPropertiesOwner interface.</param>
    </member>
    <member name="P:DevExpress.Web.DropDownEditClientSideEvents.DropDownCommandButtonClick">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientDropDownEdit.DropDownCommandButtonClick</b> event.</para>
      </summary>
      <value>A string that is 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.DropDownEditCommandButton">
      <summary>
        <para>Represents the OK and Cancel buttons in the dropdown editors.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DropDownEditCommandButton.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.DropDownEditCommandButton.Visibility">
      <summary>
        <para>Gets or sets the visibility behavior of the elements in the dropdown.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.DropDownElementVisibility"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.DropDownEditProperties">
      <summary>
        <para>Contains settings specific to dropdown editors.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DropDownEditProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DropDownEditProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DropDownEditProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DropDownEditProperties"/> 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.DropDownEditProperties.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.DropDownEditProperties.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.DropDownEditProperties"/>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.DropDownEditClientSideEvents"/> object which allows assigning handlers to the client-side events available to the editor.</value>
    </member>
    <member name="P:DevExpress.Web.DropDownEditProperties.DropDownApplyButton">
      <summary>
        <para>Gets the settings of the ‘Apply’ command buttons in dropdown editors.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DropDownEditCommandButton"/> object that represents the ‘Apply’ button’s properties.</value>
    </member>
    <member name="P:DevExpress.Web.DropDownEditProperties.DropDownCloseButton">
      <summary>
        <para>Gets the settings of the ‘Close’ command buttons in dropdown editors.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DropDownEditCommandButton"/> object that represents the ‘Close’ button’s properties.</value>
    </member>
    <member name="P:DevExpress.Web.DropDownEditProperties.DropDownWindowHeight">
      <summary>
        <para>Gets or sets the height of the editor’s <see href="https://docs.devexpress.com/AspNet/11655/components/data-editors/dropdownedit#visual-elements">drop down window</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the <see href="https://docs.devexpress.com/AspNet/11655/components/data-editors/dropdownedit#visual-elements">drop down window</see>‘s height.</value>
    </member>
    <member name="P:DevExpress.Web.DropDownEditProperties.DropDownWindowStyle">
      <summary>
        <para>Gets the style settings which define the appearance of an editor’s <see href="https://docs.devexpress.com/AspNet/11655/components/data-editors/dropdownedit#visual-elements">drop down window</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DropDownWindowStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.DropDownEditProperties.DropDownWindowTemplate">
      <summary>
        <para>Gets or sets a common template used for displaying the content of the <see href="https://docs.devexpress.com/AspNet/11655/components/data-editors/dropdownedit#visual-elements">drop down window</see>.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template used for displaying the content of the <see href="https://docs.devexpress.com/AspNet/11655/components/data-editors/dropdownedit#visual-elements">drop down window</see>.</value>
    </member>
    <member name="P:DevExpress.Web.DropDownEditProperties.DropDownWindowWidth">
      <summary>
        <para>Gets or sets the width of the editor’s <see href="https://docs.devexpress.com/AspNet/11655/components/data-editors/dropdownedit#visual-elements">drop down window</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the <see href="https://docs.devexpress.com/AspNet/11655/components/data-editors/dropdownedit#visual-elements">drop down window</see>‘s width.</value>
    </member>
    <member name="P:DevExpress.Web.DropDownEditProperties.NullText">
      <summary>
        <para>Gets or sets the prompt text displayed within the editor’s input box when the editor is not focused, and its value is null.</para>
      </summary>
      <value>A string value that specifies the prompt text.</value>
    </member>
    <member name="P:DevExpress.Web.DropDownEditProperties.SettingsAdaptivity">
      <summary>
        <para>Provides access to the DropdownEdit’s adaptivity settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DropDownEditAdaptivitySettings"/> object that contains adaptivity settings.</value>
    </member>
    <member name="T:DevExpress.Web.DropDownEditPropertiesBase">
      <summary>
        <para>Contains the base settings specific to dropdown editors.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DropDownEditPropertiesBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DropDownEditPropertiesBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DropDownEditPropertiesBase.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DropDownEditPropertiesBase"/> 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.DropDownEditPropertiesBase.AnimationType">
      <summary>
        <para>Gets or sets a value specifying the animation type used when the editor’s <see href="https://docs.devexpress.com/AspNet/11655/components/data-editors/dropdownedit#visual-elements">drop down window</see> is invoked.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.AnimationType"/> enumeration values.</value>
    </member>
    <member name="M:DevExpress.Web.DropDownEditPropertiesBase.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.DropDownEditPropertiesBase.CustomButtonsPosition">
      <summary>
        <para>Specifies the position of custom control buttons relative to the input element.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.CustomButtonsPosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.DropDownEditPropertiesBase.DropDownApplyButton">
      <summary>
        <para>Gets the settings of the ‘Apply’ command buttons in dropdown editors.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DropDownEditBaseCommandButton"/> object that represents the ‘Apply’ button’s properties.</value>
    </member>
    <member name="P:DevExpress.Web.DropDownEditPropertiesBase.DropDownButton">
      <summary>
        <para>Gets the settings of the editor’s <see href="https://docs.devexpress.com/AspNet/11655/components/data-editors/dropdownedit#visual-elements">drop down button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DropDownButton"/> object that contains the fast button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.DropDownEditPropertiesBase.DropDownCloseButton">
      <summary>
        <para>Gets the settings of the ‘Close’ command buttons in dropdown editors.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DropDownEditBaseCommandButton"/> object that represents the ‘Close’ button’s properties.</value>
    </member>
    <member name="P:DevExpress.Web.DropDownEditPropertiesBase.EnableAnimation">
      <summary>
        <para>Gets or sets a value that specifies whether a specific animation effect is used when the editor’s <see href="https://docs.devexpress.com/AspNet/11655/components/data-editors/dropdownedit#visual-elements">drop down window</see> is invoked.</para>
      </summary>
      <value>true if a specific animation effect is used; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.DropDownEditPropertiesBase.Password">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.DropDownEditPropertiesBase"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.DropDownEditPropertiesBase.PopupHorizontalAlign">
      <summary>
        <para>Gets or sets a <see href="https://docs.devexpress.com/AspNet/11655/components/data-editors/dropdownedit#visual-elements">drop down window</see>‘s horizontal alignment.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.PopupHorizontalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.DropDownEditPropertiesBase.PopupVerticalAlign">
      <summary>
        <para>Gets or sets a <see href="https://docs.devexpress.com/AspNet/11655/components/data-editors/dropdownedit#visual-elements">drop down window</see>‘s vertical alignment.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.PopupVerticalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.DropDownEditPropertiesBase.RenderIFrameForPopupElements">
      <summary>
        <para>Gets or sets a value that specifies whether the editor’s dropdown window is 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.DropDownEditPropertiesBase.SettingsAdaptivity">
      <summary>
        <para>Provides access to the dropdown editors’ adaptivity settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DropDownEditBaseAdaptivitySettings"/> object that contains adaptivity settings.</value>
    </member>
    <member name="P:DevExpress.Web.DropDownEditPropertiesBase.ShowShadow">
      <summary>
        <para>Gets or sets a value that specifies whether the editor’s <see href="https://docs.devexpress.com/AspNet/11655/components/data-editors/dropdownedit#visual-elements">drop down window</see> casts a shadow.</para>
      </summary>
      <value>true if the editor’s <see href="https://docs.devexpress.com/AspNet/11655/components/data-editors/dropdownedit#visual-elements">drop down window</see> casts a shadow; otherwise false.</value>
    </member>
    <member name="T:DevExpress.Web.DropDownElementVisibility">
      <summary>
        <para>Lists values that specify the visibility mode of the dropdown editor’s elements (Ok and Cancel buttons).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.DropDownElementVisibility.Always">
      <summary>
        <para>Elements in the dropdown are always visible.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.DropDownElementVisibility.DropDown">
      <summary>
        <para>Displays the element when the drop-down window is displayed in regular mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.DropDownElementVisibility.ModalDropDown">
      <summary>
        <para>Displays the element when the drop-down window is displayed in modal mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.DropDownElementVisibility.Never">
      <summary>
        <para>Never displays elements in the editor’s dropdown.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.DropDownStyle">
      <summary>
        <para>Specifies the manner in which an end user can change a combobox editor’s value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.DropDownStyle.DropDown">
      <summary>
        <para>End users are allowed to change the editor’s edit value by either selecting an item from the dropdown list or entering new values into the edit box.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.DropDownStyle.DropDownList">
      <summary>
        <para>End users are allowed to change the editor’s edit value only by selecting an item from the dropdown list.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.DropDownWindowStyle">
      <summary>
        <para>Contains style settings that define the appearance of the editor’s dropdown window.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.DropDownWindowStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.DropDownWindowStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.DropDownWindowStyle.Paddings">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/AspNet/11655/components/data-editors/dropdownedit#visual-elements">drop down window</see>‘s padding settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="T:DevExpress.Web.EditAreaStyle">
      <summary>
        <para>Contains the style settings that define the appearance of an editor’s edit region.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EditAreaStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.EditAreaStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.EditAreaStyle.VerticalAlign">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.EditAreaStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.EditAreaStyle.Width">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.EditAreaStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.EditButton">
      <summary>
        <para>Represents a button for a button editor control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EditButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.EditButton"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EditButton.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.EditButton"/> class with the specified setting.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that specifies the caption text of the created button.</param>
    </member>
    <member name="M:DevExpress.Web.EditButton.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings from the specified item 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="P:DevExpress.Web.EditButton.ClientVisible">
      <summary>
        <para>Gets or sets a value that specifies the initial visibility state of an edit button on the client.</para>
      </summary>
      <value>true to make a button initially displayed on the client; false to render the button on the web page, but make it initially hidden on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.EditButton.CssClass">
      <summary>
        <para>Gets or sets the name of the cascading style sheet (CSS) class associated with the edit button.</para>
      </summary>
      <value>A string value specifying the name of the associated cascading style sheet class.</value>
    </member>
    <member name="P:DevExpress.Web.EditButton.Enabled">
      <summary>
        <para>Gets or sets a value that indicates whether the button is enabled, allowing it to respond to end-user interactions.</para>
      </summary>
      <value>true if the button is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.EditButton.Image">
      <summary>
        <para>Gets the settings of an image displayed within the button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditButton.ImagePosition">
      <summary>
        <para>Gets or sets the image position within the button.</para>
      </summary>
      <value>The image position.</value>
    </member>
    <member name="P:DevExpress.Web.EditButton.Position">
      <summary>
        <para>Gets or sets the button’s horizontal position within an editor.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ButtonsPosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.EditButton.Text">
      <summary>
        <para>Gets or sets the text displayed within the editor button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value representing the editor button’s text.</value>
    </member>
    <member name="P:DevExpress.Web.EditButton.ToolTip">
      <summary>
        <para>Gets or sets the current edit button’s tooltip text.</para>
      </summary>
      <value>A string which specifies the text content of the current edit button’s tooltip.</value>
    </member>
    <member name="M:DevExpress.Web.EditButton.ToString">
      <summary>
        <para>Returns the string that represents the current object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> that represents the current <see cref="T:DevExpress.Web.EditButton"/> object.</returns>
    </member>
    <member name="P:DevExpress.Web.EditButton.Visible">
      <summary>
        <para>Gets or sets the edit button’s visibility status.</para>
      </summary>
      <value>true, if the button is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.EditButton.Width">
      <summary>
        <para>Gets or sets the editor button’s width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the editor button’s width.</value>
    </member>
    <member name="T:DevExpress.Web.EditButtonCollection">
      <summary>
        <para>Represents a collection of buttons in a button editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EditButtonCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.EditButtonCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EditButtonCollection.Add">
      <summary>
        <para>Adds a new button to the collection and returns the newly created button object.</para>
      </summary>
      <returns>An <see cref="T:DevExpress.Web.EditButton"/> object that represents the newly created button.</returns>
    </member>
    <member name="M:DevExpress.Web.EditButtonCollection.Add(DevExpress.Web.EditButton)">
      <summary>
        <para>Adds the specified button to the collection</para>
      </summary>
      <param name="item">An <see cref="T:DevExpress.Web.EditButton"/> object that specifies the button to add to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.EditButtonCollection.Add(System.String)">
      <summary>
        <para>Adds a new button to the collection and specifies the button’s caption text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the caption text of the created editor button.</param>
    </member>
    <member name="M:DevExpress.Web.EditButtonCollection.FindByText(System.String)">
      <summary>
        <para>Returns a button with the specified <see cref="P:DevExpress.Web.EditButton.Text">EditButton.Text</see> property value.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.EditButton.Text">EditButton.Text</see> property value of the required button.</param>
      <returns>An <see cref="T:DevExpress.Web.EditButton"/> object with a specific value of the <see cref="P:DevExpress.Web.EditButton.Text">EditButton.Text</see> property.</returns>
    </member>
    <member name="M:DevExpress.Web.EditButtonCollection.IndexOf(DevExpress.Web.EditButton)">
      <summary>
        <para>Searches for the specified edit button and returns the zero-based index of its first occurrence within the collection.</para>
      </summary>
      <param name="item">An <see cref="T:DevExpress.Web.EditButton"/> object representing the button to locate in the collection.</param>
      <returns>The zero-based index of the first occurrence of the specified edit button within the collection, if found; otherwise, negative one (&#0045;1).</returns>
    </member>
    <member name="M:DevExpress.Web.EditButtonCollection.IndexOfText(System.String)">
      <summary>
        <para>Searches for an editor button by its display text and returns the zero-based index of its first occurrence within the collection.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value representing the display text of the item which is to be located in the collection.</param>
      <returns>The zero-based index of the first occurrence of the specified button within the collection, if found; otherwise negative one (&#0045;1).</returns>
    </member>
    <member name="P:DevExpress.Web.EditButtonCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items within the <see cref="T:DevExpress.Web.EditButtonCollection"/>.</para>
      </summary>
      <param name="index">An integer value specifying the zero-based index of the item to be accessed.</param>
      <value>An <see cref="T:DevExpress.Web.EditButton"/> object representing an item located at the specified index within the collection.</value>
    </member>
    <member name="T:DevExpress.Web.EditButtonStyle">
      <summary>
        <para>Contains style settings that define the appearance of button elements within different editor types.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EditButtonStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.EditButtonStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.EditButtonStyle.DisabledStyle">
      <summary>
        <para>Gets the style settings which define a button element’s appearance in the disabled state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DisabledStyle"/> object that contains the disabled style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditButtonStyle.PressedStyle">
      <summary>
        <para>Gets the style settings which define a button element’s appearance in the pressed state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains the pressed style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditButtonStyle.Spacing">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.EditButtonStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.EditButtonStyle.Width">
      <summary>
        <para>Gets or sets the widht of all buton elements within an editor to which the current style applies.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the button width.</value>
    </member>
    <member name="T:DevExpress.Web.EditClientSideEvents">
      <summary>
        <para>Serves as the base for objects containing client-side events.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EditClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.EditClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EditClientSideEvents.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.EditClientSideEvents"/> 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.EditClientSideEvents.GotFocus">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientEdit.GotFocus</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.EditClientSideEvents.LostFocus">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientEdit.LostFocus</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.EditClientSideEvents.Validation">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientEdit.Validation</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.EditClientSideEvents.ValueChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientEdit.ValueChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.EditClientSideEventsBase">
      <summary>
        <para>Contains a list of the events that are common to all client-side editor types.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EditClientSideEventsBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.EditClientSideEventsBase"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EditClientSideEventsBase.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.EditClientSideEventsBase"/> 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.EditFormat">
      <summary>
        <para>Specifies possible edit formats for a date editor’s value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.EditFormat.Custom">
      <summary>
        <para>The edited date is represented using a custom format pattern specified via the <see cref="P:DevExpress.Web.ASPxDateEdit.EditFormatString">ASPxDateEdit.EditFormatString</see> (<see cref="P:DevExpress.Web.DateEditProperties.EditFormatString">DateEditProperties.EditFormatString</see>) property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.EditFormat.Date">
      <summary>
        <para>The edited date is represented using a format pattern for a short date value (which is associated with the ‘d’ format character).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.EditFormat.DateTime">
      <summary>
        <para>The edited date is represented using a format pattern for a short date and short time value (which is associated with the ‘g’ format character).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.EditFormat.Time">
      <summary>
        <para>The edited date is represented using a format pattern for a short time value (which is associated with the ‘t’ format character).</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.EditModeCommandLayoutItem">
      <summary>
        <para>A layout item for command buttons in the <see cref="T:DevExpress.Web.ASPxGridView"/> and <see cref="T:DevExpress.Web.ASPxCardView"/> edit forms.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EditModeCommandLayoutItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.EditModeCommandLayoutItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EditModeCommandLayoutItem.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="P:DevExpress.Web.EditModeCommandLayoutItem.ShowCancelButton">
      <summary>
        <para>Specifies whether the Cancel button is displayed in the command layout item.</para>
      </summary>
      <value>true, if the button is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.EditModeCommandLayoutItem.ShowUpdateButton">
      <summary>
        <para>Specifies whether the Update button is displayed in the command layout item.</para>
      </summary>
      <value>true, if the button is visible, otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.EditorCaptionCellStyle">
      <summary>
        <para>Defines style settings for the editor’s caption container.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EditorCaptionCellStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.EditorCaptionCellStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.EditorCaptionCellStyle.Height">
      <summary>
        <para>Gets or sets the height of the editor’s caption container.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that is the height value.</value>
    </member>
    <member name="P:DevExpress.Web.EditorCaptionCellStyle.Width">
      <summary>
        <para>Gets or sets the width of the editor’s caption container.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the width value.</value>
    </member>
    <member name="T:DevExpress.Web.EditorCaptionHorizontalAlign">
      <summary>
        <para>Contains values that specify the horizontal alignment of an editor caption relative to its parent container.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.EditorCaptionHorizontalAlign.Center">
      <summary>
        <para>The element is displayed at the center of its parent container.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.EditorCaptionHorizontalAlign.Left">
      <summary>
        <para>The element is displayed at the left of its parent container.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.EditorCaptionHorizontalAlign.NotSet">
      <summary>
        <para>The element horizontal alignment is not set.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.EditorCaptionHorizontalAlign.Right">
      <summary>
        <para>The element is displayed at the right of its parent container.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.EditorCaptionPosition">
      <summary>
        <para>Specifies a caption text’s position relative to an editor.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.EditorCaptionPosition.Bottom">
      <summary>
        <para>A caption is displayed at the bottom of the editor.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.EditorCaptionPosition.Left">
      <summary>
        <para>A caption is displayed at the left of the editor.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.EditorCaptionPosition.NotSet">
      <summary>
        <para>A caption location is not set and it is displayed at the default position.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.EditorCaptionPosition.Right">
      <summary>
        <para>A caption is displayed at the right of the editor.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.EditorCaptionPosition.Top">
      <summary>
        <para>A caption is displayed at the top of the editor.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.EditorCaptionSettings">
      <summary>
        <para>Contains settings specific to the editor caption.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EditorCaptionSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.EditorCaptionSettings"/> 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.EditorCaptionSettings.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.EditorCaptionSettings.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.EditorCaptionSettings.RequiredMarkDisplayMode">
      <summary>
        <para>Gets or sets the required mark visibility mode.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.EditorRequiredMarkMode"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.EditorCaptionSettingsBase">
      <summary>
        <para>The base class for editor caption settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EditorCaptionSettingsBase.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.EditorCaptionSettingsBase"/> 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.EditorCaptionSettingsBase.HorizontalAlign">
      <summary>
        <para>Gets or sets the horizontal alignment of an editor’s caption.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.EditorCaptionHorizontalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.EditorCaptionSettingsBase.Position">
      <summary>
        <para>Specifies the position of a caption related to the editor.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.EditorCaptionPosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.EditorCaptionSettingsBase.ShowColon">
      <summary>
        <para>Specifies whether the colon sign is displayed after the caption text.</para>
      </summary>
      <value>true, to show  the colon sign; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.EditorCaptionSettingsBase.VerticalAlign">
      <summary>
        <para>Gets or sets the vertical alignment of an editor’s caption.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.EditorCaptionVerticalAlign"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.EditorCaptionStyle">
      <summary>
        <para>Defines style settings for the editor caption.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EditorCaptionStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.EditorCaptionStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.EditorCaptionVerticalAlign">
      <summary>
        <para>Specifies the vertical alignment of editor caption within its parent container.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.EditorCaptionVerticalAlign.Bottom">
      <summary>
        <para>The element is displayed at the bottom of its parent container.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.EditorCaptionVerticalAlign.Middle">
      <summary>
        <para>The element is displayed in the middle of its parent container.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.EditorCaptionVerticalAlign.NotSet">
      <summary>
        <para>The element alignment is not set.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.EditorCaptionVerticalAlign.Top">
      <summary>
        <para>The element is displayed at the top of its parent container.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.EditorDecorationStyle">
      <summary>
        <para>Contains the style settings for the editor’s prompt text and focused styles.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EditorDecorationStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.EditorDecorationStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.EditorImages">
      <summary>
        <para>Contains settings that allow images to be defined for specific elements of editors.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.EditorImages.BinaryImageDeleteButton">
      <summary>
        <para>Gets the settings of an image that is displayed in the binary image’s Delete button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BinaryImageDeleteButtonImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorImages.BinaryImageOpenDialogButton">
      <summary>
        <para>Gets the settings of an image that is displayed in the binary image’s Open Dialog button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BinaryImageOpenDialogButtonImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorImages.ButtonEditClearButton">
      <summary>
        <para>Gets the settings of an image that is displayed in the editor’s Clear button element.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorImages.ButtonEditEllipsis">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.EditorImages.CalendarFastNavHeaderBackElement">
      <summary>
        <para>Gets the settings of an image that is displayed in the back-element used to return to the previous mode within the fast navigation area’s header.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorImages.CalendarFastNavHeaderBackElementRtl">
      <summary>
        <para>Gets the settings of an image that is displayed in the back-element used to return to the previous mode within the fast navigation area’s header when the calendar is in RTL mode.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorImages.CalendarFastNavNextYear">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.EditorImages.CalendarFastNavPrevYear">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.EditorImages.CalendarNextLargePeriod">
      <summary>
        <para>Gets the settings of an image that is displayed in the calendar’s &gt;&gt; button element.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorImages.CalendarNextPeriod">
      <summary>
        <para>Gets the settings of an image that is displayed in the calendar’s navigation button element.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorImages.CalendarPrevLargePeriod">
      <summary>
        <para>Gets the settings of an image that is displayed in the calendar’s &lt;&lt; button element.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorImages.CalendarPrevPeriod">
      <summary>
        <para>Gets the settings of an image that is displayed in the calendar’s navigation button element.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorImages.CheckBoxChecked">
      <summary>
        <para>Provides access to the settings that define an image of check boxes in the checked state.</para>
      </summary>
      <value>An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorImages.CheckBoxGrayed">
      <summary>
        <para>Provides access to the settings that define an image of check boxes in the grayed state.</para>
      </summary>
      <value>An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorImages.CheckBoxUnchecked">
      <summary>
        <para>Provides access to the settings that define an image of check boxes in the unchecked state.</para>
      </summary>
      <value>An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorImages.CheckBoxUndefined">
      <summary>
        <para>Provides access to the settings that define an image of check boxes in the undefined (grayed)  state.</para>
      </summary>
      <value>An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorImages.DateEditTimeSectionClockFace">
      <summary>
        <para>Gets the settings of an image that defines a <see href="https://docs.devexpress.com/AspNet/12319/components/data-editors/aspxdateedit/visual-elements#time-section">ClockFace</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorImages.DateEditTimeSectionHourHand">
      <summary>
        <para>Gets the settings of an image that defines a clock <see href="https://docs.devexpress.com/AspNet/12319/components/data-editors/aspxdateedit/visual-elements#time-section">hour hand</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorImages.DateEditTimeSectionMinuteHand">
      <summary>
        <para>Gets the settings of an image that defines a clock <see href="https://docs.devexpress.com/AspNet/12319/components/data-editors/aspxdateedit/visual-elements#time-section">minute hand</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorImages.DateEditTimeSectionSecondHand">
      <summary>
        <para>Gets the settings of an image that defines a clock <see href="https://docs.devexpress.com/AspNet/12319/components/data-editors/aspxdateedit/visual-elements#time-section">second hand</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorImages.DropDownApplyButton">
      <summary>
        <para>Gets the settings of an image that is displayed in the editor’s Apply button element.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorImages.DropDownCloseButton">
      <summary>
        <para>Gets the settings of an image that is displayed in the editor’s Close button element.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorImages.DropDownEditDropDown">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.EditorImages.ImageEmpty">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.EditorImages.ListBoxFilter">
      <summary>
        <para>Provides access to the settings that define an image displayed within the filter button in the list box.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorImages.ListBoxHideFilter">
      <summary>
        <para>Provides access to the settings that define an image displayed within the list box’s filter button that hides the filter.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorImages.ListBoxHideFilterRtl">
      <summary>
        <para>Provides access to the settings that define an image displayed within the list box’s filter button that hides the filter when the list box is in RTL mode.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorImages.ListEditItem">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.EditorImages.RadioButtonChecked">
      <summary>
        <para>Provides access to the settings that define an image of a radio button in the checked state.</para>
      </summary>
      <value>An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorImages.RadioButtonUnchecked">
      <summary>
        <para>Provides access to the settings that define an image of radio buttons in the unchecked state.</para>
      </summary>
      <value>An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorImages.RadioButtonUndefined">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.EditorImages.SpinEditDecrement">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.EditorImages.SpinEditIncrement">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.EditorImages.SpinEditLargeDecrement">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.EditorImages.SpinEditLargeIncrement">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.EditorImages.TrackBarDecrementButton">
      <summary>
        <para>Gets the settings of an image that is displayed in the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#decrement-button">decrement button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarElementImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorImages.TrackBarIncrementButton">
      <summary>
        <para>Gets the settings of an image that is displayed in the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#increment-button">increment button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarElementImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorImages.TrackBarMainDragHandle">
      <summary>
        <para>Gets the settings of an image displayed in the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#drag-handle">main drag handle</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarElementImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorImages.TrackBarSecondaryDragHandle">
      <summary>
        <para>Gets the settings of an image that is displayed in the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#drag-handle">secondary drag handle</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarElementImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="T:DevExpress.Web.EditorInplaceMode">
      <summary>
        <para>Specifies possible modes of using editors in-place within an ASPxGridView control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.EditorInplaceMode.EditForm">
      <summary>
        <para>Editors are used within the <see href="https://docs.devexpress.com/AspNet/3680/components/grid-view/visual-elements/edit-form">Edit Form</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.EditorInplaceMode.Inplace">
      <summary>
        <para>Editors are used within the <see href="https://docs.devexpress.com/AspNet/3692/components/grid-view/visual-elements/in-line-edit-row">In-Line Edit Row</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.EditorInplaceMode.StandAlone">
      <summary>
        <para>Editors are used stand-alone.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.EditorRequiredMarkMode">
      <summary>
        <para>Lists values that specify the type of a mark displayed within the editor caption.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.EditorRequiredMarkMode.Auto">
      <summary>
        <para>If the editor <see cref="P:DevExpress.Web.RequiredFieldValidationPattern.IsRequired">RequiredFieldValidationPattern.IsRequired</see> property is set to true, the “required” mark is displayed after a caption.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.EditorRequiredMarkMode.Hidden">
      <summary>
        <para>A required mark is hidden.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.EditorRequiredMarkMode.Optional">
      <summary>
        <para>The “optional” mark is displayed after a caption.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.EditorRequiredMarkMode.Required">
      <summary>
        <para>The “required” mark is displayed after a caption.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.EditorRootStyle">
      <summary>
        <para>Contains settings that define the style of the editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EditorRootStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.EditorRootStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.EditorRootStyle.HorizontalAlign">
      <summary>
        <para>Gets or sets the horizontal alignment of the content.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.HorizontalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.EditorRootStyle.HoverStyle">
      <summary>
        <para>Gets the style settings which define an editor’s hover state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains the hover style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorRootStyle.Spacing">
      <summary>
        <para>Gets or sets the spacing between the elements in the corresponding object which the current style applies to.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="T:DevExpress.Web.EditorStyles">
      <summary>
        <para>Contains settings that allow the appearance of specific editor elements to be defined.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.BinaryImage">
      <summary>
        <para>Gets the style settings that define the binary image appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditStyleBase"/> object containing the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.BinaryImageButton">
      <summary>
        <para>Gets the style settings that define the appearance of binary image <see href="https://docs.devexpress.com/AspNet/11646/components/data-editors/binaryimage#visual-elements">button panel</see> buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.BinaryImageButtonPanel">
      <summary>
        <para>Gets the style settings that define the appearance of a binary image <see href="https://docs.devexpress.com/AspNet/11646/components/data-editors/binaryimage#visual-elements">button panel</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BinaryImageButtonPanelStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.BinaryImageDropZone">
      <summary>
        <para>Gets the style settings that define the appearance of a binary image drop zone.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.BinaryImageEmptyValueText">
      <summary>
        <para>Gets the style settings that define the appearance of a binary image empty value text.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.ButtonEdit">
      <summary>
        <para>Gets the style settings that define a button editor’s appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditStyleBase"/> object containing the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.ButtonEditButton">
      <summary>
        <para>Gets the style settings that define the appearance of an editor’s buttons.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.ButtonEditCellSpacing">
      <summary>
        <para>Specifies the spacing between editor buttons, and between buttons and editor borders.</para>
      </summary>
      <value>An integer value that specifies the spacing, in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.ButtonEditClearButton">
      <summary>
        <para>Gets the style settings that define the appearance of an editor’s Clear button.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.Calendar">
      <summary>
        <para>Gets the style settings that define the calendar’s appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object containing the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.CalendarButton">
      <summary>
        <para>Gets the style settings that define the appearance of a calendar’s buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.EditButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.CalendarCell">
      <summary>
        <para>Gets the style settings that define the appearance of a calendar’s cell.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.EditButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.CalendarCellDisabled">
      <summary>
        <para>Gets the style settings that define the appearance of a calendar’s disabled cell.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.EditButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.CalendarCellOtherPeriod">
      <summary>
        <para>Gets the style settings that define the appearance of the a cell that doesn’t refer to the current period (month, year, century).</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.CalendarCellOutOfRange">
      <summary>
        <para>Gets the style settings that define the appearance of cells that are out of the specified range (<see cref="P:DevExpress.Web.ASPxCalendar.MinDate">ASPxCalendar.MinDate</see>, <see cref="P:DevExpress.Web.ASPxCalendar.MaxDate">ASPxCalendar.MaxDate</see>).</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.CalendarCellSelected">
      <summary>
        <para>Gets the style settings that define the appearance of a selected cell.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.CalendarDay">
      <summary>
        <para>Gets the style settings that define the appearance of a calendar’s days.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.CalendarDayDisabled">
      <summary>
        <para>Gets the style settings that define the appearance of a calendar’s disabled day.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.CalendarDayHeader">
      <summary>
        <para>Gets the style settings that define the appearance of a calendar’s section that displays the day of the week.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.CalendarDayOtherMonth">
      <summary>
        <para>Gets the style settings that define the appearance of a calendar’s other month days.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.CalendarDayOutOfRange">
      <summary>
        <para>Gets the style settings that define the appearance of a calendar’s days that don’t belong to the date range allowed for selection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.CalendarDaySelected">
      <summary>
        <para>Gets the style settings that define the appearance of a calendar’s selected day.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.CalendarDayWeekEnd">
      <summary>
        <para>Gets the style settings that define the appearance of a calendar’s weekend days.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.CalendarFastNav">
      <summary>
        <para>Gets the style settings that define the appearance of a calendar’s fast navigation panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarFastNavStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.CalendarFastNavFooter">
      <summary>
        <para>Gets the style settings that define the appearance of the footer section displayed in a calendar’s fast navigation panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarHeaderFooterStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.CalendarFastNavHeader">
      <summary>
        <para>Gets the style settings that define the appearance of the header section displayed in a calendar’s fast navigation area.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarHeaderFooterStyle"/> object which contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.CalendarFastNavItem">
      <summary>
        <para>Gets the style settings that define the appearance of the fast navigation area’s item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarFastNavItemStyle"/> object which contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.CalendarFastNavItemArea">
      <summary>
        <para>Gets the style settings that define the appearance of the fast navigation area.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object which contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.CalendarFastNavItemOtherPeriod">
      <summary>
        <para>Gets the style settings that define the appearance of the fast navigation area’s items that belong to the neighboring period.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarFastNavItemStyle"/> object which contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.CalendarFastNavMonth">
      <summary>
        <para>Gets the style settings that define the appearance of the months displayed in a calendar’s fast navigation panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarFastNavItemStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.CalendarFastNavMonthArea">
      <summary>
        <para>Gets the style settings that define the appearance of the calendar fast navigation panel’s section that displays months.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.CalendarFastNavYear">
      <summary>
        <para>Gets the style settings that define the appearance of the years displayed in the calendar’s fast navigation panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarFastNavItemStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.CalendarFastNavYearArea">
      <summary>
        <para>Gets the style settings that define the appearance of the calendar fast navigation panel’s section that displays years.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.CalendarFooter">
      <summary>
        <para>Gets the style settings that define the appearance of a calendar’s footer section.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarHeaderFooterStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.CalendarHeader">
      <summary>
        <para>Gets the style settings that define the appearance of a calendar’s header section.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarHeaderFooterStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.CalendarMonthGridPaddings">
      <summary>
        <para>Gets the padding settings for a calendar’s month grid.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains the padding settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.CalendarToday">
      <summary>
        <para>Gets the style settings that define the appearance of a calendar day that corresponds to today’s date.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.CalendarWeekNumber">
      <summary>
        <para>Gets the style settings that define the appearance of a calendar’s week numbers.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarElementStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.CheckBox">
      <summary>
        <para>Gets the style settings that define the appearance of a check box.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditorDecorationStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.CheckBoxFocused">
      <summary>
        <para>Gets the style settings that define the appearance of a check box when it is focused.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditorDecorationStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.CheckBoxList">
      <summary>
        <para>Gets the style settings that define the appearance of a check box list.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.CheckEdit">
      <summary>
        <para>Gets the style settings that define a checkbox editor’s appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object containing the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.ColorIndicator">
      <summary>
        <para>Gets the style settings that define the appearance of a color indicator.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ColorIndicatorStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.ColorPicker">
      <summary>
        <para>Gets the style settings that define the appearance of the editor’s color picker.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ColorPickerStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.ColorTable">
      <summary>
        <para>Gets the style settings that define the appearance of the editor’s color table.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ColorTableStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.ColorTableCell">
      <summary>
        <para>Gets the style settings that define the appearance of a color table’s cell.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ColorTableCellStyle"/> object that contains the style settings.</value>
    </member>
    <member name="M:DevExpress.Web.EditorStyles.CopyFrom(DevExpress.Web.StylesBase)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.EditorStyles"/> class.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.StylesBase"/> object that represents the object which the settings will be copied from.</param>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.DateEditClockCell">
      <summary>
        <para>Gets the style settings that define the appearance of a <see href="https://docs.devexpress.com/AspNet/12319/components/data-editors/aspxdateedit/visual-elements#time-section">clock cell</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DateEditTimeSectionCellStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.DateEditTimeEditCell">
      <summary>
        <para>Gets the style settings that define the appearance of a <see href="https://docs.devexpress.com/AspNet/12319/components/data-editors/aspxdateedit/visual-elements#time-section">clock cell</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DateEditTimeSectionCellStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.DecrementButtonStyle">
      <summary>
        <para>Gets the style settings used to display the spin editor’s <see href="https://docs.devexpress.com/AspNet/11121/components/data-editors/aspxspinedit/visual-elements#small-increment-buttons">small decrement buttons</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SpinButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.DisplayColorIndicator">
      <summary>
        <para>Gets the style settings that define an editor’s color indicator appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ColorIndicatorStyle"/> object containing the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.DropDownApplyButton">
      <summary>
        <para>Gets the style settings that define the appearance of an editor’s Apply button.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.DropDownCloseButton">
      <summary>
        <para>Gets the style settings that define the appearance of an editor’s Close button.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.DropDownWindow">
      <summary>
        <para>Gets the style settings that define the appearance of the drop down window.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DropDownWindowStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.EnableFocusedStyle">
      <summary>
        <para>Gets or sets a value indicating whether an editor in a focused state is dispalyed by using the specified style settings.</para>
      </summary>
      <value>true if the style settings are enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.Focused">
      <summary>
        <para>Gets the style settings defining the editors’ appearance in the focused state.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditorDecorationStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.Hyperlink">
      <summary>
        <para>Gets the style settings that define a hyperlink editor’s appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object containing the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.Image">
      <summary>
        <para>Gets the style settings that define an image editor’s appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object containing the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.IncrementButtonStyle">
      <summary>
        <para>Gets the style settings used to represent the spin editor’s increment buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SpinButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.Invalid">
      <summary>
        <para>Gets the style settings defining the editors’ appearance in the invalid state.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditorDecorationStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.Label">
      <summary>
        <para>Gets the style settings that define a label control’s appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object containing the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.LargeDecrementButtonStyle">
      <summary>
        <para>Gets the style settings used to represent the spin editor’s large decrement button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SpinButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.LargeIncrementButtonStyle">
      <summary>
        <para>Gets the style settings used to represent the spin editor’s large increment button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SpinButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.ListBox">
      <summary>
        <para>Gets the style settings that define a list box editor’s appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object containing the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.ListBoxFilter">
      <summary>
        <para>Gets the style settings that define the appearance of the filter area in the list box.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.ListBoxFilterEditor">
      <summary>
        <para>Gets the style settings that define the appearance of the filter editor in the list box.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.ListBoxItem">
      <summary>
        <para>Gets the style settings that define the appearance of a list editor’s items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ListBoxItemStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.ListBoxSelectAll">
      <summary>
        <para>Gets the style settings that define the appearance of the list box’s “Select All” element.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.LoadingDiv">
      <summary>
        <para>Gets the style settings that define the appearance of a loading div element.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LoadingDivStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.LoadingPanel">
      <summary>
        <para>Gets the style settings that define the appearance of a loading panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LoadingPanelStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.MaskHint">
      <summary>
        <para>Gets the style settings that define the appearance of mask hints within editors.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MaskHintStyle"/> object containing the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.Memo">
      <summary>
        <para>Gets the style settings that define a memo editor’s appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditStyleBase"/> object containing the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.Native">
      <summary>
        <para>Gets or sets a value specifying whether an editor (or each DevExpress editor of a control to which the current setting is applied) is rendered using the corresponding native HTML element.</para>
      </summary>
      <value>true if an editor should be rendered using the relative standard HTML element; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.NullText">
      <summary>
        <para>Gets the style settings defining the appearance of the prompt text.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditorDecorationStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.ProgressBar">
      <summary>
        <para>Gets the style settings that define the appearance of a progress bar control used for in-place editing</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ProgressBarStyle"/> object containing the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.ProgressBarIndicator">
      <summary>
        <para>Gets the style settings that define the <see href="https://docs.devexpress.com/AspNet/5748/components/data-editors/aspxprogressbar/visual-elements#progress-bar-indicator">progress bar indicator</see>‘s appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ProgressBarIndicatorStyle"/> object containing the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.RadioButton">
      <summary>
        <para>Gets the style settings that define the appearance of a radio button.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditorDecorationStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.RadioButtonFocused">
      <summary>
        <para>Gets the style settings that define the appearance of a radio button when it is focused.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditorDecorationStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.RadioButtonList">
      <summary>
        <para>Gets the style settings that define a radio button list control’s appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object containing the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.ReadOnly">
      <summary>
        <para>Gets the style settings that define an editor’s appearance in the disabled state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ReadOnlyStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.ReadOnlyStyle">
      <summary>
        <para>Gets style settings for the read-only editor state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ReadOnlyStyle"/> object that contains style settings.</value>
    </member>
    <member name="M:DevExpress.Web.EditorStyles.Reset">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Web.EditorStyles"/> object to its original state.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.SpinButtonsHorizontalSpacing">
      <summary>
        <para>Gets or sets the horizontal spacing between the editor’s spin buttons.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> that is the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.SpinEditDecrementButton">
      <summary>
        <para>Gets the style settings defining the appearance of the spin editor’s small decrement button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SpinButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.SpinEditIncrementButton">
      <summary>
        <para>Gets the style settings defining the appearance of the spin editor’s small increment button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SpinButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.SpinEditLargeDecrementButton">
      <summary>
        <para>Gets the style settings defining the appearance of the spin editor’s large decrement button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SpinButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.SpinEditLargeIncrementButton">
      <summary>
        <para>Gets the style settings defining the appearance of the spin editor’s large increment button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SpinButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.Style">
      <summary>
        <para>Gets the editor style settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditStyleBase"/> object containing the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.TextBox">
      <summary>
        <para>Gets the style settings that define a textbox editor’s appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditStyleBase"/> object containing the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.TokenBoxInputStyle">
      <summary>
        <para>Gets the style settings that define the appearance of a token box’s <see href="https://docs.devexpress.com/AspNet/16409/components/data-editors/aspxtokenbox/visual-elements#input-area">input area</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ExtendedStyleBase"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.TokenBoxTokenHoverStyle">
      <summary>
        <para>Gets the style settings that define the appearance of a token box’s <see href="https://docs.devexpress.com/AspNet/16409/components/data-editors/aspxtokenbox/visual-elements#token">token</see> when it is hovered by a pointer.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ExtendedStyleBase"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.TokenBoxTokenRemoveButtonHoverStyle">
      <summary>
        <para>Gets the style settings that define the appearance of a <see href="https://docs.devexpress.com/AspNet/16409/components/data-editors/aspxtokenbox/visual-elements#token">token</see>‘s remove button  when it is hovered by a pointer.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ExtendedStyleBase"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.TokenBoxTokenRemoveButtonStyle">
      <summary>
        <para>Gets the style settings that define the appearance of a <see href="https://docs.devexpress.com/AspNet/16409/components/data-editors/aspxtokenbox/visual-elements#token">token</see>‘s remove button.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ExtendedStyleBase"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.TokenBoxTokenStyle">
      <summary>
        <para>Gets the style settings that define the appearance of a token box’s <see href="https://docs.devexpress.com/AspNet/16409/components/data-editors/aspxtokenbox/visual-elements#token">token</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ExtendedStyleBase"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.TokenBoxTokenTextStyle">
      <summary>
        <para>Gets the style settings that define the appearance of a <see href="https://docs.devexpress.com/AspNet/16409/components/data-editors/aspxtokenbox/visual-elements#token">token</see>‘s text.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ExtendedStyleBase"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.TrackBar">
      <summary>
        <para>Gets the style settings that define a track bar editor’s appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.TrackBarBarHighlight">
      <summary>
        <para>Gets the style settings defining the appearance of a track bar’s <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#bar-highlight">bar highlight</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarTrackElementStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.TrackBarDecrementButton">
      <summary>
        <para>Gets the style settings defining the appearance of a track bar’s <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#decrement-button">decrement button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.TrackBarIncrementButton">
      <summary>
        <para>Gets the style settings defining the appearance of a track bar’s <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#increment-button">increment button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.TrackBarItem">
      <summary>
        <para>Gets the style settings that define the appearance of track bar <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#item">items</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarTickStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.TrackBarLargeTick">
      <summary>
        <para>Gets the style settings that define the appearance of track bar <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#ticks">large ticks</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarTickStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.TrackBarLeftTopLabel">
      <summary>
        <para>Gets the style settings defining the appearance of a track bar’s <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#scale-label">scale label</see> when it is shown at the left or top side of the control.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.TrackBarMainDragHandle">
      <summary>
        <para>Gets the style settings defining the appearance of a track bar’s main <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#drag-handle">drag handle</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.TrackBarRightBottomLabel">
      <summary>
        <para>Gets the style settings defining the appearance of a track bar’s <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#scale-label">scale label</see> when it is shown at the right or bottom side of the control.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.TrackBarScale">
      <summary>
        <para>Gets the style settings defining the appearance of a track bar’s <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#scale">scale</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.TrackBarSecondaryDragHandle">
      <summary>
        <para>Gets the style settings defining the appearance of a track bar’s secondary <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#drag-handle">drag handle</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.TrackBarSelectedItem">
      <summary>
        <para>Gets the style settings defining the appearance of the selected <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#item">item</see> within a track bar.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarTickStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.TrackBarSelectedTick">
      <summary>
        <para>Gets the style settings defining the appearance of the selected <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#ticks">tick</see> within a track bar.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarTickStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.TrackBarSmallTick">
      <summary>
        <para>Gets the style settings that define the appearance of track bar <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#ticks">small ticks</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarTickStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.TrackBarTrack">
      <summary>
        <para>Gets the style settings defining the appearance of a track bar’s <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#track">track</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarTrackElementStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditorStyles.TrackBarValueToolTip">
      <summary>
        <para>Gets the style settings defining the appearance of a track bar’s <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#value-tooltip">value tooltip</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarValueToolTipStyle"/> object that contains the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.EditProperties">
      <summary>
        <para>Serves as the base class for the editor properties classes that define the behavior of editors allowing data input.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EditProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.EditProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EditProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.EditProperties"/> 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.EditProperties.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.EditProperties.ConvertEmptyStringToNull">
      <summary>
        <para>Gets or sets a value that specifies whether empty string values are converted to a null reference when an inplace editor’s value is retrieved from a data source field.</para>
      </summary>
      <value>true if empty string values are converted to a null reference; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.EditProperties.EnableFocusedStyle">
      <summary>
        <para>Gets or sets a value that specifies whether an editor in a focused state is displayed with predefined style settings.</para>
      </summary>
      <value>true if an editor has a predefined style for the focused state; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.EditProperties.FocusedStyle">
      <summary>
        <para>Gets the style settings which define an editor’s appearance in the focused state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.EditorDecorationStyle"/> object that contains the focused style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditProperties.InvalidStyle">
      <summary>
        <para>Gets the style settings which define an editor’s appearance in the invalid state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.EditorDecorationStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditProperties.ReadOnlyStyle">
      <summary>
        <para>Gets style settings for the read-only editor state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ReadOnlyStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.EditProperties.ValidationSettings">
      <summary>
        <para>Gets the editor’s validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="T:DevExpress.Web.EditPropertiesBase">
      <summary>
        <para>Serves as the base class for all the editor properties classes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EditPropertiesBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.EditPropertiesBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EditPropertiesBase.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.EditPropertiesBase"/> 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.EditPropertiesBase.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.EditPropertiesBase.ClientInstanceName">
      <summary>
        <para>Specifies the editor’s client programmatic identifier.</para>
      </summary>
      <value>A string value that specifies the editor’s client identifier.</value>
    </member>
    <member name="M:DevExpress.Web.EditPropertiesBase.CreateDisplayControl(DevExpress.Web.CreateDisplayControlArgs,DevExpress.Web.EditorsFactory)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EditPropertiesBase.CreateEdit(DevExpress.Web.CreateEditControlArgs,DevExpress.Web.EditorsFactory)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EditPropertiesBase.CreateEdit(DevExpress.Web.CreateEditControlArgs,System.Boolean,DevExpress.Web.EditorsFactory)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.EditPropertiesBase.CssFilePath">
      <summary>
        <para>Gets or sets the path to a CSS file that defines the editor’s appearance.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the required CSS file.</value>
    </member>
    <member name="P:DevExpress.Web.EditPropertiesBase.CssPostfix">
      <summary>
        <para>Gets or sets a CSS class name postfix that identifies style settings to be applied to the editor.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that represents the required CSS class name postfix.</value>
    </member>
    <member name="P:DevExpress.Web.EditPropertiesBase.DisplayFormatString">
      <summary>
        <para>Gets or sets the pattern used to format the editor’s value for display purposes.</para>
      </summary>
      <value>A string representing the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.EditPropertiesBase.EnableClientSideAPI">
      <summary>
        <para>Gets or sets a value that specifies whether the editor can be manipulated on the client side via code.</para>
      </summary>
      <value>true if the editor’s client object model is fully available; false if no programmatic interface is available for the editor on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.EditPropertiesBase.EnableDefaultAppearance">
      <summary>
        <para>Specifies whether to enable the control’s default appearance.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.EditPropertiesBase.EncodeHtml">
      <summary>
        <para>Gets or sets a value that specifies whether the editor’s value and element content is rendered as pure HTML, or HTML markers are stripped out.</para>
      </summary>
      <value>true if the HTML code contained within the editor’s value and element content is not executed and is converted into the corresponding text for display purposes, false if the editor’s value and element content can contain pure HTML code.</value>
    </member>
    <member name="M:DevExpress.Web.EditPropertiesBase.GetDisplayControlDefaultAlign">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EditPropertiesBase.GetDisplayText(DevExpress.Web.CreateDisplayControlArgs,DevExpress.Web.EditorsFactory)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EditPropertiesBase.GetDisplayText(DevExpress.Web.CreateDisplayControlArgs,System.Boolean,DevExpress.Web.EditorsFactory)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EditPropertiesBase.GetEditorType">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EditPropertiesBase.GetExportDisplayText(DevExpress.Web.CreateDisplayControlArgs,DevExpress.Web.EditorsFactory)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EditPropertiesBase.GetExportNavigateUrl(DevExpress.Web.CreateDisplayControlArgs)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EditPropertiesBase.GetExportValue(DevExpress.Web.CreateDisplayControlArgs)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.EditPropertiesBase.NullDisplayText">
      <summary>
        <para>Gets or sets the text displayed within the editor’s edit region when the editor’s value is null.</para>
      </summary>
      <value>A string value specifying the text displayed within the editor when the editor’s value is null.</value>
    </member>
    <member name="P:DevExpress.Web.EditPropertiesBase.ParentImages">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.EditPropertiesBase"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.EditPropertiesBase.ParentSkinOwner">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value>An object that implements the ISkinOwner interface.</value>
    </member>
    <member name="P:DevExpress.Web.EditPropertiesBase.ParentStyles">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.EditPropertiesBase"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EditPropertiesBase.RequireDataBinding">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.EditPropertiesBase.Style">
      <summary>
        <para>Gets the style settings defining the editor appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditStyleBase"/> object containing the style settings.</value>
    </member>
    <member name="M:DevExpress.Web.EditPropertiesBase.ToString">
      <summary>
        <para>Returns the string that represents the current object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> that represents the current <see cref="T:DevExpress.Web.EditPropertiesBase"/> object.</returns>
    </member>
    <member name="T:DevExpress.Web.EditStyleBase">
      <summary>
        <para>Represents a base for classes containing editor style settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EditStyleBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.EditStyleBase"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.EditStyleBase.HoverStyle">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.EditStyleBase"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.EditStyleBase.ImageSpacing">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.EditStyleBase"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ElementVisibilityMode">
      <summary>
        <para>Lists values that specify the visibility mode of an element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ElementVisibilityMode.Always">
      <summary>
        <para>The element is always visible.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ElementVisibilityMode.Faded">
      <summary>
        <para>The element is always visible. When a mouse is not over the element, it is faded.</para>
        <para>Note, on touch devices the “mouse over” behavior can be simulated by tapping the image area.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ElementVisibilityMode.None">
      <summary>
        <para>The element is not displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ElementVisibilityMode.OnMouseOver">
      <summary>
        <para>The element is displayed when the mouse is over the corresponding area.</para>
        <para>Note, on touch devices the “mouse over” behavior can be simulated by tapping the image area.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.EmbedMethod">
      <summary>
        <para>Lists the values that specify the method used to embed a flash movie in web pages.</para>
        <para>Note: This enumeration is now obsolete. The <see cref="P:DevExpress.Web.FlashObjectProperties.EmbedMethod">FlashObjectProperties.EmbedMethod</see> property is obsolete. Now a property value is selected automatically.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.EmbedMethod.Satay">
      <summary>
        <para>The “Flash Satay” method is used. Flash Satay is a method of coding to display the Flash video content in (X)HTML, while adhering to the w3c (World Wide Web Consortium, www.w3.org) standards. It was developed by Drew McLellan in 2002.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.EmbedMethod.TwiceCooked">
      <summary>
        <para>The “Twice-Cooked” method is used. Two main tags (object and embed) embed the movie and require that you declare every value twice. Microsoft Internet Explorer (IE) and similar browsers primarily use one tag; browsers that consider themselves friends of Netscape use the other.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.EmptyImageProperties">
      <summary>
        <para>Contains the settings which define the empty image used by web controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EmptyImageProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.EmptyImageProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EmptyImageProperties.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.EmptyImageProperties"/> class with the specified image location.</para>
      </summary>
      <param name="url">A <see cref="T:System.String"/> value that specifies the image location.</param>
    </member>
    <member name="M:DevExpress.Web.EmptyImageProperties.GetEmptyImageUrl(System.Web.UI.Page)">
      <summary>
        <para>Returns the path defining an empty image used by web controls on the page.</para>
      </summary>
      <param name="page">A <see cref="T:System.Web.UI.Page"/> object representing the requested page.</param>
      <returns>A string value that is the path to an empty image.</returns>
    </member>
    <member name="M:DevExpress.Web.EmptyImageProperties.GetGlobalEmptyImage(System.Web.UI.Page)">
      <summary>
        <para>Returns an object whose settings define an empty image used by web controls on the page.</para>
      </summary>
      <param name="page">A <see cref="T:System.Web.UI.Page"/> object representing the requested page.</param>
      <returns>A <see cref="T:DevExpress.Web.EmptyImageProperties"/> object that contains image settings.</returns>
    </member>
    <member name="P:DevExpress.Web.EmptyImageProperties.Url">
      <summary>
        <para>Gets or sets the URL of the empty image used by web controls.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the location of an image.</value>
    </member>
    <member name="T:DevExpress.Web.EmptyLayoutItem">
      <summary>
        <para>Represents an empty layout item.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EmptyLayoutItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.EmptyLayoutItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EmptyLayoutItem.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="P:DevExpress.Web.EmptyLayoutItem.BackColor">
      <summary>
        <para>Gets or sets the current empty layout item’s background color.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> structure which specifies the layout item’s background color.</value>
    </member>
    <member name="P:DevExpress.Web.EmptyLayoutItem.BackgroundImage">
      <summary>
        <para>Gets the empty layout item’s background image.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BackgroundImage"/> object that is a background image.</value>
    </member>
    <member name="P:DevExpress.Web.EmptyLayoutItem.Border">
      <summary>
        <para>Gets the empty layout item border settings defined by the current style.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BorderWrapper"/> object which specifies the border settings.</value>
    </member>
    <member name="P:DevExpress.Web.EmptyLayoutItem.BorderBottom">
      <summary>
        <para>Gets the settings of the bottom empty layout item border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the bottom border settings.</value>
    </member>
    <member name="P:DevExpress.Web.EmptyLayoutItem.BorderLeft">
      <summary>
        <para>Gets the settings of the left empty layout item border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the left border settings.</value>
    </member>
    <member name="P:DevExpress.Web.EmptyLayoutItem.BorderRight">
      <summary>
        <para>Gets the settings of the empty layout item right border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the right border settings.</value>
    </member>
    <member name="P:DevExpress.Web.EmptyLayoutItem.BorderTop">
      <summary>
        <para>Gets the settings of the empty layout item top border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the right border settings.</value>
    </member>
    <member name="P:DevExpress.Web.EmptyLayoutItem.CssClass">
      <summary>
        <para>Gets or sets the name of the cascading style sheet (CSS) class associated with the current empty layout group.</para>
      </summary>
      <value>A string value specifying the name of the associated cascading style sheet class.</value>
    </member>
    <member name="T:DevExpress.Web.EmptyLayoutItemStyle">
      <summary>
        <para>Defines style settings for an empty layout item.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.EmptyLayoutItemStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.EmptyLayoutItemStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ErrorDisplayMode">
      <summary>
        <para>Specifies how an error message is represented within an editor’s error frame.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ErrorDisplayMode.ImageWithText">
      <summary>
        <para>An error message is represented by both an error image and error text.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.ErrorDisplayMode.ImageWithTooltip">
      <summary>
        <para>An error message is represented by an error image. The image’s tooltip displays an error text. If an assigned error image is incorrect, an error message is represented by an error text directly.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.ErrorDisplayMode.None">
      <summary>
        <para>No error message is displayed, a specific error frame is displayed near the editor instead.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.ErrorDisplayMode.Text">
      <summary>
        <para>An error message is represented by text only.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.ErrorFrameStyle">
      <summary>
        <para>Contains style settings that define the appearance of an editor’s error frame.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ErrorFrameStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ErrorFrameStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ErrorFrameStyle.CopyFrom(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.ErrorFrameStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> object that represents the object which the settings will be copied from.</param>
    </member>
    <member name="P:DevExpress.Web.ErrorFrameStyle.ErrorTextPaddings">
      <summary>
        <para>Gets the padding settings of the error text.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="P:DevExpress.Web.ErrorFrameStyle.HorizontalAlign">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.ErrorFrameStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ErrorFrameStyle.HoverStyle">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.ErrorFrameStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ErrorFrameStyle.IsEmpty">
      <summary>
        <para>Gets a value that indicates whether this <see cref="T:DevExpress.Web.ErrorFrameStyle"/> object is initialized with the default values.</para>
      </summary>
      <value>true if the <see cref="T:DevExpress.Web.ErrorFrameStyle"/> object is initialized with the default values; otherwise false.</value>
    </member>
    <member name="M:DevExpress.Web.ErrorFrameStyle.MergeWith(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Combines the properties of the specified <see cref="T:System.Web.UI.WebControls.Style"/> with the current instance of the <see cref="T:DevExpress.Web.ErrorFrameStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> that represents the object to be combined.</param>
    </member>
    <member name="M:DevExpress.Web.ErrorFrameStyle.Reset">
      <summary>
        <para>Resets all style properties to their default values.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ErrorFrameStyle.Spacing">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.ErrorFrameStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ErrorsConfigurationSection">
      <summary>
        <para>Provides programmatic access to the DevExpress error-handling configuration-file section.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ErrorsConfigurationSection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ErrorsConfigurationSection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ErrorsConfigurationSection.ErrorPageUrl">
      <summary>
        <para>Gets or sets the value of the <see href="https://docs.devexpress.com/AspNet/6914/common-concepts/webconfig-modifications/webconfig-options/redirection-on-a-callback-error">Redirection on a Callback Error</see> configuration option.</para>
      </summary>
      <value>A string value specifying the required page name.</value>
    </member>
    <member name="F:DevExpress.Web.ErrorsConfigurationSection.ErrorPageUrlAttribute">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ErrorsConfigurationSection.Get">
      <summary>
        <para>Returns an object that provides programmatic access to the DevExpress error-handling configuration-file section.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.ErrorsConfigurationSection"/> object representing the related configuration section.</returns>
    </member>
    <member name="T:DevExpress.Web.ErrorTextPosition">
      <summary>
        <para>Specifies an error text’s position within an error frame relative to a validated control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ErrorTextPosition.Bottom">
      <summary>
        <para>An error text is displayed at the bottom of the validated control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ErrorTextPosition.Left">
      <summary>
        <para>An error text is displayed at the left of the validated control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ErrorTextPosition.Right">
      <summary>
        <para>An error text is displayed at the right of the validated control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ErrorTextPosition.Top">
      <summary>
        <para>An error text is displayed at the top of the validated control.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ExpandBarStyle">
      <summary>
        <para>Contains settings that define the appearance of expand bar within the <see cref="T:DevExpress.Web.ASPxPanel"/> and <see cref="T:DevExpress.Web.ASPxCallbackPanel"/> controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ExpandBarStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ExpandBarStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ExpandBarStyle.Height">
      <summary>
        <para>Gets or sets the expand bar’s height.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the expand bar’s height.</value>
    </member>
    <member name="P:DevExpress.Web.ExpandBarStyle.Width">
      <summary>
        <para>Gets or sets the expand bar’s width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the expand bar’s width.</value>
    </member>
    <member name="T:DevExpress.Web.ExpandButtonPosition">
      <summary>
        <para>Lists the values that specify the position of expand buttons within groups.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ExpandButtonPosition.Default">
      <summary>
        <para>For a group, indicates that the expand button position depends upon the navbar level’s <see cref="P:DevExpress.Web.ASPxNavBar.ExpandButtonPosition">ASPxNavBar.ExpandButtonPosition</see> property setting. For a navbar, corresponds to the <see cref="F:DevExpress.Web.ExpandButtonPosition.Right">ExpandButtonPosition.Right</see> value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ExpandButtonPosition.Left">
      <summary>
        <para>The expand button is displayed at the left of a group’s header.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ExpandButtonPosition.Right">
      <summary>
        <para>The expand button is displayed at the right of a group’s header.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ExpandButtonStyle">
      <summary>
        <para>Contains settings that define the appearance of the expand button within the <see cref="T:DevExpress.Web.ASPxPanel"/> and <see cref="T:DevExpress.Web.ASPxCallbackPanel"/> controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ExpandButtonStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ExpandButtonStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ExpandButtonStyle.PressedStyle">
      <summary>
        <para>Contains the style settings which define an expand buttons’s appearance in the pressed state.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains style settings.</value>
    </member>
    <member name="T:DevExpress.Web.ExpandGroupAction">
      <summary>
        <para>Specifies which action forces a navbar group to expand.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ExpandGroupAction.Click">
      <summary>
        <para>Specifies that a navbar group can be expanded/collapsed by a mouse click.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ExpandGroupAction.MouseOver">
      <summary>
        <para>Specifies that a navbar group can be expanded/collapsed via mouse hover.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ExportBinaryImageSettings">
      <summary>
        <para>Contains image settings that are applied when a binary image is exported.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ExportBinaryImageSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ExportBinaryImageSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ExportBinaryImageSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ExportBinaryImageSettings"/> 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.ExportBinaryImageSettings.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.ExportBinaryImageSettings.Height">
      <summary>
        <para>Specifies the height of the binary image when it is exported.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> value that is the height of the exported image. By default 40px.</value>
    </member>
    <member name="P:DevExpress.Web.ExportBinaryImageSettings.SizeMode">
      <summary>
        <para>Specifies how an image is positioned when it is exported.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraPrinting.ImageSizeMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ExportBinaryImageSettings.Width">
      <summary>
        <para>Specifies the width of the binary image when it is exported.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> value that is the exported image’s width. By default 60px.</value>
    </member>
    <member name="T:DevExpress.Web.ExtendedStyleBase">
      <summary>
        <para>Serves as a base for classes that define appearance styles of different elements within the <see cref="T:DevExpress.Web.ASPxTokenBox"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ExtendedStyleBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ExtendedStyleBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ExtendedStyleBase.AssignToControl(System.Web.UI.WebControls.WebControl,DevExpress.Web.AttributesRange,System.Boolean,System.Boolean,System.Boolean)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ExtendedStyleBase.Height">
      <summary>
        <para>Gets or sets the element height.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the height.</value>
    </member>
    <member name="P:DevExpress.Web.ExtendedStyleBase.Width">
      <summary>
        <para>Gets or sets the element width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the width.</value>
    </member>
    <member name="T:DevExpress.Web.ExtremeItemClickMode">
      <summary>
        <para>Contains values that specify how a click on an extreme item should be processed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ExtremeItemClickMode.Select">
      <summary>
        <para>An extreme item is selected on a click.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ExtremeItemClickMode.SelectAndSlide">
      <summary>
        <para>An extreme item is selected and slides on a click.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FABAction">
      <summary>
        <para>Represents the floating action button’s action object.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FABAction.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FABAction"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FABAction.#ctor(System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FABAction"/> class.</para>
      </summary>
      <param name="contextName">A string value that specifies the action’s context name.</param>
      <param name="actionName">A string value that specifies the action’s name.</param>
      <param name="text">A string value that specifies the action’s text.</param>
      <param name="imageUrl">A string value that specifies the image URL.</param>
    </member>
    <member name="M:DevExpress.Web.FABAction.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FABAction"/> class.</para>
      </summary>
      <param name="contextName">A string value that specifies the action’s context name.</param>
      <param name="actionName">A string value that specifies the action’s name.</param>
      <param name="text">A string value that specifies the action’s text.</param>
    </member>
    <member name="M:DevExpress.Web.FABAction.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FABAction"/> class.</para>
      </summary>
      <param name="contextName">A string value that specifies the action’s context name.</param>
      <param name="actionName">A string value that specifies the action’s name.</param>
    </member>
    <member name="M:DevExpress.Web.FABAction.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="P:DevExpress.Web.FABAction.Image">
      <summary>
        <para>Gets the settings of an image displayed within the action button.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="T:DevExpress.Web.FABActionBase">
      <summary>
        <para>Serves as a base class for classes that relate to the floating action button’s action and action group objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FABActionBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FABActionBase"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FABActionBase.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FABActionBase"/> class.</para>
      </summary>
      <param name="contextName">A string value that specifies the action’s context name.</param>
      <param name="actionName">A string value that specifies the action’s name.</param>
      <param name="text">A string value that specifies the action’s text.</param>
    </member>
    <member name="M:DevExpress.Web.FABActionBase.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FABActionBase"/> class.</para>
      </summary>
      <param name="contextName">A string value that specifies the action’s context name.</param>
      <param name="text">A string value that specifies the action’s text.</param>
    </member>
    <member name="M:DevExpress.Web.FABActionBase.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="P:DevExpress.Web.FABActionBase.ContextName">
      <summary>
        <para>Gets or sets a value that specifies the action’s context name.</para>
      </summary>
      <value>A string value that specifies the context name.</value>
    </member>
    <member name="T:DevExpress.Web.FABActionCollection">
      <summary>
        <para>Represents the floating action button’s action collection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FABActionCollection.Add(System.String,DevExpress.Web.FABActionItemCollection)">
      <summary>
        <para>Creates a new item with the specified settings and adds it to the collection.</para>
      </summary>
      <param name="contextName">A string value that specifies the action item’s context name.</param>
      <param name="actions">A  object that specifies the collection of action items.</param>
    </member>
    <member name="M:DevExpress.Web.FABActionCollection.Add(System.String,System.String)">
      <summary>
        <para>Creates a new item with the specified settings and adds it to the collection.</para>
      </summary>
      <param name="contextName">A string value that specifies the action item’s context name.</param>
      <param name="actionName">A string value that specifies the action item’s name.</param>
    </member>
    <member name="T:DevExpress.Web.FABActionGroup">
      <summary>
        <para>Represents the floating action button’s action group.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FABActionGroup.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FABActionGroup"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FABActionGroup.#ctor(System.String,DevExpress.Web.FABActionItemCollection,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FABActionGroup"/> class.</para>
      </summary>
      <param name="contextName">A string value that specifies the action group’s context name.</param>
      <param name="items">A <see cref="T:DevExpress.Web.FABActionItemCollection"/> object that stores the action group’s action items.</param>
      <param name="text">A string value that specifies the action group’s text.</param>
      <param name="expandImageUrl">A string value that specifies the action group’s expand image URL.</param>
      <param name="collapseImageUrl">A string value that specifies the action group’s collapse image URL.</param>
    </member>
    <member name="M:DevExpress.Web.FABActionGroup.#ctor(System.String,DevExpress.Web.FABActionItemCollection,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FABActionGroup"/> class.</para>
      </summary>
      <param name="contextName">A string value that specifies the action group’s context name.</param>
      <param name="items">A <see cref="T:DevExpress.Web.FABActionItemCollection"/> object that stores the action group’s action items.</param>
      <param name="text">A string value that specifies the action group’s text.</param>
      <param name="expandImageUrl">A string value that specifies the action group’s expand image URL.</param>
    </member>
    <member name="M:DevExpress.Web.FABActionGroup.#ctor(System.String,DevExpress.Web.FABActionItemCollection,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FABActionGroup"/> class.</para>
      </summary>
      <param name="contextName">A string value that specifies the action group’s context name.</param>
      <param name="items">A <see cref="T:DevExpress.Web.FABActionItemCollection"/> object that stores the action group’s items.</param>
      <param name="text">A string value that specifies the action group’s text.</param>
    </member>
    <member name="M:DevExpress.Web.FABActionGroup.#ctor(System.String,DevExpress.Web.FABActionItemCollection)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FABActionGroup"/> class.</para>
      </summary>
      <param name="contextName">A string value that specifies the action group’s context name.</param>
      <param name="items">A <see cref="T:DevExpress.Web.FABActionItemCollection"/> object that stores the action group’s action items.</param>
    </member>
    <member name="M:DevExpress.Web.FABActionGroup.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="P:DevExpress.Web.FABActionGroup.CollapseImage">
      <summary>
        <para>Gets an image which collapses the action group on a click.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FABActionGroup.ExpandImage">
      <summary>
        <para>Gets an image which expands the action group on a click.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FABActionGroup.Items">
      <summary>
        <para>Gets the collection of items in the action group.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FABActionItemCollection"/> instance representing the collection of items in the action group.</value>
    </member>
    <member name="T:DevExpress.Web.FABActionItem">
      <summary>
        <para>Represents the action item.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FABActionItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FABActionItem"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FABActionItem.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FABActionItem"/> class.</para>
      </summary>
      <param name="actionName">A string value that specifies the action name.</param>
      <param name="imageUrl">A string value that specifies the image URL.</param>
      <param name="text">A string value that specifies the action’s text.</param>
    </member>
    <member name="M:DevExpress.Web.FABActionItem.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FABActionItem"/> class.</para>
      </summary>
      <param name="actionName">A string value that specifies the action name.</param>
      <param name="imageUrl">A string value that specifies the image URL.</param>
    </member>
    <member name="M:DevExpress.Web.FABActionItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FABActionItem"/> class.</para>
      </summary>
      <param name="actionName">A string value that specifies the action name.</param>
    </member>
    <member name="M:DevExpress.Web.FABActionItem.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="P:DevExpress.Web.FABActionItem.Image">
      <summary>
        <para>Gets the settings of an image displayed within the action item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="T:DevExpress.Web.FABActionItemCollection">
      <summary>
        <para>Represents the floating action button’s action item collection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FABActionItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FABActionItemCollection"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FABActionItemCollection.Add(System.String,System.String,System.String)">
      <summary>
        <para>Creates a new item with the specified settings and adds it to the collection.</para>
      </summary>
      <param name="name">A string value that specifies the item’s name.</param>
      <param name="imageUrl">A string value that specifies the image’s URL.</param>
      <param name="text">A string value that specifies the item’s display text.</param>
    </member>
    <member name="M:DevExpress.Web.FABActionItemCollection.Add(System.String,System.String)">
      <summary>
        <para>Creates a new item with the specified settings and adds it to the collection.</para>
      </summary>
      <param name="name">A string value that specifies the item’s name.</param>
    </member>
    <member name="M:DevExpress.Web.FABActionItemCollection.Add(System.String)">
      <summary>
        <para>Creates a new item with the specified settings and adds it to the collection.</para>
      </summary>
      <param name="name">A string value that specifies the item’s name.</param>
    </member>
    <member name="T:DevExpress.Web.FABCollectionItemBase">
      <summary>
        <para>Serves as a base class for classes that represents the floating action button’s objects collection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FABCollectionItemBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FABCollectionItemBase"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FABCollectionItemBase.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FABCollectionItemBase"/> class.</para>
      </summary>
      <param name="actionName">A string value that specifies the action item’s name.</param>
      <param name="text">A string value that specifies the action item’s text.</param>
    </member>
    <member name="M:DevExpress.Web.FABCollectionItemBase.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FABCollectionItemBase"/> class.</para>
      </summary>
      <param name="actionName">A string value that specifies the action’s name.</param>
    </member>
    <member name="P:DevExpress.Web.FABCollectionItemBase.ActionName">
      <summary>
        <para>Gets or sets a value that specifies the action/action item’s name.</para>
      </summary>
      <value>A string value that specifies the action name.</value>
    </member>
    <member name="M:DevExpress.Web.FABCollectionItemBase.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="P:DevExpress.Web.FABCollectionItemBase.CssClass">
      <summary>
        <para>Gets or sets the name of the cascading style sheet (CSS) class associated with the action item.</para>
      </summary>
      <value>A string value specifying the name of the associated cascading style sheet class.</value>
    </member>
    <member name="P:DevExpress.Web.FABCollectionItemBase.Text">
      <summary>
        <para>Gets or sets the action/action item’s text.</para>
      </summary>
      <value>A string value that specifies the text.</value>
    </member>
    <member name="T:DevExpress.Web.FastNavigationDisplayMode">
      <summary>
        <para>Lists values that specify the display mode of the calendar’s fast navigation.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FastNavigationDisplayMode.Inline">
      <summary>
        <para>The fast navigation is displayed within the calendar.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FastNavigationDisplayMode.Popup">
      <summary>
        <para>The fast navigation is displayed within the popup window.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FieldRequiredMarkMode">
      <summary>
        <para>Lists values that specify the type of a <see href="https://docs.devexpress.com/AspNet/14356/components/site-navigation-and-layout/form-layout/visual-elements/mark">mark</see> displayed within the layout item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FieldRequiredMarkMode.Auto">
      <summary>
        <para>The item’s required mark mode is selected automatically.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FieldRequiredMarkMode.Hidden">
      <summary>
        <para>A required mark is hidden.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FieldRequiredMarkMode.Optional">
      <summary>
        <para>Marks the current item as optional.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FieldRequiredMarkMode.Required">
      <summary>
        <para>Marks the current item as required.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FileInfoType">
      <summary>
        <para>Lists values that specify the type of information that is displayed in a column.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileInfoType.FileName">
      <summary>
        <para>The column displays a file name, i.e., the <see cref="P:DevExpress.Web.FileManagerItem.Name">FileManagerItem.Name</see> property value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileInfoType.LastWriteTime">
      <summary>
        <para>The column displays the time of the last file modification, i.e., the <see cref="P:DevExpress.Web.FileManagerItem.LastWriteTime">FileManagerItem.LastWriteTime</see> property value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileInfoType.Location">
      <summary>
        <para>This column displays a file’s location, i.e., the <see cref="P:DevExpress.Web.FileManagerItem.Location">FileManagerItem.Location</see> property value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileInfoType.Size">
      <summary>
        <para>The column displays a file size, i.e., the <see cref="P:DevExpress.Web.FileManagerItem.Length">FileManagerItem.Length</see> property value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileInfoType.Thumbnail">
      <summary>
        <para>The column displays a file <see href="https://docs.devexpress.com/AspNet/8959/components/file-management/file-manager/visual-elements/file/thumbnail">thumbnail</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FileListView">
      <summary>
        <para>List values that specify the <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">file list</see> view.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileListView.Details">
      <summary>
        <para><see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">File list</see> displays files as a grid containing file detail information.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileListView.Thumbnails">
      <summary>
        <para><see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">File list</see> displays files as thumbnails.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FileManagerAccessException">
      <summary>
        <para>The exception that is thrown when access to a file/folder is prohibited.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerAccessException.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerAccessException"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FileManagerAccessRuleBase">
      <summary>
        <para>Serves as the base type for the <see cref="T:DevExpress.Web.FileManagerFileAccessRule"/> and <see cref="T:DevExpress.Web.FileManagerFolderAccessRule"/> objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerAccessRuleBase.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="P:DevExpress.Web.FileManagerAccessRuleBase.Edit">
      <summary>
        <para>Gets or sets the edit action permission.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Rights"/> enumeration values specifying the action permission.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerAccessRuleBase.Role">
      <summary>
        <para>Gets or sets a security role that is assigned the current rule.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying a role name.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerActionEventArgsBase">
      <summary>
        <para>Serves as a base for classes that are used as arguments for events generated on the server side.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerActionEventArgsBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerActionEventArgsBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerActionEventArgsBase.Cancel">
      <summary>
        <para>Gets or sets a value indicating whether the action that raised the event should be canceled.</para>
      </summary>
      <value>true if the action that raised the event should be canceled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerActionEventArgsBase.ErrorText">
      <summary>
        <para>Gets or sets a text for the explanatory message.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that contains the explanatory text.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerAfterPerformCallbackEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxFileManager.AfterPerformCallback">ASPxFileManager.AfterPerformCallback</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerAfterPerformCallbackEventArgs.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerAfterPerformCallbackEventArgs"/> class.</para>
      </summary>
      <param name="callbackName">A string value specifying the callback name.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerAfterPerformCallbackEventArgs.CallbackName">
      <summary>
        <para>Gets the callback name.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the callback name.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerAfterPerformCallbackEventHandler">
      <summary>
        <para>A method that will handle the corresponding client event.</para>
      </summary>
      <param name="sender">The event source. This parameter identifies the editor which raised the event.</param>
      <param name="e">An <see cref="T:DevExpress.Web.FileManagerAfterPerformCallbackEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.FileManagerAllowedFolder">
      <summary>
        <para>Lists values that specify whether uploading is available for a specified folder only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerAllowedFolder.Any">
      <summary>
        <para>All folders within ASPxFileManager control are available for uploading files.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerAllowedFolder.SpecificOnly">
      <summary>
        <para>Only the folder specified by the <see cref="P:DevExpress.Web.FileManagerSettingsUpload.AllowedFolderPath">FileManagerSettingsUpload.AllowedFolderPath</see> property, is available to upload files.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FileManagerAmazonProviderSettings">
      <summary>
        <para>Provides account settings allowing the file manager to access a file system retained in Amazon Simple Storage Service (Amazon S3).</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerAmazonProviderSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerAmazonProviderSettings"/> 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.FileManagerAmazonProviderSettings.AccessKeyID">
      <summary>
        <para>Use the <see cref="T:DevExpress.Web.AccountManager"/> class API and the <see cref="P:DevExpress.Web.FileManagerAmazonProviderSettings.AccountName"/> property instead. For more information, refer to the  topic.</para>
      </summary>
      <value>A string value that is the access key ID.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerAmazonProviderSettings.AccountName">
      <summary>
        <para>Gets or sets a value that specifies the name of the Amazon account.</para>
      </summary>
      <value>A string value that specifies the account name.</value>
    </member>
    <member name="M:DevExpress.Web.FileManagerAmazonProviderSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.FileManagerAmazonProviderSettings.BucketName">
      <summary>
        <para>Specifies a name of the bucket that contains a file system displayed in the file manager.</para>
      </summary>
      <value>A string value that is the bucket name.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerAmazonProviderSettings.Region">
      <summary>
        <para>Specifies a geographical region where a bucket, which contains a file system, is stored.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the code of a region, e.g. “us-east-1”.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerAmazonProviderSettings.SecretAccessKey">
      <summary>
        <para>Use the <see cref="T:DevExpress.Web.AccountManager"/> class API and the <see cref="P:DevExpress.Web.FileManagerAmazonProviderSettings.AccountName"/> property instead. For more information, refer to the  topic.</para>
      </summary>
      <value>A string value that is the secret access key.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerAzureProviderSettings">
      <summary>
        <para>Provides account settings allowing the file manager to access a file system retained in the Azure Service.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerAzureProviderSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerAzureProviderSettings"/> 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.FileManagerAzureProviderSettings.AccessKey">
      <summary>
        <para>Use the <see cref="T:DevExpress.Web.AccountManager"/> class API and the <see cref="P:DevExpress.Web.FileManagerAzureProviderSettings.AccountName"/> property instead. For more information, refer to the  topic.</para>
      </summary>
      <value>A string value that is the access key.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerAzureProviderSettings.AccountName">
      <summary>
        <para>Gets or sets a value that specifies the name of the Azure account.</para>
      </summary>
      <value>A string value that specifies the account name.</value>
    </member>
    <member name="M:DevExpress.Web.FileManagerAzureProviderSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.FileManagerAzureProviderSettings.BlobEndpoint">
      <summary>
        <para>Gets or sets the primary endpoint for the Blob service.</para>
      </summary>
      <value>A String object that is the primary Blob service endpoint.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerAzureProviderSettings.ContainerName">
      <summary>
        <para>Specifies a name of the container (blob storage) that contains a file system displayed in the file manager.</para>
      </summary>
      <value>A string value that is the name of the container.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerAzureProviderSettings.StorageAccountName">
      <summary>
        <para>Use the <see cref="T:DevExpress.Web.AccountManager"/> class API and the <see cref="P:DevExpress.Web.FileManagerAzureProviderSettings.AccountName"/> property instead. For more information, refer to the  topic.</para>
      </summary>
      <value>A string value that is the storage account name.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerCancelException">
      <summary>
        <para>The exception thrown when the operation is canceled.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerCancelException.#ctor(System.String)">
      <summary>
        <para>Initialize a new instance of the <see cref="T:DevExpress.Web.FileManagerCancelException"/> class with the specified message.</para>
      </summary>
      <param name="message">A <see cref="T:System.String"/> value explaining the reason for the current exception.</param>
    </member>
    <member name="T:DevExpress.Web.FileManagerClientSideEvents">
      <summary>
        <para>Contains a client-side file manager’s event list.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerClientSideEvents"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerClientSideEvents.CurrentFolderChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientFileManager.CurrentFolderChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerClientSideEvents.CustomCommand">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientFileManager.CustomCommand</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerClientSideEvents.ErrorAlertDisplaying">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientFileManager.ErrorAlertDisplaying</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerClientSideEvents.ErrorOccurred">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientFileManager.ErrorOccurred</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerClientSideEvents.FileDownloading">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientFileManager.FileDownloading</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerClientSideEvents.FilesUploaded">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientFileManager.FilesUploaded</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerClientSideEvents.FilesUploading">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientFileManager.FilesUploading</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerClientSideEvents.FileUploaded">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientFileManager.FileUploaded</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerClientSideEvents.FileUploading">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientFileManager.FileUploading</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerClientSideEvents.FileUploadValidationErrorOccurred">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientFileManager.FileUploadValidationErrorOccurred</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerClientSideEvents.FocusedItemChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientFileManager.FocusedItemChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerClientSideEvents.FolderCreated">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientFileManager.FolderCreated</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerClientSideEvents.FolderCreating">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientFileManager.FolderCreating</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerClientSideEvents.HighlightItemTemplate">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientFileManager.HighlightItemTemplate</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerClientSideEvents.ItemCopied">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientFileManager.ItemCopied</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerClientSideEvents.ItemCopying">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientFileManager.ItemCopying</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerClientSideEvents.ItemDeleted">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientFileManager.ItemDeleted</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerClientSideEvents.ItemDeleting">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientFileManager.ItemDeleting</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerClientSideEvents.ItemMoved">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientFileManager.ItemMoved</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerClientSideEvents.ItemMoving">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientFileManager.ItemMoving</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerClientSideEvents.ItemRenamed">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientFileManager.ItemRenamed</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerClientSideEvents.ItemRenaming">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientFileManager.ItemRenaming</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerClientSideEvents.ItemsCopied">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientFileManager.ItemsCopied</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerClientSideEvents.ItemsDeleted">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientFileManager.ItemsDeleted</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerClientSideEvents.ItemsMoved">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientFileManager.ItemsMoved</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerClientSideEvents.SelectedFileChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientFileManager.SelectedFileChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerClientSideEvents.SelectedFileOpened">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientFileManager.SelectedFileOpened</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerClientSideEvents.SelectionChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientFileManager.SelectionChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerClientSideEvents.ToolbarUpdating">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientFileManager.ToolbarUpdating</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerCloudAccessFailedException">
      <summary>
        <para>The exception that is thrown when access to a file/folder stored in a cloud storage is prohibited.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerCloudAccessFailedException.#ctor(System.Net.HttpStatusCode,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerCloudAccessFailedException"/> class.</para>
      </summary>
      <param name="responseCode">An HttpStatusCode object specifying the response’s code.</param>
      <param name="requestResult">A string value specifying the response’s body.</param>
    </member>
    <member name="T:DevExpress.Web.FileManagerCloudProviderRequestEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxFileManager.CloudProviderRequest">ASPxFileManager.CloudProviderRequest</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerCloudProviderRequestEventArgs.#ctor(System.Net.Http.HttpRequestMessage)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerCloudProviderRequestEventArgs"/> class with specified settings.</para>
      </summary>
      <param name="request">HTTP request message.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerCloudProviderRequestEventArgs.Request">
      <summary>
        <para>Gets the processed request.</para>
      </summary>
      <value>HTTP request message.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerCloudProviderRequestEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxFileManager.CloudProviderRequest">ASPxFileManager.CloudProviderRequest</see> event.</para>
      </summary>
      <param name="source">The event sender.</param>
      <param name="e">An <see cref="T:DevExpress.Web.FileManagerCloudProviderRequestEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.FileManagerCloudProviderSettings">
      <summary>
        <para>Serves as a base class for classes that contain settings specific to corresponding cloud providers.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerCloudProviderSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerCloudProviderSettings"/> class with specified settings.</para>
      </summary>
      <param name="owner">The interface.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerCloudProviderSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.FileManagerContainerStyleBase">
      <summary>
        <para>Serves as a base for the file manager styles of containers.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerContainerStyleBase.Font">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FileManagerContainerStyleBase"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerContainerStyleBase.ForeColor">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FileManagerContainerStyleBase"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerContainerStyleBase.HorizontalAlign">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FileManagerContainerStyleBase"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerContainerStyleBase.Wrap">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FileManagerContainerStyleBase"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FileManagerContextMenuStyles">
      <summary>
        <para>Contains settings that allow the appearance of <see href="https://docs.devexpress.com/AspNet/17535/components/file-management/file-manager/visual-elements/context-menu">context menu</see> elements within the file manager to be defined.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FileManagerCustomErrorTextEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxFileManager.CustomErrorText">ASPxFileManager.CustomErrorText</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerCustomErrorTextEventArgs.#ctor(System.Exception,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerCustomErrorTextEventArgs"/> class.</para>
      </summary>
      <param name="e">A <see cref="T:System.Exception"/> object that specifies the exception. This value is assigned to the <see cref="P:DevExpress.Web.FileManagerCustomErrorTextEventArgs.Exception">FileManagerCustomErrorTextEventArgs.Exception</see> property.</param>
      <param name="errorText">A <see cref="T:System.String"/> value that specifies the error text. This value is assigned to the <see cref="P:DevExpress.Web.FileManagerCustomErrorTextEventArgs.ErrorText">FileManagerCustomErrorTextEventArgs.ErrorText</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerCustomErrorTextEventArgs.ErrorText">
      <summary>
        <para>Gets or sets the error text.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the error explanatory text.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerCustomErrorTextEventArgs.Exception">
      <summary>
        <para>Gets the raised exception.</para>
      </summary>
      <value>A <see cref="T:System.Exception"/> object that is the exception.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerCustomErrorTextEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxFileManager.CustomErrorText">ASPxFileManager.CustomErrorText</see> event.</para>
      </summary>
      <param name="source">The event source. Identifies the ASPxFileManager control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.FileManagerCustomErrorTextEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.FileManagerCustomFileInfoDisplayTextEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxFileManager.CustomFileInfoDisplayText">ASPxFileManager.CustomFileInfoDisplayText</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerCustomFileInfoDisplayTextEventArgs.#ctor(DevExpress.Web.FileManagerFile,DevExpress.Web.FileInfoType,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerCustomFileInfoDisplayTextEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the currently processed file.</param>
      <param name="fileInfoType">One of the <see cref="T:DevExpress.Web.FileInfoType"/> enumeration values specifying the info type.</param>
      <param name="displayText">A string specifying the display text.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerCustomFileInfoDisplayTextEventArgs.#ctor(DevExpress.Web.FileManagerItem,DevExpress.Web.FileInfoType,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerCustomFileInfoDisplayTextEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.FileManagerItem"/> object that is the currently processed file manager’s item.</param>
      <param name="fileInfoType">One of the <see cref="T:DevExpress.Web.FileInfoType"/> enumeration values specifying the info type.</param>
      <param name="displayText">A string specifying the display text.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerCustomFileInfoDisplayTextEventArgs.DisplayText">
      <summary>
        <para>Gets or sets the file info display text.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the display text.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerCustomFileInfoDisplayTextEventArgs.EncodeHtml">
      <summary>
        <para>Gets or sets a value that specifies whether the file info display text keeps any of its values that are HTML as HTML, or instead, strips out the HTML markers.</para>
      </summary>
      <value>true if the HTML code contained within the <see cref="P:DevExpress.Web.FileManagerCustomFileInfoDisplayTextEventArgs.DisplayText">FileManagerCustomFileInfoDisplayTextEventArgs.DisplayText</see> property value is not executed and is converted into the corresponding text for display purposes, false if the property value can contain pure HTML code.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerCustomFileInfoDisplayTextEventArgs.File">
      <summary>
        <para>Gets the file whose information is processed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the file.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerCustomFileInfoDisplayTextEventArgs.FileInfoType">
      <summary>
        <para>Gets the type of the currently processed file information.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.FileInfoType"/> enumeration values specifying the info type.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerCustomFileInfoDisplayTextEventArgs.Item">
      <summary>
        <para>Gets the file manager’s item whose information is processed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerItem"/> object that is the file manager’s item.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerCustomFileInfoDisplayTextEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxFileManager.CustomFileInfoDisplayText">ASPxFileManager.CustomFileInfoDisplayText</see> event.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.FileManagerCustomFileInfoDisplayTextEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.FileManagerCustomTooltipEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxFileManager.CustomTooltip">ASPxFileManager.CustomTooltip</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerCustomTooltipEventArgs.#ctor(DevExpress.Web.FileManagerItem,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerCustomTooltipEventArgs"/> class with specified settings.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.FileManagerItem"/> object that is the File Manager’s item.</param>
      <param name="tooltipText">A string value that is the tooltip text.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerCustomTooltipEventArgs.Item">
      <summary>
        <para>Provides the File Manager’s item to which the custom tooltip is specified.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerItem"/> object specifying the File Manager item.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerCustomTooltipEventArgs.TooltipText">
      <summary>
        <para>Gets or sets a value that is the custom tooltip text.</para>
      </summary>
      <value>A string value specifying the custom tooltip text.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerCustomTooltipEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxFileManager.CustomTooltip">ASPxFileManager.CustomTooltip</see> event.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.FileManagerCustomTooltipEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.FileManagerDetailsColumn">
      <summary>
        <para>A column used to display file information in the <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">file list</see> details view.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerDetailsColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerDetailsColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerDetailsColumn.#ctor(DevExpress.Web.FileInfoType,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerDetailsColumn"/> class with the specified settings.</para>
      </summary>
      <param name="fileInfoType">One of the  enumeration values specifying the type of information displayed in the column. Initializes the column’s <see cref="P:DevExpress.Web.FileManagerDetailsColumn.FileInfoType">FileManagerDetailsColumn.FileInfoType</see> property.</param>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the column caption. Initializes the column’s <see cref="P:DevExpress.Web.FileManagerDetailsColumn.Caption">FileManagerDetailsColumn.Caption</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerDetailsColumn.#ctor(DevExpress.Web.FileInfoType)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerDetailsColumn"/> class with the specified setting.</para>
      </summary>
      <param name="fileInfoType">One of the  enumeration values specifying the type of information displayed in the column. Initializes the column’s <see cref="P:DevExpress.Web.FileManagerDetailsColumn.FileInfoType">FileManagerDetailsColumn.FileInfoType</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerDetailsColumn.AdaptivePriority">
      <summary>
        <para>Gets or sets the priority of the file manager’s <see href="https://docs.devexpress.com/AspNet/14550/components/file-management/file-manager/concepts/view-modes">details view mode</see> column hiding in adaptive mode.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value specifying the column priority.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerDetailsColumn.AllowDragDrop">
      <summary>
        <para>Gets or sets whether end-users can drag the column’s header.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerDetailsColumn.AllowSort">
      <summary>
        <para>Gets or sets whether end-users can sort data by the column’s values.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerDetailsColumn.AllowTextTruncationInAdaptiveMode">
      <summary>
        <para>Specifies whether column’s text of the file manager can be truncated in adaptive mode.</para>
      </summary>
      <value>true to allow text truncation; false to show the column with full text only.</value>
    </member>
    <member name="M:DevExpress.Web.FileManagerDetailsColumn.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings from the specified item 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="P:DevExpress.Web.FileManagerDetailsColumn.Caption">
      <summary>
        <para>Gets or sets the column header’s caption.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the caption.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerDetailsColumn.CellStyle">
      <summary>
        <para>Gets the style settings defining the appearance of the column’s cells.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCellStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerDetailsColumn.FileInfoType">
      <summary>
        <para>Gets or sets the type of information displayed in the column.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.FileInfoType"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerDetailsColumn.FixedStyle">
      <summary>
        <para>Gets or sets whether the column is fixed on a grid’s left edge.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridViewColumnFixedStyle"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerDetailsColumn.HeaderStyle">
      <summary>
        <para>Gets the style settings defining the appearance of the column’s header.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewHeaderStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerDetailsColumn.HeaderTemplate">
      <summary>
        <para>Gets or sets a common template used for displaying the content of a header within the current <see href="https://docs.devexpress.com/AspNet/14550/components/file-management/file-manager/concepts/view-modes">details view</see> column.</para>
      </summary>
      <value>An object that supports the <see cref="T:System.Web.UI.ITemplate"/> interface and contains a template used to display the header’s content.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerDetailsColumn.ItemTemplate">
      <summary>
        <para>Gets or sets a common template used for displaying the content of all items within the current <see href="https://docs.devexpress.com/AspNet/14550/components/file-management/file-manager/concepts/view-modes">details view</see> column.</para>
      </summary>
      <value>An object supporting the <see cref="T:System.Web.UI.ITemplate"/> interface, which contains the template.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerDetailsColumn.MaxWidth">
      <summary>
        <para>Gets or sets a value that specifies the column’s maximum width.</para>
      </summary>
      <value>An integer value that is the column’s maximum width.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerDetailsColumn.MinWidth">
      <summary>
        <para>Gets or sets the minimum width of the column.</para>
      </summary>
      <value>An integer value that specifies the column’s minimum width.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerDetailsColumn.SortOrder">
      <summary>
        <para>Gets or sets the column’s sort order.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Data.ColumnSortOrder"/> enumeration value that specifies the column’s sort order.</value>
    </member>
    <member name="M:DevExpress.Web.FileManagerDetailsColumn.ToString">
      <summary>
        <para>Returns the string that denotes the <see cref="T:DevExpress.Web.FileManagerDetailsColumn"/> object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value that denotes the <see cref="T:DevExpress.Web.FileManagerDetailsColumn"/> object.</returns>
    </member>
    <member name="P:DevExpress.Web.FileManagerDetailsColumn.Visible">
      <summary>
        <para>Gets or sets a value specifying the visilibity of the column in the file manager <see href="https://docs.devexpress.com/AspNet/14550/components/file-management/file-manager/concepts/view-modes">details view mode</see></para>
      </summary>
      <value>true if the column is visible; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerDetailsColumn.VisibleIndex">
      <summary>
        <para>Gets or sets the column’s position among the visible columns within ASPxFileManager.</para>
      </summary>
      <value>An integer value that specifies the column’s position among the visible columns.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerDetailsColumn.Width">
      <summary>
        <para>Gets or sets the width of the column.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that is the column width.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerDetailsColumnCollection">
      <summary>
        <para>The ASPxFileManager’s column collection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerDetailsColumnCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerDetailsColumnCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerDetailsColumnCollection.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.FileManagerDetailsColumn"/> enumeration values specifying the type of information displayed in the column. Initializes the column’s <see cref="P:DevExpress.Web.FileManagerDetailsColumn.FileInfoType">FileManagerDetailsColumn.FileInfoType</see> property.</param>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the column caption. Initializes the column’s <see cref="P:DevExpress.Web.FileManagerDetailsColumn.Caption">FileManagerDetailsColumn.Caption</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.FileManagerDetailsColumn"/> object that is the newly created column.</returns>
    </member>
    <member name="M:DevExpress.Web.FileManagerDetailsColumnCollection.CreateDefaultColumns">
      <summary>
        <para>Creates default columns in ASPxFileManager’s <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">file list</see> in details view.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FileManagerDetailsCommandColumnSettings">
      <summary>
        <para>Contains settings specific to the command column that is displayed when the file manager is in <see href="https://docs.devexpress.com/AspNet/14550/components/file-management/file-manager/concepts/view-modes">details view mode</see></para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerDetailsCommandColumnSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerDetailsCommandColumnSettings"/> 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.FileManagerDetailsCommandColumnSettings.AdaptivePriority">
      <summary>
        <para>Gets or sets the priority of the file manager’s <see href="https://docs.devexpress.com/AspNet/14550/components/file-management/file-manager/concepts/view-modes">details view mode</see> column hiding in adaptive mode.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value specifying the column priority.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerDetailsCommandColumnSettings.AllowDragDrop">
      <summary>
        <para>Gets or sets whether end-users can drag the command column’s header in the file manager’s <see href="https://docs.devexpress.com/AspNet/14550/components/file-management/file-manager/concepts/view-modes">details view mode</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="M:DevExpress.Web.FileManagerDetailsCommandColumnSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies public properties from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.PropertiesBase"/> object or descendant whose properties are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerDetailsCommandColumnSettings.Caption">
      <summary>
        <para>Gets or sets the text displayed in the command column header.</para>
      </summary>
      <value>A System.String value that specifies the text displayed in the command column’s header.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerDetailsCommandColumnSettings.HeaderStyle">
      <summary>
        <para>Gets the style settings used to paint the command column’s header in the file manager’s <see href="https://docs.devexpress.com/AspNet/14550/components/file-management/file-manager/concepts/view-modes">details view mode</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewHeaderStyle"/> object that contains the style settings used to paint the command column’s header in the file manager.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerDetailsCommandColumnSettings.MaxWidth">
      <summary>
        <para>Gets or sets a value that specifies the command column’s maximum width.</para>
      </summary>
      <value>An integer value that is the command column’s maximum width.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerDetailsCommandColumnSettings.MinWidth">
      <summary>
        <para>Gets or sets the minimum width of the command column.</para>
      </summary>
      <value>An integer value that specifies the command column’s minimum width.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerDetailsCustomColumn">
      <summary>
        <para>A column used to display custom information in the <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">file list</see> details view.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerDetailsCustomColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerDetailsCustomColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerDetailsCustomColumn.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="P:DevExpress.Web.FileManagerDetailsCustomColumn.FileInfoType">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FileManagerDetailsCustomColumn"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerDetailsCustomColumn.ItemMetadataKey">
      <summary>
        <para>Specifies the metadata key for the <see href="https://docs.devexpress.com/AspNet/17537/components/file-management/file-manager/concepts/custom-columns">custom column</see> of the file manager’s <see href="https://docs.devexpress.com/AspNet/14550/components/file-management/file-manager/concepts/view-modes">details view mode</see>.</para>
      </summary>
      <value>A string value that is the key.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerDetailsCustomColumn.Name">
      <summary>
        <para>Gets or sets the name for the current custom column.</para>
      </summary>
      <value>A string value that specifies the column’s name.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerDetailsCustomColumn.ShowHeaderFilterButton">
      <summary>
        <para>Specifies whether a header filter button is displayed for the custom column.</para>
      </summary>
      <value>true to display a header filter button; otherwise false.</value>
    </member>
    <member name="M:DevExpress.Web.FileManagerDetailsCustomColumn.ToString">
      <summary>
        <para>Returns the “Custom Column” string.</para>
      </summary>
      <returns>The “Custom Column” string.</returns>
    </member>
    <member name="T:DevExpress.Web.FileManagerDetailsViewAdaptivityMode">
      <summary>
        <para>Lists values that specify the adaptivity mode of the file manager’s <see href="https://docs.devexpress.com/AspNet/14550/components/file-management/file-manager/concepts/view-modes">detail view mode</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerDetailsViewAdaptivityMode.HideDataCells">
      <summary>
        <para>The file manager hides columns once cell text becomes truncated.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerDetailsViewAdaptivityMode.Off">
      <summary>
        <para>The adaptivity mode is disabled.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FileManagerDetailsViewCustomColumnDisplayTextEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxFileManager.DetailsViewCustomColumnDisplayText">ASPxFileManager.DetailsViewCustomColumnDisplayText</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerDetailsViewCustomColumnDisplayTextEventArgs.#ctor(System.String,DevExpress.Web.FileManagerDetailsCustomColumn,DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerDetailsViewCustomColumnDisplayTextEventArgs"/> class.</para>
      </summary>
      <param name="displayText">A string value that is the cell’s display text. This value is assigned to the <see cref="P:DevExpress.Web.FileManagerDetailsViewCustomColumnDisplayTextEventArgs.DisplayText">FileManagerDetailsViewCustomColumnDisplayTextEventArgs.DisplayText</see> property.</param>
      <param name="column">A <see cref="T:DevExpress.Web.FileManagerDetailsCustomColumn"/> object that is the column which contains the processed cell. This value is assigned to the <see cref="P:DevExpress.Web.FileManagerDetailsViewCustomColumnDisplayTextEventArgs.Column">FileManagerDetailsViewCustomColumnDisplayTextEventArgs.Column</see> property.</param>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is a file currently being processed. This value is assigned to the <see cref="P:DevExpress.Web.FileManagerDetailsViewCustomColumnDisplayTextEventArgs.File">FileManagerDetailsViewCustomColumnDisplayTextEventArgs.File</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerDetailsViewCustomColumnDisplayTextEventArgs.#ctor(System.String,DevExpress.Web.FileManagerDetailsCustomColumn,DevExpress.Web.FileManagerItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerDetailsViewCustomColumnDisplayTextEventArgs"/> class.</para>
      </summary>
      <param name="displayText">A string value that is the cell’s display text. This value is assigned to the <see cref="P:DevExpress.Web.FileManagerDetailsViewCustomColumnDisplayTextEventArgs.DisplayText">FileManagerDetailsViewCustomColumnDisplayTextEventArgs.DisplayText</see> property.</param>
      <param name="column">A <see cref="T:DevExpress.Web.FileManagerDetailsCustomColumn"/> object that is the column which contains the processed cell. This value is assigned to the <see cref="P:DevExpress.Web.FileManagerDetailsViewCustomColumnDisplayTextEventArgs.Column">FileManagerDetailsViewCustomColumnDisplayTextEventArgs.Column</see> property.</param>
      <param name="item">A <see cref="T:DevExpress.Web.FileManagerItem"/> object that is a file manager’ item currently being processed. This value is assigned to the <see cref="P:DevExpress.Web.FileManagerDetailsViewCustomColumnDisplayTextEventArgs.Item">FileManagerDetailsViewCustomColumnDisplayTextEventArgs.Item</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerDetailsViewCustomColumnDisplayTextEventArgs.Column">
      <summary>
        <para>Gets the column whose cells are currently being processed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerDetailsCustomColumn"/> object that is the currently processed column.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerDetailsViewCustomColumnDisplayTextEventArgs.DisplayText">
      <summary>
        <para>Specifies the display text for the cell currently being processed.</para>
      </summary>
      <value>A string that is the cell’s display text.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerDetailsViewCustomColumnDisplayTextEventArgs.EncodeHtml">
      <summary>
        <para>Gets or sets a value that specifies whether the column display text keeps any of its values that are HTML as HTML, or instead, strips out the HTML markers.</para>
      </summary>
      <value>true if the HTML code contained within the <see cref="P:DevExpress.Web.FileManagerDetailsViewCustomColumnDisplayTextEventArgs.DisplayText">FileManagerDetailsViewCustomColumnDisplayTextEventArgs.DisplayText</see> property value is not executed and is converted into the corresponding text for display purposes, false if the property value can contain pure HTML code.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerDetailsViewCustomColumnDisplayTextEventArgs.File">
      <summary>
        <para>Gets the file whose information is processed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the file currently being processed.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerDetailsViewCustomColumnDisplayTextEventArgs.Item">
      <summary>
        <para>Gets the file manager’s item whose information is processed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerItem"/> object that is the file manager’s item currently being processed.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerDetailsViewCustomColumnDisplayTextEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxFileManager.DetailsViewCustomColumnDisplayText">ASPxFileManager.DetailsViewCustomColumnDisplayText</see> event.</para>
      </summary>
      <param name="source">The event source. Identifies the <see cref="T:DevExpress.Web.ASPxFileManager"/> control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.FileManagerDetailsViewCustomColumnDisplayTextEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.FileManagerDetailsViewCustomColumnHeaderFilterFillItemsEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxFileManager.DetailsViewCustomColumnHeaderFilterFillItems">ASPxFileManager.DetailsViewCustomColumnHeaderFilterFillItems</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerDetailsViewCustomColumnHeaderFilterFillItemsEventArgs.#ctor(DevExpress.Web.FileManagerDetailsCustomColumn,DevExpress.Web.GridHeaderFilterValues)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerDetailsViewCustomColumnHeaderFilterFillItemsEventArgs"/> class.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.FileManagerDetailsCustomColumn"/> object that is the data column whose filter button has been clicked. This value is assigned to the <see cref="P:DevExpress.Web.FileManagerDetailsViewCustomColumnHeaderFilterFillItemsEventArgs.Column">FileManagerDetailsViewCustomColumnHeaderFilterFillItemsEventArgs.Column</see> property.</param>
      <param name="values">A <see cref="T:DevExpress.Web.GridHeaderFilterValues"/> objects containing column filter values. This value is assigned to the <see cref="P:DevExpress.Web.FileManagerDetailsViewCustomColumnHeaderFilterFillItemsEventArgs.Values">FileManagerDetailsViewCustomColumnHeaderFilterFillItemsEventArgs.Values</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerDetailsViewCustomColumnHeaderFilterFillItemsEventArgs.AddShowAll">
      <summary>
        <para>Adds the All item to the header filter of a custom column.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerDetailsViewCustomColumnHeaderFilterFillItemsEventArgs.AddValue(System.String,System.String,System.String)">
      <summary>
        <para>Adds a new filter item with the specified filter criteria to the column header filter.</para>
      </summary>
      <param name="displayText">A <see cref="T:System.String"/> value that specifies the filter item’s display text.</param>
      <param name="value">A <see cref="T:System.String"/> value that specifies the filter item’s value.</param>
      <param name="query">A <see cref="T:System.String"/> value that specifies the filter criteria.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerDetailsViewCustomColumnHeaderFilterFillItemsEventArgs.AddValue(System.String,System.String)">
      <summary>
        <para>Adds a new filter item to the column header filter.</para>
      </summary>
      <param name="displayText">A <see cref="T:System.String"/> value that specifies the filter item’s display text.</param>
      <param name="value">A <see cref="T:System.String"/> value that specifies the filter item’s value.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerDetailsViewCustomColumnHeaderFilterFillItemsEventArgs.Column">
      <summary>
        <para>Gets the custom column currently being filtered.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerDetailsCustomColumn"/> object that is the data column.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerDetailsViewCustomColumnHeaderFilterFillItemsEventArgs.Values">
      <summary>
        <para>Gets the filter values.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridHeaderFilterValues"/> object that contains filter values for the current column.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerDetailsViewCustomColumnHeaderFilterFillItemsEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxFileManager.DetailsViewCustomColumnHeaderFilterFillItems">ASPxFileManager.DetailsViewCustomColumnHeaderFilterFillItems</see> event.</para>
      </summary>
      <param name="source">The event source. Identifies the <see cref="T:DevExpress.Web.ASPxFileManager"/> control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.FileManagerDetailsViewCustomColumnHeaderFilterFillItemsEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.FileManagerDetailsViewImages">
      <summary>
        <para>Contains settings that define images displayed within an ASPxFileManager’s elements in details view.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FileManagerDetailsViewItemTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render data cells within the FileManager’s Details view.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerDetailsViewItemTemplateContainer.Item">
      <summary>
        <para>Gets an item for which the template’s content is being instantiated.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerItem"/> object that is the item being rendered.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerDetailsViewStyles">
      <summary>
        <para>Contains settings that allow the appearance of elements, used within the ASPxFileManager <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">file list</see> in details view, to be defined.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerDetailsViewStyles.CommandColumn">
      <summary>
        <para>Gets the style settings defining the appearance of the command column’s cells.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerGridViewCommandColumnStyle"/> object that contains style settings.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerDropBoxProviderSettings">
      <summary>
        <para>Provides account settings allowing the file manager to access a file system retained in the Dropbox Service.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerDropBoxProviderSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerDropBoxProviderSettings"/> 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.FileManagerDropBoxProviderSettings.AccessTokenValue">
      <summary>
        <para>Use the <see cref="T:DevExpress.Web.AccountManager"/> class API and the <see cref="P:DevExpress.Web.FileManagerDropBoxProviderSettings.AccountName"/> property instead. For more information, refer to the  topic.</para>
      </summary>
      <value>A string value that is the access token.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerDropBoxProviderSettings.AccountName">
      <summary>
        <para>Gets or sets a value that specifies the name of the Dropbox account.</para>
      </summary>
      <value>A string value that specifies the account name.</value>
    </member>
    <member name="M:DevExpress.Web.FileManagerDropBoxProviderSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.FileManagerDropBoxProviderSettings.TeamMemberID">
      <summary>
        <para>Use the <see cref="T:DevExpress.Web.AccountManager"/> class API and the <see cref="P:DevExpress.Web.FileManagerDropBoxProviderSettings.AccountName"/> property instead. For more information, refer to the  topic.</para>
      </summary>
      <value>A string value that is the team member ID.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerErrors">
      <summary>
        <para>Lists values specifying the errors that caused exceptions.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerErrors.AccessDenied">
      <summary>
        <para>Access is denied.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerErrors.AccessProhibited">
      <summary>
        <para>Access is prohibited.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerErrors.AlreadyExists">
      <summary>
        <para>The specified file/folder already exists.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerErrors.CanceledOperation">
      <summary>
        <para>The operation was canceled.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerErrors.CloudAccessFailed">
      <summary>
        <para>Failed to access a cloud service.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerErrors.EmptyName">
      <summary>
        <para>The file/folder name is empty.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerErrors.FileNotFound">
      <summary>
        <para>The specified file is not found.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerErrors.FolderNotFound">
      <summary>
        <para>The specified folder is not found.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerErrors.InvalidSymbols">
      <summary>
        <para>The specified name contains invalid characters.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerErrors.PathToLong">
      <summary>
        <para>The specified file/folder name of the full name is too long.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerErrors.Unspecified">
      <summary>
        <para>Unspecified error occurs.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerErrors.UnspecifiedIO">
      <summary>
        <para>Unspecified IO error occurs.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerErrors.UsedByAnotherProcess">
      <summary>
        <para>The file/folder is being used by another process.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerErrors.WrongExtension">
      <summary>
        <para>The specified file extension is not allowed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerErrors.WrongIdPathLength">
      <summary>
        <para>The number of directories in relativeName is not equal to the idPath array length.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FileManagerException">
      <summary>
        <para>The base class for all exceptions within a file manager.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerException.#ctor(DevExpress.Web.FileManagerErrors,System.Exception,System.String)">
      <summary>
        <para>Initialize a new instance of the <see cref="T:DevExpress.Web.FileManagerException"/> class with the specified settings.</para>
      </summary>
      <param name="error">A <see cref="T:DevExpress.Web.FileManagerErrors"/> object specifying the cause of the current exception.</param>
      <param name="innerException">An <see cref="T:System.Exception"/> object referring to the inner exception.</param>
      <param name="message">A <see cref="T:System.String"/> value explaining the reason for the current exception.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerException.#ctor(DevExpress.Web.FileManagerErrors,System.Exception)">
      <summary>
        <para>Initialize a new instance of the <see cref="T:DevExpress.Web.FileManagerException"/> class with the specified settings.</para>
      </summary>
      <param name="error">A <see cref="T:DevExpress.Web.FileManagerErrors"/> object specifying the cause of the current exception.</param>
      <param name="innerException">An <see cref="T:System.Exception"/> object referring to an inner exception.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerException.#ctor(DevExpress.Web.FileManagerErrors)">
      <summary>
        <para>Initialize a new instance of the <see cref="T:DevExpress.Web.FileManagerException"/> class with the specified setting.</para>
      </summary>
      <param name="error">A <see cref="T:DevExpress.Web.FileManagerErrors"/> object specifying the cause of the current exception.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerException.Error">
      <summary>
        <para>Gets the error that caused the current exception.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.FileManagerErrors"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerFile">
      <summary>
        <para>Represents an individual <see href="https://docs.devexpress.com/AspNet/8952/components/file-management/file-manager/visual-elements/file">file</see> within the <see cref="T:DevExpress.Web.ASPxFileManager"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerFile.#ctor(DevExpress.Web.FileSystemProviderBase,DevExpress.Web.FileManagerFolder,System.String,DevExpress.Web.FileManagerFileProperties)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFile"/> class with the specified settings when the specified file system provider is used.</para>
      </summary>
      <param name="provider">A <see cref="T:DevExpress.Web.FileSystemProviderBase"/> object specifying the file system provider that will be used to work with the file.</param>
      <param name="parentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is a parent folder for the newly created file.</param>
      <param name="fileName">A <see cref="T:System.String"/> value specifying the file name.</param>
      <param name="properties">A <see cref="T:DevExpress.Web.FileManagerFileProperties"/> object providing the file properties.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerFile.#ctor(DevExpress.Web.FileSystemProviderBase,DevExpress.Web.FileManagerFolder,System.String,System.String,DevExpress.Web.FileManagerFileProperties)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFile"/> class with the specified settings when the specified file system provider is used.</para>
      </summary>
      <param name="provider">A <see cref="T:DevExpress.Web.FileSystemProviderBase"/> object specifying the file system provider that will be used to work with the file.</param>
      <param name="parentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is a parent folder for the newly created file.</param>
      <param name="fileName">A <see cref="T:System.String"/> value specifying the file name.</param>
      <param name="id">A string value that identifies the newly created file. Initializes the file’s <see cref="P:DevExpress.Web.FileManagerItem.Id">FileManagerItem.Id</see> property.</param>
      <param name="properties">A <see cref="T:DevExpress.Web.FileManagerFileProperties"/> object providing the file properties.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerFile.#ctor(DevExpress.Web.FileSystemProviderBase,DevExpress.Web.FileManagerFolder,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFile"/> class with the specified settings.</para>
      </summary>
      <param name="provider">A <see cref="T:DevExpress.Web.FileSystemProviderBase"/> class descendant specifying the file system provider that will be used to work with the file.</param>
      <param name="parentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is a parent folder for the newly created file. Initializes the file <see cref="P:DevExpress.Web.FileManagerFile.Folder">FileManagerFile.Folder</see> property.</param>
      <param name="fileName">A <see cref="T:System.String"/> value specifying the file name. Initializes the file <see cref="P:DevExpress.Web.FileManagerItem.Name">FileManagerItem.Name</see> property.</param>
      <param name="id">A <see cref="T:System.String"/> value that identifies the newly created file.  Initializes the file <see cref="P:DevExpress.Web.FileManagerItem.Id">FileManagerItem.Id</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerFile.#ctor(DevExpress.Web.FileSystemProviderBase,DevExpress.Web.FileManagerFolder,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFile"/> class with the specified settings when the specified file system provider is used.</para>
      </summary>
      <param name="provider">A <see cref="T:DevExpress.Web.FileSystemProviderBase"/> object specifying the file system provider that will be used to work with the file.</param>
      <param name="parentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is a parent folder for the newly created file.</param>
      <param name="fileName">A <see cref="T:System.String"/> value specifying the file name.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerFile.#ctor(DevExpress.Web.FileSystemProviderBase,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFile"/> class with the specified settings.</para>
      </summary>
      <param name="provider">A <see cref="T:DevExpress.Web.FileSystemProviderBase"/> class descendant specifying the file system provider that will be used to work with the file.</param>
      <param name="relativeName">A <see cref="T:System.String"/> value specifying the file’s relative name. Initializes the file <see cref="P:DevExpress.Web.FileManagerItem.RelativeName">FileManagerItem.RelativeName</see> property.</param>
      <param name="id">A <see cref="T:System.String"/> value that identifies the newly created file.  Initializes the file <see cref="P:DevExpress.Web.FileManagerItem.Id">FileManagerItem.Id</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerFile.#ctor(DevExpress.Web.FileSystemProviderBase,System.String,System.String[],DevExpress.Web.FileManagerFileProperties)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFile"/> class with specified settings.</para>
      </summary>
      <param name="provider">A <see cref="T:DevExpress.Web.FileSystemProviderBase"/> object specifying the file system provider that will be used to work with the file.</param>
      <param name="relativeName">A <see cref="T:System.String"/> value specifying the file relative name.</param>
      <param name="idPath">An array of <see cref="T:System.String"/> values that is the path to the file, specified by the parent file’s unique identifiers.</param>
      <param name="properties">A <see cref="T:DevExpress.Web.FileManagerFileProperties"/> object that specifies the file’s properties.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerFile.#ctor(DevExpress.Web.FileSystemProviderBase,System.String,System.String[])">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFile"/> class with the specified settings.</para>
      </summary>
      <param name="provider">A <see cref="T:DevExpress.Web.FileSystemProviderBase"/> object descendant specifying the file system provider that will be used to work with the file.</param>
      <param name="relativeName">A <see cref="T:System.String"/> value that specifies the file’s relative name.</param>
      <param name="idPath">An array of <see cref="T:System.String"/> values that is the path to the file, specified by the parent folder’s unique identifiers.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerFile.#ctor(DevExpress.Web.FileSystemProviderBase,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFile"/> class with the specified relative name when the specified file system provider is used.</para>
      </summary>
      <param name="provider">A <see cref="T:DevExpress.Web.FileSystemProviderBase"/> object specifying the file system provider that will be used to work with the file.</param>
      <param name="relativeName">A <see cref="T:System.String"/> value specifying the file relative name.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerFile.Equals(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Compares this <see cref="T:DevExpress.Web.FileManagerFile"/> instance with the specified object.</para>
      </summary>
      <param name="other">A <see cref="T:DevExpress.Web.FileManagerFile"/> representing the specified object for comparison.</param>
      <returns>true, if the <see cref="T:DevExpress.Web.FileManagerFile"/> object that this method is called from is equal to the specified object; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Web.FileManagerFile.Extension">
      <summary>
        <para>Gets the string that specifies the extension of the file.</para>
      </summary>
      <value>A <see cref="T:System.String"/> specifying a file extension, including the leading dot.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFile.Folder">
      <summary>
        <para>Gets the parent folder to which the current file belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerFolder"/> object representing the file’s immediate parent.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFile.Permissions">
      <summary>
        <para>Provides a set of permissions for the File Manager’s file.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.FileManagerFilePermissions"/> values.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerFileAccessRule">
      <summary>
        <para>Specifies an access rule for a file within a file manager.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerFileAccessRule.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFileAccessRule"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerFileAccessRule.#ctor(System.String,DevExpress.Web.Rights)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFileAccessRule"/> class with the specified settings.</para>
      </summary>
      <param name="pathPattern">A value that specifies a pattern for files to which an access rule is applied.</param>
      <param name="fullAccess">The permission for this rule.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerFileAccessRule.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFileAccessRule"/> class with the specified path.</para>
      </summary>
      <param name="pathPattern">A <see cref="T:System.String"/> value specifying a path to which an access rule is applied.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerFileAccessRule.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="P:DevExpress.Web.FileManagerFileAccessRule.Browse">
      <summary>
        <para>Gets or sets the browse action permission.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Rights"/> enumeration values specifying the action permission.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFileAccessRule.Download">
      <summary>
        <para>Gets or sets the download action permission.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Rights"/> enumeration values specifying the action permission.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFileAccessRule.FullAccess">
      <summary>
        <para>Gets or sets the full access permission for files.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Rights"/> enumeration values specifying the action permission.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFileAccessRule.Path">
      <summary>
        <para>Gets or sets a pattern for file paths to which an access rule is applied.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies a path relative to the root folder path defined by the <see cref="P:DevExpress.Web.FileManagerSettings.RootFolder">FileManagerSettings.RootFolder</see> property.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFileAccessRule.PathPattern">
      <summary>
        <para>Gets or sets a pattern for file paths to which an access rule is applied.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies a pattern for file paths relative to the root folder path defined by the <see cref="P:DevExpress.Web.FileManagerSettings.RootFolder">FileManagerSettings.RootFolder</see> property.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerFileContainerStyle">
      <summary>
        <para>Defines style settings for a <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">file container</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerFileContainerStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFileContainerStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FileManagerFileDownloadingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxFileManager.FileDownloading">ASPxFileManager.FileDownloading</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerFileDownloadingEventArgs.#ctor(DevExpress.Web.FileManagerFile,System.IO.Stream)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFileDownloadingEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the file related to the event.</param>
      <param name="inputStream">A <see cref="T:System.IO.Stream"/> object that points to the uploaded file.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerFileDownloadingEventArgs.File">
      <summary>
        <para>Gets a file related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is a file currently being processed.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFileDownloadingEventArgs.InputStream">
      <summary>
        <para>Gets a stream object that points to the downloaded file.</para>
      </summary>
      <value>A <see cref="T:System.IO.Stream"/> object that points to the downloaded file.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFileDownloadingEventArgs.OutputStream">
      <summary>
        <para>Set this property to change the original file content.</para>
      </summary>
      <value>A <see cref="T:System.IO.Stream"/> object to which the modified file stream is sent.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerFileDownloadingEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxFileManager.FileDownloading">ASPxFileManager.FileDownloading</see> event.</para>
      </summary>
      <param name="source">The event source. Identifies the file manager control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.FileManagerFileDownloadingEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.FileManagerFileListDetailsViewAdaptivitySettings">
      <summary>
        <para>Contains settings related to the adaptivity settings of the file manager’s <see href="https://docs.devexpress.com/AspNet/14550/components/file-management/file-manager/concepts/view-modes">details view mode</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerFileListDetailsViewAdaptivitySettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFileListDetailsViewAdaptivitySettings"/> class.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerFileListDetailsViewAdaptivitySettings.AllowHideDataCellsByColumnMinWidth">
      <summary>
        <para>Specifies whether the grid should hide a column if its width is less than the <see cref="P:DevExpress.Web.GridViewColumn.MinWidth">GridViewColumn.MinWidth</see> property value.</para>
      </summary>
      <value>true, to hide a column; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.FileManagerFileListDetailsViewAdaptivitySettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.FileManagerFileListDetailsViewAdaptivitySettings.Mode">
      <summary>
        <para>Gets or sets a value specifying whether the file manager hides columns once the cell text becomes truncated when the browser changes its width.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.FileManagerDetailsViewAdaptivityMode"/> values.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerFileListDetailsViewSettings">
      <summary>
        <para>Contains settings that relate to the <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">file list</see>‘s details view functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerFileListDetailsViewSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFileListDetailsViewSettings"/> 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.FileManagerFileListDetailsViewSettings.AllowColumnDragDrop">
      <summary>
        <para>Gets or sets whether end-users can reorder columns by dragging their headers.</para>
      </summary>
      <value>true to allow end-users to reorder columns; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFileListDetailsViewSettings.AllowColumnResize">
      <summary>
        <para>Gets or sets a value that specifies whether the columns can be resized by end-users on the client side.</para>
      </summary>
      <value>true if column resizing is allowed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFileListDetailsViewSettings.AllowColumnSort">
      <summary>
        <para>Gets or sets whether end-users can sort data.</para>
      </summary>
      <value>true to allow end-users to sort data; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.FileManagerFileListDetailsViewSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.FileManagerFileListDetailsViewSettings.Columns">
      <summary>
        <para>Gets a collection of columns displayed in the ASPxFileManager <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">file list</see> details view.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerDetailsColumnCollection"/> object that is a collection of columns.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFileListDetailsViewSettings.SettingsAdaptivity">
      <summary>
        <para>Provides access to the adaptivity settings of the File Manager’s File List when it is in the Details view mode.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerFileListDetailsViewAdaptivitySettings"/> object that contains adaptivity settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFileListDetailsViewSettings.SettingsCommandColumn">
      <summary>
        <para>Provides access to the settings of the command column in the file manager’s <see href="https://docs.devexpress.com/AspNet/14550/components/file-management/file-manager/concepts/view-modes">details view mode</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.FileManagerDetailsCommandColumnSettings"/> object containing the command column options.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFileListDetailsViewSettings.ShowHeaderFilterButton">
      <summary>
        <para>Gets or sets whether column headers display filter buttons.</para>
      </summary>
      <value>true to display filter buttons within column headers; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFileListDetailsViewSettings.ShowSelectAllCheckbox">
      <summary>
        <para>Specifies whether the Select All check box is displayed in the <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">file list</see>.</para>
      </summary>
      <value>true, to display the Select All check box; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFileListDetailsViewSettings.ThumbnailHeight">
      <summary>
        <para>Gets or sets the height of <see href="https://docs.devexpress.com/AspNet/8959/components/file-management/file-manager/visual-elements/file/thumbnail">thumbnails</see> and <see href="https://docs.devexpress.com/AspNet/8953/components/file-management/file-manager/visual-elements/folder">folder</see> images displayed in the <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">file area</see> in <see href="https://docs.devexpress.com/AspNet/14550/components/file-management/file-manager/concepts/view-modes">details view mode</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying thumbnail height.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFileListDetailsViewSettings.ThumbnailSize">
      <summary>
        <para>Gets or sets the file <see href="https://docs.devexpress.com/AspNet/8959/components/file-management/file-manager/visual-elements/file/thumbnail">thumbnail</see>‘s size in pixels.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that specifies the size.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFileListDetailsViewSettings.ThumbnailWidth">
      <summary>
        <para>Gets or sets the width of <see href="https://docs.devexpress.com/AspNet/8959/components/file-management/file-manager/visual-elements/file/thumbnail">thumbnails</see> and <see href="https://docs.devexpress.com/AspNet/8953/components/file-management/file-manager/visual-elements/folder">folder</see> images displayed in the <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">file area</see> in <see href="https://docs.devexpress.com/AspNet/14550/components/file-management/file-manager/concepts/view-modes">details view mode</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the thumbnail width.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerFileListThumbnailsViewSettings">
      <summary>
        <para>Contains settings that relate to the <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">file list</see>‘s thumbnails view functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerFileListThumbnailsViewSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFileListThumbnailsViewSettings"/> 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.FileManagerFileListThumbnailsViewSettings.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.FileManagerFileListThumbnailsViewSettings.ItemTemplate">
      <summary>
        <para>Gets or sets a common template used for displaying the content of all items within the <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">file list</see> when it is in <see href="https://docs.devexpress.com/AspNet/14550/components/file-management/file-manager/concepts/view-modes">thumbnails view mode</see>.</para>
      </summary>
      <value>An object that supports the System.Web.UI.ITemplate interface which contains the template used for displaying the content of all items.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFileListThumbnailsViewSettings.ThumbnailHeight">
      <summary>
        <para>Gets or sets the height of <see href="https://docs.devexpress.com/AspNet/8959/components/file-management/file-manager/visual-elements/file/thumbnail">thumbnails</see> and <see href="https://docs.devexpress.com/AspNet/8953/components/file-management/file-manager/visual-elements/folder">folder</see> images displayed in the <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">file area</see> in <see href="https://docs.devexpress.com/AspNet/14550/components/file-management/file-manager/concepts/view-modes">thumbnails view mode</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the thumbnail height.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFileListThumbnailsViewSettings.ThumbnailSize">
      <summary>
        <para>Gets or sets the file <see href="https://docs.devexpress.com/AspNet/8959/components/file-management/file-manager/visual-elements/file/thumbnail">thumbnail</see>‘s size in pixels.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that specifies the size.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFileListThumbnailsViewSettings.ThumbnailWidth">
      <summary>
        <para>Gets or sets the width of <see href="https://docs.devexpress.com/AspNet/8959/components/file-management/file-manager/visual-elements/file/thumbnail">thumbnails</see> and <see href="https://docs.devexpress.com/AspNet/8953/components/file-management/file-manager/visual-elements/folder">folder</see> images displayed in the <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">file area</see> in <see href="https://docs.devexpress.com/AspNet/14550/components/file-management/file-manager/concepts/view-modes">thumbnails view mode</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the thumbnail width.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerFileOpenedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxFileManager.SelectedFileOpened">ASPxFileManager.SelectedFileOpened</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerFileOpenedEventArgs.#ctor(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFileOpenedEventArgs"/> class with the specified setting.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is a file related to the event.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerFileOpenedEventArgs.File">
      <summary>
        <para>Gets a file related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is a file currently being processed.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerFileOpenedEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxFileManager.SelectedFileOpened">ASPxFileManager.SelectedFileOpened</see> event.</para>
      </summary>
      <param name="source">The event source. Identifies the file manager control which raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.FileManagerFileOpenedEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.FileManagerFilePermissions">
      <summary>
        <para>Lists values that specify permissions for the File Manager files.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerFilePermissions.Copy">
      <summary>
        <para>Permits copying a file.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerFilePermissions.Default">
      <summary>
        <para>No permissions are specified for the file. Access permissions for the file are specified by the <see cref="P:DevExpress.Web.FileManagerSettingsPermissions.AccessRules">FileManagerSettingsPermissions.AccessRules</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerFilePermissions.Delete">
      <summary>
        <para>Permits deleting a file.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerFilePermissions.Download">
      <summary>
        <para>Permits downloading a file.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerFilePermissions.Move">
      <summary>
        <para>Permits moving a file.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerFilePermissions.Rename">
      <summary>
        <para>Permits renaming a file.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FileManagerFileProperties">
      <summary>
        <para>Contains settings to define the File Manager’s file properties.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerFileProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFileProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerFileProperties.Length">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/8952/components/file-management/file-manager/visual-elements/file">file</see>‘s length in bytes.</para>
      </summary>
      <value>A <see cref="T:System.Nullable`1"/>&lt;<see cref="T:System.Int64"/>,&gt; value specifying the file’s length, in bytes.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFileProperties.Permissions">
      <summary>
        <para>Gets or sets a set of permissions for the File Manager’s file.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.FileManagerFilePermissions"/> values.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerFileStateStyle">
      <summary>
        <para>Defines style settings for different states of a <see href="https://docs.devexpress.com/AspNet/8952/components/file-management/file-manager/visual-elements/file">file</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerFileStateStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFileStateStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerFileStateStyle.Paddings">
      <summary>
        <para>Gets the padding settings of <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">files</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerFileStyle">
      <summary>
        <para>Defines style settings for <see href="https://docs.devexpress.com/AspNet/8952/components/file-management/file-manager/visual-elements/file">files</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerFileStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFileStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerFileStyle.CopyFrom(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.FileManagerFileStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> object that is the object which the settings will be copied from.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerFileStyle.FocusedStyle">
      <summary>
        <para>Gets the style settings which define the <see href="https://docs.devexpress.com/AspNet/8952/components/file-management/file-manager/visual-elements/file">file</see>‘s appearance in the focused state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerFileStateStyle"/> object that contains the focused style settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFileStyle.Height">
      <summary>
        <para>Gets or sets the height of the <see href="https://docs.devexpress.com/AspNet/8960/components/file-management/file-manager/visual-elements/file/files-hover-area">file’s hover area</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the height of the area.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFileStyle.HoverStyle">
      <summary>
        <para>Gets the style settings which define the appearance of files when the mouse pointer is hovering over them.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerFileStateStyle"/> object that contains the hover style settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFileStyle.Margins">
      <summary>
        <para>Gets the outer margin of <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">files</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Margins"/> object representing the margins of files.</value>
    </member>
    <member name="M:DevExpress.Web.FileManagerFileStyle.MergeWith(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Combines the properties of the specified <see cref="T:System.Web.UI.WebControls.Style"/> with the current instance of the <see cref="T:DevExpress.Web.FileManagerFileStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> that is the object to be combined.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerFileStyle.SelectionActiveStyle">
      <summary>
        <para>Gets the style settings that define the appearance of a selected file in the active state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerFileStateStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFileStyle.SelectionInactiveStyle">
      <summary>
        <para>Gets the style settings that define the appearance of a selected file in the inactive state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerFileStateStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFileStyle.Width">
      <summary>
        <para>Gets or sets a width of the <see href="https://docs.devexpress.com/AspNet/8960/components/file-management/file-manager/visual-elements/file/files-hover-area">file’s hover area</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the width of the file area.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerFilesUploadedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxFileManager.FilesUploaded">ASPxFileManager.FilesUploaded</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerFilesUploadedEventArgs.#ctor(DevExpress.Web.FileManagerFile[])">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFilesUploadedEventArgs"/> class.</para>
      </summary>
      <param name="files">An array of <see cref="T:DevExpress.Web.FileManagerFile"/> objects that are uploaded files. This value is assigned to the <see cref="P:DevExpress.Web.FileManagerFilesUploadedEventArgs.Files">FileManagerFilesUploadedEventArgs.Files</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerFilesUploadedEventArgs.Files">
      <summary>
        <para>Gets files related to the event.</para>
      </summary>
      <value>An array of <see cref="T:DevExpress.Web.FileManagerFile"/> objects that are uploaded files.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerFilesUploadedEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxFileManager.FilesUploaded">ASPxFileManager.FilesUploaded</see> event.</para>
      </summary>
      <param name="source">The event source. Identifies the ASPxFileManager control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.FileManagerFilesUploadedEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.FileManagerFileUploadEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxFileManager.FileUploading">ASPxFileManager.FileUploading</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerFileUploadEventArgs.#ctor(DevExpress.Web.FileManagerFile,System.IO.Stream)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFileUploadEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the file related to the event.</param>
      <param name="inputStream">A <see cref="T:System.IO.Stream"/> object that points to the downloaded file.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerFileUploadEventArgs.File">
      <summary>
        <para>Gets a file, related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerFile"/> object that represents a file currently being uploaded.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFileUploadEventArgs.FileName">
      <summary>
        <para>Gets or sets the name of a file selected to upload.</para>
      </summary>
      <value>A  <see cref="T:System.String"/> value that specifies the file name.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFileUploadEventArgs.InputStream">
      <summary>
        <para>Gets a stream object that points to the uploaded file.</para>
      </summary>
      <value>A <see cref="T:System.IO.Stream"/> object that points to the uploaded file.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFileUploadEventArgs.OutputStream">
      <summary>
        <para>Gets a stream object that points to the uploaded file.</para>
      </summary>
      <value>A <see cref="T:System.IO.Stream"/> object to which the modified file stream is sent.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerFileUploadEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxFileManager.FileUploading">ASPxFileManager.FileUploading</see> event.</para>
      </summary>
      <param name="source">An object representing the event’s source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.FileManagerFileUploadEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.FileManagerFilterBoxMode">
      <summary>
        <para>Lists values that specify the <see href="https://docs.devexpress.com/AspNet/8910/components/file-management/file-manager/visual-elements/toolbar-elements/filter-box">filter box</see> search mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerFilterBoxMode.CurrentFolder">
      <summary>
        <para>Searches within the current folder.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerFilterBoxMode.Subfolders">
      <summary>
        <para>Searches within all subfolders.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FileManagerFilteredFileListViewMode">
      <summary>
        <para>Lists values that specify how the file manager displays the filtering results.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerFilteredFileListViewMode.Auto">
      <summary>
        <para>Displays the filtered items depending on the <see cref="P:DevExpress.Web.FileManagerSettingsFiltering.FilterBoxMode">FileManagerSettingsFiltering.FilterBoxMode</see> property. If it is set to <see cref="F:DevExpress.Web.FileManagerFilterBoxMode.Subfolders">FileManagerFilterBoxMode.Subfolders</see>, the FilterView file list is displayed; otherwise, the Standard file list is displayed</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerFilteredFileListViewMode.FilterView">
      <summary>
        <para>Displays the filtered items in a Filter View.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerFilteredFileListViewMode.Standard">
      <summary>
        <para>Displays the filtered items in a regular view.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.FileManagerFolder">
      <summary>
        <para>Represents an individual <see href="https://docs.devexpress.com/AspNet/8953/components/file-management/file-manager/visual-elements/folder">folder</see> within the <see cref="T:DevExpress.Web.ASPxFileManager"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerFolder.#ctor(DevExpress.Web.FileSystemProviderBase,DevExpress.Web.FileManagerFolder,System.String,DevExpress.Web.FileManagerFolderProperties)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFolder"/> class with the specified settings when the specified file system provider is used.</para>
      </summary>
      <param name="provider">A <see cref="T:DevExpress.Web.FileSystemProviderBase"/> object specifying the file system provider that will be used to work with the folder.</param>
      <param name="parentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is a parent folder for the newly created folder.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the folder name.</param>
      <param name="properties">A <see cref="T:DevExpress.Web.FileManagerFileProperties"/> object providing the file properties.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerFolder.#ctor(DevExpress.Web.FileSystemProviderBase,DevExpress.Web.FileManagerFolder,System.String,System.String,DevExpress.Web.FileManagerFolderProperties)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFolder"/> class with the specified settings when the specified file system provider is used.</para>
      </summary>
      <param name="provider">A <see cref="T:DevExpress.Web.FileSystemProviderBase"/> object specifying the file system provider that will be used to work with the folder.</param>
      <param name="parentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is a parent folder for the newly created folder.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the folder name.</param>
      <param name="id">A string value that identifies the newly created file. Initializes the file’s <see cref="P:DevExpress.Web.FileManagerItem.Id">FileManagerItem.Id</see> property.</param>
      <param name="properties">A <see cref="T:DevExpress.Web.FileManagerFileProperties"/> object providing the file properties.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerFolder.#ctor(DevExpress.Web.FileSystemProviderBase,DevExpress.Web.FileManagerFolder,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFolder"/> class with the specified settings.</para>
      </summary>
      <param name="provider">A <see cref="T:DevExpress.Web.FileSystemProviderBase"/> object specifying the file system provider that will be used to work with the folder.</param>
      <param name="parentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is a parent folder for the newly created folder. Initializes the file <see cref="P:DevExpress.Web.FileManagerFolder.Parent">FileManagerFolder.Parent</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the folder name. Initializes the file <see cref="P:DevExpress.Web.FileManagerItem.Name">FileManagerItem.Name</see> property.</param>
      <param name="id">A <see cref="T:System.String"/> value that identifies the newly created folder.  Initializes the folder <see cref="P:DevExpress.Web.FileManagerItem.Id">FileManagerItem.Id</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerFolder.#ctor(DevExpress.Web.FileSystemProviderBase,DevExpress.Web.FileManagerFolder,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFolder"/> class with the specified settings when the specified file system provider is used.</para>
      </summary>
      <param name="provider">A <see cref="T:DevExpress.Web.FileSystemProviderBase"/> object specifying the file system provider that will be used to work with the folder.</param>
      <param name="parentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is a parent folder for the newly created folder.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the folder name.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerFolder.#ctor(DevExpress.Web.FileSystemProviderBase,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFolder"/> class with the specified settings.</para>
      </summary>
      <param name="provider">A <see cref="T:DevExpress.Web.FileSystemProviderBase"/> object specifying the file system provider that will be used to work with the folder.</param>
      <param name="relativeName">A <see cref="T:System.String"/> value specifying the folder relative name. Initializes the file’s <see cref="P:DevExpress.Web.FileManagerItem.RelativeName">FileManagerItem.RelativeName</see> property.</param>
      <param name="id">A <see cref="T:System.String"/> value that identifies the newly created folder.  Initializes the folder <see cref="P:DevExpress.Web.FileManagerItem.Id">FileManagerItem.Id</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerFolder.#ctor(DevExpress.Web.FileSystemProviderBase,System.String,System.String[],DevExpress.Web.FileManagerFolderProperties)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFolder"/> class with specified settings.</para>
      </summary>
      <param name="provider">A <see cref="T:DevExpress.Web.FileSystemProviderBase"/> object specifying the file system provider that will be used to work with the folder.</param>
      <param name="relativeName">A <see cref="T:System.String"/> value specifying the folder relative name.</param>
      <param name="idPath">An array of <see cref="T:System.String"/> values that is the path to the folder, specified by the parent folder’s unique identifiers.</param>
      <param name="properties">A <see cref="T:DevExpress.Web.FileManagerFolderProperties"/> object that specifies the folder’s properties.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerFolder.#ctor(DevExpress.Web.FileSystemProviderBase,System.String,System.String[])">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFolder"/> class with the specified settings.</para>
      </summary>
      <param name="provider">A <see cref="T:DevExpress.Web.FileSystemProviderBase"/> object descendant specifying the file system provider that will be used to work with the folder.</param>
      <param name="relativeName">A <see cref="T:System.String"/> value that specifies the folder’s relative name.</param>
      <param name="idPath">An array of <see cref="T:System.String"/> values that is the path to the folder, specified by the parent folder’s unique identifiers.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerFolder.#ctor(DevExpress.Web.FileSystemProviderBase,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFolder"/> class with the specified relative name when the specified file system provider is used.</para>
      </summary>
      <param name="provider">A <see cref="T:DevExpress.Web.FileSystemProviderBase"/> object specifying the file system provider that will be used to work with the folder.</param>
      <param name="relativeName">A <see cref="T:System.String"/> value specifying the folder relative name.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerFolder.Equals(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Compares this <see cref="T:DevExpress.Web.FileManagerFolder"/> instance with the specified object.</para>
      </summary>
      <param name="other">A <see cref="T:DevExpress.Web.FileManagerFolder"/> representing the specified object for comparison.</param>
      <returns>true if the <see cref="T:DevExpress.Web.FileManagerFolder"/> that this method is called from is equal to the specified object; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.FileManagerFolder.GetFiles">
      <summary>
        <para>Returns an array of files that are located in the current folder.</para>
      </summary>
      <returns>An array of <see cref="T:DevExpress.Web.FileManagerFile"/> objects.</returns>
    </member>
    <member name="M:DevExpress.Web.FileManagerFolder.GetFolders">
      <summary>
        <para>Returns an array of folders, that are located in the current folder.</para>
      </summary>
      <returns>An array of <see cref="T:DevExpress.Web.FileManagerFolder"/> objects.</returns>
    </member>
    <member name="P:DevExpress.Web.FileManagerFolder.IsParentFolder">
      <summary>
        <para>Gets a value specifying whether the currently processed item is a <see href="https://docs.devexpress.com/AspNet/114022/components/file-management/file-manager/visual-elements/parent-folder">parent folder</see>.</para>
      </summary>
      <value>true if the processed  item is a parent folder; false if the processed item is a <see href="https://docs.devexpress.com/AspNet/8952/components/file-management/file-manager/visual-elements/file">file</see> or <see href="https://docs.devexpress.com/AspNet/8953/components/file-management/file-manager/visual-elements/folder">folder</see>.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFolder.Parent">
      <summary>
        <para>Gets the immediate parent folder to which the current folder belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerFolder"/> object representing the folder’s immediate parent.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFolder.Permissions">
      <summary>
        <para>Provides a set of permissions for the File Manager’s folder.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.FileManagerFolderPermissions"/> values.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerFolderAccessRule">
      <summary>
        <para>Specifies an access rule for a folder within a file manager.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerFolderAccessRule.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFolderAccessRule"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerFolderAccessRule.#ctor(System.String,DevExpress.Web.Rights)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFolderAccessRule"/> class with the specified settings.</para>
      </summary>
      <param name="path">A <see cref="T:System.String"/> value specifying a path to which an access rule is applied.</param>
      <param name="browse">One of the <see cref="T:DevExpress.Web.Rights"/> enumeration values specifying the browse permission of this rule.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerFolderAccessRule.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFolderAccessRule"/> class with the specified path.</para>
      </summary>
      <param name="path">A <see cref="T:System.String"/> value specifying a path to which an access rule is applied.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerFolderAccessRule.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="P:DevExpress.Web.FileManagerFolderAccessRule.Browse">
      <summary>
        <para>Gets or sets the browse action permission.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Rights"/> enumeration value that specifies the action permission.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFolderAccessRule.EditContents">
      <summary>
        <para>Gets or sets the edit contents action permission.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Rights"/> enumeration values specifying the action permission.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFolderAccessRule.Path">
      <summary>
        <para>Gets or sets a folder path to which an access rule is applied.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies a path relative to the root folder path defined by the <see cref="P:DevExpress.Web.FileManagerSettings.RootFolder">FileManagerSettings.RootFolder</see> property.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFolderAccessRule.Upload">
      <summary>
        <para>Gets or sets the upload action permission.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Rights"/> enumeration values specifying the action permission.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerFolderContainerStyle">
      <summary>
        <para>Defines style settings for a <see href="https://docs.devexpress.com/AspNet/8874/components/file-management/file-manager/visual-elements/folder-container">folder container</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerFolderContainerStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFolderContainerStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerFolderContainerStyle.CopyFrom(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.FileManagerFolderContainerStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> object that represents the object which the settings will be copied from.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerFolderContainerStyle.MergeWith(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Combines the properties of the specified <see cref="T:System.Web.UI.WebControls.Style"/> with the current instance of the <see cref="T:DevExpress.Web.FileManagerFolderContainerStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> that represents an object to be combined.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerFolderContainerStyle.Width">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/8874/components/file-management/file-manager/visual-elements/folder-container">folder container</see>‘s width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that represents the folder container’s width.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerFolderCreatedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxFileManager.FolderCreated">ASPxFileManager.FolderCreated</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerFolderCreatedEventArgs.#ctor(DevExpress.Web.FileManagerFolder,DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFolderCreatedEventArgs"/> class.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the created folder. This value is assigned to the <see cref="P:DevExpress.Web.FileManagerFolderCreatedEventArgs.Folder">FileManagerFolderCreatedEventArgs.Folder</see> property.</param>
      <param name="parentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder where the currently processed folder has been created. This value is assigned to the <see cref="P:DevExpress.Web.FileManagerFolderCreatedEventArgs.ParentFolder">FileManagerFolderCreatedEventArgs.ParentFolder</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerFolderCreatedEventArgs.Folder">
      <summary>
        <para>Gets a folder related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the created folder.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFolderCreatedEventArgs.ParentFolder">
      <summary>
        <para>Gets the folder where the currently processed folder has been created.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the parent folder.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerFolderCreatedEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxFileManager.FolderCreated">ASPxFileManager.FolderCreated</see> event.</para>
      </summary>
      <param name="source">The event source. Identifies the ASPxFileManager control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.FileManagerFolderCreatedEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.FileManagerFolderCreateEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxFileManager.FolderCreating">ASPxFileManager.FolderCreating</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerFolderCreateEventArgs.#ctor(System.String,DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFolderCreateEventArgs"/> class.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that represents the unique identifier name of a folder related to the event. This value is assigned to the <see cref="P:DevExpress.Web.FileManagerFolderCreateEventArgs.Name">FileManagerFolderCreateEventArgs.Name</see> property.</param>
      <param name="parentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that represents the folder to whose child collection the target folder is being added. This value is assigned to the <see cref="P:DevExpress.Web.FileManagerFolderCreateEventArgs.ParentFolder">FileManagerFolderCreateEventArgs.ParentFolder</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerFolderCreateEventArgs.Name">
      <summary>
        <para>Gets the name of the newly created folder.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the folder’s name.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFolderCreateEventArgs.ParentFolder">
      <summary>
        <para>Gets the parent folder for the newly created item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerFolder"/> object representing the parent folder.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerFolderCreateEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxFileManager.FolderCreating">ASPxFileManager.FolderCreating</see> event.</para>
      </summary>
      <param name="source">An object representing the event’s source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.FileManagerFolderCreateEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.FileManagerFolderPermissions">
      <summary>
        <para>Lists values that specify permissions for the File Manager folders.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerFolderPermissions.Copy">
      <summary>
        <para>Permits copying a folder.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerFolderPermissions.Create">
      <summary>
        <para>Permits creating a child folder within the current one.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerFolderPermissions.Default">
      <summary>
        <para>No permissions are specified for the folder. Access permissions for the folder are specified by the <see cref="P:DevExpress.Web.FileManagerSettingsPermissions.AccessRules">FileManagerSettingsPermissions.AccessRules</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerFolderPermissions.Delete">
      <summary>
        <para>Permits deleting a folder.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerFolderPermissions.Move">
      <summary>
        <para>Permits moving a folder.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerFolderPermissions.MoveOrCopyInto">
      <summary>
        <para>Permits moving or copying files and folders into the current folder.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerFolderPermissions.Rename">
      <summary>
        <para>Permits renaming a folder.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerFolderPermissions.Upload">
      <summary>
        <para>Permits uploading files to a folder.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FileManagerFolderProperties">
      <summary>
        <para>Contains settings to define the File Manager’s folder properties.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerFolderProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFolderProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerFolderProperties.Permissions">
      <summary>
        <para>Gets or sets a set of permissions for the File Manager’s folder.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.FileManagerFolderPermissions"/> values.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerFolderStateStyle">
      <summary>
        <para>Defines style settings for different states of a <see href="https://docs.devexpress.com/AspNet/8953/components/file-management/file-manager/visual-elements/folder">folder</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerFolderStateStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFolderStateStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FileManagerFolderStyle">
      <summary>
        <para>Defines style settings for <see href="https://docs.devexpress.com/AspNet/8953/components/file-management/file-manager/visual-elements/folder">folders</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerFolderStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerFolderStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerFolderStyle.HoverStyle">
      <summary>
        <para>Gets the style settings which define the appearance of folders when the mouse pointer is hovering over them.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerFileStateStyle"/> object that contains the hover style settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFolderStyle.SelectionActiveStyle">
      <summary>
        <para>Gets the style settings that define the appearance of a selected folder in the active state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerFolderStateStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerFolderStyle.SelectionInactiveStyle">
      <summary>
        <para>Gets the style settings that define the appearance of a selected folder in the inactive state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerFolderStateStyle"/> object that contains the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerGetFilteredItemsArgs">
      <summary>
        <para>Provides data for the <see cref="M:DevExpress.Web.FileSystemProviderBase.GetFilteredItems(DevExpress.Web.FileManagerGetFilteredItemsArgs)">FileSystemProviderBase.GetFilteredItems</see> and <see cref="M:DevExpress.Web.PhysicalFileSystemProvider.GetFilteredItems(DevExpress.Web.FileManagerGetFilteredItemsArgs)">PhysicalFileSystemProvider.GetFilteredItems</see> events.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerGetFilteredItemsArgs.#ctor(System.String,System.String,System.Collections.Generic.IEnumerable{DevExpress.Web.FileManagerItem},DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerGetFilteredItemsArgs"/> class.</para>
      </summary>
      <param name="fileListCustomFilter">Gets the active filter’s name (specified by the File Manager’s <see cref="P:DevExpress.Web.ASPxFileManager.FileListCustomFilter">ASPxFileManager.FileListCustomFilter</see> property).</param>
      <param name="filterBoxText">Gets the search string entered into the File Manager’s filter box.</param>
      <param name="items">Specifies a collection of file items (<see cref="T:DevExpress.Web.FileManagerFile"/> or <see cref="T:DevExpress.Web.FileManagerFolder"/> instances) that match the applied filter.</param>
      <param name="folder">Gets the File Manager’s currently active folder.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerGetFilteredItemsArgs.FileListCustomFilter">
      <summary>
        <para>Gets the active filter’s name (specified by the FileManager’s <see cref="P:DevExpress.Web.ASPxFileManager.FileListCustomFilter">ASPxFileManager.FileListCustomFilter</see> property)</para>
      </summary>
      <value>A string value specifying the filter’s name.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerGetFilteredItemsArgs.FilterBoxText">
      <summary>
        <para>Gets the search string entered into the FileManager’s filter box.</para>
      </summary>
      <value>A string value specifying the text.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerGetFilteredItemsArgs.Folder">
      <summary>
        <para>Gets the FileManager’s currently active folder.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerFolder"/> representing the active folder.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerGetFilteredItemsArgs.Items">
      <summary>
        <para>Gets or sets a collection of file items (<see cref="T:DevExpress.Web.FileManagerFile"/> or <see cref="T:DevExpress.Web.FileManagerFolder"/> instances) that match the applied filter.</para>
      </summary>
      <value>A collection of <see cref="T:DevExpress.Web.FileManagerItem"/> objects that are matched the applied filter.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerGoogleDrivePersonalProviderSettings">
      <summary>
        <para>Provides account settings allowing the file manager to access a file system retained in the Google Drive (personal account).</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerGoogleDrivePersonalProviderSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerGoogleDrivePersonalProviderSettings"/> class.</para>
      </summary>
      <param name="owner">An object that implements the IPropertiesOwner interface.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerGoogleDrivePersonalProviderSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.FileManagerGoogleDrivePersonalProviderSettings.RedirectUri">
      <summary>
        <para>Specifies the URL to which the browser is redirected when authentication is complete.</para>
      </summary>
      <value>A string value that specifies the redirect URI.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerGoogleDriveProviderSettings">
      <summary>
        <para>Provides account settings allowing the file manager to access a file system retained in the Google Drive.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerGoogleDriveProviderSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerGoogleDriveProviderSettings"/> class.</para>
      </summary>
      <param name="owner">An object that implements the IPropertiesOwner interface.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerGoogleDriveProviderSettings.AccountName">
      <summary>
        <para>Gets or sets a value that specifies the name of the Google Drive account.</para>
      </summary>
      <value>A string value that specifies the account name.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerGridViewCommandColumnStyle">
      <summary>
        <para>Defines style settings for a command column in the <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">file container</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerGridViewCommandColumnStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerGridViewCommandColumnStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerGridViewCommandColumnStyle.Width">
      <summary>
        <para>Gets or sets the <see cref="T:DevExpress.Web.ASPxFileManager"/> command column’s width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the width of the column.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerHighlightStyle">
      <summary>
        <para>Defines style settings for highlighted text.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerHighlightStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerHighlightStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerHighlightStyle.Border">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FileManagerHighlightStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerHighlightStyle.BorderBottom">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FileManagerHighlightStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerHighlightStyle.BorderLeft">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FileManagerHighlightStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerHighlightStyle.BorderRight">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FileManagerHighlightStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerHighlightStyle.BorderTop">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FileManagerHighlightStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerHighlightStyle.HorizontalAlign">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FileManagerHighlightStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerHighlightStyle.VerticalAlign">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FileManagerHighlightStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerHighlightStyle.Wrap">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FileManagerHighlightStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FileManagerImages">
      <summary>
        <para>Contains settings that allow images to be defined for the file manager’s specific elements.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerImages.BreadcrumbsParentFolderButton">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/114018/components/file-management/file-manager/visual-elements/breadcrumbs">breadcrumbs element</see>‘s parent folder button.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ItemImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerImages.BreadcrumbsSeparator">
      <summary>
        <para>Gets the settings of a separator image displayed in the <see href="https://docs.devexpress.com/AspNet/114018/components/file-management/file-manager/visual-elements/breadcrumbs">breadcrumbs</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesBase"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerImages.CopyButton">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/16041/components/file-management/file-manager/visual-elements/toolbar-elements/copy-button">copy button</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerImages.CreateButton">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/8905/components/file-management/file-manager/visual-elements/toolbar-elements/create-button">create button</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerImages.DeleteButton">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/8908/components/file-management/file-manager/visual-elements/toolbar-elements/delete-button">delete button</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerImages.DetailsCheckBoxChecked">
      <summary>
        <para>Provides access to the settings that define an image of check boxes in the checked state, when the details view is used.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerImages.DetailsCheckBoxGrayed">
      <summary>
        <para>Provides access to the settings that define an image of check boxes in the grayed state when the details view is used.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerImages.DetailsCheckBoxUnchecked">
      <summary>
        <para>Provides access to the settings that define an image of check boxes in the unchecked state, when the details view is used.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerImages.DownloadButton">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/9841/components/file-management/file-manager/visual-elements/toolbar-elements/download-button">download button</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerImages.ExpandFolderContainerButton">
      <summary>
        <para>Gets the settings of an image displayed within the toolbar and used to collapse/expand the folder container.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerImages.File">
      <summary>
        <para>Gets the settings of a <see href="https://docs.devexpress.com/AspNet/8959/components/file-management/file-manager/visual-elements/file/thumbnail">thumbnail</see> displayed within the <see href="https://docs.devexpress.com/AspNet/8952/components/file-management/file-manager/visual-elements/file">files</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerImages.FileAreaFolder">
      <summary>
        <para>Gets the settings of a <see href="https://docs.devexpress.com/AspNet/8953/components/file-management/file-manager/visual-elements/folder">folder</see> image displayed in the <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">file area</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerImages.FileAreaFolderLocked">
      <summary>
        <para>Gets the settings of a locked <see href="https://docs.devexpress.com/AspNet/8953/components/file-management/file-manager/visual-elements/folder">folder</see> image displayed in the <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">file area</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerImages.Folder">
      <summary>
        <para>Gets the settings of an image, displayed within the <see href="https://docs.devexpress.com/AspNet/8874/components/file-management/file-manager/visual-elements/folder-container">folders</see>‘s icons.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerImages.FolderCollapseButton">
      <summary>
        <para>Gets settings of an image, which when clicked, collapses a folder.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerImages.FolderContainerNodeLoadingPanel">
      <summary>
        <para>Gets the settings of an image displayed within a <see href="https://docs.devexpress.com/AspNet/8876/components/file-management/file-manager/visual-elements/loading-panel">Node Loading Panel</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerImages.FolderExpandButton">
      <summary>
        <para>Gets settings of an image, which when clicked, expands a folder.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerImages.FolderLocked">
      <summary>
        <para>Gets the settings that define the image displayed within the locked folder.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerImages.MoveButton">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/8907/components/file-management/file-manager/visual-elements/toolbar-elements/move-button">move button</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerImages.ParentFolder">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/114022/components/file-management/file-manager/visual-elements/parent-folder">parent folder</see> element.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerImages.RefreshButton">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/8909/components/file-management/file-manager/visual-elements/toolbar-elements/refresh-button">refresh button</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerImages.RenameButton">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/8906/components/file-management/file-manager/visual-elements/toolbar-elements/rename-button">rename button</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerImages.ThumbnailsCheckBoxChecked">
      <summary>
        <para>Provides access to the settings that define an image of check boxes in the checked state, when the thumbnail view is used.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerImages.ThumbnailsCheckBoxUnchecked">
      <summary>
        <para>Provides access to the settings that define the image of check boxes in the unchecked state when the thumbnail view is used.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerImages.UploadButton">
      <summary>
        <para>Gets the settings of an image displayed in the <see href="https://docs.devexpress.com/AspNet/114019/components/file-management/file-manager/visual-elements/toolbar-elements/upload-button">upload button</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> object that contains image settings.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerIOException">
      <summary>
        <para>The exception that is thrown when an input/output error occurs.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerIOException.#ctor(DevExpress.Web.FileManagerErrors,System.Exception)">
      <summary>
        <para>Initialize a new instance of the <see cref="T:DevExpress.Web.FileManagerIOException"/> class with the specified settings.</para>
      </summary>
      <param name="error">A <see cref="T:DevExpress.Web.FileManagerErrors"/> object specifying the cause of the current exception.</param>
      <param name="innerException">An <see cref="T:System.Exception"/> object referring to an inner exception.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerIOException.#ctor(DevExpress.Web.FileManagerErrors)">
      <summary>
        <para>Initialize a new instance of the <see cref="T:DevExpress.Web.FileManagerIOException"/> class with the specified setting.</para>
      </summary>
      <param name="error">A <see cref="T:DevExpress.Web.FileManagerErrors"/> object specifying the cause of the current exception.</param>
    </member>
    <member name="T:DevExpress.Web.FileManagerItem">
      <summary>
        <para>An individual <see href="https://docs.devexpress.com/AspNet/8956/components/file-management/file-manager/visual-elements/item">item</see> within a file manager.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerItem.Equals(DevExpress.Web.FileManagerItem)">
      <summary>
        <para>Compares this <see cref="T:DevExpress.Web.FileManagerItem"/> instance with the specified object.</para>
      </summary>
      <param name="other">A <see cref="T:DevExpress.Web.FileManagerItem"/> that is the specified object for comparison.</param>
      <returns>true, if the <see cref="T:DevExpress.Web.FileManagerItem"/> that this method is called from is equal to the specified object; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Web.FileManagerItem.FullName">
      <summary>
        <para>Gets the full name of the current item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that represents the item’s full name.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerItem.Id">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/AspNet/8956/components/file-management/file-manager/visual-elements/item">item</see>‘s unique identifier.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item’s unique identifier.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerItem.LastWriteTime">
      <summary>
        <para>Returns the time of the last item (file or folder) modification.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> value that specifies the time of the last item modification.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerItem.Length">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/AspNet/8952/components/file-management/file-manager/visual-elements/file">file</see>‘s length in bytes.</para>
      </summary>
      <value>An Int64 value specifying the file’s length, in bytes.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerItem.Location">
      <summary>
        <para>Gets the current item’s location.</para>
      </summary>
      <value>A string value that specifies the item’s location.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerItem.Metadata">
      <summary>
        <para>Provides access to an item’s metadata.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerItemMetadata"/> object.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerItem.Name">
      <summary>
        <para>Gets the name of the current item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item’s name.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerItem.RelativeName">
      <summary>
        <para>Gets a relative name of the current item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that represents the item’s relative name.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerItem.ThumbnailUrl">
      <summary>
        <para>Gets the path to the item <see href="https://docs.devexpress.com/AspNet/8959/components/file-management/file-manager/visual-elements/file/thumbnail">thumbnail</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the thumbnail.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerItem.TooltipText">
      <summary>
        <para>Gets a tooltip text.</para>
      </summary>
      <value>A string value specifying a tooltip text.</value>
    </member>
    <member name="M:DevExpress.Web.FileManagerItem.ToString">
      <summary>
        <para>Returns the string that represents the current object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> that represents the current <see cref="T:DevExpress.Web.FileManagerItem"/> object.</returns>
    </member>
    <member name="T:DevExpress.Web.FileManagerItemCopyEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxFileManager.ItemCopying">ASPxFileManager.ItemCopying</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerItemCopyEventArgs.#ctor(DevExpress.Web.FileManagerFolder,DevExpress.Web.FileManagerItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerItemCopyEventArgs"/> class.</para>
      </summary>
      <param name="destinationFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder containing the child collection to which the target item is being copied. This value is assigned to the <see cref="P:DevExpress.Web.FileManagerItemCopyEventArgs.DestinationFolder">FileManagerItemCopyEventArgs.DestinationFolder</see> property.</param>
      <param name="item">A <see cref="T:DevExpress.Web.FileManagerItem"/> class descendant that is the item being copied. This value is assigned to the <see cref="P:DevExpress.Web.FileManagerItemCopyEventArgs.Item">FileManagerItemCopyEventArgs.Item</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerItemCopyEventArgs.DestinationFolder">
      <summary>
        <para>Gets a folder where the current item is being copied.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that specifies a folder.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerItemCopyEventArgs.Item">
      <summary>
        <para>Gets an item object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerItem"/> class descendant that is an item currently being copied.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerItemCopyEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxFileManager.ItemCopying">ASPxFileManager.ItemCopying</see> event.</para>
      </summary>
      <param name="source">An object that is the event’s source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.FileManagerItemCopyEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.FileManagerItemDeleteEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxFileManager.ItemDeleting">ASPxFileManager.ItemDeleting</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerItemDeleteEventArgs.#ctor(DevExpress.Web.FileManagerItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerItemDeleteEventArgs"/> class.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.FileManagerItem"/> object representing the item being deleted. This value is assigned to the <see cref="P:DevExpress.Web.FileManagerItemDeleteEventArgs.Item">FileManagerItemDeleteEventArgs.Item</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerItemDeleteEventArgs.Item">
      <summary>
        <para>Gets an item object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerItem"/> object that represents an item currently being deleted.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerItemDeleteEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxFileManager.ItemDeleting">ASPxFileManager.ItemDeleting</see> event.</para>
      </summary>
      <param name="source">An object representing the event’s source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.FileManagerItemDeleteEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.FileManagerItemMetadata">
      <summary>
        <para>Contains methods to obtain the File Manager metadata.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerItemMetadata.#ctor(System.Collections.Generic.IDictionary{System.String,System.Object})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerItemMetadata"/> class with specified settings.</para>
      </summary>
      <param name="data">The collection of metadata keys and values.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerItemMetadata.GetAllKeys">
      <summary>
        <para>Returns an array of strings that represent the item’s metadata keys.</para>
      </summary>
      <returns>An array of <see cref="T:System.String"/> values which represent the item’s metadata keys.</returns>
    </member>
    <member name="M:DevExpress.Web.FileManagerItemMetadata.GetValueByKey(System.String)">
      <summary>
        <para>Returns the item’s metadata value with the specified key.</para>
      </summary>
      <param name="key">A string value that is the key.</param>
      <returns>An object which represents the item’s metadata value for the specified key property.</returns>
    </member>
    <member name="T:DevExpress.Web.FileManagerItemMoveEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxFileManager.ItemMoving">ASPxFileManager.ItemMoving</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerItemMoveEventArgs.#ctor(DevExpress.Web.FileManagerFolder,DevExpress.Web.FileManagerItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerItemMoveEventArgs"/> class.</para>
      </summary>
      <param name="destinationFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder containing the child collection where the target item is being moved. This value is assigned to the <see cref="P:DevExpress.Web.FileManagerItemMoveEventArgs.DestinationFolder">FileManagerItemMoveEventArgs.DestinationFolder</see>property.</param>
      <param name="item">A <see cref="T:DevExpress.Web.FileManagerItem"/> object that is the item being moved. This value is assigned to the <see cref="P:DevExpress.Web.FileManagerItemMoveEventArgs.Item">FileManagerItemMoveEventArgs.Item</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerItemMoveEventArgs.DestinationFolder">
      <summary>
        <para>Gets a folder where the current item is being moved.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that represents a folder.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerItemMoveEventArgs.Item">
      <summary>
        <para>Gets an item object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerItem"/> object that represents an item currently being moved.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerItemMoveEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxFileManager.ItemMoving">ASPxFileManager.ItemMoving</see> event.</para>
      </summary>
      <param name="source">An object representing the event’s source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.FileManagerItemMoveEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.FileManagerItemProperties">
      <summary>
        <para>Serves as a base for classes that provide properties for the File Manager’s file and folder.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerItemProperties.LastWriteTime">
      <summary>
        <para>Returns the time of the last item (file or folder) modification.</para>
      </summary>
      <value>A nullable <see cref="T:System.DateTime"/> value that is the last modify time.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerItemProperties.Metadata">
      <summary>
        <para>Provides access to a collection of an item’s metadata.</para>
      </summary>
      <value>A dictionary, containing an item’s metadata.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerItemProperties.ThumbnailUrl">
      <summary>
        <para>Gets the path to the item <see href="https://docs.devexpress.com/AspNet/8959/components/file-management/file-manager/visual-elements/file/thumbnail">thumbnail</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the thumbnail.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerItemProperties.TooltipText">
      <summary>
        <para>Gets or sets a tooltip text.</para>
      </summary>
      <value>A string value specifying the tooltip text.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerItemRenamedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxFileManager.ItemRenamed">ASPxFileManager.ItemRenamed</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerItemRenamedEventArgs.#ctor(System.String,DevExpress.Web.FileManagerItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerItemRenamedEventArgs"/> class.</para>
      </summary>
      <param name="oldName">A <see cref="T:System.String"/> value that returns the renamed item’s previous name. This value is assigned to the <see cref="P:DevExpress.Web.FileManagerItemRenamedEventArgs.OldName">FileManagerItemRenamedEventArgs.OldName</see> property.</param>
      <param name="item">A <see cref="T:DevExpress.Web.FileManagerItem"/> object that is an item currently being processed. This value is assigned to the <see cref="P:DevExpress.Web.FileManagerItemRenamedEventArgs.Item">FileManagerItemRenamedEventArgs.Item</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerItemRenamedEventArgs.Item">
      <summary>
        <para>Gets an item related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerItem"/> object that is the renamed item.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerItemRenamedEventArgs.OldName">
      <summary>
        <para>Gets an item’s previous name.</para>
      </summary>
      <value>A string value that specifies the renamed item’s previous name.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerItemRenamedEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxFileManager.ItemRenamed">ASPxFileManager.ItemRenamed</see> event.</para>
      </summary>
      <param name="source">The event source. Identifies the ASPxFileManager control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.FileManagerItemRenamedEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.FileManagerItemRenameEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxFileManager.ItemRenaming">ASPxFileManager.ItemRenaming</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerItemRenameEventArgs.#ctor(System.String,DevExpress.Web.FileManagerItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerItemRenameEventArgs"/> class.</para>
      </summary>
      <param name="newName">A <see cref="T:System.String"/> value that represents the new unique identifier name of an item related to the event. This value is assigned to the <see cref="P:DevExpress.Web.FileManagerItemRenameEventArgs.NewName">FileManagerItemRenameEventArgs.NewName</see> property.</param>
      <param name="item">A <see cref="T:DevExpress.Web.FileManagerItem"/> object that represents an item currently being processed. This value is assigned to the <see cref="P:DevExpress.Web.FileManagerItemRenameEventArgs.Item">FileManagerItemRenameEventArgs.Item</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerItemRenameEventArgs.Item">
      <summary>
        <para>Gets an item object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerItem"/> object that represents an item currently being renamed.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerItemRenameEventArgs.NewName">
      <summary>
        <para>Gets a new name for the item currently being renamed.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item’s name.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerItemRenameEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxFileManager.ItemRenaming">ASPxFileManager.ItemRenaming</see> event.</para>
      </summary>
      <param name="source">An object representing the event’s source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.FileManagerItemRenameEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.FileManagerItemsCopiedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxFileManager.ItemsCopied">ASPxFileManager.ItemsCopied</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerItemsCopiedEventArgs.#ctor(DevExpress.Web.FileManagerFolder,DevExpress.Web.FileManagerItem[])">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerItemsCopiedEventArgs"/> class.</para>
      </summary>
      <param name="sourceFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is a folder from which the currently processed items have been copied. This value is assigned to the <see cref="P:DevExpress.Web.FileManagerItemsCopiedEventArgs.SourceFolder">FileManagerItemsCopiedEventArgs.SourceFolder</see> property.</param>
      <param name="items">An array of <see cref="T:DevExpress.Web.FileManagerItem"/> objects that are copied items. This value is assigned to the <see cref="P:DevExpress.Web.FileManagerItemsCopiedEventArgs.Items">FileManagerItemsCopiedEventArgs.Items</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerItemsCopiedEventArgs.Items">
      <summary>
        <para>Gets items related to the event.</para>
      </summary>
      <value>An array of <see cref="T:DevExpress.Web.FileManagerItem"/> objects that are copied items.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerItemsCopiedEventArgs.SourceFolder">
      <summary>
        <para>Gets the folder from which the currently processed items have been copied.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the source folder.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerItemsCopiedEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxFileManager.ItemsCopied">ASPxFileManager.ItemsCopied</see> event.</para>
      </summary>
      <param name="source">The event source. Identifies the ASPxFileManager control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.FileManagerItemsCopiedEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.FileManagerItemsDeletedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxFileManager.ItemsDeleted">ASPxFileManager.ItemsDeleted</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerItemsDeletedEventArgs.#ctor(DevExpress.Web.FileManagerItem[])">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerItemsDeletedEventArgs"/> class.</para>
      </summary>
      <param name="items">An array of <see cref="T:DevExpress.Web.FileManagerItem"/> objects that are deleted items. This value is assigned to the <see cref="P:DevExpress.Web.FileManagerItemsDeletedEventArgs.Items">FileManagerItemsDeletedEventArgs.Items</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerItemsDeletedEventArgs.Items">
      <summary>
        <para>Gets items related to the event.</para>
      </summary>
      <value>An array of <see cref="T:DevExpress.Web.FileManagerItem"/> objects that are deleted items.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerItemsDeletedEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxFileManager.ItemsDeleted">ASPxFileManager.ItemsDeleted</see> event.</para>
      </summary>
      <param name="source">The event source. Identifies the ASPxFileManager control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.FileManagerItemsDeletedEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.FileManagerItemsMovedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxFileManager.ItemsMoved">ASPxFileManager.ItemsMoved</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerItemsMovedEventArgs.#ctor(DevExpress.Web.FileManagerFolder,DevExpress.Web.FileManagerItem[])">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerItemsMovedEventArgs"/> class.</para>
      </summary>
      <param name="sourceFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is a folder from which the currently processed items have been moved. This value is assigned to the <see cref="P:DevExpress.Web.FileManagerItemsMovedEventArgs.SourceFolder">FileManagerItemsMovedEventArgs.SourceFolder</see> property.</param>
      <param name="items">An array of <see cref="T:DevExpress.Web.FileManagerItem"/> objects that are moved items. This value is assigned to the <see cref="P:DevExpress.Web.FileManagerItemsMovedEventArgs.Items">FileManagerItemsMovedEventArgs.Items</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerItemsMovedEventArgs.Items">
      <summary>
        <para>Gets items related to the event.</para>
      </summary>
      <value>An array of <see cref="T:DevExpress.Web.FileManagerItem"/> objects that are moved items.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerItemsMovedEventArgs.SourceFolder">
      <summary>
        <para>Gets the folder from which the currently processed items have been moved.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the source folder.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerItemsMovedEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxFileManager.ItemsMoved">ASPxFileManager.ItemsMoved</see> event.</para>
      </summary>
      <param name="source">The event source. Identifies the ASPxFileManager control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.FileManagerItemsMovedEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.FileManagerItemStateStyle">
      <summary>
        <para>Defines style settings for different states of <see href="https://docs.devexpress.com/AspNet/8956/components/file-management/file-manager/visual-elements/item">item</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerItemStateStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerItemStateStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FileManagerItemStyle">
      <summary>
        <para>Defines style settings for file manager’s <see href="https://docs.devexpress.com/AspNet/8956/components/file-management/file-manager/visual-elements/item">items</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerItemStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerItemStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerItemStyle.HoverStyle">
      <summary>
        <para>Gets the style settings which define the appearance of items when the mouse pointer is hovering over them.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerFileStateStyle"/> object that contains the hover style settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerItemStyle.SelectionActiveStyle">
      <summary>
        <para>Gets the style settings that define the appearance of a selected item in the active state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerItemStateStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerItemStyle.SelectionInactiveStyle">
      <summary>
        <para>Gets the style settings that define the appearance of a selected item in the inactive state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerItemStateStyle"/> object that contains the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerItemStyleBase">
      <summary>
        <para>Serves as the base style for different <see href="https://docs.devexpress.com/AspNet/8956/components/file-management/file-manager/visual-elements/item">items</see> within ASPxFileManager.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerItemStyleBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerItemStyleBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerItemStyleBase.CopyFrom(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.FileManagerItemStyleBase"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> object that represents the object which the settings will be copied from.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerItemStyleBase.MergeWith(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Combines the properties of the specified <see cref="T:System.Web.UI.WebControls.Style"/> with the current instance of the <see cref="T:DevExpress.Web.FileManagerItemStyleBase"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> that represents an object to be combined.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerItemStyleBase.Paddings">
      <summary>
        <para>Gets the padding settings of items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerItemStyleBase.VerticalAlign">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FileManagerItemStyleBase"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerItemStyleBase.Wrap">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FileManagerItemStyleBase"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FileManagerOneDrivePersonalProviderSettings">
      <summary>
        <para>Provides account settings allowing the file manager to access a file system retained in OneDrive (personal account).</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerOneDrivePersonalProviderSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerOneDrivePersonalProviderSettings"/> class.</para>
      </summary>
      <param name="owner">An object that implements the IPropertiesOwner interface.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerOneDrivePersonalProviderSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.FileManagerOneDrivePersonalProviderSettings.AuthorizationEndpoint">
      <summary>
        <para>Specifies the URL to which the browser redirects the application for authorization.</para>
      </summary>
      <value>A string value that specifies the application’s authorization endpoint.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerOneDriveProviderSettings">
      <summary>
        <para>Provides account settings allowing the file manager to access a file system retained in OneDrive.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerOneDriveProviderSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerOneDriveProviderSettings"/> class.</para>
      </summary>
      <param name="owner">An object that implements the IPropertiesOwner interface.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerOneDriveProviderSettings.AccountName">
      <summary>
        <para>Gets or sets a value that specifies the name of the OneDrive (personal account).</para>
      </summary>
      <value>A string value that specifies the account name.</value>
    </member>
    <member name="M:DevExpress.Web.FileManagerOneDriveProviderSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.FileManagerOneDriveProviderSettings.RedirectUri">
      <summary>
        <para>Specifies the URL to which the browser is redirected when authentication is complete.</para>
      </summary>
      <value>A string value that specifies the redirect URI.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerOneDriveProviderSettings.TokenEndpoint">
      <summary>
        <para>Specifies the URL that the application uses to get the token.</para>
      </summary>
      <value>A string value that specifies the URL.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerPanelStyle">
      <summary>
        <para>Defines style settings for the <see href="https://docs.devexpress.com/AspNet/8875/components/file-management/file-manager/visual-elements/upload-panel">upload panel</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerPanelStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerPanelStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerPanelStyle.Height">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/8875/components/file-management/file-manager/visual-elements/upload-panel">upload panel</see>‘s height.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the panel’s height.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerPanelStyle.HorizontalAlign">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FileManagerPanelStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerPanelStyle.Paddings">
      <summary>
        <para>Gets the padding settings of the <see href="https://docs.devexpress.com/AspNet/8875/components/file-management/file-manager/visual-elements/upload-panel">upload panel</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerPanelStyle.VerticalAlign">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FileManagerPanelStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerPanelStyle.Wrap">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FileManagerPanelStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FileManagerProviderType">
      <summary>
        <para>Lists values that specify the type of provider used by the <see cref="T:DevExpress.Web.ASPxFileManager"/>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerProviderType.Amazon">
      <summary>
        <para>File manager uses the <see href="https://docs.devexpress.com/AspNet/17779/components/file-management/file-manager/concepts/file-system-providers/amazon-file-system-provider">Amazon File System Provider</see> to access a file system retained in Amazon Simple Storage Service (Amazon S3).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerProviderType.Azure">
      <summary>
        <para>File manager uses the <see href="https://docs.devexpress.com/AspNet/17780/components/file-management/file-manager/concepts/file-system-providers/azure-file-system-provider">Azure File System Provider</see> to access a file system retained in Azure Service.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerProviderType.Custom">
      <summary>
        <para>File manager uses a <see href="https://docs.devexpress.com/AspNet/9907/components/file-management/file-manager/concepts/file-system-providers/custom-file-system-provider">Custom File System Provider</see> specified by the <see cref="P:DevExpress.Web.ASPxFileManager.CustomFileSystemProvider">ASPxFileManager.CustomFileSystemProvider</see> or <see cref="P:DevExpress.Web.ASPxFileManager.CustomFileSystemProviderTypeName">ASPxFileManager.CustomFileSystemProviderTypeName</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerProviderType.DataSource">
      <summary>
        <para>File manager uses the <see href="https://docs.devexpress.com/AspNet/17782/components/file-management/file-manager/concepts/file-system-providers/datasource-file-system-provider">DataSource File System Provider </see> to access file system information in a data source.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerProviderType.Dropbox">
      <summary>
        <para>File manager uses the <see href="https://docs.devexpress.com/AspNet/17781/components/file-management/file-manager/concepts/file-system-providers/dropbox-file-system-provider">Dropbox File System Provider</see> to access a file system retained in the Dropbox Service.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerProviderType.GoogleDrive">
      <summary>
        <para>File manager uses the <see href="https://docs.devexpress.com/AspNet/120623/components/file-management/file-manager/concepts/file-system-providers/google-drive-file-system-provider">Google Drive File System Provider</see> to access a file system retained in Google Drive.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerProviderType.GoogleDrivePersonal">
      <summary>
        <para>File manager uses the <see href="https://docs.devexpress.com/AspNet/120633/components/file-management/file-manager/concepts/file-system-providers/google-drive-personal-file-system-provider">Google Drive Personal File System Provider</see> to access a file system retained in the Google Drive (personal account).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerProviderType.NotSet">
      <summary>
        <para>Provides compatibility with the earlier control version. The type of the file system provider is determined automatically. If the <see cref="P:DevExpress.Web.ASPxFileManager.CustomFileSystemProvider">ASPxFileManager.CustomFileSystemProvider</see> or <see cref="P:DevExpress.Web.ASPxFileManager.CustomFileSystemProviderTypeName">ASPxFileManager.CustomFileSystemProviderTypeName</see> property is specified, file manager uses the custom file system provider. If the <see cref="P:DevExpress.Web.ASPxFileManager.DataSource">ASPxFileManager.DataSource</see> or <see cref="P:DevExpress.Web.ASPxFileManager.DataSourceID">ASPxFileManager.DataSourceID</see> property is specified, the control uses the data source file system provider. In other cases, the physical data system provider is used.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerProviderType.OneDrive">
      <summary>
        <para>File manager uses the <see href="https://docs.devexpress.com/AspNet/120624/components/file-management/file-manager/concepts/file-system-providers/onedrive-file-system-provider">OneDrive File System Provider</see> to access a file system retained in OneDrive.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerProviderType.OneDrivePersonal">
      <summary>
        <para>File manager uses the <see href="https://docs.devexpress.com/AspNet/120634/components/file-management/file-manager/concepts/file-system-providers/onedrive-personal-file-system-provider">OneDrive Personal File System Provider</see> to access a file system retained in OneDrive.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerProviderType.Physical">
      <summary>
        <para>File manager uses the <see href="https://docs.devexpress.com/AspNet/9906/components/file-management/file-manager/concepts/file-system-providers/physical-file-system-provider">Physical File System Provider</see> to work with the server’s physical file system.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FileManagerProviderType.SharePoint">
      <summary>
        <para>File manager uses the <see href="https://docs.devexpress.com/AspNet/120624/components/file-management/file-manager/concepts/file-system-providers/onedrive-file-system-provider">SharePoint File System Provider</see> to access a file system retained in SharePoint.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FileManagerSettings">
      <summary>
        <para>Contains settings that relate to the file manager’s functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerSettings"/> 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.FileManagerSettings.AllowedFileExtensions">
      <summary>
        <para>Gets or sets the file extensions allowed for display in the ASPxFileManager.</para>
      </summary>
      <value>An array of <see cref="T:System.String"/> values that contains the file extensions allowed.</value>
    </member>
    <member name="M:DevExpress.Web.FileManagerSettings.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.FileManagerSettings.EnableClientSideItemMetadata">
      <summary>
        <para>Specifies whether the File Manager item’s metadata can be accessed on the client side.</para>
      </summary>
      <value>true, if the metadata can be accessed on the client side; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettings.EnableMultiSelect">
      <summary>
        <para>Specifies whether to enable multiple file selection in the file manager.</para>
      </summary>
      <value>true, to enable multiple file selection; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettings.FilterDelay">
      <summary>
        <para>Gets or sets the time interval between the time an end-user starts typing in the <see href="https://docs.devexpress.com/AspNet/8910/components/file-management/file-manager/visual-elements/toolbar-elements/filter-box">filter box</see>, and filtering is applied.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value that specifies the time interval, in milliseconds.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettings.InitialFolder">
      <summary>
        <para>Specifies the initially selected folder within the ASPxFileManager control.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that represents the path to the folder, relative to the root folder, assigned via the <see cref="P:DevExpress.Web.FileManagerSettings.RootFolder">FileManagerSettings.RootFolder</see> property.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettings.RootFolder">
      <summary>
        <para>Gets or sets the root folder.</para>
      </summary>
      <value>The path to the root folder.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettings.ThumbnailFolder">
      <summary>
        <para>Specifies the path to the folder that contains <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">thumbnails</see>.</para>
      </summary>
      <value>The thumbnails root path.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettings.ThumbnailSize">
      <summary>
        <para>Gets or sets the file thumbnail’s size in pixels.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that represents the size.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettings.UseAppRelativePath">
      <summary>
        <para>Gets or sets a value indicating whether the path to the current folder within the <see href="https://docs.devexpress.com/AspNet/8911/components/file-management/file-manager/visual-elements/toolbar-elements/path-box">path box</see> is relative to the root folder or application.</para>
      </summary>
      <value>true if the path is relative to the application; false if the path is relative to the root folder.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerSettingsAdaptivity">
      <summary>
        <para>Contains settings that relate to the file manager’s adaptivity.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerSettingsAdaptivity.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerSettingsAdaptivity"/> class.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerSettingsAdaptivity.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.FileManagerSettingsAdaptivity.CollapseFolderContainerAtWindowInnerWidth">
      <summary>
        <para>Gets or sets a value that defines the maximum browser window inner width when the folder container collapses its content when rendered.</para>
      </summary>
      <value>The browser inner window width in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsAdaptivity.EnableCollapseFolderContainer">
      <summary>
        <para>Gets or sets a value specifying whether the file manager’s folder container is collapsed when the browser window width is changed.</para>
      </summary>
      <value>true, to enable folder container collapsing; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsAdaptivity.Enabled">
      <summary>
        <para>Specifies whether an adaptive behavior is enabled for the File Manager.</para>
      </summary>
      <value>true, to enable the adaptive behavior; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerSettingsBase">
      <summary>
        <para>Serves as a base for classes that define functional settings of different elements within ASPxFileManager.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerSettingsBase.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerSettingsBase"/> 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.FileManagerSettingsBase.Changed(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FileManagerSettingsBreadcrumbs">
      <summary>
        <para>Contains <see href="https://docs.devexpress.com/AspNet/114018/components/file-management/file-manager/visual-elements/breadcrumbs">breadcrumbs</see> specific settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerSettingsBreadcrumbs.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerSettingsBreadcrumbs"/> 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.FileManagerSettingsBreadcrumbs.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.FileManagerSettingsBreadcrumbs.Position">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/114018/components/file-management/file-manager/visual-elements/breadcrumbs">breadcrumbs</see>‘s position within a file manager.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.BreadcrumbsPosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsBreadcrumbs.ShowParentFolderButton">
      <summary>
        <para>Specifies the visibility of the parent folder button in the <see href="https://docs.devexpress.com/AspNet/114018/components/file-management/file-manager/visual-elements/breadcrumbs">breadcrumbs</see> element.</para>
      </summary>
      <value>true, if the parent folder button is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsBreadcrumbs.Visible">
      <summary>
        <para>Specifies the visibility of the <see href="https://docs.devexpress.com/AspNet/114018/components/file-management/file-manager/visual-elements/breadcrumbs">breadcrumbs</see>.</para>
      </summary>
      <value>true if the breadcrumbs element is visible; otherwise false.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerSettingsContextMenu">
      <summary>
        <para>Provides settings that affect the <see href="https://docs.devexpress.com/AspNet/17535/components/file-management/file-manager/visual-elements/context-menu">context menu</see> appearance and functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerSettingsContextMenu.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerSettingsContextMenu"/> 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.FileManagerSettingsContextMenu.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies public properties from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.PropertiesBase"/> object or descendant whose properties are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsContextMenu.Enabled">
      <summary>
        <para>Gets or sets a value that indicates whether a <see href="https://docs.devexpress.com/AspNet/17535/components/file-management/file-manager/visual-elements/context-menu">context menu</see> is enabled.</para>
      </summary>
      <value>true, if the context menu functionality is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsContextMenu.Items">
      <summary>
        <para>Gets a collection of context menu items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerToolbarItemCollection"/> object that is a collection of context menu items.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerSettingsCookies">
      <summary>
        <para>Contains cookies specific settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerSettingsCookies.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the object.</para>
      </summary>
      <param name="owner">The IPropertiesOwner interface.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerSettingsCookies.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies public properties from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.PropertiesBase"/> object or descendant whose properties are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsCookies.StoreColumnsVisiblePosition">
      <summary>
        <para>Specifies whether to store the columns’ visible positions to a cookie.</para>
      </summary>
      <value>true, to store the columns’ visible positions to a cookie; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsCookies.StoreColumnsWidth">
      <summary>
        <para>Specifies whether to store the columns’ widths to a cookie.</para>
      </summary>
      <value>true, to store the columns’ widths to a cookie; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsCookies.StoreFiltering">
      <summary>
        <para>Specifies whether to store the applied filter criteria to a cookie.</para>
      </summary>
      <value>true, to store the applied filter criteria to a cookie; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsCookies.StoreSorting">
      <summary>
        <para>Specifies whether to store the sort order to a cookie.</para>
      </summary>
      <value>true, to store the sort order to a cookie; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsCookies.Version">
      <summary>
        <para>Specifies the cookie’s version.</para>
      </summary>
      <value>The cookie’s version.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerSettingsDataSource">
      <summary>
        <para>Contains a file manager’s fieldname settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerSettingsDataSource.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerSettingsDataSource"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerSettingsDataSource.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerSettingsDataSource"/> class.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerSettingsDataSource.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.FileManagerSettingsDataSource.FileBinaryContentFieldName">
      <summary>
        <para>Gets or sets the name of the data source field which provides file content.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of the required data source field.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsDataSource.IsFolderFieldName">
      <summary>
        <para>Gets or sets the name of the data source field which provides values indicating whether an item is a file or folder.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of the required data source field.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsDataSource.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 required data source field.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsDataSource.LastWriteTimeFieldName">
      <summary>
        <para>Gets or sets the name of the data source field which provides the time of the last file modification.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of the required data source field.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsDataSource.NameFieldName">
      <summary>
        <para>Gets or sets the name of the data source field which provides unique item identifier names.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of the required data source field.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsDataSource.ParentKeyFieldName">
      <summary>
        <para>Gets or sets the name of the data source field which provides the item parent key values.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of the required data source field.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerSettingsEditing">
      <summary>
        <para>Contains settings that relate to the file manager’s functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerSettingsEditing.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerSettingsEditing"/> 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.FileManagerSettingsEditing.AllowCopy">
      <summary>
        <para>Gets or sets a value specifying whether an item can be copied.</para>
      </summary>
      <value>true, if item copying  is allowed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsEditing.AllowCreate">
      <summary>
        <para>Gets or sets a value specifying whether folders can be created.</para>
      </summary>
      <value>true, if folder creation is allowed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsEditing.AllowDelete">
      <summary>
        <para>Gets or sets a value specifying whether items can be deleted.</para>
      </summary>
      <value>true, if item deletion is allowed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsEditing.AllowDownload">
      <summary>
        <para>Gets or sets a value specifying whether files can be downloaded.</para>
      </summary>
      <value>true, if file downloading is allowed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsEditing.AllowMove">
      <summary>
        <para>Gets or sets a value specifying whether an item can be moved.</para>
      </summary>
      <value>true, if item movement is allowed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsEditing.AllowRename">
      <summary>
        <para>Gets or sets a value specifying whether items can be renamed.</para>
      </summary>
      <value>true, if item renaming is allowed; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.FileManagerSettingsEditing.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.FileManagerSettingsEditing.DownloadedArchiveName">
      <summary>
        <para>Specifies the name of the downloaded file archive.</para>
      </summary>
      <value>A string that is the archive name.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsEditing.TemporaryFolder">
      <summary>
        <para>Gets or sets the server folder where files, which are currently being downloaded, are maintained.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the path to the folder.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerSettingsFileList">
      <summary>
        <para>Contains <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">file list</see> specific settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerSettingsFileList.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerSettingsFileList"/> 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.FileManagerSettingsFileList.AllowCustomizeFolderDisplayText">
      <summary>
        <para>Specifies whether it is allowed to customize the folder display text.</para>
      </summary>
      <value>true, to allow customizing the folder display text; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.FileManagerSettingsFileList.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.FileManagerSettingsFileList.DetailsViewSettings">
      <summary>
        <para>Gets the settings of the <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">file list</see> details view.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerFileListDetailsViewSettings"/> object that contains settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsFileList.PageSize">
      <summary>
        <para>Specifies the number of <see href="https://docs.devexpress.com/AspNet/8956/components/file-management/file-manager/visual-elements/item">items</see> that are currently uploaded to the <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">file container</see>.</para>
      </summary>
      <value>An integer value specifying the number of items.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsFileList.ShowFolders">
      <summary>
        <para>Specifies whether <see href="https://docs.devexpress.com/AspNet/8953/components/file-management/file-manager/visual-elements/folder">folders</see> are displayed in the <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">file list</see>.</para>
      </summary>
      <value>true, if folders are visible in the file list, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsFileList.ShowParentFolder">
      <summary>
        <para>Specifies the <see href="https://docs.devexpress.com/AspNet/114022/components/file-management/file-manager/visual-elements/parent-folder">parent folder</see> element visibility.</para>
      </summary>
      <value>true, if the parent folder is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsFileList.ThumbnailsViewSettings">
      <summary>
        <para>Gets the settings of the <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">file list</see> thumbnails view.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerFileListThumbnailsViewSettings"/> object that contains settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsFileList.View">
      <summary>
        <para>Gets or sets the view of ASPxFileManager <see href="https://docs.devexpress.com/AspNet/8956/components/file-management/file-manager/visual-elements/item">items</see> in the <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">file list</see> .</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.FileListView"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerSettingsFiltering">
      <summary>
        <para>Provides settings that affect the file manager’s filtering functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerSettingsFiltering.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerSettingsFiltering"/> class.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerSettingsFiltering.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.FileManagerSettingsFiltering.FilterBoxMode">
      <summary>
        <para>Gets or sets a value specifying the filtering mode.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.FileManagerFilterBoxMode"/> value.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsFiltering.FilteredFileListView">
      <summary>
        <para>Gets or sets a value specifying the file list view for the filtered content.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.FileManagerFilteredFileListViewMode"/> values.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerSettingsFolders">
      <summary>
        <para>Contains settings that relate to the <see href="https://docs.devexpress.com/AspNet/8953/components/file-management/file-manager/visual-elements/folder">folders</see>‘ functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerSettingsFolders.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerSettingsFolders"/> 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.FileManagerSettingsFolders.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.FileManagerSettingsFolders.EnableCallBacks">
      <summary>
        <para>Gets or sets a value that specifies whether the callback technology is used to transfer the requested <see href="https://docs.devexpress.com/AspNet/8953/components/file-management/file-manager/visual-elements/folder">folders</see> from the server within <see href="https://docs.devexpress.com/AspNet/8874/components/file-management/file-manager/visual-elements/folder-container">folder container</see>.</para>
      </summary>
      <value>true if round trips to the server are performed using callbacks; false if the callback technology isn’t used.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsFolders.HideAspNetFolders">
      <summary>
        <para>Specifies whether the reserved ASP.NET application folders are hidden.</para>
      </summary>
      <value>true to hide folders; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsFolders.ShowExpandButtons">
      <summary>
        <para>Gets or sets a value that specifies whether expand buttons are displayed within the <see href="https://docs.devexpress.com/AspNet/8874/components/file-management/file-manager/visual-elements/folder-container">folder container</see>.</para>
      </summary>
      <value>true if expand buttons are displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsFolders.ShowFolderIcons">
      <summary>
        <para>Gets or sets a value that specifies whether the folders’ icons are displayed.</para>
      </summary>
      <value>true, if icons are displayed, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsFolders.ShowLockedFolderIcons">
      <summary>
        <para>Gets or sets a value specifying whether the ASPxFileManager control displays a special icon for folders that are locked for upload.</para>
      </summary>
      <value>true if a special icon is displayed; false if a default folder icon is displayed.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsFolders.ShowTreeLines">
      <summary>
        <para>Gets or sets whether tree lines are displayed within the <see href="https://docs.devexpress.com/AspNet/8874/components/file-management/file-manager/visual-elements/folder-container">folder container</see>.</para>
      </summary>
      <value>true to display tree lines; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsFolders.Visible">
      <summary>
        <para>Gets or sets a value specifying the visibility of the <see href="https://docs.devexpress.com/AspNet/8874/components/file-management/file-manager/visual-elements/folder-container">folder container</see>.</para>
      </summary>
      <value>true if the folder container is visible; otherwise false.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerSettingsPermissions">
      <summary>
        <para>Contains settings that relate to a ASPxFileManager’s permissions.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerSettingsPermissions.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerSettingsPermissions"/> 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.FileManagerSettingsPermissions.AccessRules">
      <summary>
        <para>Gets the collection of access rules specified for the current ASPxFileManager object.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AccessRulesCollection"/> that contains the collection of access rules.</value>
    </member>
    <member name="M:DevExpress.Web.FileManagerSettingsPermissions.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.FileManagerSettingsPermissions.Role">
      <summary>
        <para>Gets or sets a security role that is enforced on the ASPxFileManager.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying a security role name.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerSettingsToolbar">
      <summary>
        <para>Contains settings that relate to the <see href="https://docs.devexpress.com/AspNet/8951/components/file-management/file-manager/visual-elements/toolbar-elements/toolbar">toolbar</see>‘s functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerSettingsToolbar.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerSettingsToolbar"/> 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.FileManagerSettingsToolbar.AdaptiveToolbarImage">
      <summary>
        <para>Gets the settings of an image displayed in an adaptive <see cref="T:DevExpress.Web.ASPxFileManager"/>‘s toolbar, when it contains hidden items.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ItemImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="M:DevExpress.Web.FileManagerSettingsToolbar.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.FileManagerSettingsToolbar.ExpandFolderContainerButtonSettings">
      <summary>
        <para>Provides access to the Expand Folder Container button settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerToolbarExpandFolderContainerButtonSettings"/> object that specifies the folder container’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsToolbar.Items">
      <summary>
        <para>Gets the collection of <see href="https://docs.devexpress.com/AspNet/8954/components/file-management/file-manager/visual-elements/toolbar-elements/toolbar-item">items</see> displayed in the <see href="https://docs.devexpress.com/AspNet/8951/components/file-management/file-manager/visual-elements/toolbar-elements/toolbar">toolbar</see> and provides indexed access to them.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerToolbarItemCollection"/> object that is the collection of the toolbar’s items.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsToolbar.SettingsAdaptivity">
      <summary>
        <para>Provides access to the file manager’s adaptivity settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerToolbarAdaptivitySettings"/> object that contains the adaptivity settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsToolbar.ShowCopyButton">
      <summary>
        <para>Gets or sets a value that specifies whether the <see href="https://docs.devexpress.com/AspNet/16041/components/file-management/file-manager/visual-elements/toolbar-elements/copy-button">copy button</see> is displayed.</para>
      </summary>
      <value>true, if the copy button is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsToolbar.ShowCreateButton">
      <summary>
        <para>Gets or sets a value that specifies whether the <see href="https://docs.devexpress.com/AspNet/8905/components/file-management/file-manager/visual-elements/toolbar-elements/create-button">create button</see> is displayed.</para>
      </summary>
      <value>true, if the create button is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsToolbar.ShowDeleteButton">
      <summary>
        <para>Gets or sets a value that specifies whether the <see href="https://docs.devexpress.com/AspNet/8908/components/file-management/file-manager/visual-elements/toolbar-elements/delete-button">delete button</see> is displayed.</para>
      </summary>
      <value>true, if the delete button is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsToolbar.ShowDownloadButton">
      <summary>
        <para>Gets or sets a value that specifies whether the <see href="https://docs.devexpress.com/AspNet/9841/components/file-management/file-manager/visual-elements/toolbar-elements/download-button">download button</see> is displayed.</para>
      </summary>
      <value>true, if the download button is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsToolbar.ShowFilterBox">
      <summary>
        <para>Gets or sets a value that specifies whether the <see href="https://docs.devexpress.com/AspNet/8910/components/file-management/file-manager/visual-elements/toolbar-elements/filter-box">filter box</see> is displayed.</para>
      </summary>
      <value>true, if the filter box is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsToolbar.ShowMoveButton">
      <summary>
        <para>Gets or sets a value that specifies whether the <see href="https://docs.devexpress.com/AspNet/8907/components/file-management/file-manager/visual-elements/toolbar-elements/move-button">move button</see> is displayed.</para>
      </summary>
      <value>true, if the move button is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsToolbar.ShowPath">
      <summary>
        <para>Gets or sets a value that specifies whether the <see href="https://docs.devexpress.com/AspNet/8911/components/file-management/file-manager/visual-elements/toolbar-elements/path-box">path box</see> is displayed.</para>
      </summary>
      <value>true, if the path panel is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsToolbar.ShowPopOutImages">
      <summary>
        <para>Gets or sets a value specifying whether pop-out images that indicate that a toolbar 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.FileManagerSettingsToolbar.ShowRefreshButton">
      <summary>
        <para>Gets or sets a value that specifies whether the <see href="https://docs.devexpress.com/AspNet/8909/components/file-management/file-manager/visual-elements/toolbar-elements/refresh-button">refresh button</see> is displayed.</para>
      </summary>
      <value>true, if the refresh button is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsToolbar.ShowRenameButton">
      <summary>
        <para>Gets or sets a value that specifies whether the <see href="https://docs.devexpress.com/AspNet/8906/components/file-management/file-manager/visual-elements/toolbar-elements/rename-button">rename button</see> is displayed.</para>
      </summary>
      <value>true, if the rename button is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsToolbar.Visible">
      <summary>
        <para>Specifies the visibility of the <see href="https://docs.devexpress.com/AspNet/8951/components/file-management/file-manager/visual-elements/toolbar-elements/toolbar">toolbar</see> element.</para>
      </summary>
      <value>true, if the toolbar is visible; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerSettingsUpload">
      <summary>
        <para>Contains settings that relate to the <see href="https://docs.devexpress.com/AspNet/8875/components/file-management/file-manager/visual-elements/upload-panel">upload panel</see>‘s functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerSettingsUpload.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerSettingsUpload"/> 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.FileManagerSettingsUpload.AdvancedModeSettings">
      <summary>
        <para>Gets the Advanced upload mode settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerUploadAdvancedModeSettings"/> object that contains the Advanced mode settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsUpload.AllowedFolder">
      <summary>
        <para>Gets or sets a value that specifies whether uploading is available for a specified folder only.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.FileManagerAllowedFolder"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsUpload.AllowedFolderPath">
      <summary>
        <para>Specifies a path to a folder, where users can upload files.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the specific folder, relative to the root folder assigned via the <see cref="P:DevExpress.Web.FileManagerSettings.RootFolder">FileManagerSettings.RootFolder</see> property.</value>
    </member>
    <member name="M:DevExpress.Web.FileManagerSettingsUpload.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.FileManagerSettingsUpload.AutoStartUpload">
      <summary>
        <para>Specifies whether file uploading starts automatically when a file is added to the <see href="https://docs.devexpress.com/AspNet/8875/components/file-management/file-manager/visual-elements/upload-panel">upload panel</see>.</para>
      </summary>
      <value>true, to automatically start file uploading; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsUpload.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.FileManagerSettingsUpload.Enabled">
      <summary>
        <para>Gets or sets a value that indicates whether the <see href="https://docs.devexpress.com/AspNet/8875/components/file-management/file-manager/visual-elements/upload-panel">upload panel</see> is enabled.</para>
      </summary>
      <value>true if the upload panel is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsUpload.NullText">
      <summary>
        <para>Gets or sets the prompt text displayed within the <see href="https://docs.devexpress.com/AspNet/8875/components/file-management/file-manager/visual-elements/upload-panel">upload panel</see>‘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.FileManagerSettingsUpload.ShowUploadPanel">
      <summary>
        <para>Specifies whether the <see href="https://docs.devexpress.com/AspNet/8875/components/file-management/file-manager/visual-elements/upload-panel">upload panel</see> is displayed in the <see cref="T:DevExpress.Web.ASPxFileManager"/> control.</para>
      </summary>
      <value>true, if the upload panel is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsUpload.UseAdvancedUploadMode">
      <summary>
        <para>Gets or sets a value specifying whether the advanced upload mode is used in <see href="https://docs.devexpress.com/AspNet/8875/components/file-management/file-manager/visual-elements/upload-panel">upload panel</see>.</para>
      </summary>
      <value>true if the advanced upload mode is used; false if the standard upload mode is used.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSettingsUpload.ValidationSettings">
      <summary>
        <para>Gets the upload validation settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerValidationSettings"/> object that contains validation settings.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerSharePointProviderSettings">
      <summary>
        <para>Provides SharePoint account settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerSharePointProviderSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerSharePointProviderSettings"/> class with specified settings.</para>
      </summary>
      <param name="owner">An object that implements the IPropertiesOwner interface.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerSharePointProviderSettings.AccountName">
      <summary>
        <para>Gets or sets a value that specifies the name of the SharePoint account.</para>
      </summary>
      <value>The account name.</value>
    </member>
    <member name="M:DevExpress.Web.FileManagerSharePointProviderSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.FileManagerSharePointProviderSettings.LibraryName">
      <summary>
        <para>Specifies the library name.</para>
      </summary>
      <value>The library name.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSharePointProviderSettings.RedirectUri">
      <summary>
        <para>Specifies the URL to which the browser is redirected when authentication is complete.</para>
      </summary>
      <value>A string value that specifies the redirect URI.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSharePointProviderSettings.SiteHostName">
      <summary>
        <para>Specifies a host name where a SharePoint site is located.</para>
      </summary>
      <value>The host name.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSharePointProviderSettings.SiteName">
      <summary>
        <para>Specifies a URL name of a SharePoint site.</para>
      </summary>
      <value>The SharePoint site name.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerSharePointProviderSettings.TokenEndpoint">
      <summary>
        <para>Specifies the URL that the application uses to get the token.</para>
      </summary>
      <value>A string value that specifies the URL.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerStyles">
      <summary>
        <para>Contains settings that allow the appearance of elements, used within ASPxFileManager, to be defined.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerStyles.Breadcrumbs">
      <summary>
        <para>Gets the style settings that define the appearance of the <see href="https://docs.devexpress.com/AspNet/114018/components/file-management/file-manager/visual-elements/breadcrumbs">breadcrumbs</see> element.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerStyles.BreadcrumbsItem">
      <summary>
        <para>Gets the style settings that define the appearance of a <see href="https://docs.devexpress.com/AspNet/114018/components/file-management/file-manager/visual-elements/breadcrumbs">breadcrumbs</see> item.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerStyles.ContextMenuItem">
      <summary>
        <para>Gets the style settings that define the appearance of the <see href="https://docs.devexpress.com/AspNet/17535/components/file-management/file-manager/visual-elements/context-menu">context menu</see> items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerToolbarItemStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerStyles.File">
      <summary>
        <para>Gets the style settings that define the appearance of <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">files</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerFileStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerStyles.FileAreaFolder">
      <summary>
        <para>Gets the style settings that define the appearance of <see href="https://docs.devexpress.com/AspNet/8874/components/file-management/file-manager/visual-elements/folder-container">folders</see> displayed in the <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">file area</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerFileStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerStyles.FileContainer">
      <summary>
        <para>Gets the style settings that define the appearance of the <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">file container</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerFileContainerStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerStyles.FilterBox">
      <summary>
        <para>Gets the style settings that define the appearance of a <see href="https://docs.devexpress.com/AspNet/8910/components/file-management/file-manager/visual-elements/toolbar-elements/filter-box">filter box</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerToolbarItemStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerStyles.Folder">
      <summary>
        <para>Gets the style settings that define the appearance of <see href="https://docs.devexpress.com/AspNet/8874/components/file-management/file-manager/visual-elements/folder-container">folders</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerFolderStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerStyles.FolderContainer">
      <summary>
        <para>Gets the style settings that define the appearance of the <see href="https://docs.devexpress.com/AspNet/8874/components/file-management/file-manager/visual-elements/folder-container">folder container</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerFolderContainerStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerStyles.Highlight">
      <summary>
        <para>Gets the style settings that define the appearance of a highlighted text.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerHighlightStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerStyles.Item">
      <summary>
        <para>Gets the style settings that define the common appearance of files and folders.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerItemStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerStyles.LoadingDiv">
      <summary>
        <para>Gets the style settings, defining the appearance of a rectangle, displayed above the ASPxFileManager while waiting for a callback response.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LoadingDivStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerStyles.LoadingPanel">
      <summary>
        <para>Gets the style settings that define the appearance of the <see href="https://docs.devexpress.com/AspNet/8876/components/file-management/file-manager/visual-elements/loading-panel">loading panel</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LoadingPanelStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerStyles.PathBox">
      <summary>
        <para>Gets the style settings that define the appearance of the <see href="https://docs.devexpress.com/AspNet/8911/components/file-management/file-manager/visual-elements/toolbar-elements/path-box">path box</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerToolbarItemStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerStyles.Toolbar">
      <summary>
        <para>Gets the style settings that define the appearance of the ASPxFileManager’s <see href="https://docs.devexpress.com/AspNet/8877/components/file-management/file-manager/visual-elements/toolbar-elements">toolbar</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerToolbarStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerStyles.ToolbarItem">
      <summary>
        <para>Gets the style settings that define the appearance of <see href="https://docs.devexpress.com/AspNet/8877/components/file-management/file-manager/visual-elements/toolbar-elements">toolbar items</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerToolbarItemStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerStyles.UploadPanel">
      <summary>
        <para>Gets the style settings that define the appearance of the <see href="https://docs.devexpress.com/AspNet/8875/components/file-management/file-manager/visual-elements/upload-panel">upload panel</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerPanelStyle"/> object that contains the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerThumbnailCreateEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxFileManager.CustomThumbnail">ASPxFileManager.CustomThumbnail</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerThumbnailCreateEventArgs.#ctor(DevExpress.Web.FileManagerItem,System.String,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerThumbnailCreateEventArgs"/> class with specified settings.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.FileManagerFile"/> object specifying the File Manager’s item.</param>
      <param name="initialUrl">A string value specifying the thumbnail’s initial URL.</param>
      <param name="isParentFolder">true if the currently processed item is a <see href="https://docs.devexpress.com/AspNet/114022/components/file-management/file-manager/visual-elements/parent-folder">parent folder</see>.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerThumbnailCreateEventArgs.File">
      <summary>
        <para>Gets a file related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerFile"/> object that represents a file currently being processed.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerThumbnailCreateEventArgs.IsParentFolder">
      <summary>
        <para>Gets a value specifying whether the currently processed item is a <see href="https://docs.devexpress.com/AspNet/114022/components/file-management/file-manager/visual-elements/parent-folder">parent folder</see>.</para>
      </summary>
      <value>true if the processed  item is a parent folder; false if the processed item is a <see href="https://docs.devexpress.com/AspNet/8952/components/file-management/file-manager/visual-elements/file">file</see> or <see href="https://docs.devexpress.com/AspNet/8953/components/file-management/file-manager/visual-elements/folder">folder</see>.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerThumbnailCreateEventArgs.Item">
      <summary>
        <para>Gets an <see href="https://docs.devexpress.com/AspNet/8956/components/file-management/file-manager/visual-elements/item">item</see> related to the event.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.FileManagerItem"/> object that is a file currently being processed.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerThumbnailCreateEventArgs.ThumbnailImage">
      <summary>
        <para>Gets the settings of a thumbnail image.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerThumbnailProperties"/> object that contains image settings.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerThumbnailCreateEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxFileManager.CustomThumbnail">ASPxFileManager.CustomThumbnail</see> event.</para>
      </summary>
      <param name="source">An object representing the event’s source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.FileManagerThumbnailCreateEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.FileManagerThumbnailProperties">
      <summary>
        <para>Contains settings specific to the <see href="https://docs.devexpress.com/AspNet/8959/components/file-management/file-manager/visual-elements/file/thumbnail">thumbnail</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerThumbnailProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerThumbnailProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerThumbnailProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerThumbnailProperties"/> 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.FileManagerThumbnailProperties.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerThumbnailProperties"/> class with the specified image location.</para>
      </summary>
      <param name="url">A <see cref="T:System.String"/> value that specifies the image location. This value is assigned to the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> property.</param>
    </member>
    <member name="T:DevExpress.Web.FileManagerThumbnailsViewItemTemplateContainer">
      <summary>
        <para>A container for the templates used to render <see href="https://docs.devexpress.com/AspNet/8956/components/file-management/file-manager/visual-elements/item">items</see> displayed in the <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">file area</see> in <see href="https://docs.devexpress.com/AspNet/14550/components/file-management/file-manager/concepts/view-modes">thumbnails view mode</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerThumbnailsViewItemTemplateContainer.#ctor(DevExpress.Web.FileManagerItem,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerThumbnailsViewItemTemplateContainer"/> class with the specified settings.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.FileManagerItem"/> object that is the item which the current object belongs to. This value is assigned to the <see cref="P:DevExpress.Web.FileManagerThumbnailsViewItemTemplateContainer.Item">FileManagerThumbnailsViewItemTemplateContainer.Item</see> property.</param>
      <param name="index">An integer value that specifies the rendered object’s index. This value is assigned to the <see cref="P:DevExpress.Web.TemplateContainerBase.ItemIndex">TemplateContainerBase.ItemIndex</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerThumbnailsViewItemTemplateContainer.DataBind">
      <summary>
        <para>Binds a data source to all child controls within the template container.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerThumbnailsViewItemTemplateContainer.Item">
      <summary>
        <para>Gets an item for which the template’s content is being instantiated.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerItem"/> object that is the item being rendered.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerToolbarAdaptivitySettings">
      <summary>
        <para>Contains settings that relate to adaptivity settings of the file manager’s <see href="https://docs.devexpress.com/AspNet/8951/components/file-management/file-manager/visual-elements/toolbar-elements/toolbar">toolbar</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerToolbarAdaptivitySettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerToolbarAdaptivitySettings"/> class.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerToolbarAdaptivitySettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.FileManagerToolbarAdaptivitySettings.EnableAutoHideRootItems">
      <summary>
        <para>Specifies whether the toolbar items are automatically hidden when the browser width changes.</para>
      </summary>
      <value>true, to hide the toolbar items automatically; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerToolbarCopyButton">
      <summary>
        <para>Implements the <see href="https://docs.devexpress.com/AspNet/16041/components/file-management/file-manager/visual-elements/toolbar-elements/copy-button">copy button</see> functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerToolbarCopyButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerToolbarCopyButton"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarCopyButton.AdaptivePriority">
      <summary>
        <para>Gets or sets the priority of the File Manager toolbar <see href="https://docs.devexpress.com/AspNet/16041/components/file-management/file-manager/visual-elements/toolbar-elements/copy-button">copy button</see> hiding in adaptive mode.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value specifying the copy button priority.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerToolbarCreateButton">
      <summary>
        <para>Implements the <see href="https://docs.devexpress.com/AspNet/8905/components/file-management/file-manager/visual-elements/toolbar-elements/create-button">create button</see> functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerToolbarCreateButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerToolbarCreateButton"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarCreateButton.AdaptivePriority">
      <summary>
        <para>Gets or sets the priority of the File Manager toolbar <see href="https://docs.devexpress.com/AspNet/8905/components/file-management/file-manager/visual-elements/toolbar-elements/create-button">create button</see> hiding in adaptive mode.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value specifying the create button priority.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarCreateButton.BeginGroup">
      <summary>
        <para>Gets or sets a value that specifies whether an item separator should be displayed before the toolbar <see href="https://docs.devexpress.com/AspNet/8905/components/file-management/file-manager/visual-elements/toolbar-elements/create-button">create button</see>.</para>
      </summary>
      <value>true, to display a separator before the item; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerToolbarCustomButton">
      <summary>
        <para>Implements the custom <see href="https://docs.devexpress.com/AspNet/8954/components/file-management/file-manager/visual-elements/toolbar-elements/toolbar-item">toolbar item</see>‘s functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerToolbarCustomButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerToolbarCustomButton"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerToolbarCustomButton.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="P:DevExpress.Web.FileManagerToolbarCustomButton.Checked">
      <summary>
        <para>Gets or sets whether the custom <see href="https://docs.devexpress.com/AspNet/8951/components/file-management/file-manager/visual-elements/toolbar-elements/toolbar">toolbar</see> button is checked.</para>
      </summary>
      <value>true, if the button is in the checked state; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarCustomButton.ClientEnabled">
      <summary>
        <para>Gets or sets a value that indicates whether the toolbar button is enabled on the client.</para>
      </summary>
      <value>true, if the button is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarCustomButton.ClientVisible">
      <summary>
        <para>Gets or sets a value that specifies the initial visibility state of a toolbar custom button on the client side.</para>
      </summary>
      <value>true to make a button initially displayed on the client; false to render the button into the web page, but make it initially hidden on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarCustomButton.CommandName">
      <summary>
        <para>Specifies the command name associated with the toolbar custom button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the button’s command name.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarCustomButton.Enabled">
      <summary>
        <para>Gets or sets a value that indicates whether the toolbar custom button is enabled, allowing it to respond to end-user interactions.</para>
      </summary>
      <value>true if the button is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarCustomButton.GroupName">
      <summary>
        <para>Gets or sets the name of a logical check group to which the toolbar button belongs.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the group name.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarCustomButton.ItemStyle">
      <summary>
        <para>Gets the style settings for the current toolbar item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuItemStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarCustomButton.Visible">
      <summary>
        <para>Gets or sets a value specifying the visibility of the toolbar custom button.</para>
      </summary>
      <value>true if the button is visible; otherwise false.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerToolbarCustomDropDownButton">
      <summary>
        <para>Implements the custom toolbar drop-down <see href="https://docs.devexpress.com/AspNet/8954/components/file-management/file-manager/visual-elements/toolbar-elements/toolbar-item">item</see>‘s functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerToolbarCustomDropDownButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerToolbarCustomDropDownButton"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerToolbarCustomDropDownButton.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="P:DevExpress.Web.FileManagerToolbarCustomDropDownButton.DropDownMode">
      <summary>
        <para>Gets or sets a value that specifies whether a toolbar <see href="https://docs.devexpress.com/AspNet/8954/components/file-management/file-manager/visual-elements/toolbar-elements/toolbar-item">item</see>‘s drop-down menu should only be invoked by using a specific drop-down button.</para>
      </summary>
      <value>true if a drop-down menu can be invoked by using the drop-down button only; false if a drop-down menu can be invoked by using any area of the item.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarCustomDropDownButton.Items">
      <summary>
        <para>Gets a collection that contains the sub-menu items of the current toolbar item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FileManagerToolbarItemCollection"/> that contains the sub-menu items of the current toolbar item.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarCustomDropDownButton.PopOutImage">
      <summary>
        <para>Gets the settings of an <see href="https://docs.devexpress.com/AspNet/8954/components/file-management/file-manager/visual-elements/toolbar-elements/toolbar-item">item</see>‘s pop-out image.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ItemImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarCustomDropDownButton.SubMenuStyle">
      <summary>
        <para>Gets the style settings for the client regions of all sub-menus of the current toolbar item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuStyle"/> object that contains the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerToolbarDeleteButton">
      <summary>
        <para>Implements the <see href="https://docs.devexpress.com/AspNet/8908/components/file-management/file-manager/visual-elements/toolbar-elements/delete-button">delete button</see> functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerToolbarDeleteButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerToolbarDeleteButton"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarDeleteButton.AdaptivePriority">
      <summary>
        <para>Gets or sets the priority of the File Manager toolbar <see href="https://docs.devexpress.com/AspNet/8908/components/file-management/file-manager/visual-elements/toolbar-elements/delete-button">delete button</see> hiding in adaptive mode.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value specifying the delete button priority.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerToolbarDownloadButton">
      <summary>
        <para>Implements the <see href="https://docs.devexpress.com/AspNet/9841/components/file-management/file-manager/visual-elements/toolbar-elements/download-button">download button</see> functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerToolbarDownloadButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerToolbarDownloadButton"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarDownloadButton.AdaptivePriority">
      <summary>
        <para>Gets or sets the priority of the File Manager toolbar <see href="https://docs.devexpress.com/AspNet/9841/components/file-management/file-manager/visual-elements/toolbar-elements/download-button">download button</see> hiding in adaptive mode.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value specifying the download button priority.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerToolbarExpandFolderContainerButtonSettings">
      <summary>
        <para>Provides settings that affect the button that extends the <see href="https://docs.devexpress.com/AspNet/8874/components/file-management/file-manager/visual-elements/folder-container">folder container</see> when the file manager is in adaptive mode.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerToolbarExpandFolderContainerButtonSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerToolbarExpandFolderContainerButtonSettings"/> class.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.FileManagerToolbarExpandFolderContainerButtonSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies public properties from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.PropertiesBase"/> object or descendant whose properties are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarExpandFolderContainerButtonSettings.Image">
      <summary>
        <para>Gets the settings of the image displayed in the Expand Folder Container button.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesBase"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarExpandFolderContainerButtonSettings.Text">
      <summary>
        <para>Gets or sets a value that is Expand Folder Container button text.</para>
      </summary>
      <value>A string value that is the button text.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarExpandFolderContainerButtonSettings.ToolTip">
      <summary>
        <para>Gets or sets the Expand Folder Container button tooltip text.</para>
      </summary>
      <value>A string which specifies the text content of the tooltip.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerToolbarFilterBox">
      <summary>
        <para>Implements the custom <see href="https://docs.devexpress.com/AspNet/8910/components/file-management/file-manager/visual-elements/toolbar-elements/filter-box">filter box</see> functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerToolbarFilterBox.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerToolbarFilterBox"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarFilterBox.AdaptivePriority">
      <summary>
        <para>Gets or sets the priority of the File Manager toolbar <see href="https://docs.devexpress.com/AspNet/8910/components/file-management/file-manager/visual-elements/toolbar-elements/filter-box">filter box</see> hiding in adaptive mode.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value specifying the filter box priority.</value>
    </member>
    <member name="M:DevExpress.Web.FileManagerToolbarFilterBox.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.FileManagerToolbarFilterBox.Caption">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/8910/components/file-management/file-manager/visual-elements/toolbar-elements/filter-box">filter box</see>‘s caption</para>
      </summary>
      <value>A string used as the filter box’s caption.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarFilterBox.NullText">
      <summary>
        <para>Gets or sets the prompt text displayed within the <see href="https://docs.devexpress.com/AspNet/8910/components/file-management/file-manager/visual-elements/toolbar-elements/filter-box">filter box</see>‘s input box of the editor when its value is null.</para>
      </summary>
      <value>A string value that specifies the prompt text.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarFilterBox.NullTextDisplayMode">
      <summary>
        <para>Specifies when the null text is visible in the <see href="https://docs.devexpress.com/AspNet/8910/components/file-management/file-manager/visual-elements/toolbar-elements/filter-box">filter box</see>‘s editor.</para>
      </summary>
      <value>The null text display mode.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerToolbarItemBase">
      <summary>
        <para>Serves as a base for classes that implement the <see href="https://docs.devexpress.com/AspNet/8954/components/file-management/file-manager/visual-elements/toolbar-elements/toolbar-item">toolbar item</see>‘s functionality.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarItemBase.AdaptivePriority">
      <summary>
        <para>Gets or sets the priority of the File Manager toolbar item hiding in adaptive mode.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value specifying the toolbar item priority.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarItemBase.AdaptiveText">
      <summary>
        <para>Specifies the text content of the custom toolbar’s item when it is displayed in the File Manager’s adaptive toolbar.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="M:DevExpress.Web.FileManagerToolbarItemBase.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings from the specified item 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="P:DevExpress.Web.FileManagerToolbarItemBase.BeginGroup">
      <summary>
        <para>Gets or sets a value that specifies whether an item separator should be displayed before the current <see href="https://docs.devexpress.com/AspNet/8954/components/file-management/file-manager/visual-elements/toolbar-elements/toolbar-item">toolbar item</see>.</para>
      </summary>
      <value>true, to display a separator before the item; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarItemBase.Image">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/8954/components/file-management/file-manager/visual-elements/toolbar-elements/toolbar-item">toolbar item</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesBase"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarItemBase.Text">
      <summary>
        <para>Gets or sets the text displayed within the <see href="https://docs.devexpress.com/AspNet/8954/components/file-management/file-manager/visual-elements/toolbar-elements/toolbar-item">toolbar item</see>.</para>
      </summary>
      <value>A string value that specifies the toolbar item text.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarItemBase.ToolTip">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/8954/components/file-management/file-manager/visual-elements/toolbar-elements/toolbar-item">toolbar item</see> tooltip text.</para>
      </summary>
      <value>A string value that specifies the toolbar item tooltip.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerToolbarItemCollection">
      <summary>
        <para>A collection of <see cref="T:DevExpress.Web.FileManagerToolbarItemBase"/> object descendants.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerToolbarItemCollection.CreateDefaultItems">
      <summary>
        <para>Populates the toolbar item collection with default <see href="https://docs.devexpress.com/AspNet/8954/components/file-management/file-manager/visual-elements/toolbar-elements/toolbar-item">items</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerToolbarItemCollection.FindByCommandName(System.String)">
      <summary>
        <para>Returns an item object with the specified CommandName property value.</para>
      </summary>
      <param name="commandName">A <see cref="T:System.String"/> value that is the CommandName property value of the required item.</param>
      <returns>A <see cref="T:DevExpress.Web.FileManagerToolbarItemBase"/> object with a specific value of the CommandName property.</returns>
    </member>
    <member name="T:DevExpress.Web.FileManagerToolbarItemStyle">
      <summary>
        <para>Defines style settings for <see href="https://docs.devexpress.com/AspNet/8954/components/file-management/file-manager/visual-elements/toolbar-elements/toolbar-item">toolbar items</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerToolbarItemStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerToolbarItemStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarItemStyle.CheckedStyle">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FileManagerToolbarItemStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarItemStyle.DropDownButtonSpacing">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FileManagerToolbarItemStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarItemStyle.DropDownButtonStyle">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FileManagerToolbarItemStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarItemStyle.PopOutImageSpacing">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FileManagerToolbarItemStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarItemStyle.SelectedStyle">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FileManagerToolbarItemStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarItemStyle.ToolbarDropDownButtonSpacing">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FileManagerToolbarItemStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarItemStyle.ToolbarPopOutImageSpacing">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FileManagerToolbarItemStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FileManagerToolbarMoveButton">
      <summary>
        <para>Implements the <see href="https://docs.devexpress.com/AspNet/8907/components/file-management/file-manager/visual-elements/toolbar-elements/move-button">move button</see> functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerToolbarMoveButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerToolbarMoveButton"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarMoveButton.AdaptivePriority">
      <summary>
        <para>Gets or sets the priority of the File Manager toolbar <see href="https://docs.devexpress.com/AspNet/8907/components/file-management/file-manager/visual-elements/toolbar-elements/move-button">move button</see> hiding in adaptive mode.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value specifying the move button priority.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerToolbarPathBox">
      <summary>
        <para>Implements the <see href="https://docs.devexpress.com/AspNet/8911/components/file-management/file-manager/visual-elements/toolbar-elements/path-box">path box</see> functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerToolbarPathBox.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerToolbarPathBox"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarPathBox.AdaptivePriority">
      <summary>
        <para>Gets or sets the priority of the File Manager toolbar <see href="https://docs.devexpress.com/AspNet/8911/components/file-management/file-manager/visual-elements/toolbar-elements/path-box">path box</see> hiding in adaptive mode.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value specifying the path box priority.</value>
    </member>
    <member name="M:DevExpress.Web.FileManagerToolbarPathBox.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.FileManagerToolbarPathBox.Caption">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/8911/components/file-management/file-manager/visual-elements/toolbar-elements/path-box">path box</see>‘s caption</para>
      </summary>
      <value>A string used as the path box’s caption.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerToolbarRefreshButton">
      <summary>
        <para>Implements the <see href="https://docs.devexpress.com/AspNet/8909/components/file-management/file-manager/visual-elements/toolbar-elements/refresh-button">refresh button</see> functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerToolbarRefreshButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerToolbarRefreshButton"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarRefreshButton.AdaptivePriority">
      <summary>
        <para>Gets or sets the priority of the File Manager toolbar <see href="https://docs.devexpress.com/AspNet/8909/components/file-management/file-manager/visual-elements/toolbar-elements/refresh-button">refresh button</see> hiding in adaptive mode.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value specifying the refresh button priority.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarRefreshButton.BeginGroup">
      <summary>
        <para>Gets or sets a value that specifies whether an item separator should be displayed before the toolbar <see href="https://docs.devexpress.com/AspNet/8909/components/file-management/file-manager/visual-elements/toolbar-elements/refresh-button">refresh button</see>.</para>
      </summary>
      <value>true, to display a separator before the item; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerToolbarRenameButton">
      <summary>
        <para>Implements the <see href="https://docs.devexpress.com/AspNet/8906/components/file-management/file-manager/visual-elements/toolbar-elements/rename-button">rename button</see> functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerToolbarRenameButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerToolbarRenameButton"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarRenameButton.AdaptivePriority">
      <summary>
        <para>Gets or sets the priority of the File Manager toolbar <see href="https://docs.devexpress.com/AspNet/8906/components/file-management/file-manager/visual-elements/toolbar-elements/rename-button">rename button</see> hiding in adaptive mode.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value specifying the rename button priority.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerToolbarSpacer">
      <summary>
        <para>Implements the toolbar’s spacer functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerToolbarSpacer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerToolbarSpacer"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerToolbarSpacer.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.FileManagerToolbarSpacer.Width">
      <summary>
        <para>Gets or sets the width value of the <see href="https://docs.devexpress.com/AspNet/8951/components/file-management/file-manager/visual-elements/toolbar-elements/toolbar">file manager toolbar</see>‘s spacer</para>
      </summary>
      <value>An <see cref="T:System.Web.UI.WebControls.Unit"/> structure specifying the spacer width.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerToolbarStyle">
      <summary>
        <para>Defines style settings for a <see href="https://docs.devexpress.com/AspNet/8951/components/file-management/file-manager/visual-elements/toolbar-elements/toolbar">toolbar</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerToolbarStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerToolbarStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerToolbarStyle.CopyFrom(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.FileManagerToolbarStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> object that represents the object which the settings will be copied from.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarStyle.FilterTextBoxWidth">
      <summary>
        <para>Gets or sets the width of the <see href="https://docs.devexpress.com/AspNet/8910/components/file-management/file-manager/visual-elements/toolbar-elements/filter-box">filter</see>‘s text box.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that represents the text box’s width.</value>
    </member>
    <member name="M:DevExpress.Web.FileManagerToolbarStyle.MergeWith(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Combines the properties of the specified <see cref="T:System.Web.UI.WebControls.Style"/> with the current instance of the <see cref="T:DevExpress.Web.FileManagerToolbarStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> that represents an object to be combined.</param>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarStyle.PathTextBoxWidth">
      <summary>
        <para>Gets or sets the width of the <see href="https://docs.devexpress.com/AspNet/8877/components/file-management/file-manager/visual-elements/toolbar-elements">path panel</see>‘s text box.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that represents the text box’s width.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerToolbarUploadButton">
      <summary>
        <para>Implements the <see href="https://docs.devexpress.com/AspNet/114019/components/file-management/file-manager/visual-elements/toolbar-elements/upload-button">upload button</see> functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerToolbarUploadButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerToolbarUploadButton"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerToolbarUploadButton.AdaptivePriority">
      <summary>
        <para>Gets or sets the priority of the File Manager toolbar <see href="https://docs.devexpress.com/AspNet/114019/components/file-management/file-manager/visual-elements/toolbar-elements/upload-button">upload button</see> hiding in adaptive mode.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value specifying the upload button priority.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerUploadAdvancedModeSettings">
      <summary>
        <para>Contains settings that relate to the <see href="https://docs.devexpress.com/AspNet/8950/components/file-management/file-manager/concepts/uploading-files">file upload</see> functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerUploadAdvancedModeSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerUploadAdvancedModeSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerUploadAdvancedModeSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerUploadAdvancedModeSettings"/> 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.FileManagerUploadAdvancedModeSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.FileManagerUploadAdvancedModeSettings.EnableClientAccessRuleValidation">
      <summary>
        <para>Gets or sets a value specifying whether the access rules can be validated on the client side before uploading files.</para>
      </summary>
      <value>true, to allow access rules validation on the client side; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerUploadAdvancedModeSettings.EnableDragAndDrop">
      <summary>
        <para>Specifies whether end-users can add files for upload by dragging them to the <see href="https://docs.devexpress.com/AspNet/8873/components/file-management/file-manager/visual-elements/file-container">file container</see>.</para>
      </summary>
      <value>true, to enable drag and drop support; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileManagerUploadAdvancedModeSettings.EnableFileList">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FileManagerUploadAdvancedModeSettings"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileManagerUploadAdvancedModeSettings.EnableMultiSelect">
      <summary>
        <para>Gets or sets a value specifying whether multi-file selection is allowed within a ASPxFileManager’s <see href="https://docs.devexpress.com/AspNet/8875/components/file-management/file-manager/visual-elements/upload-panel">upload panel</see>.</para>
      </summary>
      <value>true if multi-file selection is allowed; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.FileManagerValidationSettings">
      <summary>
        <para>Contains settings that relate to an ASPxFileManager’s uploaded file validation.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileManagerValidationSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileManagerValidationSettings"/> 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.FileManagerValidationSettings.AllowedFileExtensions">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FileManagerValidationSettings"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FileSavingEventArgs">
      <summary>
        <para>Provides data for events related to saving media files in the built-in dialogs.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileSavingEventArgs.#ctor(DevExpress.Web.FileUploadCompleteEventArgs)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileSavingEventArgs.CallbackData">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FileSavingEventArgs"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FileSavingEventArgs.Cancel">
      <summary>
        <para>Indicates if the action which raised the event should be canceled.</para>
      </summary>
      <value>true, if the action that raised the event should be canceled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileSavingEventArgs.FileName">
      <summary>
        <para>Gets or sets the name of the uploaded file.</para>
      </summary>
      <value>A  <see cref="T:System.String"/> value that specifies the file name.</value>
    </member>
    <member name="P:DevExpress.Web.FileSavingEventArgs.OutputStream">
      <summary>
        <para>Set this property to change the original file content.</para>
      </summary>
      <value>A <see cref="T:System.IO.Stream"/> object to which the modified file stream is sent.</value>
    </member>
    <member name="P:DevExpress.Web.FileSavingEventArgs.SavedFileUrl">
      <summary>
        <para>Gets or sets the URL of the saved file.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the location of a file.</value>
    </member>
    <member name="T:DevExpress.Web.FileSavingEventHandler">
      <summary>
        <para>A method that will handle events allowing you to process an uploaded file before it is saved to the server.</para>
      </summary>
      <param name="source">An object that is the event source. Identifies the control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.FileSavingEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.FilesUploadCompleteEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxUploadControl.FilesUploadComplete">ASPxUploadControl.FilesUploadComplete</see> server event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FilesUploadCompleteEventArgs.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FilesUploadCompleteEventArgs"/> class.</para>
      </summary>
      <param name="callBackData">A <see cref="T:System.String"/> value that contains the callback data.</param>
      <param name="errorText">A <see cref="T:System.String"/> value specifying the error description.</param>
    </member>
    <member name="P:DevExpress.Web.FilesUploadCompleteEventArgs.CallbackData">
      <summary>
        <para>Gets or sets a string that contains specific information (if any) to be passed from the server side to the client.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value containing callback data.</value>
    </member>
    <member name="P:DevExpress.Web.FilesUploadCompleteEventArgs.ErrorText">
      <summary>
        <para>Gets or sets the error text to be displayed within the control’s error frame if the file upload fails.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the error text.</value>
    </member>
    <member name="T:DevExpress.Web.FileSystemProviderBase">
      <summary>
        <para>Serves as the base class for providers that perform operations with the file system.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileSystemProviderBase.#ctor(System.String)">
      <summary>
        <para>Initialize a new instance of the <see cref="T:DevExpress.Web.FileSystemProviderBase"/> class with the specified root folder.</para>
      </summary>
      <param name="rootFolder">A <see cref="T:System.String"/> value that specifies the path to the root folder.</param>
    </member>
    <member name="M:DevExpress.Web.FileSystemProviderBase.CopyFile(DevExpress.Web.FileManagerFile,DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Override this method to implement copying a file.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the copied file.</param>
      <param name="newParentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder to which the current file is being copied.</param>
    </member>
    <member name="M:DevExpress.Web.FileSystemProviderBase.CopyFolder(DevExpress.Web.FileManagerFolder,DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Override this method to implement copying a folder.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the copied folder.</param>
      <param name="newParentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is a folder to which the current folder is being copied.</param>
    </member>
    <member name="M:DevExpress.Web.FileSystemProviderBase.CreateFolder(DevExpress.Web.FileManagerFolder,System.String)">
      <summary>
        <para>Override this method to implement folder creation.</para>
      </summary>
      <param name="parent">A <see cref="T:DevExpress.Web.FileManagerFolder"/> value that is the immediate parent folder to which the created folder belongs.</param>
      <param name="name">A <see cref="T:System.String"/> value that is the name of the created folder.</param>
    </member>
    <member name="M:DevExpress.Web.FileSystemProviderBase.DeleteFile(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Override this method to implement file deletion.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the deleted file.</param>
    </member>
    <member name="M:DevExpress.Web.FileSystemProviderBase.DeleteFolder(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Override this method to implement folder deletion.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the deleted folder.</param>
    </member>
    <member name="M:DevExpress.Web.FileSystemProviderBase.Exists(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Override this method to implement the file existence verification.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the processed file.</param>
      <returns>true if the file exists within a file manager; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.FileSystemProviderBase.Exists(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Override this method to implement the folder existence verification.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the processed folder.</param>
      <returns>true if the folder exists within a file manager; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.FileSystemProviderBase.GetDetailsCustomColumnDisplayText(DevExpress.Web.FileManagerDetailsColumn)">
      <summary>
        <para>Override this method to provide a text displayed within a <see href="https://docs.devexpress.com/AspNet/17537/components/file-management/file-manager/concepts/custom-columns">custom column</see>.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.FileManagerDetailsColumn"/> object that is a custom column currently being processed.</param>
      <returns>A <see cref="T:System.String"/> value that is the text displayed within the column.</returns>
    </member>
    <member name="M:DevExpress.Web.FileSystemProviderBase.GetFilePermissions(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Obtains the File Manager’s file permissions.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object representing the file.</param>
      <returns>A <see cref="T:DevExpress.Web.FileManagerFilePermissions"/> object representing the file permissions.</returns>
    </member>
    <member name="M:DevExpress.Web.FileSystemProviderBase.GetFiles(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Override this method to implement getting a collection of files that are located in the current folder.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder currently being processed.</param>
      <returns>A collection of <see cref="T:DevExpress.Web.FileManagerFile"/> objects.</returns>
    </member>
    <member name="M:DevExpress.Web.FileSystemProviderBase.GetFilteredItems(DevExpress.Web.FileManagerGetFilteredItemsArgs)">
      <summary>
        <para>Override this method to implement getting a collection of files that match the filter criteria.</para>
      </summary>
      <param name="args">The <see cref="T:DevExpress.Web.FileManagerGetFilteredItemsArgs"/> class instance used for controlling received filtered files.</param>
    </member>
    <member name="M:DevExpress.Web.FileSystemProviderBase.GetFolderPermissions(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Obtains the File Manager’s folder permissions.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object representing the folder.</param>
      <returns>A <see cref="T:DevExpress.Web.FileManagerFolderPermissions"/> object representing the folder permissions.</returns>
    </member>
    <member name="M:DevExpress.Web.FileSystemProviderBase.GetFolders(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Override this method to implement getting a collection of folders that are located in the current folder.</para>
      </summary>
      <param name="parentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder currently being processed.</param>
      <returns>A collection of <see cref="T:DevExpress.Web.FileManagerFolder"/> objects.</returns>
    </member>
    <member name="M:DevExpress.Web.FileSystemProviderBase.GetLastWriteTime(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Override this method to implement getting the time of the last file modification.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the processed file.</param>
      <returns>A <see cref="T:System.DateTime"/> value that is the last write time.</returns>
    </member>
    <member name="M:DevExpress.Web.FileSystemProviderBase.GetLastWriteTime(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Override this method to implement getting the time of the last folder modification.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the processed folder.</param>
      <returns>A <see cref="T:System.DateTime"/> value that is the last write time.</returns>
    </member>
    <member name="M:DevExpress.Web.FileSystemProviderBase.GetLength(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Override this method to implement getting a file length.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object identifying the processed file.</param>
      <returns>A <see cref="T:System.Int64"/> value that is the file length, in bytes.</returns>
    </member>
    <member name="M:DevExpress.Web.FileSystemProviderBase.GetParentFolder(System.String,System.String)">
      <summary>
        <para>Override this method to implement getting the parent folder of a file manager <see href="https://docs.devexpress.com/AspNet/8956/components/file-management/file-manager/visual-elements/item">item</see>.</para>
      </summary>
      <param name="childId">A <see cref="T:System.String"/> value that specifies the item’s unique identifier.</param>
      <param name="childRelativeName">A <see cref="T:System.String"/> value that specifies the item’s relative name.</param>
      <returns>A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder containing the specified item.</returns>
    </member>
    <member name="M:DevExpress.Web.FileSystemProviderBase.GetRelativeFolderPath(DevExpress.Web.FileManagerFolder,System.Web.UI.IUrlResolutionService)">
      <summary>
        <para>Override this method to implement getting a relative folder path.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the processed folder.</param>
      <param name="rs">An object that implements the <see cref="T:System.Web.UI.IUrlResolutionService"/> interface.</param>
      <returns>A <see cref="T:System.String"/> value specifying the relative folder path.</returns>
    </member>
    <member name="M:DevExpress.Web.FileSystemProviderBase.GetThumbnail(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Override this method to provide file manager <see href="https://docs.devexpress.com/AspNet/8952/components/file-management/file-manager/visual-elements/file">files</see> with custom <see href="https://docs.devexpress.com/AspNet/8959/components/file-management/file-manager/visual-elements/file/thumbnail">thumbnails</see>.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the copied file.</param>
      <returns>A <see cref="T:System.IO.Stream"/> object that is the current file’s thumbnail.</returns>
    </member>
    <member name="M:DevExpress.Web.FileSystemProviderBase.GetThumbnailUrl(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Override this method to provide file manager <see href="https://docs.devexpress.com/AspNet/8952/components/file-management/file-manager/visual-elements/file">files</see> with custom <see href="https://docs.devexpress.com/AspNet/8959/components/file-management/file-manager/visual-elements/file/thumbnail">thumbnails</see>.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the copied file.</param>
      <returns>A <see cref="T:System.String"/> value that is the URL of the current file’s thumbnail.</returns>
    </member>
    <member name="M:DevExpress.Web.FileSystemProviderBase.MoveFile(DevExpress.Web.FileManagerFile,DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Override this method to implement moving a file.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the moved file.</param>
      <param name="newParentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is a folder where the current file is being moved.</param>
    </member>
    <member name="M:DevExpress.Web.FileSystemProviderBase.MoveFolder(DevExpress.Web.FileManagerFolder,DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Override this method to implement moving a folder.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the moved folder.</param>
      <param name="newParentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is a folder where the current folder is being moved.</param>
    </member>
    <member name="M:DevExpress.Web.FileSystemProviderBase.ReadFile(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Override this method to implement file reading.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the processed file.</param>
      <returns>A <see cref="T:System.IO.Stream"/> object that points to the processed file.</returns>
    </member>
    <member name="M:DevExpress.Web.FileSystemProviderBase.RenameFile(DevExpress.Web.FileManagerFile,System.String)">
      <summary>
        <para>Override this method to implement renaming a file.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the renamed file.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying a new file name.</param>
    </member>
    <member name="M:DevExpress.Web.FileSystemProviderBase.RenameFolder(DevExpress.Web.FileManagerFolder,System.String)">
      <summary>
        <para>Override this method to implement renaming a folder.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the renamed folder.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying a new folder name.</param>
    </member>
    <member name="P:DevExpress.Web.FileSystemProviderBase.RootFolder">
      <summary>
        <para>Returns the <see href="https://docs.devexpress.com/AspNet/15782/components/file-management/file-manager/concepts/root-folder">root folder</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the root folder.</value>
    </member>
    <member name="P:DevExpress.Web.FileSystemProviderBase.RootFolderDisplayName">
      <summary>
        <para>Gets the root folder’s caption.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the root folder’s caption.</value>
    </member>
    <member name="M:DevExpress.Web.FileSystemProviderBase.UploadFile(DevExpress.Web.FileManagerFolder,System.String,System.IO.Stream)">
      <summary>
        <para>Override this method to implement a file upload.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is a folder to which the file is being uploaded.</param>
      <param name="fileName">A string value specifying the file name.</param>
      <param name="content">A Stream that is the file content.</param>
    </member>
    <member name="T:DevExpress.Web.FileUploadCompleteEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxUploadControl.FileUploadComplete">ASPxUploadControl.FileUploadComplete</see> server event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FileUploadCompleteEventArgs.#ctor(System.String,System.Boolean,System.String,DevExpress.Web.UploadedFile)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileUploadCompleteEventArgs"/> class.</para>
      </summary>
      <param name="callBackData">A <see cref="T:System.String"/> value that contains the callback data.</param>
      <param name="isValid">true if the uploaded file is valid; otherwise, false.</param>
      <param name="errorText">A <see cref="T:System.String"/> value representing the error description.</param>
      <param name="uploadedFile">A <see cref="T:DevExpress.Web.UploadedFile"/> object that represents the uploaded file.</param>
    </member>
    <member name="M:DevExpress.Web.FileUploadCompleteEventArgs.#ctor(System.String,System.String,DevExpress.Web.UploadedFile)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FileUploadCompleteEventArgs"/> class.</para>
      </summary>
      <param name="callBackData">A <see cref="T:System.String"/> value that contains the callback data.</param>
      <param name="errorText">A <see cref="T:System.String"/> value representing the error description.</param>
      <param name="uploadedFile">A <see cref="T:DevExpress.Web.UploadedFile"/> object that represents the uploaded file.</param>
    </member>
    <member name="P:DevExpress.Web.FileUploadCompleteEventArgs.CallbackData">
      <summary>
        <para>Gets or sets a string that contains specific information (if any) to be passed from the server side to the client.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value representing callback data.</value>
    </member>
    <member name="P:DevExpress.Web.FileUploadCompleteEventArgs.ErrorText">
      <summary>
        <para>Gets or sets the error text.</para>
      </summary>
      <value>A string value that specifies the error text.</value>
    </member>
    <member name="P:DevExpress.Web.FileUploadCompleteEventArgs.IsValid">
      <summary>
        <para>Gets or sets a value specifying whether the uploaded file passes validation.</para>
      </summary>
      <value>true if the file is valid; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FileUploadCompleteEventArgs.UploadedFile">
      <summary>
        <para>Gets the uploaded file object related to the event.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.UploadedFile"/> object that represents the uploaded file related to the event.</value>
    </member>
    <member name="T:DevExpress.Web.FilterBox">
      <summary>
        <para>Represents a <see href="https://docs.devexpress.com/AspNet/3617/components/site-navigation-and-layout/title-index/visual-elements/filter-box">Filter Box</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FilterBox.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FilterBox"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FilterBox.#ctor(DevExpress.Web.ASPxTitleIndex)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FilterBox"/> class with the specified owner.</para>
      </summary>
      <param name="titleIndexControl">An <see cref="T:DevExpress.Web.ASPxTitleIndex"/> object.</param>
    </member>
    <member name="M:DevExpress.Web.FilterBox.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.FilterBox.AutoFocus">
      <summary>
        <para>Gets or sets a value that specifies whether the <see href="https://docs.devexpress.com/AspNet/3618/components/site-navigation-and-layout/title-index/visual-elements/filter-box-editor">filter box editor</see> automatically gets focus after a web page has been loaded into a browser.</para>
      </summary>
      <value>true if input focus is automatically moved to the filter box editor after page loading; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FilterBox.Caption">
      <summary>
        <para>Gets or sets the filter’s caption.</para>
      </summary>
      <value>A string value that specifies the filter’s caption.</value>
    </member>
    <member name="P:DevExpress.Web.FilterBox.Delay">
      <summary>
        <para>Gets or sets the time interval between the time when a user starts typing within the <see href="https://docs.devexpress.com/AspNet/3618/components/site-navigation-and-layout/title-index/visual-elements/filter-box-editor">Filter Box Editor</see>, and filtering is applied.</para>
      </summary>
      <value>An integer value that specifies the time interval in milliseconds.</value>
    </member>
    <member name="P:DevExpress.Web.FilterBox.HorizontalPosition">
      <summary>
        <para>Gets or sets the filter box’s horizontal position within the <see cref="T:DevExpress.Web.ASPxTitleIndex"/> control.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.FilterBoxPosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.FilterBox.InfoText">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/3619/components/site-navigation-and-layout/title-index/visual-elements/filter-box-info-text">Filter Box Info Text</see>.</para>
      </summary>
      <value>A string value that specifies the explanatory information regarding the available wildcard symbols.</value>
    </member>
    <member name="P:DevExpress.Web.FilterBox.VerticalPosition">
      <summary>
        <para>Gets or sets the filter box’s vertical position within the <see cref="T:DevExpress.Web.ASPxTitleIndex"/> control.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.FilterBoxVerticalPosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.FilterBox.Visible">
      <summary>
        <para>Gets or sets whether the <see href="https://docs.devexpress.com/AspNet/3617/components/site-navigation-and-layout/title-index/visual-elements/filter-box">Filter Box</see> is visible.</para>
      </summary>
      <value>true to show the filter box; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.FilterBoxEditorStyle">
      <summary>
        <para>Provides style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3618/components/site-navigation-and-layout/title-index/visual-elements/filter-box-editor">Filter Box Editor</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FilterBoxEditorStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FilterBoxEditorStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FilterBoxEditorStyle.Height">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/3618/components/site-navigation-and-layout/title-index/visual-elements/filter-box-editor">filter box editor</see>‘s height.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that specifies the editor’s height.</value>
    </member>
    <member name="P:DevExpress.Web.FilterBoxEditorStyle.VerticalAlign">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FilterBoxEditorStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FilterBoxEditorStyle.Width">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/3618/components/site-navigation-and-layout/title-index/visual-elements/filter-box-editor">filter box editor</see>‘s width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that specifies the editor’s width.</value>
    </member>
    <member name="T:DevExpress.Web.FilterBoxInfoTextStyle">
      <summary>
        <para>Provides style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3619/components/site-navigation-and-layout/title-index/visual-elements/filter-box-info-text">Filter Box Info Text</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FilterBoxInfoTextStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FilterBoxInfoTextStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FilterBoxInfoTextStyle.BackgroundImage">
      <summary>
        <para>Gets the background image of the <see href="https://docs.devexpress.com/AspNet/3619/components/site-navigation-and-layout/title-index/visual-elements/filter-box-info-text">filter box info text</see> element.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BackgroundImage"/> object that represents the background image.</value>
    </member>
    <member name="P:DevExpress.Web.FilterBoxInfoTextStyle.HorizontalAlign">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FilterBoxInfoTextStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FilterBoxInfoTextStyle.HoverStyle">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FilterBoxInfoTextStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FilterBoxInfoTextStyle.ImageSpacing">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FilterBoxInfoTextStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FilterBoxInfoTextStyle.Spacing">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FilterBoxInfoTextStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FilterBoxInfoTextStyle.VerticalAlign">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FilterBoxInfoTextStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FilterBoxInfoTextStyle.Wrap">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FilterBoxInfoTextStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FilterBoxPosition">
      <summary>
        <para>Lists values that specify the filter box’s horizontal position within the <see cref="T:DevExpress.Web.ASPxTitleIndex"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FilterBoxPosition.Center">
      <summary>
        <para>The <see href="https://docs.devexpress.com/AspNet/3617/components/site-navigation-and-layout/title-index/visual-elements/filter-box">Filter Box</see> is centered within the <see cref="T:DevExpress.Web.ASPxTitleIndex"/> control.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.FilterBoxPosition.Left">
      <summary>
        <para>The <see href="https://docs.devexpress.com/AspNet/3617/components/site-navigation-and-layout/title-index/visual-elements/filter-box">Filter Box</see> is aligned to the left edge of the <see cref="T:DevExpress.Web.ASPxTitleIndex"/> control.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.FilterBoxPosition.Right">
      <summary>
        <para>The <see href="https://docs.devexpress.com/AspNet/3617/components/site-navigation-and-layout/title-index/visual-elements/filter-box">Filter Box</see> is aligned to the right edge of the <see cref="T:DevExpress.Web.ASPxTitleIndex"/> control.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.FilterBoxStyle">
      <summary>
        <para>Provides style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3617/components/site-navigation-and-layout/title-index/visual-elements/filter-box">Filter Box</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FilterBoxStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FilterBoxStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FilterBoxStyle.HorizontalAlign">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FilterBoxStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FilterBoxStyle.HoverStyle">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FilterBoxStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FilterBoxStyle.ImageSpacing">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FilterBoxStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FilterBoxStyle.Spacing">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FilterBoxStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FilterBoxStyle.Wrap">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FilterBoxStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FilterBoxVerticalPosition">
      <summary>
        <para>Lists values that specify the filter box’s vertical position within the <see cref="T:DevExpress.Web.ASPxTitleIndex"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FilterBoxVerticalPosition.AboveIndexPanel">
      <summary>
        <para>The <see href="https://docs.devexpress.com/AspNet/3617/components/site-navigation-and-layout/title-index/visual-elements/filter-box">Filter Box</see> is located above the <see href="https://docs.devexpress.com/AspNet/3625/components/site-navigation-and-layout/title-index/visual-elements/index-panel">Index Panel</see>.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.FilterBoxVerticalPosition.BelowIndexPanel">
      <summary>
        <para>The <see href="https://docs.devexpress.com/AspNet/3617/components/site-navigation-and-layout/title-index/visual-elements/filter-box">Filter Box</see> is located below the <see href="https://docs.devexpress.com/AspNet/3625/components/site-navigation-and-layout/title-index/visual-elements/index-panel">Index Panel</see>.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.FilterControlButtonEditColumn">
      <summary>
        <para>Represents a filter column with the button editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FilterControlButtonEditColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FilterControlButtonEditColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FilterControlButtonEditColumn.PropertiesButtonEdit">
      <summary>
        <para>Gets the filter column editor’s settings.</para>
      </summary>
      <value>An object that contains settings specific to a button editor.</value>
    </member>
    <member name="T:DevExpress.Web.FilterControlCheckColumn">
      <summary>
        <para>Represents a filter column which contains Boolean values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FilterControlCheckColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FilterControlCheckColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FilterControlCheckColumn.PropertiesCheckEdit">
      <summary>
        <para>Gets the filter column editor’s settings.</para>
      </summary>
      <value>An object that contains settings specific to a checkbox editor.</value>
    </member>
    <member name="T:DevExpress.Web.FilterControlClientSideEvents">
      <summary>
        <para>Contains a client-side filter control’s event list.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FilterControlClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FilterControlClientSideEvents"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FilterControlClientSideEvents.Applied">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientFilterControl.Applied</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.FilterControlColumn">
      <summary>
        <para>Serves as a base for classes that represent filter columns.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FilterControlColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FilterControlColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FilterControlColumn.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="P:DevExpress.Web.FilterControlColumn.ColumnType">
      <summary>
        <para>Gets or sets the column’s data type.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FilterControlColumnType"/> enumeration value that specifies the column’s data type.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlColumn.DisplayName">
      <summary>
        <para>Gets or sets the filter column’s caption.</para>
      </summary>
      <value>A string value that specifies the filter column’s caption.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlColumn.PropertiesEdit">
      <summary>
        <para>Gets or sets the editor’s settings used to edit filter values.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditPropertiesBase"/> descendant that contains settings specific to a particular editor type.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlColumn.PropertyFullName">
      <summary>
        <para>Gets a filter control column property’s full name.</para>
      </summary>
      <value>A string value that specifies the column property’s full name.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlColumn.PropertyName">
      <summary>
        <para>Gets or sets a filter property’s name.</para>
      </summary>
      <value>A string value that specifies the filter property’s name.</value>
    </member>
    <member name="M:DevExpress.Web.FilterControlColumn.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>A string value that represents the current object.</returns>
    </member>
    <member name="T:DevExpress.Web.FilterControlColumnCollection">
      <summary>
        <para>Represents a collection of filter columns.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FilterControlColumnCollection.Add(DevExpress.Web.FilterControlColumn)">
      <summary>
        <para>Adds a column to the collection.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.FilterControlColumn"/> object that is a column.</param>
    </member>
    <member name="M:DevExpress.Web.FilterControlColumnCollection.AddRange(DevExpress.Web.FilterControlColumn[])">
      <summary>
        <para>Adds an array of <see cref="T:DevExpress.Web.FilterControlColumn"/> objects to the current collection.</para>
      </summary>
      <param name="columns">An array that contains zero or more <see cref="T:DevExpress.Web.FilterControlColumn"/> objects.</param>
    </member>
    <member name="P:DevExpress.Web.FilterControlColumnCollection.FilterControl">
      <summary>
        <para>Gets the collection owner.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxFilterControl"/> object that owns the current collection.</value>
    </member>
    <member name="M:DevExpress.Web.FilterControlColumnCollection.IndexOf(DevExpress.Web.FilterControlColumn)">
      <summary>
        <para>Returns the specified column’s position within the collection.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.FilterControlColumn"/> object to locate in the collection.</param>
      <returns>An integer value that specifies the column’s position within the collection. &#0045;1 if the collection doesn’t contain the specified column.</returns>
    </member>
    <member name="M:DevExpress.Web.FilterControlColumnCollection.Insert(System.Int32,DevExpress.Web.FilterControlColumn)">
      <summary>
        <para>Adds the specified column to the specified position within the collection.</para>
      </summary>
      <param name="index">An integer value that specifies the zero-based index at which the specified column should be inserted. If it’s negative or exceeds the number of elements, an exception is raised.</param>
      <param name="column">A <see cref="T:DevExpress.Web.FilterControlColumn"/> object to insert.</param>
    </member>
    <member name="P:DevExpress.Web.FilterControlColumnCollection.Item(System.Int32)">
      <summary>
        <para>Returns the column with the specified index.</para>
      </summary>
      <param name="index">An integer that specifies the index of the required column.</param>
      <value>A <see cref="T:DevExpress.Web.FilterControlColumn"/> object that represents a column at the specified position. null (Nothing in Visual Basic) if the column isn’t found.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlColumnCollection.Item(System.String)">
      <summary>
        <para>Returns the column with the specified filter property name.</para>
      </summary>
      <param name="propertyName">A <see cref="T:System.String"/> value that specifies the column’s filter property name.</param>
      <value>A <see cref="T:DevExpress.Web.FilterControlColumn"/> object that represents a column with the specified filter property name. null (Nothing in Visual Basic) if the column isn’t found.</value>
    </member>
    <member name="M:DevExpress.Web.FilterControlColumnCollection.Remove(DevExpress.Web.FilterControlColumn)">
      <summary>
        <para>Removes the specified column from the collection.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.FilterControlColumn"/> object to remove from the collection.</param>
    </member>
    <member name="M:DevExpress.Web.FilterControlColumnCollection.Remove(System.String)">
      <summary>
        <para>Removes a column with the specified name from the collection.</para>
      </summary>
      <param name="columnName">A string value specifying the column name.</param>
    </member>
    <member name="M:DevExpress.Web.FilterControlColumnCollection.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>The empty string.</returns>
    </member>
    <member name="T:DevExpress.Web.FilterControlColumnsCreatedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGridBase.FilterControlColumnsCreated">ASPxGridBase.FilterControlColumnsCreated</see> and <see cref="E:DevExpress.Web.ASPxGridBase.FilterControlColumnsCreated">ASPxGridBase.FilterControlColumnsCreated</see> events.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FilterControlColumnsCreatedEventArgs.#ctor(DevExpress.Web.FilterControlColumnCollection)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FilterControlColumnsCreatedEventArgs"/> class.</para>
      </summary>
      <param name="columns">A <see cref="T:DevExpress.Web.FilterControlColumnCollection"/> object that contains filter columns.</param>
    </member>
    <member name="P:DevExpress.Web.FilterControlColumnsCreatedEventArgs.Columns">
      <summary>
        <para>Gets a collection of filter columns.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FilterControlColumnCollection"/> object that contains filter columns.</value>
    </member>
    <member name="T:DevExpress.Web.FilterControlColumnsCreatedEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxGridBase.FilterControlColumnsCreated">ASPxGridBase.FilterControlColumnsCreated</see> and <see cref="E:DevExpress.Web.ASPxGridBase.FilterControlColumnsCreated">ASPxGridBase.FilterControlColumnsCreated</see> events.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.FilterControlColumnsCreatedEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.FilterControlColumnType">
      <summary>
        <para>Contains values that specify the data type of columns.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FilterControlColumnType.Boolean">
      <summary>
        <para>Contains Boolean values (the <see cref="T:System.Boolean"/> type).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FilterControlColumnType.DateTime">
      <summary>
        <para>Contains date/time values (the <see cref="T:System.DateTime"/> type).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FilterControlColumnType.Decimal">
      <summary>
        <para>Contains decimal values (the <see cref="T:System.Decimal"/> type).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FilterControlColumnType.Default">
      <summary>
        <para>Contains string values (the <see cref="T:System.String"/> type).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FilterControlColumnType.Double">
      <summary>
        <para>Contains double values (the <see cref="T:System.Double"/> type).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FilterControlColumnType.Integer">
      <summary>
        <para>Contains integer values (the <see cref="T:System.Int32"/> type).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FilterControlColumnType.String">
      <summary>
        <para>Contains string values (the <see cref="T:System.String"/> type).</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FilterControlComboBoxColumn">
      <summary>
        <para>Represents a filter column with the combo box editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FilterControlComboBoxColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FilterControlComboBoxColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FilterControlComboBoxColumn.PropertiesComboBox">
      <summary>
        <para>Gets the filter column editor’s settings.</para>
      </summary>
      <value>An object that contains settings specific to a combobox editor.</value>
    </member>
    <member name="T:DevExpress.Web.FilterControlComplexTypeColumn">
      <summary>
        <para>A filter column providing complex type data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FilterControlComplexTypeColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FilterControlComplexTypeColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FilterControlComplexTypeColumn.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings from the specified item 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="P:DevExpress.Web.FilterControlComplexTypeColumn.Columns">
      <summary>
        <para>Provides access to a collection of columns that the current complex type column contains.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FilterControlColumnCollection"/> object that is a collection of columns.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlComplexTypeColumn.DataType">
      <summary>
        <para>Specifies the type of data to which the current column is bound.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.FilterControlDataType"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.FilterControlCriteriaValueEditorCreateEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxFilterControlBase.CriteriaValueEditorCreate">ASPxFilterControlBase.CriteriaValueEditorCreate</see>, <see cref="E:DevExpress.Web.ASPxGridBase.FilterControlCriteriaValueEditorCreate">ASPxGridBase.FilterControlCriteriaValueEditorCreate</see>, and <see cref="E:DevExpress.Web.ASPxGridBase.FilterControlCriteriaValueEditorCreate">ASPxGridBase.FilterControlCriteriaValueEditorCreate</see> events.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FilterControlCriteriaValueEditorCreateEventArgs.#ctor(DevExpress.Web.FilterControlColumn,DevExpress.Web.EditPropertiesBase,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FilterControlCriteriaValueEditorCreateEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.FilterControlColumn"/> object that is the column whose editor is being created</param>
      <param name="editorProperties">An <see cref="T:DevExpress.Web.ASPxEditBase"/> class descendant object that is the processed editor.</param>
      <param name="value">A <see cref="T:System.Object"/> containing the processed editor value.</param>
    </member>
    <member name="P:DevExpress.Web.FilterControlCriteriaValueEditorCreateEventArgs.Column">
      <summary>
        <para>Gets the column whose editor is being created.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FilterControlColumn"/> object that is the column whose editor is being created.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlCriteriaValueEditorCreateEventArgs.EditorProperties">
      <summary>
        <para>Gets or sets the processed editor properties.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditPropertiesBase"/> class descendant object that is the processed editor properties.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlCriteriaValueEditorCreateEventArgs.Value">
      <summary>
        <para>Gets or sets the processed editor value.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> containing the processed editor value.</value>
    </member>
    <member name="T:DevExpress.Web.FilterControlCriteriaValueEditorCreateEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxFilterControlBase.CriteriaValueEditorCreate">ASPxFilterControlBase.CriteriaValueEditorCreate</see>, <see cref="E:DevExpress.Web.ASPxGridBase.FilterControlCriteriaValueEditorCreate">ASPxGridBase.FilterControlCriteriaValueEditorCreate</see>, and <see cref="E:DevExpress.Web.ASPxGridBase.FilterControlCriteriaValueEditorCreate">ASPxGridBase.FilterControlCriteriaValueEditorCreate</see> events.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.FilterControlCriteriaValueEditorCreateEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.FilterControlCriteriaValueEditorInitializeEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxFilterControlBase.CriteriaValueEditorInitialize">ASPxFilterControlBase.CriteriaValueEditorInitialize</see>, <see cref="E:DevExpress.Web.ASPxGridBase.FilterControlCriteriaValueEditorInitialize">ASPxGridBase.FilterControlCriteriaValueEditorInitialize</see>, and <see cref="E:DevExpress.Web.ASPxGridBase.FilterControlCriteriaValueEditorInitialize">ASPxGridBase.FilterControlCriteriaValueEditorInitialize</see> events.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FilterControlCriteriaValueEditorInitializeEventArgs.#ctor(DevExpress.Web.FilterControlColumn,DevExpress.Web.ASPxEditBase,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FilterControlCriteriaValueEditorInitializeEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.FilterControlColumn"/> object that is the column whose editor is being initialized</param>
      <param name="editor">An <see cref="T:DevExpress.Web.ASPxEditBase"/> class descendant object that is the processed editor.</param>
      <param name="value">A <see cref="T:System.Object"/> containing the processed editor value.</param>
    </member>
    <member name="P:DevExpress.Web.FilterControlCriteriaValueEditorInitializeEventArgs.Column">
      <summary>
        <para>Gets the column whose editor is being initialized.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FilterControlColumn"/> object that is the column whose editor is being initialized.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlCriteriaValueEditorInitializeEventArgs.Editor">
      <summary>
        <para>Gets the processed editor.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxEditBase"/> class descendant object that is the processed editor.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlCriteriaValueEditorInitializeEventArgs.Value">
      <summary>
        <para>Gets the processed editor value.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> containing the processed editor value.</value>
    </member>
    <member name="T:DevExpress.Web.FilterControlCriteriaValueEditorInitializeEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxFilterControlBase.CriteriaValueEditorInitialize">ASPxFilterControlBase.CriteriaValueEditorInitialize</see>, <see cref="E:DevExpress.Web.ASPxGridBase.FilterControlCriteriaValueEditorInitialize">ASPxGridBase.FilterControlCriteriaValueEditorInitialize</see>, and <see cref="E:DevExpress.Web.ASPxGridBase.FilterControlCriteriaValueEditorInitialize">ASPxGridBase.FilterControlCriteriaValueEditorInitialize</see> events.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.FilterControlCriteriaValueEditorInitializeEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.FilterControlCustomValueDisplayTextEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxFilterControlBase.CustomValueDisplayText">ASPxFilterControlBase.CustomValueDisplayText</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FilterControlCustomValueDisplayTextEventArgs.#ctor(DevExpress.Web.IFilterablePropertyInfo,System.Object,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FilterControlCustomValueDisplayTextEventArgs"/> class.</para>
      </summary>
      <param name="propertyInfo">A <see cref="T:DevExpress.Web.IFilterablePropertyInfo"/> object that represents a filterable property.</param>
      <param name="value">An object that represents a filterable property’s value.</param>
      <param name="displayText">A string object that represents the entered custom value.</param>
    </member>
    <member name="P:DevExpress.Web.FilterControlCustomValueDisplayTextEventArgs.DisplayText">
      <summary>
        <para>Gets or sets the display text of the entered filter value.</para>
      </summary>
      <value>A string that represents the entered filter value’s display text.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlCustomValueDisplayTextEventArgs.EncodeHtml">
      <summary>
        <para>Gets or sets a value that specifies whether the filter value display text keeps any of its values that are HTML as HTML, or instead, strips out the HTML markers.</para>
      </summary>
      <value>true if the HTML code contained within the <see cref="P:DevExpress.Web.FilterControlCustomValueDisplayTextEventArgs.DisplayText">FilterControlCustomValueDisplayTextEventArgs.DisplayText</see> property value is not executed and is converted into the corresponding text for display purposes, false if the property value can contain pure HTML code.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlCustomValueDisplayTextEventArgs.PropertyInfo">
      <summary>
        <para>Gets the filterable property of the filter expression.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.IFilterablePropertyInfo"/> object that represents a filterable property.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlCustomValueDisplayTextEventArgs.Value">
      <summary>
        <para>Gets the custom value entered into the filter bar by an end user.</para>
      </summary>
      <value>An object that represents a custom value.</value>
    </member>
    <member name="T:DevExpress.Web.FilterControlCustomValueDisplayTextEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxFilterControlBase.CustomValueDisplayText">ASPxFilterControlBase.CustomValueDisplayText</see> event.</para>
      </summary>
      <param name="sender">An object representing the event source. Identifies the filter control that raised the event.</param>
      <param name="e">An <see cref="T:DevExpress.Web.FilterControlCustomValueDisplayTextEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.FilterControlDataType">
      <summary>
        <para>Lists values that specify the type of data displayed in the <see cref="T:DevExpress.Web.FilterControlComplexTypeColumn"/> column.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FilterControlDataType.List">
      <summary>
        <para>The column is bound to a list.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FilterControlDataType.Object">
      <summary>
        <para>The column is bound to an object.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FilterControlDateColumn">
      <summary>
        <para>Represents a filter column which contains DateTime values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FilterControlDateColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FilterControlDateColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FilterControlDateColumn.PropertiesDateEdit">
      <summary>
        <para>Gets the filter column editor’s settings.</para>
      </summary>
      <value>An object that contains settings specific to a date editor.</value>
    </member>
    <member name="T:DevExpress.Web.FilterControlEditColumn">
      <summary>
        <para>Serves as a base for classes that represent filter columns.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FilterControlEditColumn.PropertiesEdit">
      <summary>
        <para>Gets or sets the filter column editor’s settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditPropertiesBase"/> descendant that contains settings specific to a particular editor type.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlEditColumn.PropertiesEditType">
      <summary>
        <para>This member supports the infrastructure and cannot be used directly from your code.</para>
      </summary>
      <value>The empty string.</value>
    </member>
    <member name="T:DevExpress.Web.FilterControlGroupOperationsVisibility">
      <summary>
        <para>Provides settings that affect the filter control group operators visibility.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FilterControlGroupOperationsVisibility.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FilterControlGroupOperationsVisibility"/> 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.FilterControlGroupOperationsVisibility.AddCondition">
      <summary>
        <para>Specifies the visibility of the Add Condition item.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlGroupOperationsVisibility.AddGroup">
      <summary>
        <para>Specifies the visibility of the Add Group item.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlGroupOperationsVisibility.And">
      <summary>
        <para>Specifies the visibility of the And item.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.FilterControlGroupOperationsVisibility.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.FilterControlGroupOperationsVisibility.NotAnd">
      <summary>
        <para>Specifies the visibility of the Not And item.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlGroupOperationsVisibility.NotOr">
      <summary>
        <para>Specifies the visibility of the Not Or item.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlGroupOperationsVisibility.Or">
      <summary>
        <para>Specifies the visibility of the Or item.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlGroupOperationsVisibility.Remove">
      <summary>
        <para>Specifies the visibility of the Remove item.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.FilterControlHyperLinkColumn">
      <summary>
        <para>Represents a filter column with the hyperlink functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FilterControlHyperLinkColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FilterControlHyperLinkColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FilterControlHyperLinkColumn.PropertiesHyperLinkEdit">
      <summary>
        <para>Gets the filter column editor’s settings.</para>
      </summary>
      <value>An object that contains settings specific to a hyperlink editor.</value>
    </member>
    <member name="T:DevExpress.Web.FilterControlImageButtonStyle">
      <summary>
        <para>Contains styles settings defining the add and remove buttons appearance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FilterControlImageButtonStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FilterControlImageButtonStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FilterControlImages">
      <summary>
        <para>Contains settings that define images displayed within the ASPxFilterControl’s elements.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.AddButton">
      <summary>
        <para>Gets the settings of an image displayed within the Add button which is used to add new conditions.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.AddButtonHot">
      <summary>
        <para>Gets the settings of an image displayed within the Add button when it is hot-tracked.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.AddCondition">
      <summary>
        <para>Gets the settings of an image displayed within the Add Condition menu item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.AddGroup">
      <summary>
        <para>Gets the settings of an image displayed within the Add Group menu item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.DateTimeOperatorsRootItem">
      <summary>
        <para>Gets an object that defines an image for the Date and time operators menu item.</para>
      </summary>
      <value>An object that defines image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.GroupTypeAnd">
      <summary>
        <para>Gets the settings of an image displayed within the And menu item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.GroupTypeNotAnd">
      <summary>
        <para>Gets the settings of an image displayed within the Not And menu item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.GroupTypeNotOr">
      <summary>
        <para>Gets the settings of an image displayed within the Not Or menu item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.GroupTypeOr">
      <summary>
        <para>Gets the settings of an image displayed within the Or menu item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperandButtonField">
      <summary>
        <para>Gets the settings of an image displayed in the Operand Type <see href="https://docs.devexpress.com/AspNet/11155/components/data-editors/aspxfiltercontrol/visual-elements#buttons">button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperandButtonFieldHot">
      <summary>
        <para>Gets the settings of an image displayed in the Operand Type <see href="https://docs.devexpress.com/AspNet/11155/components/data-editors/aspxfiltercontrol/visual-elements#buttons">button</see> when it is hot-tracked.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperandButtonValue">
      <summary>
        <para>Gets the settings of an image displayed in the Operand Type <see href="https://docs.devexpress.com/AspNet/11155/components/data-editors/aspxfiltercontrol/visual-elements#buttons">button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperandButtonValueHot">
      <summary>
        <para>Gets the settings of an image displayed in the Operand Type <see href="https://docs.devexpress.com/AspNet/11155/components/data-editors/aspxfiltercontrol/visual-elements#buttons">button</see> when it is hot-tracked.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationAnyOf">
      <summary>
        <para>Gets the settings of an image displayed within the Is any of menu item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationBeginsWith">
      <summary>
        <para>Gets the settings of an image displayed within the Begins with menu item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationBetween">
      <summary>
        <para>Gets the settings of an image displayed within the Is between menu item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationContains">
      <summary>
        <para>Gets the settings of an image displayed within the Contains menu item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationDoesNotContain">
      <summary>
        <para>Gets the settings of an image displayed within the Does not contain menu item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationDoesNotEqual">
      <summary>
        <para>Gets the settings of an image displayed within the Does not equal menu item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationEndsWith">
      <summary>
        <para>Gets the settings of an image displayed within the Ends with menu item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationEquals">
      <summary>
        <para>Gets the settings of an image displayed within the Equals menu item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationGreater">
      <summary>
        <para>Gets the settings of an image displayed within the Is greater than menu item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationGreaterOrEqual">
      <summary>
        <para>Gets the settings of an image displayed within the Is greater than or equal to menu item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationIsApril">
      <summary>
        <para>Gets an object that defines an image for the Is April menu item.</para>
      </summary>
      <value>An object that defines image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationIsAugust">
      <summary>
        <para>Gets an object that defines an image for the Is August menu item.</para>
      </summary>
      <value>An object that defines image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationIsBeyondThisYear">
      <summary>
        <para>Gets an object that defines an image for the Is beyond this year menu item.</para>
      </summary>
      <value>An object that defines image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationIsDecember">
      <summary>
        <para>Gets an object that defines an image for the Is December menu item.</para>
      </summary>
      <value>An object that defines image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationIsEarlierThisMonth">
      <summary>
        <para>Gets an object that defines an image for the Is earlier this month menu item.</para>
      </summary>
      <value>An object that defines image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationIsEarlierThisWeek">
      <summary>
        <para>Gets an object that defines an image for the Is earlier this week menu item.</para>
      </summary>
      <value>An object that defines image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationIsEarlierThisYear">
      <summary>
        <para>Gets an object that defines an image for the Is earlier this year menu item.</para>
      </summary>
      <value>An object that defines image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationIsFebruary">
      <summary>
        <para>Gets an object that defines an image for the Is February menu item.</para>
      </summary>
      <value>An object that defines image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationIsJanuary">
      <summary>
        <para>Gets an object that defines an image for the Is January menu item.</para>
      </summary>
      <value>An object that defines image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationIsJuly">
      <summary>
        <para>Gets an object that defines an image for the Is July menu item.</para>
      </summary>
      <value>An object that defines image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationIsJune">
      <summary>
        <para>Gets an object that defines an image for the Is June menu item.</para>
      </summary>
      <value>An object that defines image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationIsLastMonth">
      <summary>
        <para>Gets an object that defines an image for the Is last month menu item.</para>
      </summary>
      <value>An object that defines image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationIsLastWeek">
      <summary>
        <para>Gets an object that defines an image for the Is last week menu item.</para>
      </summary>
      <value>An object that defines image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationIsLastYear">
      <summary>
        <para>Gets an object that defines an image for the Is last year menu item.</para>
      </summary>
      <value>An object that defines image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationIsLaterThisMonth">
      <summary>
        <para>Gets an object that defines an image for the Is later this month menu item.</para>
      </summary>
      <value>An object that defines image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationIsLaterThisWeek">
      <summary>
        <para>Gets an object that defines an image for the Is later this week menu item.</para>
      </summary>
      <value>An object that defines image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationIsLaterThisYear">
      <summary>
        <para>Gets an object that defines an image for the Is later this year menu item.</para>
      </summary>
      <value>An object that defines image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationIsMarch">
      <summary>
        <para>Gets an object that defines an image for the Is March menu item.</para>
      </summary>
      <value>An object that defines image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationIsMay">
      <summary>
        <para>Gets an object that defines an image for the Is May menu item.</para>
      </summary>
      <value>An object that defines image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationIsNextMonth">
      <summary>
        <para>Gets an object that defines an image for the Is next month menu item.</para>
      </summary>
      <value>An object that defines image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationIsNextWeek">
      <summary>
        <para>Gets an object that defines an image for the Is next week menu item.</para>
      </summary>
      <value>An object that defines image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationIsNextYear">
      <summary>
        <para>Gets an object that defines an image for the Is next year menu item.</para>
      </summary>
      <value>An object that defines image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationIsNotNull">
      <summary>
        <para>Gets the settings of an image displayed within the Is not blank menu item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationIsNovember">
      <summary>
        <para>Gets an object that defines an image for the Is November menu item.</para>
      </summary>
      <value>An object that defines image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationIsNull">
      <summary>
        <para>Gets the settings of an image displayed within the Is blank menu item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationIsOctober">
      <summary>
        <para>Gets an object that defines an image for the Is October menu item.</para>
      </summary>
      <value>An object that defines image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationIsPriorThisYear">
      <summary>
        <para>Gets an object that defines an image for the Is prior to this year menu item.</para>
      </summary>
      <value>An object that defines image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationIsSameDay">
      <summary>
        <para>Gets an object that defines an image for the Is the same day menu item.</para>
      </summary>
      <value>An object that defines image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationIsSeptember">
      <summary>
        <para>Gets an object that defines an image for the Is September menu item.</para>
      </summary>
      <value>An object that defines image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationIsThisMonth">
      <summary>
        <para>Gets an object that defines an image for the Is this month menu item.</para>
      </summary>
      <value>An object that defines image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationIsThisWeek">
      <summary>
        <para>Gets an object that defines an image for the Is this week menu item.</para>
      </summary>
      <value>An object that defines image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationIsThisYear">
      <summary>
        <para>Gets an object that defines an image for the Is this year menu item.</para>
      </summary>
      <value>An object that defines image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationIsToday">
      <summary>
        <para>Gets an object that defines an image for the Is today menu item.</para>
      </summary>
      <value>An object that defines image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationIsTomorrow">
      <summary>
        <para>Gets an object that defines an image for the Is tomorrow menu item.</para>
      </summary>
      <value>An object that defines image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationIsYearToDate">
      <summary>
        <para>Gets an object that defines an image for the Is the year-to-date period menu item.</para>
      </summary>
      <value>An object that defines image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationIsYesterday">
      <summary>
        <para>Gets an object that defines an image for the Is yesterday menu item.</para>
      </summary>
      <value>An object that defines image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationLess">
      <summary>
        <para>Gets the settings of an image displayed within the Is less than menu item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationLessOrEqual">
      <summary>
        <para>Gets the settings of an image displayed within the Is less than or equal to menu item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationLike">
      <summary>
        <para>Gets the settings of an image displayed within the Is like menu item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationNoneOf">
      <summary>
        <para>Gets the settings of an image displayed within the Is none of menu item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationNotBetween">
      <summary>
        <para>Gets the settings of an image displayed within the Is not between menu item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.OperationNotLike">
      <summary>
        <para>Gets the settings of an image displayed within the Is not like menu item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.RemoveButton">
      <summary>
        <para>Gets the settings of an image displayed within the Remove button which is used to remove conditions.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.RemoveButtonHot">
      <summary>
        <para>Gets the settings of an image displayed within the Remove button when it is hot-tracked.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlImages.RemoveGroup">
      <summary>
        <para>Gets the settings of an image displayed within the Remove menu item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="M:DevExpress.Web.FilterControlImages.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>The empty string.</returns>
    </member>
    <member name="T:DevExpress.Web.FilterControlMemoColumn">
      <summary>
        <para>Represents a filter column which contains memo data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FilterControlMemoColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FilterControlMemoColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FilterControlMemoColumn.PropertiesMemoEdit">
      <summary>
        <para>Gets the filter column editor’s settings.</para>
      </summary>
      <value>An object that contains settings specific to a memo editor.</value>
    </member>
    <member name="T:DevExpress.Web.FilterControlOperationVisibilityEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxFilterControlBase.OperationVisibility">ASPxFilterControlBase.OperationVisibility</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FilterControlOperationVisibilityEventArgs.#ctor(DevExpress.Web.IFilterablePropertyInfo,DevExpress.Data.Filtering.Helpers.ClauseType,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FilterControlOperationVisibilityEventArgs"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FilterControlOperationVisibilityEventArgs.CustomFunctionName">
      <summary>
        <para>Gets a custom filter function name.</para>
      </summary>
      <value>A function name.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlOperationVisibilityEventArgs.FunctionType">
      <summary>
        <para>Gets a function-based comparison operator type.</para>
      </summary>
      <value>An enumeration value.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlOperationVisibilityEventArgs.Operation">
      <summary>
        <para>Gets the comparison operator type.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Data.Filtering.Helpers.ClauseType"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlOperationVisibilityEventArgs.PropertyInfo">
      <summary>
        <para>Gets the filterable property of the filter expression.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.IFilterablePropertyInfo"/> object that represents a filterable property.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlOperationVisibilityEventArgs.Visible">
      <summary>
        <para>Gets or sets a value specifying whether the filter operation is visible.</para>
      </summary>
      <value>true if the operation is visible; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.FilterControlOperationVisibilityEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxFilterControlBase.OperationVisibility">ASPxFilterControlBase.OperationVisibility</see> event.</para>
      </summary>
      <param name="sender">An object representing the event source. Identifies the filter control that raised the event.</param>
      <param name="e">An <see cref="T:DevExpress.Web.FilterControlOperationVisibilityEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.FilterControlParseValueEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxFilterControlBase.ParseValue">ASPxFilterControlBase.ParseValue</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FilterControlParseValueEventArgs.#ctor(DevExpress.Web.IFilterablePropertyInfo,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FilterControlParseValueEventArgs"/> class.</para>
      </summary>
      <param name="propertyInfo">A <see cref="T:DevExpress.Web.IFilterablePropertyInfo"/> object that represents the filterable property.</param>
      <param name="text">A string value that specifies the filter expression value currently being applied.</param>
    </member>
    <member name="P:DevExpress.Web.FilterControlParseValueEventArgs.Handled">
      <summary>
        <para>Gets or sets a value specifying whether the event was handled.</para>
      </summary>
      <value>true if the event was handled and default processing should not occur; false if the event should be handled using default processing.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlParseValueEventArgs.PropertyInfo">
      <summary>
        <para>Gets the filterable property of the filter expression.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.IFilterablePropertyInfo"/> object that represents a filterable property.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlParseValueEventArgs.Text">
      <summary>
        <para>Gets the filterable property’s value entered into the filter bar by an end user.</para>
      </summary>
      <value>A string value entered into the filter bar by an end user.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlParseValueEventArgs.Value">
      <summary>
        <para>Gets or sets a value that represents the filter condition for the filter control.</para>
      </summary>
      <value>An object that represents a value.</value>
    </member>
    <member name="T:DevExpress.Web.FilterControlParseValueEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxFilterControlBase.ParseValue">ASPxFilterControlBase.ParseValue</see> event.</para>
      </summary>
      <param name="sender">An object representing the event source. Identifies the filter control that raised the event.</param>
      <param name="e">An <see cref="T:DevExpress.Web.FilterControlParseValueEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.FilterControlSettings">
      <summary>
        <para>Serves as a base class containing filter control settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FilterControlSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FilterControlSettings"/> 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.FilterControlSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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="F:DevExpress.Web.FilterControlSettings.DefaultHierarchicalColumnPopupHeight">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FilterControlSettings.DefaultMaxHierarchyDepth">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FilterControlSpinEditColumn">
      <summary>
        <para>Represents a filter column which contains numeric data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FilterControlSpinEditColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FilterControlSpinEditColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FilterControlSpinEditColumn.PropertiesSpinEdit">
      <summary>
        <para>Gets the filter column editor’s settings.</para>
      </summary>
      <value>An object that contains settings specific to a spin editor.</value>
    </member>
    <member name="T:DevExpress.Web.FilterControlStyles">
      <summary>
        <para>Provides style settings used to define the appearance of the <see cref="T:DevExpress.Web.ASPxFilterControl"/> visual elements.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FilterControlStyles.ActiveTab">
      <summary>
        <para>Gets the style settings that define an active <see href="https://docs.devexpress.com/AspNet/11155/components/data-editors/aspxfiltercontrol/visual-elements#tab">tab</see> appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TabStyle"/> object that contains style settings.</value>
    </member>
    <member name="F:DevExpress.Web.FilterControlStyles.ActiveTabStyleName">
      <summary>
        <para>For internal use only. Returns “ActiveTab”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FilterControlStyles.GroupType">
      <summary>
        <para>Gets the style settings that define the combining operator appearance.</para>
      </summary>
      <value>An DevExpress.Web.FilterControlLinkStyle object that contains style settings.</value>
    </member>
    <member name="F:DevExpress.Web.FilterControlStyles.GroupTypeStyleName">
      <summary>
        <para>For internal use only. Returns “GroupType”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FilterControlStyles.ImageButton">
      <summary>
        <para>Gets the style settings that define the add and remove buttons appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.FilterControlImageButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="F:DevExpress.Web.FilterControlStyles.ImageButtonStyleName">
      <summary>
        <para>For internal use only. Returns “ImageButton”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FilterControlStyles.Operation">
      <summary>
        <para>Gets the style settings that define the comparison operator appearance.</para>
      </summary>
      <value>An DevExpress.Web.FilterControlLinkStyle object that contains style settings.</value>
    </member>
    <member name="F:DevExpress.Web.FilterControlStyles.OperationStyleName">
      <summary>
        <para>For internal use only. Returns “OperationStyle”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FilterControlStyles.PropertyName">
      <summary>
        <para>Gets the style settings that define the field name appearance.</para>
      </summary>
      <value>An DevExpress.Web.FilterControlLinkStyle object that contains style settings.</value>
    </member>
    <member name="F:DevExpress.Web.FilterControlStyles.PropertyNameStyleName">
      <summary>
        <para>For internal use only. Returns “PropertyName”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FilterControlStyles.Tab">
      <summary>
        <para>Gets the style settings that define a <see href="https://docs.devexpress.com/AspNet/11155/components/data-editors/aspxfiltercontrol/visual-elements#tab">tab</see> appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TabStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.FilterControlStyles.TabContent">
      <summary>
        <para>Gets the style settings that define a <see href="https://docs.devexpress.com/AspNet/11155/components/data-editors/aspxfiltercontrol/visual-elements#tab">tab</see> content’s appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ContentStyle"/> object that contains style settings.</value>
    </member>
    <member name="F:DevExpress.Web.FilterControlStyles.TabContentStyleName">
      <summary>
        <para>For internal use only. Returns “TabContent”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FilterControlStyles.Table">
      <summary>
        <para>Gets the style settings that define the filter area appearance.</para>
      </summary>
      <value>An DevExpress.Web.FilterControlTableStyle object that contains style settings.</value>
    </member>
    <member name="F:DevExpress.Web.FilterControlStyles.TableStyleName">
      <summary>
        <para>For internal use only. Returns “Table”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FilterControlStyles.TabStyleName">
      <summary>
        <para>For internal use only. Returns “Tab”.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FilterControlStyles.ToString">
      <summary>
        <para>Returns a string that is the current object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> that is the current <see cref="T:DevExpress.Web.FilterControlStyles"/> object.</returns>
    </member>
    <member name="P:DevExpress.Web.FilterControlStyles.Value">
      <summary>
        <para>Gets the style settings that define the criteria value appearance.</para>
      </summary>
      <value>An DevExpress.Web.FilterControlLinkStyle object that contains style settings.</value>
    </member>
    <member name="F:DevExpress.Web.FilterControlStyles.ValueStyleName">
      <summary>
        <para>For internal use only. Returns “Value”.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FilterControlTextColumn">
      <summary>
        <para>Represents a filter column which contains string values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FilterControlTextColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FilterControlTextColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FilterControlTextColumn.PropertiesTextEdit">
      <summary>
        <para>Gets the filter column editor’s settings.</para>
      </summary>
      <value>An object that contains settings specific to a textbox editor.</value>
    </member>
    <member name="T:DevExpress.Web.FilterControlViewMode">
      <summary>
        <para>Lists values that specify the visibility of the text filter expression editor.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FilterControlViewMode.Visual">
      <summary>
        <para>The editor displays the Visual tab only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FilterControlViewMode.VisualAndText">
      <summary>
        <para>The editor displays the Visual and Text tabs.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FilterValue">
      <summary>
        <para>Represents an item within the <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">Header Filter</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FilterValue.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FilterValue"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FilterValue.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FilterValue"/> class with the specified settings.</para>
      </summary>
      <param name="displayText">A <see cref="T:System.String"/> value that specifies the text displayed within the <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">Header Filter</see>. This value is assigned to the <see cref="P:DevExpress.Web.FilterValue.DisplayText">FilterValue.DisplayText</see> property.</param>
      <param name="value">A <see cref="T:System.String"/> value that specifies the filter item’s value. This value is assigned to the <see cref="P:DevExpress.Web.FilterValue.Value">FilterValue.Value</see> property.</param>
      <param name="query">A <see cref="T:System.String"/> value that specifies the item’s filter expression. This value is assigned to the <see cref="P:DevExpress.Web.FilterValue.Query">FilterValue.Query</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.FilterValue.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FilterValue"/> class with the specified display text and value.</para>
      </summary>
      <param name="displayText">A <see cref="T:System.String"/> value that specifies the text displayed within the <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">Header Filter</see>. This value is assigned to the <see cref="P:DevExpress.Web.FilterValue.DisplayText">FilterValue.DisplayText</see> property.</param>
      <param name="value">A <see cref="T:System.String"/> value that specifies the filter item’s value. This value is assigned to the <see cref="P:DevExpress.Web.FilterValue.Value">FilterValue.Value</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.FilterValue.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings from the specified item 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="P:DevExpress.Web.FilterValue.BeginGroup">
      <summary>
        <para>Gets or sets a value that specifies whether the current filter value starts a group.</para>
      </summary>
      <value>true, if the current filter value starts a group; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.FilterValue.CreateShowAllValue(System.String)">
      <summary>
        <para>Returns the (All) filter item used to clear filtering by a column’s values.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item’s display text.</param>
      <returns>Returns the filter item used to clear filtering.</returns>
    </member>
    <member name="M:DevExpress.Web.FilterValue.CreateShowBlanksValue(DevExpress.Web.CardViewColumn,System.String)">
      <summary>
        <para>Creates and returns the (Blanks) filter item used to filter a column by blank values.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.CardViewColumn"/> object that is the card view column.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item’s display text.</param>
      <returns>Returns the filter item used to filter by blank values.</returns>
    </member>
    <member name="M:DevExpress.Web.FilterValue.CreateShowBlanksValue(DevExpress.Web.GridViewDataColumn,System.String)">
      <summary>
        <para>Creates and returns the (Blanks) filter item used to filter a column by blank values.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewDataColumn"/> object that is the data column.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item’s display text.</param>
      <returns>Returns the filter item used to filter by blank values.</returns>
    </member>
    <member name="M:DevExpress.Web.FilterValue.CreateShowBlanksValue(DevExpress.Web.VerticalGridDataRow,System.String)">
      <summary>
        <para>Creates and returns the (Blanks) filter item used to filter a column by blank values.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.VerticalGridDataRow"/> object that is the data row.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item’s display text.</param>
      <returns>Returns the filter item used to filter by blank values.</returns>
    </member>
    <member name="M:DevExpress.Web.FilterValue.CreateShowBlanksValue(System.String,System.String)">
      <summary>
        <para>Returns the (Blanks) filter item used to filter a column by blank values.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of a data field whose values to be filtered.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item’s display text.</param>
      <returns>Returns the filter item used to filter by blank values.</returns>
    </member>
    <member name="M:DevExpress.Web.FilterValue.CreateShowNonBlanksValue(DevExpress.Web.CardViewColumn,System.String)">
      <summary>
        <para>Creates and returns the (Non blanks) filter item used to filter a column by non blank values.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.CardViewColumn"/> object that is the card view column.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item’s display text.</param>
      <returns>Returns the filter item used to filter by non blank values.</returns>
    </member>
    <member name="M:DevExpress.Web.FilterValue.CreateShowNonBlanksValue(DevExpress.Web.GridViewDataColumn,System.String)">
      <summary>
        <para>Creates and returns the (Non blanks) filter item used to filter a column by non blank values.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewDataColumn"/> object that is the data column.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item’s display text.</param>
      <returns>Returns the filter item used to filter by non blank values.</returns>
    </member>
    <member name="M:DevExpress.Web.FilterValue.CreateShowNonBlanksValue(DevExpress.Web.VerticalGridDataRow,System.String)">
      <summary>
        <para>Creates and returns the (Non blanks) filter item used to filter a column by non blank values.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.VerticalGridDataRow"/> object that is the data row.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item’s display text.</param>
      <returns>Returns the filter item used to filter by non blank values.</returns>
    </member>
    <member name="M:DevExpress.Web.FilterValue.CreateShowNonBlanksValue(System.String,System.String)">
      <summary>
        <para>Returns the (Non blanks) filter item used to filter a column by non blank values.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that specifies the name of a data field whose values to be filtered.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item’s display text.</param>
      <returns>Returns the filter item used to filter by non blank values.</returns>
    </member>
    <member name="P:DevExpress.Web.FilterValue.DisplayText">
      <summary>
        <para>Gets or sets the filter item’s display text.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item’s text displayed within the <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">Header Filter</see>.</value>
    </member>
    <member name="F:DevExpress.Web.FilterValue.FilterAllQuery">
      <summary>
        <para>The Show All filter query.</para>
      </summary>
      <value>“(ShowAll)”</value>
    </member>
    <member name="F:DevExpress.Web.FilterValue.FilterCalendarQuery">
      <summary>
        <para>The calendar filter query.</para>
      </summary>
      <value>“(Calendar)”</value>
    </member>
    <member name="F:DevExpress.Web.FilterValue.FilterDateRangePickerQuery">
      <summary>
        <para>The date range picker filter query.</para>
      </summary>
      <value>“(DateRangePicker)”</value>
    </member>
    <member name="F:DevExpress.Web.FilterValue.FilterNumericRangePickerQuery">
      <summary>
        <para>The numeric range picker filter query.</para>
      </summary>
      <value>“(NumericRangePicker)”</value>
    </member>
    <member name="P:DevExpress.Web.FilterValue.IsCalendarFilter">
      <summary>
        <para>Indicates whether the calendar editor is used to filter column values.</para>
      </summary>
      <value>true, if the calendar editor is used to filter column values; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FilterValue.IsDateRangePickerFilter">
      <summary>
        <para>Indicates whether the date range picker is used to filter column values.</para>
      </summary>
      <value>true, if the date range picker is used to filter column values; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FilterValue.IsEmpty">
      <summary>
        <para>Indicates whether the filter value corresponds to an empty filter.</para>
      </summary>
      <value>true if the filter value corresponds to an empty filter; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FilterValue.IsFilterByQuery">
      <summary>
        <para>Indicates whether the complex filter expression is used to filter column values.</para>
      </summary>
      <value>true if the complex filter expression is used to filter column values; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FilterValue.IsFilterByValue">
      <summary>
        <para>Indicates whether the Equals to filter criterion is used.</para>
      </summary>
      <value>true if the Equals to filter criterion is used to filter column values; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FilterValue.IsNumericRangePickerFilter">
      <summary>
        <para>Indicates whether the numeric range picker is used to filter column values.</para>
      </summary>
      <value>true, if the numeric range picker is used to filter column values; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FilterValue.IsShowAllFilter">
      <summary>
        <para>Indicates whether the filter value corresponds to an empty filter.</para>
      </summary>
      <value>true if the filter value corresponds to an empty filter; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FilterValue.Query">
      <summary>
        <para>Gets or sets the filter expression.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the filter expression.</value>
    </member>
    <member name="M:DevExpress.Web.FilterValue.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>A string value that specifies the filter value’s display text.</returns>
    </member>
    <member name="P:DevExpress.Web.FilterValue.Value">
      <summary>
        <para>Gets or sets the filter value.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the filter item’s value.</value>
    </member>
    <member name="T:DevExpress.Web.FirstButtonProperties">
      <summary>
        <para>Contains settings specific to the button that when clicked, navigates a user to the first page.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FirstButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner,System.Boolean,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FirstButtonProperties"/> 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="visible">true to display the button within the control; otherwise, false. This value is assigned to the <see cref="P:DevExpress.Web.PagerButtonProperties.Visible">PagerButtonProperties.Visible</see> property.</param>
      <param name="text">A string value that specifies the button’s text. This value is assigned to the <see cref="P:DevExpress.Web.PagerButtonProperties.Text">PagerButtonProperties.Text</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.FirstButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FirstButtonProperties"/> class.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
      <param name="visible">true to display the button within the control; otherwise, false. This value is assigned to the <see cref="P:DevExpress.Web.PagerButtonProperties.Visible">PagerButtonProperties.Visible</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.FirstButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FirstButtonProperties"/> 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.FirstSubMenuDirection">
      <summary>
        <para>Lists the values that specify the direction in which the first sub menu is displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FirstSubMenuDirection.Auto">
      <summary>
        <para>The first sub-menu direction is determined automatically.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FirstSubMenuDirection.LeftOrTop">
      <summary>
        <para>The first sub-menu is displayed to the left of the menu for a vertically oriented menu, and above the menu for a horizontally oriented menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FirstSubMenuDirection.RightOrBottom">
      <summary>
        <para>The first sub-menu is displayed to the right of the menu for a vertically oriented menu, and below the menu for a horizontally oriented menu.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FlashAlign">
      <summary>
        <para>Lists values that specify the location of a Flash movie in the browser window.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FlashAlign.Bottom">
      <summary>
        <para>Aligns the movie along the bottom edge of the browser window, and crops the remaining three sides as needed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FlashAlign.BottomLeft">
      <summary>
        <para>Aligns the movie to the bottom left corner of the browser window, and crops the top remaining right side as needed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FlashAlign.BottomRight">
      <summary>
        <para>Aligns the movie to the bottom right corner of the browser window, and crops the top remaining left side as needed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FlashAlign.Left">
      <summary>
        <para>Aligns the movie along the left edge of the browser window, and crops the remaining three sides as needed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FlashAlign.NotSet">
      <summary>
        <para>Centers the movie in the browser window, and crops edges if the browser window is smaller than the movie.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FlashAlign.Right">
      <summary>
        <para>Aligns the movie along the right edge of the browser window, and crops the remaining three sides as needed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FlashAlign.Top">
      <summary>
        <para>Aligns the movie along the top edge of the browser window, and crops the remaining three sides as needed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FlashAlign.TopLeft">
      <summary>
        <para>Aligns the movie to the top left corner of the browser window, and crops the bottom remaining right side as needed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FlashAlign.TopRight">
      <summary>
        <para>Aligns the movie to the top right corner of the browser window, and crops the bottom remaining left side as needed.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FlashObjectProperties">
      <summary>
        <para>Provides settings for flash clips.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FlashObjectProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FlashObjectProperties"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FlashObjectProperties.#ctor(DevExpress.Web.ASPxObjectContainer)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FlashObjectProperties"/> class with the specified object container control.</para>
      </summary>
      <param name="objectContainer">A <see cref="T:DevExpress.Web.ASPxObjectContainer"/> object.</param>
    </member>
    <member name="P:DevExpress.Web.FlashObjectProperties.AllowScriptAccess">
      <summary>
        <para>Gets or sets a value that controls the ability to perform outbound scripting within a Flash SWF.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.AllowScriptAccess"/> values.</value>
    </member>
    <member name="M:DevExpress.Web.FlashObjectProperties.Assign(DevExpress.Web.ObjectProperties)">
      <summary>
        <para>Copies public properties from the specified <see cref="T:DevExpress.Web.ObjectProperties"/> object to the current one.</para>
      </summary>
      <param name="objectProperties">A <see cref="T:DevExpress.Web.ObjectProperties"/> object whose properties are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.FlashObjectProperties.Base">
      <summary>
        <para>Gets or sets the base directory or URL used to resolve all relative path statements in the Flash Player movie.</para>
      </summary>
      <value>A string value that specifies the base directory or URL used to resolve all relative path statements in the Flash Player movie.</value>
    </member>
    <member name="P:DevExpress.Web.FlashObjectProperties.DeviceFont">
      <summary>
        <para>Gets or sets whether device fonts may be used instead of the fonts not installed on the user’s system.</para>
      </summary>
      <value>true to allow device fonts to be used instead of the fonts not installed on the user’s system; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FlashObjectProperties.EmbedMethod">
      <summary>
        <para>Gets or sets the method used to embed a flash movie in web pages.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FlashObjectProperties.EnableContextMenu">
      <summary>
        <para>Gets or sets whether the full context menu is shown.</para>
      </summary>
      <value>true to display the full context menu; false to display a menu that contains only the Settings and About Flash options.</value>
    </member>
    <member name="P:DevExpress.Web.FlashObjectProperties.FlashAlign">
      <summary>
        <para>Gets or sets the location of a Flash movie in the browser window.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FlashAlign"/> enumeration value that specifies the movie’s location in the browser window.</value>
    </member>
    <member name="P:DevExpress.Web.FlashObjectProperties.FlashVars">
      <summary>
        <para>Gets or sets variables to pass to a SWF. Requires Macromedia Flash Player 6 or later.</para>
      </summary>
      <value>A string value that contains variables to pass to a SWF.</value>
    </member>
    <member name="P:DevExpress.Web.FlashObjectProperties.HtmlAlign">
      <summary>
        <para>Gets or sets the position of the Flash SWF window in the browser window.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.HtmlAlign"/> values.</value>
    </member>
    <member name="P:DevExpress.Web.FlashObjectProperties.Loop">
      <summary>
        <para>Gets or sets whether the Flash movie repeats indefinitely, or stops when it reaches the last frame.</para>
      </summary>
      <value>true to loop movie playback; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FlashObjectProperties.Play">
      <summary>
        <para>Gets or sets whether the Flash movie begins playing immediately on loading in the browser.</para>
      </summary>
      <value>true to begin playing the Flash movie immediately on loading in the browser; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FlashObjectProperties.PluginVersion">
      <summary>
        <para>Gets or sets the Flash Player plug-in version.</para>
      </summary>
      <value>A string value that specifies the Flash Player plug-in version.</value>
    </member>
    <member name="P:DevExpress.Web.FlashObjectProperties.Quality">
      <summary>
        <para>Gets or sets the anti-aliasing level used when a Flash movie plays.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Quality"/> enumeration value that specifies the Flash movie’s quality.</value>
    </member>
    <member name="P:DevExpress.Web.FlashObjectProperties.Scale">
      <summary>
        <para>Gets or sets how a Flash object is placed within the browser window when using percent values for width and height.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Scale"/> enumeration value that specifies how a Flash object is placed within the browser window.</value>
    </member>
    <member name="P:DevExpress.Web.FlashObjectProperties.SWLiveConnect">
      <summary>
        <para>Gets or sets whether the browser should start Java when loading the Flash Player for the first time.</para>
      </summary>
      <value>true to start Java when loading the Flash Player for the first time; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FlashObjectProperties.WindowMode">
      <summary>
        <para>Gets or sets the window mode.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.WindowMode"/> value that specifies the window mode.</value>
    </member>
    <member name="T:DevExpress.Web.FloatingActionButtonClientSideEvents">
      <summary>
        <para>Contains a client-side floating action button’s event list.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FloatingActionButtonClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FloatingActionButtonClientSideEvents"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FloatingActionButtonClientSideEvents.ActionCollapsing">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client <b>ASPxClientFloatingActionButton.ActionCollapsing</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.FloatingActionButtonClientSideEvents.ActionExpanding">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client <b>ASPxClientFloatingActionButton.ActionExpanding</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.FloatingActionButtonClientSideEvents.ActionItemClick">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client <b>ASPxClientFloatingActionButton.ActionItemClick</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.FloatingActionButtonClientSideEvents.ContextChanging">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client <b>ASPxClientFloatingActionButton.ContextChanging</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.FloatingActionButtonHorizontalPosition">
      <summary>
        <para>Lists values specifying the floating action button’s horizontal position.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FloatingActionButtonHorizontalPosition.Center">
      <summary>
        <para>The floating action button is displayed in the center of the container.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FloatingActionButtonHorizontalPosition.Left">
      <summary>
        <para>The floating action button is displayed at the left of the container.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FloatingActionButtonHorizontalPosition.LeftEdge">
      <summary>
        <para>The floating action button is displayed at the left edge of the container.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FloatingActionButtonHorizontalPosition.Right">
      <summary>
        <para>The floating action button is displayed at the right of the container.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FloatingActionButtonProperties">
      <summary>
        <para>Contains settings specific to the floating action button.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FloatingActionButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FloatingActionButtonProperties"/> class.</para>
      </summary>
      <param name="owner">An object that implements the IPropertiesOwner interface.</param>
    </member>
    <member name="M:DevExpress.Web.FloatingActionButtonProperties.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.FloatingActionButtonProperties.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.FloatingActionButtonProperties.HorizontalMargin">
      <summary>
        <para>Specifies the floating action button’s horizontal margin.</para>
      </summary>
      <value>An integer value that specifies the horizontal margin.</value>
    </member>
    <member name="P:DevExpress.Web.FloatingActionButtonProperties.InitialActionContext">
      <summary>
        <para>Specifies which floating action button’s action should be displayed when a page is initialized.</para>
      </summary>
      <value>The action’s context name.</value>
    </member>
    <member name="P:DevExpress.Web.FloatingActionButtonProperties.Items">
      <summary>
        <para>Gets the collection of items in the <see href="https://docs.devexpress.com/AspNet/120603/components/scheduler/concepts/floating-action-button">Floating Action Button</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.FABActionCollection"/> instance that is the collection of items.</value>
    </member>
    <member name="P:DevExpress.Web.FloatingActionButtonProperties.TextVisibilityMode">
      <summary>
        <para>Specifies whether the text is displayed within the floating action button.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.FloatingActionButtonTextVisibilityMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.FloatingActionButtonProperties.VerticalMargin">
      <summary>
        <para>Specifies the floating action button’s vertical margin.</para>
      </summary>
      <value>An integer value that specifies the vertical margin.</value>
    </member>
    <member name="T:DevExpress.Web.FloatingActionButtonStyles">
      <summary>
        <para>Provides style settings used to define the appearance of the floating action button.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FloatingActionButtonTextVisibilityMode">
      <summary>
        <para>Lists values that specify the visibility mode of the action button’s text.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FloatingActionButtonTextVisibilityMode.Always">
      <summary>
        <para>The element is always visible.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FloatingActionButtonTextVisibilityMode.Hidden">
      <summary>
        <para>The element is always hidden.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FloatingActionButtonTextVisibilityMode.OnHover">
      <summary>
        <para>The element is displayed when the end user hovers the floating action button.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FloatingActionButtonVerticalPosition">
      <summary>
        <para>Lists values specifying the floating action button’s vertical position.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FloatingActionButtonVerticalPosition.Bottom">
      <summary>
        <para>The floating action button is displayed at the bottom of the container.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FloatingActionButtonVerticalPosition.Top">
      <summary>
        <para>The floating action button is displayed at the top of the container.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FloatingActionButtonVerticalPosition.TopEdge">
      <summary>
        <para>The floating action button is displayed at the top edge of the container.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ForbiddenZoneCollection">
      <summary>
        <para>A collection of <see href="https://docs.devexpress.com/AspNet/9768/components/docking-and-popups/docking/docking-visual-elements#dock-zone">zones</see> disallowed from collection owner panel docking.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ForbiddenZoneCollection.#ctor(DevExpress.Web.ASPxDockPanel)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ForbiddenZoneCollection"/> class.</para>
      </summary>
      <param name="panel">An <see cref="T:DevExpress.Web.ASPxDockPanel"/> object specifying the panel that will own the collection.</param>
    </member>
    <member name="M:DevExpress.Web.ForbiddenZoneCollection.Add(DevExpress.Web.ASPxDockZone)">
      <summary>
        <para>Add the specified zone object to the forbidden zone collection.</para>
      </summary>
      <param name="item">An <see cref="T:DevExpress.Web.ASPxDockZone"/> object to add to the forbidden zone collection.</param>
    </member>
    <member name="M:DevExpress.Web.ForbiddenZoneCollection.Contains(DevExpress.Web.ASPxDockZone)">
      <summary>
        <para>Returns a value indicating whether the collection contains the specified zone.</para>
      </summary>
      <param name="item">An <see cref="T:DevExpress.Web.ASPxDockZone"/> object 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.ForbiddenZoneCollection.CopyTo(DevExpress.Web.ASPxDockZone[],System.Int32)">
      <summary>
        <para>Copies the items from the panel’s forbidden zone collection to the specified array, starting at the specified index in the array object.</para>
      </summary>
      <param name="array">A zero-based System.Array object that receives the copied items from the <see cref="T:DevExpress.Web.ForbiddenZoneCollection"/> collection.</param>
      <param name="arrayIndex">The first position in the specified System.Array object to receive the copied contents.</param>
    </member>
    <member name="P:DevExpress.Web.ForbiddenZoneCollection.IsReadOnly">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ForbiddenZoneCollection.Remove(DevExpress.Web.ASPxDockZone)">
      <summary>
        <para>Removes a zone object from the forbidden zone collection.</para>
      </summary>
      <param name="item">An <see cref="T:DevExpress.Web.ASPxDockZone"/> object, specifying the item to remove from the forbidden zone 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.ForbiddenZoneItem">
      <summary>
        <para>Denotes a <see href="https://docs.devexpress.com/AspNet/9768/components/docking-and-popups/docking/docking-visual-elements#dock-zone">zone</see> disallowed from panel docking.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ForbiddenZoneItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ForbiddenZoneItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ForbiddenZoneItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ForbiddenZoneItem"/> class with the specified zone unique identifier.</para>
      </summary>
      <param name="zoneUID">A <see cref="T:System.String"/> value that specifies the corresponding zone’s UID. This value is assigned to the <see cref="P:DevExpress.Web.ForbiddenZoneItem.ZoneUID">ForbiddenZoneItem.ZoneUID</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.ForbiddenZoneItem.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings from the specified item 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.ForbiddenZoneItem.ToString">
      <summary>
        <para>Returns a string that denotes the <see cref="T:DevExpress.Web.ForbiddenZoneItem"/> object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> that denotes the current <see cref="T:DevExpress.Web.ForbiddenZoneItem"/> object.</returns>
    </member>
    <member name="P:DevExpress.Web.ForbiddenZoneItem.Zone">
      <summary>
        <para>Gets or sets a <see href="https://docs.devexpress.com/AspNet/9768/components/docking-and-popups/docking/docking-visual-elements#dock-zone">zone</see> denoted by the current forbidden zone item.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxDockZone"/> object denoted by the item.</value>
    </member>
    <member name="P:DevExpress.Web.ForbiddenZoneItem.ZoneUID">
      <summary>
        <para>Gets or sets a unique identifier of a <see href="https://docs.devexpress.com/AspNet/9768/components/docking-and-popups/docking/docking-visual-elements#dock-zone">zone</see> denoted by the current forbidden zone item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that is the unique identifier of a zone.</value>
    </member>
    <member name="T:DevExpress.Web.FormLayoutAdaptivityMode">
      <summary>
        <para>Lists values specifying the availability of adaptivity mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FormLayoutAdaptivityMode.Off">
      <summary>
        <para>Adaptivity mode is not used.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FormLayoutAdaptivityMode.SingleColumnWindowLimit">
      <summary>
        <para>Adaptivity mode is used. The FormLayout collapses its content from multiple columns into a single column when the browser window size is smaller than the <see cref="P:DevExpress.Web.FormLayoutAdaptivitySettings.SwitchToSingleColumnAtWindowInnerWidth">FormLayoutAdaptivitySettings.SwitchToSingleColumnAtWindowInnerWidth</see> property setting.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FormLayoutAdaptivitySettings">
      <summary>
        <para>Contains settings related to the FormLayout’s adaptivity.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FormLayoutAdaptivitySettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FormLayoutAdaptivitySettings"/> 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.FormLayoutAdaptivitySettings.AdaptivityMode">
      <summary>
        <para>Specifies the form layout capability to respond to browser window resizing.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.FormLayoutAdaptivityMode"/> enumeration values.</value>
    </member>
    <member name="M:DevExpress.Web.FormLayoutAdaptivitySettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.FormLayoutAdaptivitySettings.GridSettings">
      <summary>
        <para>Gets the settings related to the Form Layout’s adaptive grid layout.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridBreakpointSettings"/> object that contains grid settings.</value>
    </member>
    <member name="P:DevExpress.Web.FormLayoutAdaptivitySettings.SwitchToSingleColumnAtWindowInnerWidth">
      <summary>
        <para>Gets or sets a value that defines the maximum browser window inner width when the form layout collapses its content when rendered.</para>
      </summary>
      <value>The browser inner window width in pixels.</value>
    </member>
    <member name="T:DevExpress.Web.FormLayoutHorizontalAlign">
      <summary>
        <para>Contains values that specify the horizontal alignment of a layout item or layout group relative to the <see href="https://docs.devexpress.com/AspNet/14350/components/site-navigation-and-layout/form-layout/visual-elements/cell">cell</see> that contains it.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FormLayoutHorizontalAlign.Center">
      <summary>
        <para>The element is displayed at the center of its parent container.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FormLayoutHorizontalAlign.Left">
      <summary>
        <para>The element is displayed at the left of its parent container.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FormLayoutHorizontalAlign.NoSet">
      <summary>
        <para>Obsolete. Use the NotSet field instead.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FormLayoutHorizontalAlign.NotSet">
      <summary>
        <para>The element horizontal alignment is not set.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FormLayoutHorizontalAlign.Right">
      <summary>
        <para>The element is displayed at the right of its parent container.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FormLayoutProperties">
      <summary>
        <para>Serves as a base for classes that contain settings related to the FormLayout used in the edit form of grid-like controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FormLayoutProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FormLayoutProperties"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FormLayoutProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FormLayoutProperties"/> 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.FormLayoutProperties.AlignItemCaptions">
      <summary>
        <para>Gets or sets whether the layout item captions are auto-aligned independently within the form layout.</para>
      </summary>
      <value>true, to align layout item captions; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.FormLayoutProperties.AlignItemCaptionsInAllGroups">
      <summary>
        <para>Gets or sets whether the layout item captions are auto-aligned within all layout groups in the form layout control.</para>
      </summary>
      <value>true, to align layout item captions; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.FormLayoutProperties.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.FormLayoutProperties.ColumnCount">
      <summary>
        <para>Gets or sets the number of columns.</para>
      </summary>
      <value>An integer value specifying the number of columns.</value>
    </member>
    <member name="P:DevExpress.Web.FormLayoutProperties.EncodeHtml">
      <summary>
        <para>Gets or sets a value that specifies whether the control keeps any of its values that are HTML as HTML, or strips out the HTML markers from it instead.</para>
      </summary>
      <value>true if the HTML code contained within the editor’s values is not executed and is converted into the corresponding text for display purposes, false if the editor’s values can contain pure HTML code.</value>
    </member>
    <member name="M:DevExpress.Web.FormLayoutProperties.FindItemByFieldName(System.String)">
      <summary>
        <para>Returns a layout item by its field name.</para>
      </summary>
      <param name="fieldName">A string value specifying the field name of a data source to which the form layout is bound.</param>
      <returns>An <see cref="T:DevExpress.Web.LayoutItem"/> object that is a layout item bound to the specified field name.</returns>
    </member>
    <member name="M:DevExpress.Web.FormLayoutProperties.FindItemOrGroupByName(System.String)">
      <summary>
        <para>Returns a layout item or group object with the specified <see cref="P:DevExpress.Web.LayoutItemBase.Name">LayoutItemBase.Name</see> property value.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.LayoutItemBase.Name">LayoutItemBase.Name</see> property value of the required layout item or group.</param>
      <returns>A <see cref="T:DevExpress.Web.LayoutItemBase"/> object with a specific value of the <see cref="P:DevExpress.Web.LayoutItemBase.Name">LayoutItemBase.Name</see> property.</returns>
    </member>
    <member name="M:DevExpress.Web.FormLayoutProperties.FindNestedControlByFieldName(System.String)">
      <summary>
        <para>Returns a control that is nested into the layout item with the specified field name.</para>
      </summary>
      <param name="fieldName">A string value specifying the field name of a data source to which the form layout is bound.</param>
      <returns>An <see cref="T:System.Web.UI.Control"/> object that is a control nested into the layout item with the specified field name.</returns>
    </member>
    <member name="M:DevExpress.Web.FormLayoutProperties.ForEach(System.Action{DevExpress.Web.LayoutItemBase})">
      <summary>
        <para>Performs the specified action on each item in the form layout.</para>
      </summary>
      <param name="method">The <see cref="T:System.Action`1"/> action to perform on each item.</param>
    </member>
    <member name="M:DevExpress.Web.FormLayoutProperties.GetNestedControlValueByFieldName(System.String)">
      <summary>
        <para>Returns a value of a control that is nested into the layout item with the specified field name.</para>
      </summary>
      <param name="fieldName">A string value specifying the field name of a data source to which the form layout is bound.</param>
      <returns>An <see cref="T:System.Object"/> object that is a value of a control nested into the layout item with the specified field name.</returns>
    </member>
    <member name="P:DevExpress.Web.FormLayoutProperties.Items">
      <summary>
        <para>Provides access to the form layout’s item collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LayoutItemCollection"/> object that is a collection of layout items.</value>
    </member>
    <member name="P:DevExpress.Web.FormLayoutProperties.LeftAndRightCaptionsWidth">
      <summary>
        <para>Gets or sets the width of <see href="https://docs.devexpress.com/AspNet/14353/components/site-navigation-and-layout/form-layout/visual-elements/layout-item-caption">captions</see> that are displayed to the left or right of the nested control.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> value that is the caption’s width.</value>
    </member>
    <member name="P:DevExpress.Web.FormLayoutProperties.NestedControlWidth">
      <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.FormLayoutProperties.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.FormLayoutProperties.Paddings">
      <summary>
        <para>Gets the editor’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.FormLayoutProperties.ParentSkinOwner">
      <summary>
        <para>For internal use only.</para>
      </summary>
      <value>An object that implements the ISkinOwner interface.</value>
    </member>
    <member name="P:DevExpress.Web.FormLayoutProperties.ParentStyles">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FormLayoutProperties"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FormLayoutProperties.RequiredMark">
      <summary>
        <para>Gets or sets the text displayed within required marks.</para>
      </summary>
      <value>A string value that specifies the required mark text.</value>
    </member>
    <member name="P:DevExpress.Web.FormLayoutProperties.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.FormLayoutProperties.SettingsAdaptivity">
      <summary>
        <para>Provides access to the form layout’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.FormLayoutProperties.SettingsItemCaptions">
      <summary>
        <para>Provides access to the layout item caption settings within the form layout editor.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LayoutItemCaptionSettings"/> object containing properties common to all the layout item captions.</value>
    </member>
    <member name="P:DevExpress.Web.FormLayoutProperties.SettingsItemHelpTexts">
      <summary>
        <para>Provides access to the help text settings within the form layout editor.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LayoutItemHelpTextSettings"/> object containing properties common to all the help texts.</value>
    </member>
    <member name="P:DevExpress.Web.FormLayoutProperties.SettingsItems">
      <summary>
        <para>Provides access to the layout item settings within the form layout editor.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LayoutGroupItemSettings"/> object containing properties common to all the layout items.</value>
    </member>
    <member name="P:DevExpress.Web.FormLayoutProperties.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.FormLayoutProperties.Styles">
      <summary>
        <para>Provides access to the style settings that control the appearance of the form layout visual elements.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FormLayoutStyles"/> object that provides style settings.</value>
    </member>
    <member name="P:DevExpress.Web.FormLayoutProperties.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.FormLayoutStyle">
      <summary>
        <para>Defines style settings for the <see cref="T:DevExpress.Web.ASPxFormLayout"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.FormLayoutStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.FormLayoutStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FormLayoutStyles">
      <summary>
        <para>Contains settings that allow the appearance of elements used within ASPxFormLayout to be defined.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.FormLayoutStyles.Disabled">
      <summary>
        <para>Gets the style settings that define the appearance of the disabled ASPxFormLayout.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DisabledStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.FormLayoutStyles.EmptyLayoutItem">
      <summary>
        <para>Gets the style settings that define the empty layout item appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.EmptyLayoutItemStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.FormLayoutStyles.LayoutGroup">
      <summary>
        <para>Gets the style settings that define the layout group appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LayoutGroupStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.FormLayoutStyles.LayoutGroupBox">
      <summary>
        <para>Gets the style settings that define the layout group box appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LayoutGroupBoxStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.FormLayoutStyles.LayoutItem">
      <summary>
        <para>Gets the style settings that define the layout item appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LayoutItemStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.FormLayoutStyles.Style">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.FormLayoutStyles"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.FormLayoutVerticalAlign">
      <summary>
        <para>Specifies the vertical alignment of layout items and groups.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FormLayoutVerticalAlign.Bottom">
      <summary>
        <para>The element is displayed at the bottom of its parent container.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FormLayoutVerticalAlign.Middle">
      <summary>
        <para>The element is displayed in the middle of its parent container.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FormLayoutVerticalAlign.NoSet">
      <summary>
        <para>Obsolete. Use the NotSet field instead.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FormLayoutVerticalAlign.NotSet">
      <summary>
        <para>The element alignment is not set.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.FormLayoutVerticalAlign.Top">
      <summary>
        <para>The element is displayed at the top of its parent container.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GenerateFileNameInStorageEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxUploadControl.GenerateFileNameInStorage">ASPxUploadControl.GenerateFileNameInStorage</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GenerateFileNameInStorageEventArgs.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GenerateFileNameInStorageEventArgs"/> class with specified settings.</para>
      </summary>
      <param name="originalFileName">A string value that is the original file name.</param>
      <param name="fileNameInStorage">A string value that is the name of the file saved to a storage.</param>
    </member>
    <member name="P:DevExpress.Web.GenerateFileNameInStorageEventArgs.FileNameInStorage">
      <summary>
        <para>Gets or sets the name for the file uploaded to the storage.</para>
      </summary>
      <value>A string value that is the name of the file uploaded to the storage.</value>
    </member>
    <member name="P:DevExpress.Web.GenerateFileNameInStorageEventArgs.OriginalFileName">
      <summary>
        <para>Gets the original name of the uploaded file.</para>
      </summary>
      <value>A string value that is the original name of the file.</value>
    </member>
    <member name="T:DevExpress.Web.GlobalEventsClientSideEvents">
      <summary>
        <para>Contains the <see cref="T:DevExpress.Web.ASPxGlobalEvents"/> control’s list of client-side events.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GlobalEventsClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GlobalEventsClientSideEvents"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GlobalEventsClientSideEvents.BeginCallback">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientGlobalEvents.BeginCallback</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GlobalEventsClientSideEvents.BrowserWindowResized">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientGlobalEvents.BrowserWindowResized</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GlobalEventsClientSideEvents.CallbackError">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientGlobalEvents.CallbackError</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GlobalEventsClientSideEvents.ControlsInitialized">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientGlobalEvents.ControlsInitialized</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GlobalEventsClientSideEvents.EndCallback">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientGlobalEvents.EndCallback</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GlobalEventsClientSideEvents.ValidationCompleted">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientGlobalEvents.ValidationCompleted</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.GoogleDriveAccount">
      <summary>
        <para>Provides Google Drive account settings allowing the control to be connected to a Google Drive storage account.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GoogleDriveAccount.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GoogleDriveAccount"/> class.</para>
      </summary>
      <param name="name">A string value that specifies the account name.</param>
      <param name="clientEmail">A string value that specifies the client email address.</param>
      <param name="privateKey">A string value that specifies the private key.</param>
    </member>
    <member name="P:DevExpress.Web.GoogleDriveAccount.ClientEmail">
      <summary>
        <para>Returns the Google Drive account’s Client Email.</para>
      </summary>
      <value>A string value that specifies the client email.</value>
    </member>
    <member name="P:DevExpress.Web.GoogleDriveAccount.PrivateKey">
      <summary>
        <para>Returns the Google Drive account’s Private Key.</para>
      </summary>
      <value>A string value that specifies the private key.</value>
    </member>
    <member name="T:DevExpress.Web.GoogleDriveFileSystemProvider">
      <summary>
        <para>Provides an implementation of the <see href="https://docs.devexpress.com/AspNet/120623/components/file-management/file-manager/concepts/file-system-providers/google-drive-file-system-provider">Google Drive File System Provider</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GoogleDriveFileSystemProvider.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GoogleDriveFileSystemProvider"/> class.</para>
      </summary>
      <param name="rootFolder">A string value that specifies the root folder.</param>
    </member>
    <member name="T:DevExpress.Web.GoogleDriveFileSystemProviderBase">
      <summary>
        <para>Serves as a base class for the <see cref="T:DevExpress.Web.GoogleDriveFileSystemProvider"/> and <see cref="T:DevExpress.Web.GoogleDrivePersonalFileSystemProvider"/> classes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GoogleDriveFileSystemProviderBase.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GoogleDriveFileSystemProviderBase"/> class.</para>
      </summary>
      <param name="rootFolder">A string value that specifies the root folder.</param>
    </member>
    <member name="P:DevExpress.Web.GoogleDriveFileSystemProviderBase.AccountName">
      <summary>
        <para>Gets or sets a value that specifies the name of the Google Drive account.</para>
      </summary>
      <value>A string value that specifies the account name.</value>
    </member>
    <member name="M:DevExpress.Web.GoogleDriveFileSystemProviderBase.CopyFile(DevExpress.Web.FileManagerFile,DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements file copying.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the copied file.</param>
      <param name="newParentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder where the current file is being copied.</param>
    </member>
    <member name="M:DevExpress.Web.GoogleDriveFileSystemProviderBase.CopyFolder(DevExpress.Web.FileManagerFolder,DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements folder copying.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the copied folder.</param>
      <param name="newParentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder to which the current folder is being copied.</param>
    </member>
    <member name="M:DevExpress.Web.GoogleDriveFileSystemProviderBase.CreateFolder(DevExpress.Web.FileManagerFolder,System.String)">
      <summary>
        <para>Implements folder creation.</para>
      </summary>
      <param name="parent">A <see cref="T:DevExpress.Web.FileManagerFolder"/> value that is the immediate parent folder to which the created folder belongs.</param>
      <param name="name">A <see cref="T:System.String"/> value that is the name of the created folder.</param>
    </member>
    <member name="M:DevExpress.Web.GoogleDriveFileSystemProviderBase.DeleteFile(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Implements file deletion.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the deleted file.</param>
    </member>
    <member name="M:DevExpress.Web.GoogleDriveFileSystemProviderBase.DeleteFolder(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements folder deletion.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the deleted folder.</param>
    </member>
    <member name="M:DevExpress.Web.GoogleDriveFileSystemProviderBase.Exists(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Implements file existence verification.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the processed file.</param>
      <returns>true, if the file exists within a file manager; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.GoogleDriveFileSystemProviderBase.Exists(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements the file existence verification.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the processed file.</param>
      <returns>true, if the file exists within a file manager; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.GoogleDriveFileSystemProviderBase.GetCloudThumbnailUrl(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Returns the URL of the file’s thumbnail in the storage.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the file in the storage.</param>
      <returns>A string value that is the URL of the file’s thumbnail.</returns>
    </member>
    <member name="M:DevExpress.Web.GoogleDriveFileSystemProviderBase.GetFiles(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements getting a collection of files that are located in the current folder.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder currently being processed.</param>
      <returns>A collection of <see cref="T:DevExpress.Web.FileManagerFile"/> objects.</returns>
    </member>
    <member name="M:DevExpress.Web.GoogleDriveFileSystemProviderBase.GetFolders(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements getting a collection of folders that are located in the current folder.</para>
      </summary>
      <param name="parentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder currently being processed.</param>
      <returns>A collection of <see cref="T:DevExpress.Web.FileManagerFolder"/> objects.</returns>
    </member>
    <member name="M:DevExpress.Web.GoogleDriveFileSystemProviderBase.GetLastWriteTime(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Implements getting the time of the last file modification.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the processed file.</param>
      <returns>A <see cref="T:System.DateTime"/> value that is the last write time.</returns>
    </member>
    <member name="M:DevExpress.Web.GoogleDriveFileSystemProviderBase.GetLastWriteTime(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements getting the time of the last file modification.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the processed file.</param>
      <returns>A <see cref="T:System.DateTime"/> value that is the last write time.</returns>
    </member>
    <member name="M:DevExpress.Web.GoogleDriveFileSystemProviderBase.GetLength(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Returns the length of the specified file.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object identifying the processed file.</param>
      <returns>A <see cref="T:System.Int64"/> value that is the file length, in bytes.</returns>
    </member>
    <member name="M:DevExpress.Web.GoogleDriveFileSystemProviderBase.GetThumbnail(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Returns the file’s thumbnail in the storage.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the file in the storage.</param>
      <returns>A Stream object that represents the file’s thumbnail.</returns>
    </member>
    <member name="M:DevExpress.Web.GoogleDriveFileSystemProviderBase.MoveFile(DevExpress.Web.FileManagerFile,DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements file moving.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the moved file.</param>
      <param name="newParentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder where the current file is being moved.</param>
    </member>
    <member name="M:DevExpress.Web.GoogleDriveFileSystemProviderBase.MoveFolder(DevExpress.Web.FileManagerFolder,DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements folder moving.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the moved folder.</param>
      <param name="newParentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder where the current folder is being moved.</param>
    </member>
    <member name="M:DevExpress.Web.GoogleDriveFileSystemProviderBase.RenameFile(DevExpress.Web.FileManagerFile,System.String)">
      <summary>
        <para>Implements file renaming.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the renamed file.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the new file name.</param>
    </member>
    <member name="M:DevExpress.Web.GoogleDriveFileSystemProviderBase.RenameFolder(DevExpress.Web.FileManagerFolder,System.String)">
      <summary>
        <para>Implements folder renaming.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the renamed folder.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the new folder name.</param>
    </member>
    <member name="M:DevExpress.Web.GoogleDriveFileSystemProviderBase.UploadFile(DevExpress.Web.FileManagerFolder,System.String,System.IO.Stream)">
      <summary>
        <para>Implements a file upload.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder where the file is being uploaded.</param>
      <param name="fileName">A string value specifying the file name.</param>
      <param name="content">A Stream that is the file content.</param>
    </member>
    <member name="T:DevExpress.Web.GoogleDrivePersonalAccount">
      <summary>
        <para>Provides Google Drive account settings allowing the control to be connected to a Google Drive storage (personal account).</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GoogleDrivePersonalAccount.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GoogleDrivePersonalAccount"/> class.</para>
      </summary>
      <param name="name">A string value that specifies the Google Drive personal account’s name.</param>
      <param name="clientId">A string value that specifies the service account’s client ID.</param>
      <param name="clientSecret">A string value that specifies the service account’s Client Secret.</param>
    </member>
    <member name="P:DevExpress.Web.GoogleDrivePersonalAccount.ClientID">
      <summary>
        <para>Specifies the Google Drive account’s client ID.</para>
      </summary>
      <value>A string value that specifies the Google Drive account’s client ID.</value>
    </member>
    <member name="P:DevExpress.Web.GoogleDrivePersonalAccount.ClientSecret">
      <summary>
        <para>Specifies the Google Drive personal account’s client secret.</para>
      </summary>
      <value>A string value that specifies the Google Drive account’s client secret.</value>
    </member>
    <member name="T:DevExpress.Web.GoogleDrivePersonalFileSystemProvider">
      <summary>
        <para>Provides an implementation of the <see href="https://docs.devexpress.com/AspNet/120633/components/file-management/file-manager/concepts/file-system-providers/google-drive-personal-file-system-provider">Google Drive Personal File System Provider</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GoogleDrivePersonalFileSystemProvider.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GoogleDrivePersonalFileSystemProvider"/> class.</para>
      </summary>
      <param name="rootFolder">A string value that specifies the root folder.</param>
    </member>
    <member name="P:DevExpress.Web.GoogleDrivePersonalFileSystemProvider.RedirectUri">
      <summary>
        <para>Specifies the URL to which the browser is redirected when authentication is complete.</para>
      </summary>
      <value>A string value that specifies the redirect URI.</value>
    </member>
    <member name="T:DevExpress.Web.GridAutoFilterEventArgs">
      <summary>
        <para>Serves as a base class for the <see cref="T:DevExpress.Web.ASPxGridViewAutoFilterEventArgs"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridAutoFilterEventArgs.#ctor(DevExpress.Data.Filtering.CriteriaOperator,DevExpress.Web.GridViewAutoFilterEventKind,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridAutoFilterEventArgs"/> class.</para>
      </summary>
      <param name="criteria">A CriteriaOperator object that represents the filter expression.</param>
      <param name="kind">A <see cref="T:DevExpress.Web.GridViewAutoFilterEventKind"/> enumeration value that indicates which action should be performed within the event handler.</param>
      <param name="value">A <see cref="T:System.String"/> value that specifies text displayed within the auto-filter row cell.</param>
    </member>
    <member name="P:DevExpress.Web.GridAutoFilterEventArgs.Criteria">
      <summary>
        <para>Gets the applied 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.GridAutoFilterEventArgs.Kind">
      <summary>
        <para>Gets a value specifying which action should be performed within the corresponding event handler.</para>
      </summary>
      <value>One of <see cref="T:DevExpress.Web.GridViewAutoFilterEventKind"/> values.</value>
    </member>
    <member name="P:DevExpress.Web.GridAutoFilterEventArgs.Value">
      <summary>
        <para>Gets or sets a value that is the custom text displayed within the filter row cell.</para>
      </summary>
      <value>A string value specifying the custom text displayed within the filter row cell.</value>
    </member>
    <member name="T:DevExpress.Web.GridBaseTemplateContainer">
      <summary>
        <para>Serves as a base for classes that represent containers for the templates used to render different elements of grid-like controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridBaseTemplateContainer.#ctor(DevExpress.Web.ASPxGridBase,System.Int32,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridBaseTemplateContainer"/> class.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxGridView"/> object that owns the current object. This value is assigned to the <see cref="P:DevExpress.Web.GridViewBaseTemplateContainer.Grid">GridViewBaseTemplateContainer.Grid</see> or <see cref="P:DevExpress.Web.CardViewBaseTemplateContainer.CardView">CardViewBaseTemplateContainer.CardView</see> property.</param>
      <param name="index">The index.</param>
      <param name="dataItem">An object that represents the data item.</param>
    </member>
    <member name="M:DevExpress.Web.GridBaseTemplateContainer.#ctor(DevExpress.Web.ASPxGridBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridBaseTemplateContainer"/> class.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxGridBase"/> object descendant that owns the current object. This value is assigned to the <see cref="P:DevExpress.Web.GridViewBaseTemplateContainer.Grid">GridViewBaseTemplateContainer.Grid</see> or <see cref="P:DevExpress.Web.CardViewBaseTemplateContainer.CardView">CardViewBaseTemplateContainer.CardView</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.GridBaseTemplateContainer.DataBind">
      <summary>
        <para>Binds a data source to the invoked server control and all its child controls.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridBatchEditErrorImagePosition">
      <summary>
        <para>Lists the values specifying the position of the validation error image relative to the editor content in the batch edit mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridBatchEditErrorImagePosition.Left">
      <summary>
        <para>The error image is displayed to the left of the editor content.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridBatchEditErrorImagePosition.Right">
      <summary>
        <para>The error image is displayed to the right of the editor content.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridBatchEditSettings">
      <summary>
        <para>Serves as a base for classes that contain batch edit mode specific settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridBatchEditSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridBatchEditSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.GridBatchEditSettings.AllowEndEditOnValidationError">
      <summary>
        <para>Specifies whether an editor can lose focus when validation fails.</para>
      </summary>
      <value>true, to allow editing to end when validation fails; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridBatchEditSettings.AllowRegularDataItemTemplate">
      <summary>
        <para>Specifies whether the grid renders the template content or displays the modified cell value after editing ends.</para>
      </summary>
      <value>true to render the template content after editing ends; false to display the modified cell value.</value>
    </member>
    <member name="P:DevExpress.Web.GridBatchEditSettings.AllowValidationOnEndEdit">
      <summary>
        <para>Specifies whether to validate data when a cell/row/record switches from edit to browse mode.</para>
      </summary>
      <value>true to validate data when cell/row/record editing ends; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.GridBatchEditSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.GridBatchEditSettings.EnableRealTimeSummaryRecalculation">
      <summary>
        <para>Specifies whether the grid recalculates summaries on the client side.</para>
      </summary>
      <value>true, to recalculate summaries on the client side; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridBatchEditSettings.ErrorImagePosition">
      <summary>
        <para>Gets or sets the position of the validation error image relative to the editor content.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridBatchEditErrorImagePosition"/>  value.</value>
    </member>
    <member name="P:DevExpress.Web.GridBatchEditSettings.ShowConfirmOnLosingChanges">
      <summary>
        <para>Specifies whether the grid control displays the Confirmation dialog box to avoid losing unsaved changes.</para>
      </summary>
      <value>true to display the Confirmation dialog box; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridBatchEditSettings.StartEditAction">
      <summary>
        <para>Specifies the user action that invokes a data cell’s in-place editor.</para>
      </summary>
      <value>The user action that invokes a data cell’s in-place editor.</value>
    </member>
    <member name="T:DevExpress.Web.GridBreakpointSettings">
      <summary>
        <para>Contains settings that relate to a control’s adaptive grid layout.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridBreakpointSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridBreakpointSettings"/> class.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.GridBreakpointSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.GridBreakpointSettings.Breakpoints">
      <summary>
        <para>Provides access to the breakpoints collection.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.LayoutBreakpoints"/> object that represents a collection of breakpoints.</value>
    </member>
    <member name="P:DevExpress.Web.GridBreakpointSettings.ChangeCaptionLocationAtWidth">
      <summary>
        <para>Specifies the width at which a layout item’s caption location is changed when the control is in <see href="https://docs.devexpress.com/AspNet/119812/components/site-navigation-and-layout/form-layout/concepts/adaptivity#grid-adaptive-layout">Adaptive Grid Layout (Breakpoints)</see> mode.</para>
      </summary>
      <value>The width.</value>
    </member>
    <member name="P:DevExpress.Web.GridBreakpointSettings.StretchLastItem">
      <summary>
        <para>Specifies whether the Form Layout group’s last element should be stretched to occupy all the available space.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumerator values.</value>
    </member>
    <member name="P:DevExpress.Web.GridBreakpointSettings.WrapCaptionAtWidth">
      <summary>
        <para>Gets or sets the width at which the Form Layout item’s caption is wrapped.</para>
      </summary>
      <value>An integer value specifying the control width.</value>
    </member>
    <member name="T:DevExpress.Web.GridClientSideEvents">
      <summary>
        <para>Serves as a base for classes that list client-side events available for grid-like controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridClientSideEvents.KeyDown">
      <summary>
        <para>Specifies a JavaScript function name or code that handles the client-side <b>ASPxClientGridBase.KeyDown</b> event.</para>
      </summary>
      <value>A JavaScript function name or code.</value>
    </member>
    <member name="P:DevExpress.Web.GridClientSideEvents.KeyPress">
      <summary>
        <para>Specifies a JavaScript function name or code that handles the client-side <b>ASPxClientGridBase.KeyPress</b> event.</para>
      </summary>
      <value>A JavaScript function name or code.</value>
    </member>
    <member name="P:DevExpress.Web.GridClientSideEvents.KeyUp">
      <summary>
        <para>Specifies a JavaScript function name or code that handles the client-side <b>ASPxClientGridBase.KeyUp</b> event.</para>
      </summary>
      <value>A JavaScript function name or code.</value>
    </member>
    <member name="T:DevExpress.Web.GridColumnDateRangeCalendarSettings">
      <summary>
        <para>Serves as a base for classes that contain settings related to a calendar displayed in the header filter of grid-like controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridColumnDateRangeCalendarSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridColumnDateRangeCalendarSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridColumnDateRangeCalendarSettings.Assign(DevExpress.Web.GridColumnDateRangeCalendarSettings)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.GridColumnDateRangeCalendarSettings"/> object to the current object.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.GridColumnDateRangeCalendarSettings"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangeCalendarSettings.ClearButtonText">
      <summary>
        <para>Specifies the text displayed in the header filter calendar’s Clear button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the button text.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangeCalendarSettings.EnableLargePeriodNavigation">
      <summary>
        <para>Controls the availability of the year navigation in the header filter calendar.</para>
      </summary>
      <value>true, if navigation is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangeCalendarSettings.EnableMultiSelect">
      <summary>
        <para>Specifies a value indicating if multiple date selection is enabled in the header filter calendar.</para>
      </summary>
      <value>true, if multiple date selection is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangeCalendarSettings.EnablePeriodNavigation">
      <summary>
        <para>Controls the availability of fast navigation in the header filter calendar.</para>
      </summary>
      <value>true, if navigation is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangeCalendarSettings.FastNavProperties">
      <summary>
        <para>Specifies the settings of the header filter calendar’s fast navigation panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarFastNavProperties"/> object that contains the fast navigation panel’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangeCalendarSettings.FirstDayOfWeek">
      <summary>
        <para>Specifies the day to display as the first day of the week in the header filter calendar.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.FirstDayOfWeek"/> enumeration value specifying the first day of the week.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangeCalendarSettings.HighlightToday">
      <summary>
        <para>Specifies if a day that corresponds to today’s date is highlighted in the header filter calendar.</para>
      </summary>
      <value>true, if the day is highlighted; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangeCalendarSettings.HighlightWeekends">
      <summary>
        <para>Specifies whether weekend days are highlighted in the header filter calendar.</para>
      </summary>
      <value>true, if weekend days are highlighted; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangeCalendarSettings.MaxDate">
      <summary>
        <para>Specifies the maximum date allowed to be entered into the header filter calendar by an end-user.</para>
      </summary>
      <value>A DateTime object that specifies the maximum allowed date.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangeCalendarSettings.MinDate">
      <summary>
        <para>Specifies the minimum date allowed to be entered into the header filter calendar by an end-user.</para>
      </summary>
      <value>A DateTime object that specifies the minimum allowed date.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangeCalendarSettings.ShowClearButton">
      <summary>
        <para>Specifies whether the Clear button is displayed in the header filter calendar’s footer.</para>
      </summary>
      <value>true, if the button is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangeCalendarSettings.ShowDayHeaders">
      <summary>
        <para>Specifies whether the heading for the days of the week is displayed.</para>
      </summary>
      <value>true, if the day of the week header is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangeCalendarSettings.ShowHeader">
      <summary>
        <para>Specifies whether the header filter calendar header is displayed.</para>
      </summary>
      <value>true, if the header is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangeCalendarSettings.ShowTodayButton">
      <summary>
        <para>Specifies whether the Today button is displayed in the header filter calendar’s footer.</para>
      </summary>
      <value>true, if the button is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangeCalendarSettings.ShowWeekNumbers">
      <summary>
        <para>Specifies whether the week number section is displayed in the header filter calendar.</para>
      </summary>
      <value>true, if the week number section is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangeCalendarSettings.TodayButtonText">
      <summary>
        <para>Specifies the text displayed in the header filter calendar’s Today button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the button text.</value>
    </member>
    <member name="T:DevExpress.Web.GridColumnDateRangePeriodsSettings">
      <summary>
        <para>Serves as a base for classes that contain settings related to a periods section displayed in the header filter of grid-like controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridColumnDateRangePeriodsSettings.Assign(DevExpress.Web.GridColumnDateRangePeriodsSettings)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.GridColumnDateRangePeriodsSettings"/> object to the current object.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.GridColumnDateRangePeriodsSettings"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangePeriodsSettings.RepeatColumns">
      <summary>
        <para>Specifies the number of columns displayed in the header filter periods section.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> value that specifies the number of items displayed in a header filter horizontally.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangePeriodsSettings.ShowDaysSection">
      <summary>
        <para>Specifies whether the section containing day periods is displayed in the header filter.</para>
      </summary>
      <value>true, if the section is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangePeriodsSettings.ShowFuturePeriods">
      <summary>
        <para>Specifies whether items specifying future periods are displayed in the header filter.</para>
      </summary>
      <value>true, if the items are visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangePeriodsSettings.ShowMonthsSection">
      <summary>
        <para>Specifies whether the section containing month periods is displayed in the header filter.</para>
      </summary>
      <value>true, if the section is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangePeriodsSettings.ShowPastPeriods">
      <summary>
        <para>Specifies whether items specifying past periods are displayed in the header filter.</para>
      </summary>
      <value>true, if the items are visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangePeriodsSettings.ShowPresentPeriods">
      <summary>
        <para>Specifies whether items specifying present periods are displayed in the header filter.</para>
      </summary>
      <value>true, if the items are visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangePeriodsSettings.ShowWeeksSection">
      <summary>
        <para>Specifies whether the section containing week periods is displayed in the header filter.</para>
      </summary>
      <value>true, if the section is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangePeriodsSettings.ShowYearsSection">
      <summary>
        <para>Specifies whether the section containing year periods is displayed in the header filter.</para>
      </summary>
      <value>true, if the section is visible, otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.GridColumnDateRangePickerSettings">
      <summary>
        <para>Serves as a base for classes that contain settings related to a date range picker displayed in the header filter of grid-like controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridColumnDateRangePickerSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridColumnDateRangePickerSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridColumnDateRangePickerSettings.Assign(DevExpress.Web.GridColumnDateRangePickerSettings)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.GridColumnDateRangePickerSettings"/> object to the current object.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.GridColumnDateRangePickerSettings"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangePickerSettings.CalendarColumnCount">
      <summary>
        <para>Specifies the number of months displayed in the header filter’s drop-down calendars.</para>
      </summary>
      <value>The number of displayed months.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangePickerSettings.ClearButtonText">
      <summary>
        <para>Gets or sets the clear button text.</para>
      </summary>
      <value>A string value that is the clear button text.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangePickerSettings.DisabledDates">
      <summary>
        <para>Provides access to a collection of dates disabled in the header filter’s date range picker.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DateTimeCollection"/> object that is a collection of dates to be disabled in a date range picker control.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangePickerSettings.DisplayFormatString">
      <summary>
        <para>Specifies the pattern used to format the editor’s value for display purposes.</para>
      </summary>
      <value>A string value that specifies the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangePickerSettings.EditFormatString">
      <summary>
        <para>Specifies the pattern used to format the editor’s edited value displayed in the edit box.</para>
      </summary>
      <value>A string specifying the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangePickerSettings.FastNavProperties">
      <summary>
        <para>Specifies the settings of the fast navigation panel in the header filter’s date range picker.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CalendarFastNavProperties"/> object that contains the fast navigation panel’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangePickerSettings.FirstDayOfWeek">
      <summary>
        <para>Specifies the first day of the week.</para>
      </summary>
      <value>An enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangePickerSettings.MaxDate">
      <summary>
        <para>Specifies the maximum date allowed to be selected in the header filter’s date range picker by an end-user.</para>
      </summary>
      <value>A DateTime object that specifies the maximum allowed date.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangePickerSettings.MaxDayCount">
      <summary>
        <para>Specifies the maximum number of days in a range.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> value that specifies the number of days.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangePickerSettings.MinDate">
      <summary>
        <para>Specifies the minimum date allowed to be selected in the header filter’s date range picker by an end-user.</para>
      </summary>
      <value>A DateTime object that specifies the minimum allowed date.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangePickerSettings.MinDayCount">
      <summary>
        <para>Specifies the minimum number of days in a range.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> value that specifies the number of days.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangePickerSettings.PickerType">
      <summary>
        <para>Specifies a date component that a user can select (a day, month, decade or year).</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.DatePickerType"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnDateRangePickerSettings.TodayButtonText">
      <summary>
        <para>Gets or sets the today button text.</para>
      </summary>
      <value>A string value that is the today button text.</value>
    </member>
    <member name="T:DevExpress.Web.GridColumnDisplayTextEventKind">
      <summary>
        <para>Lists values that specify types of operations with grid data.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridColumnDisplayTextEventKind.DataOperation">
      <summary>
        <para>Operations with data before the render.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridColumnDisplayTextEventKind.Display">
      <summary>
        <para>The control is being rendered.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridColumnDisplayTextEventKind.Export">
      <summary>
        <para>The control prepares data for export.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridColumnEditFormSettings">
      <summary>
        <para>Provides the <see href="https://docs.devexpress.com/AspNet/3694/components/grid-view/visual-elements/edit-cell">edit cell</see>‘s settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridColumnEditFormSettings.#ctor(DevExpress.Web.GridViewDataColumn)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridColumnEditFormSettings"/> class with the specified data column.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewDataColumn"/> object that represents the data column within the ASPxGridView.</param>
    </member>
    <member name="P:DevExpress.Web.GridColumnEditFormSettings.Caption">
      <summary>
        <para>Gets or sets the edit cell’s caption.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the edit cell’s caption.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnEditFormSettings.CaptionLocation">
      <summary>
        <para>Gets or sets the location of the edit cell’s caption.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxColumnCaptionLocation"/> enumeration value that specifies the caption’s location.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnEditFormSettings.ColumnSpan">
      <summary>
        <para>Gets or sets the number of columns in the <see href="https://docs.devexpress.com/AspNet/3680/components/grid-view/visual-elements/edit-form">Edit Form</see> that the cell spans.</para>
      </summary>
      <value>An integer value that specifies the number of columns in the rendered Edit Form that the cell spans.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnEditFormSettings.RowSpan">
      <summary>
        <para>Gets or sets the number of rows in the <see href="https://docs.devexpress.com/AspNet/3680/components/grid-view/visual-elements/edit-form">Edit Form</see> that the edit cell spans.</para>
      </summary>
      <value>An integer value that specifies the number of rows in the Edit Form that the edit cell spans.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnEditFormSettings.Visible">
      <summary>
        <para>Gets or sets whether the edit cell that corresponds to the current data column is displayed within the <see href="https://docs.devexpress.com/AspNet/3680/components/grid-view/visual-elements/edit-form">Edit Form</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnEditFormSettings.VisibleIndex">
      <summary>
        <para>Gets or sets the edit cell’s position within the <see href="https://docs.devexpress.com/AspNet/3680/components/grid-view/visual-elements/edit-form">Edit Form</see>.</para>
      </summary>
      <value>An integer value that specifies the edit cell’s position within the Edit Form.</value>
    </member>
    <member name="T:DevExpress.Web.GridColumnEditFormSettingsBase">
      <summary>
        <para>Serves as a base for classes that provide settings for a grid edit form.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridColumnEditFormSettingsBase.#ctor(DevExpress.Web.WebColumnBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridColumnEditFormSettingsBase"/> class.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.WebColumnBase"/> object that is the processed column.</param>
    </member>
    <member name="M:DevExpress.Web.GridColumnEditFormSettingsBase.Assign(DevExpress.Web.GridColumnEditFormSettingsBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.GridColumnEditFormSettingsBase"/> object to the current one.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.GridColumnEditFormSettingsBase"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="T:DevExpress.Web.GridColumnMoveMode">
      <summary>
        <para>Lists the values that specify how an end-user is allowed to move ASPxGridView columns using drag-and-drop.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridColumnMoveMode.AmongSiblings">
      <summary>
        <para>Grid columns and bands are only allowed to move within their parent band.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridColumnMoveMode.ThroughHierarchy">
      <summary>
        <para>Grid columns and bands are allowed to move between parents and hierarchy levels organizing <see href="https://docs.devexpress.com/AspNet/117660/components/grid-view/concepts/data-representation-basics/columns/bands/data-cell-bands">Data Cell Bands</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridColumnNumericRangeSpinEditSettings">
      <summary>
        <para>Contains settings that relate to spin editors displayed in the <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">header filter</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridColumnNumericRangeSpinEditSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridColumnNumericRangeSpinEditSettings"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridColumnNumericRangeSpinEditSettings.Assign(DevExpress.Web.GridColumnNumericRangeSpinEditSettings)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.GridColumnNumericRangeSpinEditSettings"/> object to the current object.</para>
      </summary>
      <param name="source">An object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.GridColumnNumericRangeSpinEditSettings.DecimalPlaces">
      <summary>
        <para>Specifies the number of decimal places to display for the numbers in the spin editor.</para>
      </summary>
      <value>The number of decimal places.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnNumericRangeSpinEditSettings.DisplayFormatString">
      <summary>
        <para>Specifies the pattern that formats the editor value for display purposes.</para>
      </summary>
      <value>The format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnNumericRangeSpinEditSettings.Increment">
      <summary>
        <para>Specifies the amount by which the spin editor’s value is changed when a user clicks a small increment/decrement spin button.</para>
      </summary>
      <value>The small increment value.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnNumericRangeSpinEditSettings.LargeIncrement">
      <summary>
        <para>Specifies the amount by which the spin editor’s value is changed when a user clicks a large increment/decrement spin button.</para>
      </summary>
      <value>The large increment value.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnNumericRangeSpinEditSettings.MaxValue">
      <summary>
        <para>Specifies the editor’s maximum value.</para>
      </summary>
      <value>The maximum value of the spin editor.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnNumericRangeSpinEditSettings.MinValue">
      <summary>
        <para>Specifies the editor’s minimum value.</para>
      </summary>
      <value>The minimum value of the spin editor.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnNumericRangeSpinEditSettings.ShowIncrementButtons">
      <summary>
        <para>Specifies whether the spin editor displays small increment buttons.</para>
      </summary>
      <value>true to display small increment buttons; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridColumnNumericRangeSpinEditSettings.ShowLargeIncrementButtons">
      <summary>
        <para>Specifies whether the spin editor displays large increment buttons.</para>
      </summary>
      <value>true to display large increment buttons; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.GridColumnNumericRangeTrackBarSettings">
      <summary>
        <para>Contains settings of the track bar in the <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">header filter</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridColumnNumericRangeTrackBarSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridColumnNumericRangeTrackBarSettings"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridColumnNumericRangeTrackBarSettings.Assign(DevExpress.Web.GridColumnNumericRangeTrackBarSettings)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.GridColumnNumericRangeTrackBarSettings"/> object to the current object.</para>
      </summary>
      <param name="source">An object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.GridColumnNumericRangeTrackBarSettings.ShowChangeButtons">
      <summary>
        <para>Specifies whether decrement and increment buttons are visible.</para>
      </summary>
      <value>true to display the buttons; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.GridCommandButtonRenderMode">
      <summary>
        <para>Specifies the render mode of command buttons in the grid.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridCommandButtonRenderMode.Button">
      <summary>
        <para>The command item is rendered as a button.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridCommandButtonRenderMode.Danger">
      <summary>
        <para>The button indicates a dangerous or potentially negative action.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridCommandButtonRenderMode.Default">
      <summary>
        <para>The command item render mode depends on the command column’s and grid settings. If these settings are set to Default, the command button is rendered as a link.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridCommandButtonRenderMode.Image">
      <summary>
        <para>The command item is rendered as an image.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridCommandButtonRenderMode.Link">
      <summary>
        <para>The command item is rendered as a link.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridCommandButtonRenderMode.Outline">
      <summary>
        <para>A button with a colored border and without a background color.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridCommandButtonRenderMode.Secondary">
      <summary>
        <para>A button of secondary importance.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridCommandButtonSettings">
      <summary>
        <para>Serves as a base for classes that contain settings of grid <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command buttons</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridCommandButtonSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridCommandButtonSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.GridCommandButtonSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.GridCommandButtonSettings.Image">
      <summary>
        <para>Gets the settings of an image displayed in the command button.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridCommandButtonSettings.RenderMode">
      <summary>
        <para>Specifies the command button’s render mode.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridCommandButtonRenderMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridCommandButtonSettings.Styles">
      <summary>
        <para>Gets the command button’s style.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ButtonControlStyles"/> object that contains button style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridCommandButtonSettings.Text">
      <summary>
        <para>Gets the command button’s text.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the button’s text.</value>
    </member>
    <member name="T:DevExpress.Web.GridConditionColorScaleFormat">
      <summary>
        <para>Lists values that specify the format (color scale) applied to cells by the <see cref="T:DevExpress.Web.GridViewFormatConditionColorScale"/> condition.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionColorScaleFormat.BlueWhiteRed">
      <summary>
        <para>Cells are colored based on the blue-white-red scale.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionColorScaleFormat.Custom">
      <summary>
        <para>Cells are colored based on the scale specified by the <see cref="P:DevExpress.Web.GridFormatConditionColorScale.MaximumColor">GridFormatConditionColorScale.MaximumColor</see>, <see cref="P:DevExpress.Web.GridFormatConditionColorScale.MiddleColor">GridFormatConditionColorScale.MiddleColor</see> (optional), and <see cref="P:DevExpress.Web.GridFormatConditionColorScale.MinimumColor">GridFormatConditionColorScale.MinimumColor</see> properties.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionColorScaleFormat.GreenWhite">
      <summary>
        <para>Cells are colored based on the green-white scale.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionColorScaleFormat.GreenWhiteRed">
      <summary>
        <para>Cells are colored based on the green-white-red scale.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionColorScaleFormat.GreenYellow">
      <summary>
        <para>Cells are colored based on the green-yellow scale.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionColorScaleFormat.GreenYellowRed">
      <summary>
        <para>Cells are colored based on the green-yellow-red scale.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionColorScaleFormat.RedWhite">
      <summary>
        <para>Cells are colored based on the red-white scale.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionColorScaleFormat.RedWhiteBlue">
      <summary>
        <para>Cells are colored based on the red-white-blue scale.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionColorScaleFormat.RedWhiteGreen">
      <summary>
        <para>Cells are colored based on the red-white-green scale.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionColorScaleFormat.RedYellowGreen">
      <summary>
        <para>Cells are colored based on the red-yellow-green scale.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionColorScaleFormat.WhiteGreen">
      <summary>
        <para>Cells are colored based on the white-green scale.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionColorScaleFormat.WhiteRed">
      <summary>
        <para>Cells are colored based on the white-red scale.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionColorScaleFormat.YellowGreen">
      <summary>
        <para>Cells are colored based on the yellow-green scale.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridConditionHighlightFormat">
      <summary>
        <para>Lists values that specify the format applied to cells by the <see cref="T:DevExpress.Web.GridViewFormatConditionHighlight"/> condition.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionHighlightFormat.BoldText">
      <summary>
        <para>A cell text is bold.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionHighlightFormat.Custom">
      <summary>
        <para>A cell formatting is specified by the CellStyle, CardStyle, RowStyle, or LayoutItemStyle property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionHighlightFormat.GreenFillWithDarkGreenText">
      <summary>
        <para>A cell background is light green, a text is dark green.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionHighlightFormat.GreenText">
      <summary>
        <para>A cell text is green.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionHighlightFormat.ItalicText">
      <summary>
        <para>A cell text is italic.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionHighlightFormat.LightGreenFill">
      <summary>
        <para>A cell background is light green.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionHighlightFormat.LightRedFill">
      <summary>
        <para>A cell background is light red.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionHighlightFormat.LightRedFillWithDarkRedText">
      <summary>
        <para>A cell background is light red, a text is dark red.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionHighlightFormat.RedText">
      <summary>
        <para>A cell text is red.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionHighlightFormat.StrikethroughText">
      <summary>
        <para>A cell text is stricken through.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionHighlightFormat.YellowFillWithDarkYellowText">
      <summary>
        <para>A cell background is yellow, a text is dark yellow.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridConditionIconSetFormat">
      <summary>
        <para>Lists values that specify the format (icon set) applied to cells by the <see cref="T:DevExpress.Web.GridViewFormatConditionIconSet"/> condition.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionIconSetFormat.Arrows3Colored">
      <summary>
        <para />
        <para>Items are ranged into 3 categories using colored arrow images.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionIconSetFormat.Arrows3Gray">
      <summary>
        <para />
        <para>Items are ranged into 3 categories using gray arrow images.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionIconSetFormat.Arrows4Colored">
      <summary>
        <para />
        <para>Items are ranged into 4 categories using colored arrow images.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionIconSetFormat.Arrows4Gray">
      <summary>
        <para />
        <para>Items are ranged into 4 categories using gray arrow images.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionIconSetFormat.Arrows5Colored">
      <summary>
        <para />
        <para>Items are ranged into 5 categories using colored arrow images.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionIconSetFormat.Arrows5Gray">
      <summary>
        <para />
        <para>Items are ranged into 5 categories using gray arrow images.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionIconSetFormat.Boxes5">
      <summary>
        <para />
        <para />
        <para>Items are ranged into 5 categories using box images.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionIconSetFormat.Flags3">
      <summary>
        <para />
        <para>Items are ranged into 3 categories using flag images.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionIconSetFormat.PositiveNegativeArrowsColored">
      <summary>
        <para />
        <para>Items are ranged into 2 categories (positive and negative values) using colored arrow images.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionIconSetFormat.PositiveNegativeArrowsGray">
      <summary>
        <para />
        <para>Items are ranged into 2 categories (positive and negative values) using gray arrow images.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionIconSetFormat.PositiveNegativeTriangles">
      <summary>
        <para />
        <para>Items are ranged into 2 categories (positive and negative values) using triangle images.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionIconSetFormat.Quarters5">
      <summary>
        <para />
        <para>Items are ranged into 5 categories using quarter images.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionIconSetFormat.Ratings4">
      <summary>
        <para />
        <para>Items are ranged into 4 categories using rating images.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionIconSetFormat.Ratings5">
      <summary>
        <para />
        <para>Items are ranged into 5 categories using rating images.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionIconSetFormat.RedToBlack4">
      <summary>
        <para />
        <para>Items are ranged into 4 categories using circle images colored from red to black.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionIconSetFormat.Signs3">
      <summary>
        <para />
        <para>Items are ranged into 3 categories using sign images.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionIconSetFormat.Stars3">
      <summary>
        <para />
        <para />
        <para>Items are ranged into 3 categories using star images.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionIconSetFormat.Symbols3Circled">
      <summary>
        <para />
        <para>Items are ranged into 3 categories using circled symbol images.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionIconSetFormat.Symbols3Uncircled">
      <summary>
        <para />
        <para>Items are ranged into 3 categories using uncircled symbol images.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionIconSetFormat.TrafficLights3Rimmed">
      <summary>
        <para />
        <para>Items are ranged into 3 categories using rimmed traffic light images.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionIconSetFormat.TrafficLights3Unrimmed">
      <summary>
        <para />
        <para>Items are ranged into 3 categories using unrimmed traffic light images.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionIconSetFormat.TrafficLights4">
      <summary>
        <para />
        <para>Items are ranged into 4 categories using traffic light images.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionIconSetFormat.Triangles3">
      <summary>
        <para />
        <para>Items are ranged into 3 categories using triangle images.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridConditionRule">
      <summary>
        <para>Lists values that specify the format condition rule applied to cells by the <see cref="T:DevExpress.Web.GridViewFormatConditionHighlight"/> condition.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionRule.Between">
      <summary>
        <para>Highlight cells whose values are between values specified by the <see cref="P:DevExpress.Web.GridFormatConditionHighlight.Value1">GridFormatConditionHighlight.Value1</see> and <see cref="P:DevExpress.Web.GridFormatConditionHighlight.Value2">GridFormatConditionHighlight.Value2</see> properties.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionRule.Equal">
      <summary>
        <para>Highlight cells whose values are equal to the value specified by the <see cref="P:DevExpress.Web.GridFormatConditionHighlight.Value1">GridFormatConditionHighlight.Value1</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionRule.Expression">
      <summary>
        <para>Highlight cells whose values fit the expression specified by the <see cref="P:DevExpress.Web.GridFormatConditionHighlight.Expression">GridFormatConditionHighlight.Expression</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionRule.Greater">
      <summary>
        <para>Highlight cells whose values are greater than the value specified by the <see cref="P:DevExpress.Web.GridFormatConditionHighlight.Value1">GridFormatConditionHighlight.Value1</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionRule.GreaterOrEqual">
      <summary>
        <para>Highlight cells whose values are greater than or equal to the value specified by the <see cref="P:DevExpress.Web.GridFormatConditionHighlight.Value1">GridFormatConditionHighlight.Value1</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionRule.Less">
      <summary>
        <para>Highlight cells whose values are less than the value specified by the <see cref="P:DevExpress.Web.GridFormatConditionHighlight.Value1">GridFormatConditionHighlight.Value1</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionRule.LessOrEqual">
      <summary>
        <para>Highlight cells whose values are less than or equal to the value specified by the <see cref="P:DevExpress.Web.GridFormatConditionHighlight.Value1">GridFormatConditionHighlight.Value1</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionRule.None">
      <summary>
        <para>Cell highlighting is disabled.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionRule.NotBetween">
      <summary>
        <para>Highlight cells whose values are not between values specified by the <see cref="P:DevExpress.Web.GridFormatConditionHighlight.Value1">GridFormatConditionHighlight.Value1</see> and <see cref="P:DevExpress.Web.GridFormatConditionHighlight.Value2">GridFormatConditionHighlight.Value2</see> properties.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridConditionRule.NotEqual">
      <summary>
        <para>Highlight cells whose values are not equal to the value specified by the <see cref="P:DevExpress.Web.GridFormatConditionHighlight.Value1">GridFormatConditionHighlight.Value1</see> property.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridCustomColumnSortEventArgs">
      <summary>
        <para>Serves as a base for classes that provide data for custom sorting and grouping events of grid-like controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridCustomColumnSortEventArgs.GetRow1Value(System.String)">
      <summary>
        <para>Returns the specified column’s value in the first data item (row, card or record) being compared.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that identifies a data column in the control.</param>
      <returns>An object that is the specified column’s value in the first data item being compared.</returns>
    </member>
    <member name="M:DevExpress.Web.GridCustomColumnSortEventArgs.GetRow2Value(System.String)">
      <summary>
        <para>Returns the specified column’s value in the second data item (row, card or record) being compared.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that identifies a data column in the control.</param>
      <returns>An object that is the specified column’s value in the second data item being compared.</returns>
    </member>
    <member name="P:DevExpress.Web.GridCustomColumnSortEventArgs.Handled">
      <summary>
        <para>Gets or sets whether a comparison operation is handled, and therefore, no default processing is required.</para>
      </summary>
      <value>true if a comparison operation is handled; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.GridCustomColumnSortEventArgs.ListSourceRowIndex1">
      <summary>
        <para>Gets the index in the data source of the first of the two data items (row, card or record) being compared.</para>
      </summary>
      <value>An integer value that specifies the index of the first data item in the data source.</value>
    </member>
    <member name="P:DevExpress.Web.GridCustomColumnSortEventArgs.ListSourceRowIndex2">
      <summary>
        <para>Gets the index in the data source of the second of the two data items (row, card or record) being compared.</para>
      </summary>
      <value>An integer value that specifies the index of the second data item in the data source.</value>
    </member>
    <member name="P:DevExpress.Web.GridCustomColumnSortEventArgs.Result">
      <summary>
        <para>Gets or sets the result of a custom comparison.</para>
      </summary>
      <value>An integer value that specifies the result.</value>
    </member>
    <member name="P:DevExpress.Web.GridCustomColumnSortEventArgs.SortOrder">
      <summary>
        <para>Gets the sort order applied to the column (row for <see cref="T:DevExpress.Web.ASPxVerticalGrid"/>) being processed.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Data.ColumnSortOrder"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridCustomColumnSortEventArgs.Value1">
      <summary>
        <para>Gets the first value being compared.</para>
      </summary>
      <value>An object that is the first value being compared.</value>
    </member>
    <member name="P:DevExpress.Web.GridCustomColumnSortEventArgs.Value2">
      <summary>
        <para>Gets the second value being compared.</para>
      </summary>
      <value>An object that is the second value being compared.</value>
    </member>
    <member name="T:DevExpress.Web.GridCustomCommandButton">
      <summary>
        <para>Serves as a base for classes that implement the functionality of a custom command button in different grid controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridCustomCommandButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridCustomCommandButton"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridCustomCommandButton.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings from the specified item 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="P:DevExpress.Web.GridCustomCommandButton.ID">
      <summary>
        <para>Gets or sets a value that identifies the custom button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the custom button Id.</value>
    </member>
    <member name="P:DevExpress.Web.GridCustomCommandButton.Image">
      <summary>
        <para>Gets the settings of an image displayed in the custom button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridCustomCommandButton.Styles">
      <summary>
        <para>Provides access to the style settings that control the appearance of the custom command button.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ButtonControlStyles"/> object that contains button style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridCustomCommandButton.Text">
      <summary>
        <para>Gets or sets the custom button’s text.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the button’s text.</value>
    </member>
    <member name="T:DevExpress.Web.GridCustomizationDialogPopupAdaptivitySettings">
      <summary>
        <para>Contains the <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">Customization Dialog</see>‘s adaptivity settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridCustomizationDialogPopupAdaptivitySettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridCustomizationDialogPopupAdaptivitySettings"/> 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.GridCustomizationDialogPopupSettings">
      <summary>
        <para>Contains the <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">Customization Dialog</see>‘s specific settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridCustomizationDialogPopupSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridCustomizationDialogPopupSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.GridCustomizationDialogPopupSettings.SettingsAdaptivity">
      <summary>
        <para>Provides access to the adaptivity settings of the grid’s <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">customization dialog</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridCustomizationDialogPopupAdaptivitySettings"/> object that contains the adaptivity settings of the grid’s <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">customization dialog</see>.</value>
    </member>
    <member name="T:DevExpress.Web.GridCustomizationWindowPopupSettings">
      <summary>
        <para>Serves as a base for classes that contain <see href="https://docs.devexpress.com/AspNet/3679/components/grid-view/visual-elements/customization-window">customization window</see> specific settings of grid-like controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridCustomizationWindowPopupSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridCustomizationWindowPopupSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.GridCustomizationWindowPopupSettings.AllowResize">
      <summary>
        <para>Gets or sets a value that specifies whether the customization window can be resized by end-users on the client side.</para>
      </summary>
      <value>true, if resizing is allowed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridCustomizationWindowPopupSettings.AutoUpdatePosition">
      <summary>
        <para>Specifies whether the Customization Window’s position is updated automatically.</para>
      </summary>
      <value>true, to automatically update the position of the Customization Window; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridCustomizationWindowPopupSettings.CloseOnEscape">
      <summary>
        <para>Gets or sets a value specifying whether a customization window is closed when an end-user presses the Esc key.</para>
      </summary>
      <value>true, to close a customization window when the Esc key is pressed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridCustomizationWindowPopupSettings.Height">
      <summary>
        <para>Gets or sets the customization window‘s height.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that specifies the height.</value>
    </member>
    <member name="P:DevExpress.Web.GridCustomizationWindowPopupSettings.HorizontalAlign">
      <summary>
        <para>Gets or sets the customization window‘s horizontal alignment.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.PopupHorizontalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridCustomizationWindowPopupSettings.HorizontalOffset">
      <summary>
        <para>Gets or sets a value that indicates the distance that the customization window is offset from its baseline in the horizontal direction. This is a dependency property.</para>
      </summary>
      <value>An integer value defining the control’s offset from its baseline in the horizontal direction.</value>
    </member>
    <member name="P:DevExpress.Web.GridCustomizationWindowPopupSettings.MinHeight">
      <summary>
        <para>Gets or sets the minimum height of the customization window.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that defines the minimum height of the window.</value>
    </member>
    <member name="P:DevExpress.Web.GridCustomizationWindowPopupSettings.MinWidth">
      <summary>
        <para>Gets or sets the minimum width of the customization window.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that defines the minimum width of the window.</value>
    </member>
    <member name="P:DevExpress.Web.GridCustomizationWindowPopupSettings.PopupAnimationType">
      <summary>
        <para>Gets or sets a value specifying the animation type used to show the customization window.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.AnimationType"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridCustomizationWindowPopupSettings.ResizingMode">
      <summary>
        <para>Gets or sets a value that specifies when the customization window 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.GridCustomizationWindowPopupSettings.ShowCloseButton">
      <summary>
        <para>Gets or sets a value that specifies whether or not to display the customization window‘s close button.</para>
      </summary>
      <value>true, to display the close button; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridCustomizationWindowPopupSettings.ShowCollapseButton">
      <summary>
        <para>Gets or sets a value that specifies whether or not to display the customization window‘s collapse button.</para>
      </summary>
      <value>true, to display the collapse button; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridCustomizationWindowPopupSettings.ShowFooter">
      <summary>
        <para>Gets or sets a value that specifies whether or not to display the customization window‘s footer.</para>
      </summary>
      <value>true, to display the footer; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridCustomizationWindowPopupSettings.ShowPinButton">
      <summary>
        <para>Gets or sets a value that specifies whether or not to display the customization window‘s pin button.</para>
      </summary>
      <value>true, to display the pin button; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridCustomizationWindowPopupSettings.ShowShadow">
      <summary>
        <para>Gets or sets a value that specifies whether the customization window casts a shadow.</para>
      </summary>
      <value>true if the customization window casts a shadow; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.GridCustomizationWindowPopupSettings.VerticalAlign">
      <summary>
        <para>Gets or sets the customization window‘s vertical alignment.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.PopupVerticalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridCustomizationWindowPopupSettings.VerticalOffset">
      <summary>
        <para>Gets or sets a value that indicates the distance that the customization window is offset from its baseline in the vertical direction. This is a dependency property.</para>
      </summary>
      <value>An integer value defining the control’s offset from its baseline in the vertical direction.</value>
    </member>
    <member name="P:DevExpress.Web.GridCustomizationWindowPopupSettings.Width">
      <summary>
        <para>Gets or sets the customization window‘s width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that specifies the width.</value>
    </member>
    <member name="T:DevExpress.Web.GridDataColumnHeaderFilterSettings">
      <summary>
        <para>Serves as a base for classes that contain header filter specific settings of grid-like controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridDataColumnHeaderFilterSettings.#ctor(DevExpress.Web.Internal.IDataColumnAdapter)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridDataColumnHeaderFilterSettings.Assign(DevExpress.Web.GridDataColumnHeaderFilterSettings)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.GridDataColumnHeaderFilterSettings"/> object to the current object.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.GridDataColumnHeaderFilterSettings"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.GridDataColumnHeaderFilterSettings.ListBoxSearchUISettings">
      <summary>
        <para>Provides access to the settings used to define the list box’s search UI within the grid’s header filter.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridHeaderFilterListBoxSearchUISettings"/> object containing the search UI settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridDataColumnHeaderFilterSettings.Mode">
      <summary>
        <para>Specifies the type of header filter used for the current column.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridHeaderFilterMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridDataColumnHeaderFilterSettings.NumericRangeSpinEditSettings">
      <summary>
        <para>Gets the settings of the <see href="https://docs.devexpress.com/AspNet/11579/components/grid-view/concepts/filter-data/header-filter">header filter</see> spin editor.</para>
      </summary>
      <value>An object that contains the spin editor settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridDataColumnHeaderFilterSettings.NumericRangeTrackBarSettings">
      <summary>
        <para>Gets the settings of the track bar in the <see href="https://docs.devexpress.com/AspNet/11579/components/grid-view/concepts/filter-data/header-filter">header filter</see>.</para>
      </summary>
      <value>An object that contains the track bar settings.</value>
    </member>
    <member name="T:DevExpress.Web.GridDataColumnSettings">
      <summary>
        <para>Serves as a base for classes that provide data column settings in grid-like controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridDataColumnSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridDataColumnSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridDataColumnSettings.AllowEllipsisInText">
      <summary>
        <para>Specifies if the column’s (row’s for <see cref="T:DevExpress.Web.ASPxVerticalGrid"/>)  cell texts can be automatically truncated if they don’t fit into the cell width.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridDataColumnSettings.AllowFilterBySearchPanel">
      <summary>
        <para>Gets or sets whether end-users can filter data by the column’s (row’s for <see cref="T:DevExpress.Web.ASPxVerticalGrid"/>)  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.GridDataColumnSettings.AllowHeaderFilter">
      <summary>
        <para>Gets or sets whether the filter button is displayed within the current column’s (row’s for <see cref="T:DevExpress.Web.ASPxVerticalGrid"/>) header.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridDataColumnSettings.AllowSort">
      <summary>
        <para>Specifies whether a user can sort data by column (or row for <see cref="T:DevExpress.Web.ASPxVerticalGrid"/>) values.</para>
      </summary>
      <value>True to enable sorting.
False to disable sorting.
Default to control the column’s behavior at the control level (the <see cref="P:DevExpress.Web.ASPxGridBehaviorSettings.AllowSort">ASPxGridBehaviorSettings.AllowSort</see> property).</value>
    </member>
    <member name="M:DevExpress.Web.GridDataColumnSettings.Assign(DevExpress.Web.GridDataColumnSettings)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.GridDataColumnSettings"/> object to the current object.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.GridDataColumnSettings"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.GridDataColumnSettings.FilterMode">
      <summary>
        <para>Specifies the filter mode for columns and rows (for <see cref="T:DevExpress.Web.ASPxVerticalGrid"/>) values).</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ColumnFilterMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridDataColumnSettings.HeaderFilterMode">
      <summary>
        <para>Obsolete API.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridDataColumnSettings.ShowEditorInBatchEditMode">
      <summary>
        <para>Specifies whether an editor is displayed for a read-only cell in batch edit mode.</para>
      </summary>
      <value>true, to display editors for read-only cells; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridDataColumnSettings.ShowInFilterControl">
      <summary>
        <para>Gets or sets whether an end-user can create filter conditions in the current column (row for <see cref="T:DevExpress.Web.ASPxVerticalGrid"/>) in the filter control.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridDataColumnSettings.SortMode">
      <summary>
        <para>Specifies how the control sorts data in a column (a row for <see cref="T:DevExpress.Web.ASPxVerticalGrid"/>).</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraGrid.ColumnSortMode"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.GridEditFormPopupControlAdaptivitySettings">
      <summary>
        <para>Contains the <see href="https://docs.devexpress.com/AspNet/3816/components/grid-view/visual-elements/popup-edit-form">popup edit form</see>‘s adaptivity settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridEditFormPopupControlAdaptivitySettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridEditFormPopupControlAdaptivitySettings"/> class.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.GridEditFormPopupControlAdaptivitySettings.Mode">
      <summary>
        <para>Specifies the adaptivity mode for the grid’s <see href="https://docs.devexpress.com/AspNet/3816/components/grid-view/visual-elements/popup-edit-form">popup edit form</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.PopupControlAdaptivityMode"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.GridEditFormPopupSettings">
      <summary>
        <para>Contains <see href="https://docs.devexpress.com/AspNet/3816/components/grid-view/visual-elements/popup-edit-form">Popup Edit Form</see> specific settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridEditFormPopupSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridEditFormPopupSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.GridEditFormPopupSettings.AllowResize">
      <summary>
        <para>Gets or sets a value that specifies whether end users can resize the popup edit form.</para>
      </summary>
      <value>true, if end users can resize the popup edit form; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridEditFormPopupSettings.AutoUpdatePosition">
      <summary>
        <para>Specifies whether the Edit Form’s position is updated automatically.</para>
      </summary>
      <value>true, to automatically update the position of the Edit Form; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridEditFormPopupSettings.CloseOnEscape">
      <summary>
        <para>Gets or sets a value specifying whether a popup edit form is closed when an end-user presses the ESC key.</para>
      </summary>
      <value>true, to close a popup edit form when the ESC key is pressed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridEditFormPopupSettings.Height">
      <summary>
        <para>Gets or sets the popup edit form‘s height.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that specifies the height.</value>
    </member>
    <member name="P:DevExpress.Web.GridEditFormPopupSettings.HorizontalAlign">
      <summary>
        <para>Gets or sets the popup edit form‘s horizontal alignment.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.PopupHorizontalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridEditFormPopupSettings.HorizontalOffset">
      <summary>
        <para>Gets or sets a value that indicates the distance that the popup edit form is offset from its baseline in the horizontal direction. This is a dependency property.</para>
      </summary>
      <value>An integer value defining the control’s offset from its baseline in the horizontal direction.</value>
    </member>
    <member name="P:DevExpress.Web.GridEditFormPopupSettings.MinHeight">
      <summary>
        <para>Gets or sets the minimum height of the popup edit form‘s popup window.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that defines the minimum height of the window.</value>
    </member>
    <member name="P:DevExpress.Web.GridEditFormPopupSettings.MinWidth">
      <summary>
        <para>Gets or sets the minimum width of popup edit form‘s popup window.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that defines the minimum width of the window.</value>
    </member>
    <member name="P:DevExpress.Web.GridEditFormPopupSettings.Modal">
      <summary>
        <para>Gets or sets whether the popup edit form is displayed in modal mode.</para>
      </summary>
      <value>true, if the Edit Form is displayed in modal mode; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridEditFormPopupSettings.PopupAnimationType">
      <summary>
        <para>Gets or sets a value specifying the animation type used to show the popup edit form.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.AnimationType"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridEditFormPopupSettings.ResizingMode">
      <summary>
        <para>Gets or sets a value that specifies when the popup edit form 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.GridEditFormPopupSettings.SettingsAdaptivity">
      <summary>
        <para>Gets the popup edit form‘s adaptivity settings.</para>
      </summary>
      <value>An object that contains the popup edit form‘s adaptivity settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridEditFormPopupSettings.ShowCloseButton">
      <summary>
        <para>Gets or sets a value that specifies whether or not to display the popup edit form‘s close button.</para>
      </summary>
      <value>true, to display the close button; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridEditFormPopupSettings.ShowCollapseButton">
      <summary>
        <para>Gets or sets a value that specifies whether or not to display the popup edit form‘s collapse button.</para>
      </summary>
      <value>true, to display the collapse button; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridEditFormPopupSettings.ShowFooter">
      <summary>
        <para>Gets or sets a value that specifies whether or not to display the popup edit form‘s footer.</para>
      </summary>
      <value>true, to display the footer; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridEditFormPopupSettings.ShowHeader">
      <summary>
        <para>Gets or sets a value that specifies whether the popup edit form‘s title heading is displayed.</para>
      </summary>
      <value>true, if the title header is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridEditFormPopupSettings.ShowMaximizeButton">
      <summary>
        <para>Gets or sets a value that specifies whether or not to display the popup edit form‘s maximize button.</para>
      </summary>
      <value>true, to display the maximize button; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridEditFormPopupSettings.ShowPageScrollbarWhenModal">
      <summary>
        <para>Gets or sets a value that specifies whether a browser’s scroll bars can be displayed when the edit form is shown in the modal mode.</para>
      </summary>
      <value>true, if a browser’s scroll bars are available; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridEditFormPopupSettings.ShowPinButton">
      <summary>
        <para>Gets or sets a value that specifies whether or not to display the popup edit form‘s pin button.</para>
      </summary>
      <value>true, to display the pin button; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridEditFormPopupSettings.ShowShadow">
      <summary>
        <para>Gets or sets a value that specifies whether the popup edit form casts a shadow.</para>
      </summary>
      <value>true if the popup edit form casts a shadow; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.GridEditFormPopupSettings.ShowViewportScrollbarWhenModal">
      <summary>
        <para>Gets or sets a value that specifies whether the vertical and horizontal scroll bars can be displayed in the viewport when a popup window is shown in modal mode.</para>
      </summary>
      <value>true, if scroll bars are available; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridEditFormPopupSettings.VerticalAlign">
      <summary>
        <para>Gets or sets the popup edit form‘s vertical alignment.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.PopupVerticalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridEditFormPopupSettings.VerticalOffset">
      <summary>
        <para>Gets or sets a value that indicates the distance that the popup edit form is offset from its baseline in the vertical direction. This is a dependency property.</para>
      </summary>
      <value>An integer value defining the control’s offset from its baseline in the vertical direction.</value>
    </member>
    <member name="P:DevExpress.Web.GridEditFormPopupSettings.Width">
      <summary>
        <para>Gets or sets the popup edit form‘s width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that specifies the width.</value>
    </member>
    <member name="T:DevExpress.Web.GridErrorTextKind">
      <summary>
        <para>Lists values that indicate the error source.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridErrorTextKind.General">
      <summary>
        <para>Error text of any exception except the exception that is manually raised by handling the <see cref="E:DevExpress.Web.ASPxGridView.RowValidating">ASPxGridView.RowValidating</see> event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridErrorTextKind.RowValidate">
      <summary>
        <para>Error text has been specified within the <see cref="E:DevExpress.Web.ASPxGridView.RowValidating">ASPxGridView.RowValidating</see> event handler.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridExportAppearanceBase">
      <summary>
        <para>Serves as a base for classes that contain the appearance settings used to paint the grid-like controls and their elements when a grid is exported.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridExportAppearanceBase.BorderColor">
      <summary>
        <para>Specifies the border color.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> value that specifies the border color.</value>
    </member>
    <member name="P:DevExpress.Web.GridExportAppearanceBase.BorderSides">
      <summary>
        <para>Gets or sets a value that specifies which border sides are to be drawn.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraPrinting.BorderSide"/> enumeration values that specifies which border sides are to be drawn.</value>
    </member>
    <member name="P:DevExpress.Web.GridExportAppearanceBase.BorderSize">
      <summary>
        <para>Specifies the border width.</para>
      </summary>
      <value>An integer value that specifies the border width, in pixels.</value>
    </member>
    <member name="M:DevExpress.Web.GridExportAppearanceBase.CopyFrom(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.GridExportAppearanceBase"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> object that is the object from which the settings will be copied.</param>
    </member>
    <member name="M:DevExpress.Web.GridExportAppearanceBase.MergeWith(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Combines the properties of the specified object with the current <see cref="T:DevExpress.Web.GridExportAppearanceBase"/> instance.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> that is the object to be combined.</param>
    </member>
    <member name="T:DevExpress.Web.GridFilterControlPopupSettings">
      <summary>
        <para>Serves as a base for classes that contain <see href="https://docs.devexpress.com/AspNet/11573/components/grid-view/visual-elements/filter-builder-filter-control">filter control</see> specific settings in grid-like controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridFilterControlPopupSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridFilterControlPopupSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.GridFilterControlPopupSettings.AllowResize">
      <summary>
        <para>Gets or sets a value that specifies whether the filter control window can be resized by end-users on the client side.</para>
      </summary>
      <value>true, if resizing is allowed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridFilterControlPopupSettings.AutoUpdatePosition">
      <summary>
        <para>Specifies whether the Filter Control’s position is updated automatically.</para>
      </summary>
      <value>true, to automatically update the position of the Filer Control; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridFilterControlPopupSettings.Height">
      <summary>
        <para>Gets or sets the filter control‘s height.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that specifies the height.</value>
    </member>
    <member name="P:DevExpress.Web.GridFilterControlPopupSettings.HorizontalAlign">
      <summary>
        <para>Gets or sets the filter control‘s horizontal alignment.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.PopupHorizontalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridFilterControlPopupSettings.HorizontalOffset">
      <summary>
        <para>Gets or sets a value that indicates the distance that the filter control is offset from its baseline in the horizontal direction.</para>
      </summary>
      <value>An integer value defining the control’s offset from its baseline in the horizontal direction.</value>
    </member>
    <member name="P:DevExpress.Web.GridFilterControlPopupSettings.MinHeight">
      <summary>
        <para>Gets or sets the minimum height of the filter control window.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that defines the minimum height of the window.</value>
    </member>
    <member name="P:DevExpress.Web.GridFilterControlPopupSettings.MinWidth">
      <summary>
        <para>Gets or sets the minimum width of the filter control window.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that defines the minimum width of the window.</value>
    </member>
    <member name="P:DevExpress.Web.GridFilterControlPopupSettings.PopupAnimationType">
      <summary>
        <para>Gets or sets a value specifying the animation type used to show the filter control.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.AnimationType"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridFilterControlPopupSettings.ResizingMode">
      <summary>
        <para>Gets or sets a value that specifies when the filter control 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.GridFilterControlPopupSettings.ScrollBars">
      <summary>
        <para>Gets or sets a value specifying which scrollbars should appear in the filter control window.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.ScrollBars"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridFilterControlPopupSettings.SettingsAdaptivity">
      <summary>
        <para>Gets the filter control‘s adaptivity settings.</para>
      </summary>
      <value>An object that contains the filter control‘s adaptivity settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridFilterControlPopupSettings.ShowCloseButton">
      <summary>
        <para>Gets or sets a value that specifies whether or not to display the filter control‘s close button.</para>
      </summary>
      <value>true, to display the close button; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridFilterControlPopupSettings.ShowHeader">
      <summary>
        <para>Gets or sets a value that specifies whether or not to display the filter control‘s header.</para>
      </summary>
      <value>true to display the header; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridFilterControlPopupSettings.ShowMaximizeButton">
      <summary>
        <para>Gets or sets a value that specifies whether or not to display the filter control‘s maximize button.</para>
      </summary>
      <value>true, to display the maximize button; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridFilterControlPopupSettings.ShowPageScrollbarWhenModal">
      <summary>
        <para>Gets or sets a value that specifies whether a browser’s scroll bars can be displayed when the filter control window is shown.</para>
      </summary>
      <value>true if a browser’s scroll bars are available; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridFilterControlPopupSettings.ShowShadow">
      <summary>
        <para>Gets or sets a value that specifies whether the filter control casts a shadow.</para>
      </summary>
      <value>true if the filter control casts a shadow; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.GridFilterControlPopupSettings.ShowViewportScrollbarWhenModal">
      <summary>
        <para>Gets or sets a value that specifies whether the vertical and horizontal scroll bars can be displayed in the viewport when a popup window is shown in modal mode.</para>
      </summary>
      <value>true, if scroll bars are available; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridFilterControlPopupSettings.VerticalAlign">
      <summary>
        <para>Gets or sets the filter control‘s vertical alignment.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.PopupVerticalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridFilterControlPopupSettings.VerticalOffset">
      <summary>
        <para>Gets or sets a value that indicates the distance that the filter control is offset from its baseline in the vertical direction.</para>
      </summary>
      <value>One of the <see cref="T:System.Int32"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridFilterControlPopupSettings.Width">
      <summary>
        <para>Gets or sets the filter control‘s width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that specifies the width.</value>
    </member>
    <member name="T:DevExpress.Web.GridFormatConditionBase">
      <summary>
        <para>Serves as a base class for the <see cref="T:DevExpress.Web.GridFormatConditionExpressionBase"/> and <see cref="T:DevExpress.Web.GridFormatConditionIndicatorBase"/> classes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridFormatConditionBase.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="P:DevExpress.Web.GridFormatConditionBase.Enabled">
      <summary>
        <para>Specifies whether the current format condition is applied to the grid.</para>
      </summary>
      <value>true, if the format condition is applied; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridFormatConditionBase.FieldName">
      <summary>
        <para>Gets or sets the name of the data field against whose values the current format condition is applied.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the name of the processed data field.</value>
    </member>
    <member name="T:DevExpress.Web.GridFormatConditionCollection">
      <summary>
        <para>Serves as a base class for the <see cref="T:DevExpress.Web.CardViewFormatConditionCollection"/> and <see cref="T:DevExpress.Web.GridViewFormatConditionCollection"/> classes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridFormatConditionCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridFormatConditionCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridFormatConditionColorScale">
      <summary>
        <para>Serves as a base class for the <see cref="T:DevExpress.Web.CardViewFormatConditionColorScale"/> and <see cref="T:DevExpress.Web.GridViewFormatConditionColorScale"/> classes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridFormatConditionColorScale.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="P:DevExpress.Web.GridFormatConditionColorScale.Format">
      <summary>
        <para>Gets or sets the format (color scale) applied to cells.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridConditionColorScaleFormat"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridFormatConditionColorScale.MaximumColor">
      <summary>
        <para>Specifies a color applied to a cell with the maximum value.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> object that specifies the cell color.</value>
    </member>
    <member name="P:DevExpress.Web.GridFormatConditionColorScale.MiddleColor">
      <summary>
        <para>Specifies the middle color of a scale applied to cells.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> object that specifies the cell color.</value>
    </member>
    <member name="P:DevExpress.Web.GridFormatConditionColorScale.MinimumColor">
      <summary>
        <para>Specifies the color applied to a cell with the minimum value.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> object that specifies the cell color.</value>
    </member>
    <member name="T:DevExpress.Web.GridFormatConditionExpressionBase">
      <summary>
        <para>Serves as a base class for the <see cref="T:DevExpress.Web.GridFormatConditionHighlight"/> and <see cref="T:DevExpress.Web.GridFormatConditionTopBottom"/> classes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridFormatConditionExpressionBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridFormatConditionExpressionBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridFormatConditionExpressionBase.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="P:DevExpress.Web.GridFormatConditionExpressionBase.Format">
      <summary>
        <para>Gets or sets the style format applied to cells whose values meet the format condition.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridConditionHighlightFormat"/> object that provides formatting settings.</value>
    </member>
    <member name="T:DevExpress.Web.GridFormatConditionHighlight">
      <summary>
        <para>Serves as a base class for the <see cref="T:DevExpress.Web.CardViewFormatConditionHighlight"/> and <see cref="T:DevExpress.Web.GridViewFormatConditionHighlight"/> classes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridFormatConditionHighlight.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridFormatConditionHighlight"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridFormatConditionHighlight.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="P:DevExpress.Web.GridFormatConditionHighlight.Expression">
      <summary>
        <para>Gets or sets the expression used to format grid cells.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the expression.</value>
    </member>
    <member name="P:DevExpress.Web.GridFormatConditionHighlight.Rule">
      <summary>
        <para>Specifies the format condition rule.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridConditionRule"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridFormatConditionHighlight.Value1">
      <summary>
        <para>Gets or sets the first constant that is compared with cell values.</para>
      </summary>
      <value>An <see cref="T:System.Object"/> that is compared with cell values.</value>
    </member>
    <member name="P:DevExpress.Web.GridFormatConditionHighlight.Value2">
      <summary>
        <para>Gets or sets the second constant that is compared with cell values.</para>
      </summary>
      <value>An <see cref="T:System.Object"/> that is compared with cell values.</value>
    </member>
    <member name="T:DevExpress.Web.GridFormatConditionIconSet">
      <summary>
        <para>Serves as a base class for the <see cref="T:DevExpress.Web.CardViewFormatConditionIconSet"/> and <see cref="T:DevExpress.Web.GridViewFormatConditionIconSet"/> classes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridFormatConditionIconSet.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="P:DevExpress.Web.GridFormatConditionIconSet.Format">
      <summary>
        <para>Gets or sets the format (icon set) applied to cells.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridConditionIconSetFormat"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.GridFormatConditionIndicatorBase">
      <summary>
        <para>Serves as a base class for the <see cref="T:DevExpress.Web.GridFormatConditionColorScale"/> and <see cref="T:DevExpress.Web.GridFormatConditionIconSet"/> classes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridFormatConditionIndicatorBase.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="P:DevExpress.Web.GridFormatConditionIndicatorBase.MaximumValue">
      <summary>
        <para>Specifies the maximum cell value.</para>
      </summary>
      <value>An <see cref="T:System.Object"/> that specifies the cell value.</value>
    </member>
    <member name="P:DevExpress.Web.GridFormatConditionIndicatorBase.MinimumValue">
      <summary>
        <para>Specifies the minimum cell value.</para>
      </summary>
      <value>An <see cref="T:System.Object"/> that specifies the cell value.</value>
    </member>
    <member name="T:DevExpress.Web.GridFormatConditionTopBottom">
      <summary>
        <para>Serves as a base class for the <see cref="T:DevExpress.Web.CardViewFormatConditionTopBottom"/> and <see cref="T:DevExpress.Web.GridViewFormatConditionTopBottom"/> classes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridFormatConditionTopBottom.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="P:DevExpress.Web.GridFormatConditionTopBottom.Rule">
      <summary>
        <para>Specifies the format condition rule.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridTopBottomRule"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridFormatConditionTopBottom.Threshold">
      <summary>
        <para>Allows you to provide additional information for the current rule.</para>
      </summary>
      <value>A <see cref="T:System.Decimal"/> value specifying the number or percent of cells.</value>
    </member>
    <member name="T:DevExpress.Web.GridFormLayoutProperties">
      <summary>
        <para>Serves as a base for classes that contain settings related to the FormLayout used in the edit form of grid-like controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridFormLayoutProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridFormLayoutProperties"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridFormLayoutProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridFormLayoutProperties"/> 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.GridFormLayoutProperties.FindColumnItem(System.String)">
      <summary>
        <para>Returns a column layout item by its name or column name.</para>
      </summary>
      <param name="Name_ColumnName">A string specifying the item’s <see cref="P:DevExpress.Web.LayoutItemBase.Name">LayoutItemBase.Name</see> or <see cref="P:DevExpress.Web.ColumnLayoutItem.ColumnName">ColumnLayoutItem.ColumnName</see> property value.</param>
      <returns>An <see cref="T:DevExpress.Web.ColumnLayoutItem"/> object that is a column layout item with the specified name or column name.</returns>
    </member>
    <member name="T:DevExpress.Web.GridHeaderFilterEditorType">
      <summary>
        <para>Lists editor types in the header filter.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridHeaderFilterEditorType.Calendar">
      <summary>
        <para>The calendar.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridHeaderFilterEditorType.CheckBoxList">
      <summary>
        <para>The check box list.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridHeaderFilterEditorType.EndDateEdit">
      <summary>
        <para>The date editor that specifies the end point of a date range.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridHeaderFilterEditorType.EndSpinEdit">
      <summary>
        <para>The spin editor that specifies the end point of a numeric range.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridHeaderFilterEditorType.ListBox">
      <summary>
        <para>The list box.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridHeaderFilterEditorType.StartDateEdit">
      <summary>
        <para>The date editor that specifies the start point of a date range.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridHeaderFilterEditorType.StartSpinEdit">
      <summary>
        <para>The spin editor that specifies the start point of a numeric range.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridHeaderFilterEditorType.TrackBar">
      <summary>
        <para>The track bar.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridHeaderFilterListBoxSearchUISettings">
      <summary>
        <para>Contains settings that relate to the list box’s search UI within the grid’s header filter.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridHeaderFilterListBoxSearchUISettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies public properties from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.PropertiesBase"/> object or descendant whose properties are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.GridHeaderFilterListBoxSearchUISettings.UseCompactView">
      <summary>
        <para>Gets or sets a value specifying whether the list box’s search UI is displayed in Compact mode within the ASPxGridView header filter dropdown.</para>
      </summary>
      <value>true, to display the search UI in Compact mode; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridHeaderFilterListBoxSearchUISettings.Visibility">
      <summary>
        <para>Gets or sets a value specifying the search UI visibility mode within the ASPxGridView header filter.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridHeaderFilterListBoxSearchUIVisibility"/> values.</value>
    </member>
    <member name="T:DevExpress.Web.GridHeaderFilterListBoxSearchUIVisibility">
      <summary>
        <para>Lists values that specify the display of the Search UI within the grid’s header filter dropdown.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridHeaderFilterListBoxSearchUIVisibility.Auto">
      <summary>
        <para>Search UI’s visibility depends upon the <see cref="P:DevExpress.Web.ASPxGridSettings.ShowHeaderFilterListBoxSearchUI">ASPxGridSettings.ShowHeaderFilterListBoxSearchUI</see> property’s value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridHeaderFilterListBoxSearchUIVisibility.Hidden">
      <summary>
        <para>Search UI is hidden within the grid’s header filter dropdown.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridHeaderFilterListBoxSearchUIVisibility.Visible">
      <summary>
        <para>Search UI is visible within the grid’s header filter dropdown.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridHeaderFilterMode">
      <summary>
        <para>Lists values that specify the <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">header filter</see> mode used in a grid.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridHeaderFilterMode.CheckedList">
      <summary>
        <para>The <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">header filter</see> is displayed as a checked list of filter items. In this mode, an end-user can select more than one item simultaneously. When the dropdown window is closed by clicking the OK button, the grid will display those records that contain the checked values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridHeaderFilterMode.DateRangeCalendar">
      <summary>
        <para>(For date columns only). The <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">header filter</see> displays a calendar and a set of predefined items. Use the <see cref="P:DevExpress.Web.GridViewDataColumnHeaderFilterSettings.DateRangeCalendarSettings">SettingsHeaderFilter.DateRangeCalendarSettings</see> property to customize the calendar settings.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridHeaderFilterMode.DateRangePicker">
      <summary>
        <para>(For date columns only). The <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">header filter</see> displays a date range picker and a set of predefined items.  Use the <see cref="P:DevExpress.Web.GridViewDataColumnHeaderFilterSettings.DateRangePickerSettings">SettingsHeaderFilter.DateRangePickerSettings</see> property to customize the editor settings.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridHeaderFilterMode.Default">
      <summary>
        <para>For date columns is equal to the DateRangePicker value, for other columns is equal to the List value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridHeaderFilterMode.List">
      <summary>
        <para>The <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">header filter</see> is displayed as a regular list of filter items. Clicking an item invokes a corresponding action and automatically closes the dropdown.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridHeaderFilterMode.NumericRangePicker">
      <summary>
        <para>(For numeric columns only). The <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">header filter</see> displays two spin editors and a track bar. Use the <see cref="P:DevExpress.Web.GridDataColumnHeaderFilterSettings.NumericRangeSpinEditSettings"/> and <see cref="P:DevExpress.Web.GridDataColumnHeaderFilterSettings.NumericRangeTrackBarSettings"/> properties to customize settings of the spin editors and track bar.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridHeaderFilterPopupSettings">
      <summary>
        <para>Serves as a base for classes that contain <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">popup header filter</see> specific settings in grid-like controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridHeaderFilterPopupSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridHeaderFilterPopupSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.GridHeaderFilterPopupSettings.AutoUpdatePosition">
      <summary>
        <para>Specifies whether the Header Filter’s position is updated automatically.</para>
      </summary>
      <value>true, to automatically update the position of the Header Filer; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridHeaderFilterPopupSettings.CloseOnEscape">
      <summary>
        <para>Specifies whether a header filter is closed when an end-user presses the Esc key.</para>
      </summary>
      <value>true, to close a header filter when the Esc key is pressed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridHeaderFilterPopupSettings.Height">
      <summary>
        <para>Gets or sets the header filter’s height.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that specifies the height.</value>
    </member>
    <member name="P:DevExpress.Web.GridHeaderFilterPopupSettings.MinHeight">
      <summary>
        <para>Gets or sets the minimum height of header filter’s popup window.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that defines the minimum height of the window.</value>
    </member>
    <member name="P:DevExpress.Web.GridHeaderFilterPopupSettings.MinWidth">
      <summary>
        <para>Gets or sets the minimum width of header filter’s popup window.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that defines the minimum width of the window.</value>
    </member>
    <member name="P:DevExpress.Web.GridHeaderFilterPopupSettings.PopupAnimationType">
      <summary>
        <para>Gets or sets a value specifying the animation type used to show the header filter‘s popup window.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.AnimationType"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridHeaderFilterPopupSettings.ResizingMode">
      <summary>
        <para>Gets or sets a value that specifies when the header filter 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.GridHeaderFilterPopupSettings.SettingsAdaptivity">
      <summary>
        <para>Gets the header filter‘s adaptivity settings.</para>
      </summary>
      <value>An object that contains the header filter‘s adaptivity settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridHeaderFilterPopupSettings.ShowCloseButton">
      <summary>
        <para>Gets or sets a value that specifies whether or not to display the header filter popup window’s close button.</para>
      </summary>
      <value>true, to display the close button; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridHeaderFilterPopupSettings.ShowCollapseButton">
      <summary>
        <para>Gets or sets a value that specifies whether or not to display the header filter popup window’s collapse button.</para>
      </summary>
      <value>true, to display the collapse button; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridHeaderFilterPopupSettings.ShowHeader">
      <summary>
        <para>Gets or sets a value that specifies whether or not to display the header filter popup window’s header.</para>
      </summary>
      <value>true, to display the header; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridHeaderFilterPopupSettings.ShowShadow">
      <summary>
        <para>Gets or sets a value that specifies whether the header filter popup window casts a shadow.</para>
      </summary>
      <value>true if the header filter popup window casts a shadow; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.GridHeaderFilterPopupSettings.Width">
      <summary>
        <para>Gets or sets the header filter’s width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that specifies the width.</value>
    </member>
    <member name="T:DevExpress.Web.GridHeaderFilterValues">
      <summary>
        <para>A collection of header filter values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridHeaderFilterValues.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridHeaderFilterValues"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridLayoutGroup">
      <summary>
        <para>Serves as a base for classes that represent layout groups in edit forms of grid-like controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridLayoutGroup.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridLayoutGroup"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridLayoutGroup.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridLayoutGroup"/> class.</para>
      </summary>
      <param name="caption">A <see cref="T:System.String"/> value that is a layout group caption.</param>
    </member>
    <member name="M:DevExpress.Web.GridLayoutGroup.FindColumnItem(System.String)">
      <summary>
        <para>Returns a column layout item by its name or column name.</para>
      </summary>
      <param name="Name_ColumnName">A string specifying the item’s <see cref="P:DevExpress.Web.LayoutItemBase.Name">LayoutItemBase.Name</see> or <see cref="P:DevExpress.Web.ColumnLayoutItem.ColumnName">ColumnLayoutItem.ColumnName</see> property value.</param>
      <returns>An <see cref="T:DevExpress.Web.ColumnLayoutItem"/> object that is a column layout item with the specified name or column name.</returns>
    </member>
    <member name="T:DevExpress.Web.GridLayoutItemCollection">
      <summary>
        <para>Serves as a base for classes that represent collections of eidt form layout items in grid-like controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridLayoutItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridLayoutItemCollection"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridLayoutItemCollection.AddEmptyItem(DevExpress.Web.EmptyLayoutItem)">
      <summary>
        <para>Adds the specified empty layout item to the <see cref="T:DevExpress.Web.GridLayoutItemCollection"/> collection.</para>
      </summary>
      <param name="emptyLayoutItem">An <see cref="T:DevExpress.Web.EmptyLayoutItem"/> object to add to the layout item collection.</param>
      <returns>An <see cref="T:DevExpress.Web.EmptyLayoutItem"/> object that is the newly added empty layout item.</returns>
    </member>
    <member name="T:DevExpress.Web.GridLookupClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events available for the ASPxGridLookup control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridLookupClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridLookupClientSideEvents"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridLookupClientSideEvents.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridLookupClientSideEvents"/> 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.GridLookupClientSideEvents.BeginCallback">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientGridView.BeginCallback</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GridLookupClientSideEvents.EndCallback">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientGridView.EndCallback</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GridLookupClientSideEvents.RowClick">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientGridView.RowClick</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.GridLookupProperties">
      <summary>
        <para>Contains settings specific to a grid lookup control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridLookupProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridLookupProperties"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:DevExpress.Web.IPropertiesOwner"/>-implemented object that represents the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.GridLookupProperties.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.GridLookupProperties.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the ASPxGridLookup.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridLookupClientSideEvents"/> object which allows assigning handlers to the client-side events available to the ASPxGridLookup.</value>
    </member>
    <member name="P:DevExpress.Web.GridLookupProperties.DropDownWindowStyle">
      <summary>
        <para>Gets the style settings which define the appearance of an editor’s drop down window.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DropDownWindowStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridLookupProperties.IncrementalFilteringDelay">
      <summary>
        <para>Gets or sets the time interval between the time a user starts typing within the editor’ edit box, and filtering is applied.</para>
      </summary>
      <value>An integer value that specifies the time interval, in milliseconds.</value>
    </member>
    <member name="P:DevExpress.Web.GridLookupProperties.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="P:DevExpress.Web.GridLookupProperties.MultiTextSeparator">
      <summary>
        <para>Gets or sets a separator that is used within the editor’s input box to divide texts that correspond to multiple selected rows.</para>
      </summary>
      <value>A string representing a separator.</value>
    </member>
    <member name="P:DevExpress.Web.GridLookupProperties.NullText">
      <summary>
        <para>Gets or sets the prompt text displayed within the editor’s input box when the editor is not focused and its value is null.</para>
      </summary>
      <value>A string value that specifies the prompt text.</value>
    </member>
    <member name="P:DevExpress.Web.GridLookupProperties.SelectionMode">
      <summary>
        <para>Gets or sets a value that specifies item selection behavior.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridLookupSelectionMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridLookupProperties.TextFormatString">
      <summary>
        <para>Gets or sets the pattern used to format a selected item’s text for display in the editor’s edit box.</para>
      </summary>
      <value>A string value that represents the format pattern.</value>
    </member>
    <member name="T:DevExpress.Web.GridLookupSelectionMode">
      <summary>
        <para>Lists the values that specify the selection behavior for an ASPxGridLookup editor.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridLookupSelectionMode.Multiple">
      <summary>
        <para>Multiple items can be selected within the editor’s dropdown list.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridLookupSelectionMode.Single">
      <summary>
        <para>Only one list item can be selected at one time.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridOnClickRowFilterEventArgs">
      <summary>
        <para>Serves as a base class for the <see cref="T:DevExpress.Web.ASPxGridViewOnClickRowFilterEventArgs"/> and <see cref="T:DevExpress.Web.ASPxTreeList.ASPxTreeListOnClickRowFilterEventArgs"/> classes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridOnClickRowFilterEventArgs.#ctor(DevExpress.Web.GridViewAutoFilterEventKind)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridOnClickRowFilterEventArgs"/> class.</para>
      </summary>
      <param name="kind">A <see cref="T:DevExpress.Web.GridViewAutoFilterEventKind"/> enumeration value that indicates which action should be performed within the event handler.</param>
    </member>
    <member name="P:DevExpress.Web.GridOnClickRowFilterEventArgs.Criteria">
      <summary>
        <para>Gets the applied filter criteria.</para>
      </summary>
      <value>A <see cref="T:System.Collections.Generic.Dictionary`2"/>&lt;<see cref="T:System.String"/>,<see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/>,&gt; object that represents the filter criteria.</value>
    </member>
    <member name="P:DevExpress.Web.GridOnClickRowFilterEventArgs.Kind">
      <summary>
        <para>Gets or sets a value specifying which action should be performed within the corresponding event handler.</para>
      </summary>
      <value>One of <see cref="T:DevExpress.Web.GridViewAutoFilterEventKind"/> values.</value>
    </member>
    <member name="P:DevExpress.Web.GridOnClickRowFilterEventArgs.Values">
      <summary>
        <para>Gets values that are the custom texts displayed within the filter row cells.</para>
      </summary>
      <value>A dictionary, listing the custom texts displayed within the filter row cells.</value>
    </member>
    <member name="T:DevExpress.Web.GridPopupControlAdaptivitySettings">
      <summary>
        <para>Contains the settings that relate to the adaptivity settings of the grid’s <see href="https://docs.devexpress.com/AspNet/3816/components/grid-view/visual-elements/popup-edit-form">edit form</see>, <see href="https://docs.devexpress.com/AspNet/11573/components/grid-view/visual-elements/filter-builder-filter-control">filter control</see>, and <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">header filter</see> popup dialogs.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridPopupControlAdaptivitySettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridPopupControlAdaptivitySettings"/> 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.GridPopupControlAdaptivitySettings.Mode">
      <summary>
        <para>Specifies the adaptivity mode for the grid’s popup dialogs.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.PopupControlAdaptivityMode"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.GridPopupControlStyles">
      <summary>
        <para>Serves as a base for classes that contain popup element appearance settings in grid-like controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridPopupControlStyles.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridPopupControlStyles"/> class.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.GridPopupControlStyles.Assign(DevExpress.Web.GridPopupControlStyles)">
      <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.GridPopupControlStyles"/> descendant whose properties are copied to the current object.</param>
    </member>
    <member name="M:DevExpress.Web.GridPopupControlStyles.CopyFrom(DevExpress.Web.GridPopupControlStyles)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.GridPopupControlStyles"/> class.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.GridPopupControlStyles"/> object that represents the object from which the settings will be copied.</param>
    </member>
    <member name="M:DevExpress.Web.GridPopupControlStyles.Reset">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Web.GridPopupControlStyles"/> object to its original state.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridPopupSettingsBase">
      <summary>
        <para>Serves as a base for classes that define functional settings of different popup elements within grid-like controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridPopupSettingsBase.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridPopupSettingsBase"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.GridPopupSettingsBase.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.GridSelectCheckBoxPosition">
      <summary>
        <para>Lists values that specify the Select check box position.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridSelectCheckBoxPosition.Left">
      <summary>
        <para>The “Select” check box is located at the left.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridSelectCheckBoxPosition.Right">
      <summary>
        <para>The “Select” check box is located at the right.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridTabbedLayoutGroup">
      <summary>
        <para>Serves as a base for classes that represent <see href="https://docs.devexpress.com/AspNet/14357/components/site-navigation-and-layout/form-layout/visual-elements/tabbed-layout-group">tabbed layout groups</see> within editor forms of grid-like controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridTabbedLayoutGroup.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridTabbedLayoutGroup"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridTabbedLayoutGroup.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridTabbedLayoutGroup"/> class.</para>
      </summary>
      <param name="caption">A <see cref="T:System.String"/> value that is a tabbed layout group caption.</param>
    </member>
    <member name="M:DevExpress.Web.GridTabbedLayoutGroup.FindColumnItem(System.String)">
      <summary>
        <para>Returns a column layout item by its name or column name.</para>
      </summary>
      <param name="Name_ColumnName">A string specifying the item’s <see cref="P:DevExpress.Web.LayoutItemBase.Name">LayoutItemBase.Name</see> or <see cref="P:DevExpress.Web.ColumnLayoutItem.ColumnName">ColumnLayoutItem.ColumnName</see> property value.</param>
      <returns>An <see cref="T:DevExpress.Web.ColumnLayoutItem"/> object that is a column layout item with the specified name or column name.</returns>
    </member>
    <member name="T:DevExpress.Web.GridToolbar">
      <summary>
        <para>A base class for the grid’s toolbar.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridToolbar.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridToolbar"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridToolbar.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="P:DevExpress.Web.GridToolbar.Enabled">
      <summary>
        <para>Gets or sets a value that indicates whether the toolbar is enabled, allowing the toolbar to respond to end-user interactions.</para>
      </summary>
      <value>true, if the toolbar is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridToolbar.ItemAlign">
      <summary>
        <para>Gets or sets the toolbar item alignment.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridToolbarItemAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridToolbar.Name">
      <summary>
        <para>Gets or sets the toolbar’s unique identifier name.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the toolbar’s unique identifier name.</value>
    </member>
    <member name="P:DevExpress.Web.GridToolbar.Position">
      <summary>
        <para>Gets or sets the toolbar position.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridToolbarPosition"/> object that specifies the toolbar position.</value>
    </member>
    <member name="P:DevExpress.Web.GridToolbar.SettingsAdaptivity">
      <summary>
        <para>Provides access to the grid toolbar’s adaptivity settings.</para>
      </summary>
      <value>Contains the grid toolbar’s adaptivity settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridToolbar.Visible">
      <summary>
        <para>Gets or sets a value specifying the visibility of the toolbar.</para>
      </summary>
      <value>true if the toolbar is visible; otherwise false.</value>
    </member>
    <member name="T:DevExpress.Web.GridToolbarCollection">
      <summary>
        <para>Represents base functionality of a grid’s toolbar collection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridToolbarCollection.FindByName(System.String)">
      <summary>
        <para>Returns a toolbar object with the specified <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property value.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property value of the required toolbar.</param>
      <returns>A <see cref="T:DevExpress.Web.GridToolbar"/> object that is the grid’s toolbar.</returns>
    </member>
    <member name="T:DevExpress.Web.GridToolbarItem">
      <summary>
        <para>Implements the toolbar item base functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridToolbarItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridToolbarItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridToolbarItem.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="P:DevExpress.Web.GridToolbarItem.ClientEnabled">
      <summary>
        <para>Gets or sets a value that indicates whether the toolbar item is enabled on the client.</para>
      </summary>
      <value>true, if the toolbar item is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridToolbarItem.ClientVisible">
      <summary>
        <para>Gets or sets a value that specifies the toolbar item’s initial visibility state on the client.</para>
      </summary>
      <value>true to make an item initially displayed on the client; false to render the item into the control, but make it initially hidden on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.GridToolbarItem.DisplayMode">
      <summary>
        <para>Gets or sets the display mode of the current toolbar item within the toolbar.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridToolbarItemDisplayMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridToolbarItem.DropDownMode">
      <summary>
        <para>Gets or sets a value that specifies whether the toolbar item’s dropdown should only be invoked by using a specific drop down button.</para>
      </summary>
      <value>true, if the drop down button is enabled; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.GridToolbarItem.FindControl(System.String)">
      <summary>
        <para>Searches the current naming container for a server control with the specified id parameter.</para>
      </summary>
      <param name="id">The identifier for the control to be found.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object representing the specified control, or the null reference (Nothing in Visual Basic) if the specified control does not exist.</returns>
    </member>
    <member name="P:DevExpress.Web.GridToolbarItem.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.GridToolbarItemCollection"/> instance that is the collection of items.</value>
    </member>
    <member name="P:DevExpress.Web.GridToolbarItem.Name">
      <summary>
        <para>Gets or sets a value that is the toolbar item name.</para>
      </summary>
      <value>A string value that is the grid toolbar item name.</value>
    </member>
    <member name="P:DevExpress.Web.GridToolbarItem.Owner">
      <summary>
        <para>Gets the collection’s owner.</para>
      </summary>
      <value>An object that is the collection’s owner.</value>
    </member>
    <member name="P:DevExpress.Web.GridToolbarItem.Parent">
      <summary>
        <para>Gets the immediate parent item to which the current toolbar item belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridToolbarItem"/> object that is the current item’s immediate parent.</value>
    </member>
    <member name="P:DevExpress.Web.GridToolbarItem.ToolTip">
      <summary>
        <para>Gets or sets a value that is the toolbar item tooltip.</para>
      </summary>
      <value>A string value that is the tooltip text.</value>
    </member>
    <member name="T:DevExpress.Web.GridToolbarItemAlign">
      <summary>
        <para>Specifies the alignment of toolbar items along the control side specified by the <see cref="P:DevExpress.Web.GridToolbar.ItemAlign">GridToolbar.ItemAlign</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridToolbarItemAlign.Center">
      <summary>
        <para>Grid toolbar items are centered within the toolbar.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridToolbarItemAlign.Justify">
      <summary>
        <para>Grid toolbar items are aligned to the left and right edges of the toolbar.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridToolbarItemAlign.Left">
      <summary>
        <para>Grid toolbar items are located along the left side of the toolbar.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridToolbarItemAlign.Right">
      <summary>
        <para>Grid toolbar items are located along the right side of the toolbar.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridToolbarItemCollection">
      <summary>
        <para>Represents a collection of a grid’s toolbar items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridToolbarItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridToolbarItemCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridToolbarItemDisplayMode">
      <summary>
        <para>Lists values specifying the toolbar item display mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridToolbarItemDisplayMode.Image">
      <summary>
        <para>The toolbar item is rendered as an image.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridToolbarItemDisplayMode.ImageWithText">
      <summary>
        <para>The toolbar item is rendered as an image and text.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridToolbarItemDisplayMode.Text">
      <summary>
        <para>The toolbar item is rendered as the text.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridToolbarPosition">
      <summary>
        <para>Lists the values specifying the toolbar position relative to the grid.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridToolbarPosition.Bottom">
      <summary>
        <para>The toolbar is located at the grid’s bottom.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridToolbarPosition.Top">
      <summary>
        <para>The toolbar is located at the grid’s top.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridToolbarSettingsAdaptivity">
      <summary>
        <para>Contains settings that relate to the grid toolbar’s adaptivity.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridToolbarSettingsAdaptivity.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the class.</para>
      </summary>
      <param name="owner">The IPropertiesOwner interface.</param>
    </member>
    <member name="M:DevExpress.Web.GridToolbarSettingsAdaptivity.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified item to the current object.</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.GridToolbarSettingsAdaptivity.CollapseRootItemsToIconsAtWindowInnerWidth">
      <summary>
        <para>Gets or sets a value that defines the maximum browser window inner width when the toolbar hides an items’ text and displays only icons.</para>
      </summary>
      <value>The browser inner window width in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.GridToolbarSettingsAdaptivity.CollapseToSideMenuAtWindowInnerWidth">
      <summary>
        <para>Gets or sets a value that defines the maximum browser window inner width when the toolbar collapses its items to the side menu.</para>
      </summary>
      <value>The browser inner window width in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.GridToolbarSettingsAdaptivity.EnableCollapseRootItemsToIcons">
      <summary>
        <para>Specifies whether the toolbar hides its items’ text and displays only icons when the browser window width is changed.</para>
      </summary>
      <value>true, to hide an item text; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridToolbarSettingsAdaptivity.EnableCollapseToSideMenu">
      <summary>
        <para>Specifies whether the toolbar should be collapsed to the side menu when the browser window width is changed.</para>
      </summary>
      <value>true, to collapse the toolbar to the side menu; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridToolbarSettingsAdaptivity.Enabled">
      <summary>
        <para>Specifies whether an adaptive behavior is enabled for the toolbar.</para>
      </summary>
      <value>true, to enable the adaptive behavior; otherwise, false</value>
    </member>
    <member name="T:DevExpress.Web.GridTopBottomRule">
      <summary>
        <para>Lists values that specify the format condition rule applied to cells by the <see cref="T:DevExpress.Web.GridViewFormatConditionTopBottom"/> condition.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridTopBottomRule.AboveAverage">
      <summary>
        <para>Items whose cell values are above the average value, are highlighted.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridTopBottomRule.BelowAverage">
      <summary>
        <para>Items whose cell values are below the average value are highlighted.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridTopBottomRule.BottomItems">
      <summary>
        <para>Bottom items (according to acceding sort order) are highlighted. The number of items is specified by the <see cref="P:DevExpress.Web.GridFormatConditionTopBottom.Threshold">GridFormatConditionTopBottom.Threshold</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridTopBottomRule.BottomPercent">
      <summary>
        <para>Bottom items (according to acceding sort order) are highlighted. The percent of highlighted items is specified by the <see cref="P:DevExpress.Web.GridFormatConditionTopBottom.Threshold">GridFormatConditionTopBottom.Threshold</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridTopBottomRule.TopItems">
      <summary>
        <para>Top items (according to acceding sort order) are highlighted. The number of items is specified by the <see cref="P:DevExpress.Web.GridFormatConditionTopBottom.Threshold">GridFormatConditionTopBottom.Threshold</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridTopBottomRule.TopPercent">
      <summary>
        <para>Top items (according to acceding sort order) are highlighted. The percent of highlighted items is specified by the <see cref="P:DevExpress.Web.GridFormatConditionTopBottom.Threshold">GridFormatConditionTopBottom.Threshold</see> property.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewAdaptiveColumnPosition">
      <summary>
        <para>Lists values that specify an adaptive column position.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewAdaptiveColumnPosition.Left">
      <summary>
        <para>The adaptive column is displayed to the left of the grid columns.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewAdaptiveColumnPosition.None">
      <summary>
        <para>The adaptive column is not displayed in the grid.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewAdaptiveColumnPosition.Right">
      <summary>
        <para>The adaptive column is displayed to the right of the grid columns.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewAdaptiveCommandButtonSettings">
      <summary>
        <para>Provide access to properties that allow customizing settings of grid adaptive <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command buttons</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewAdaptiveCommandButtonSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewAdaptiveCommandButtonSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.GridViewAdaptiveCommandButtonSettings.ButtonType">
      <summary>
        <para>Specifies the button type that is used to render the current command button.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridCommandButtonRenderMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewAdaptiveCommandButtonSettings.RenderMode">
      <summary>
        <para>Specifies the button type that is used to render the current <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command button</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridCommandButtonRenderMode"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewAdaptivityMode">
      <summary>
        <para>Lists values that specify the grid layout adaptivity mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewAdaptivityMode.HideDataCells">
      <summary>
        <para>The grid hides columns once cell text becomes truncated.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewAdaptivityMode.HideDataCellsWindowLimit">
      <summary>
        <para>The grid automatically changes its layout when the browser window inner width is less than or equal to the value specified by the <see cref="P:DevExpress.Web.ASPxGridViewAdaptivitySettings.HideDataCellsAtWindowInnerWidth">ASPxGridViewAdaptivitySettings.HideDataCellsAtWindowInnerWidth</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewAdaptivityMode.Off">
      <summary>
        <para>The adaptivity mode is disabled.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewAlternatingRowStyle">
      <summary>
        <para>Provides the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3690/components/grid-view/visual-elements/alternating-data-row">alternating data rows</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewAlternatingRowStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewAlternatingRowStyle"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewAlternatingRowStyle.CopyFrom(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.GridViewAlternatingRowStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> object that represents the object from which the settings will be copied.</param>
    </member>
    <member name="P:DevExpress.Web.GridViewAlternatingRowStyle.Enabled">
      <summary>
        <para>Gets or sets whether the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3690/components/grid-view/visual-elements/alternating-data-row">alternating rows</see> are enabled.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewAutoFilterEventKind">
      <summary>
        <para>Lists the values that indicate which action should be performed  within the <see cref="E:DevExpress.Web.ASPxGridView.ProcessColumnAutoFilter">ASPxGridView.ProcessColumnAutoFilter</see> event handler.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewAutoFilterEventKind.CreateCriteria">
      <summary>
        <para>Indicates that you should provide custom filter criteria via the <see cref="P:DevExpress.Web.GridAutoFilterEventArgs.Criteria">GridAutoFilterEventArgs.Criteria</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewAutoFilterEventKind.ExtractDisplayText">
      <summary>
        <para>Indicates that you should specify text displayed within the auto-filter row cell. To do this, use the <see cref="P:DevExpress.Web.GridAutoFilterEventArgs.Value">GridAutoFilterEventArgs.Value</see> property.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewBandColumn">
      <summary>
        <para>A <see href="https://docs.devexpress.com/AspNet/9873/components/grid-view/concepts/data-representation-basics/columns/bands">band column</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewBandColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewBandColumn"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewBandColumn.#ctor(System.String)">
      <summary>
        <para>Creates a new instance of the <see cref="T:DevExpress.Web.GridViewBandColumn"/> class with the specified column caption.</para>
      </summary>
      <param name="caption">A string value specifying the text displayed within the column header.</param>
    </member>
    <member name="P:DevExpress.Web.GridViewBandColumn.AllowDragDrop">
      <summary>
        <para>Gets or sets whether end-users can drag the column’s header.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="M:DevExpress.Web.GridViewBandColumn.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings from the specified item 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.GridViewBandColumn.ToString">
      <summary>
        <para>Returns a string that is the current object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> that is the current <see cref="T:DevExpress.Web.GridViewBandColumn"/> object.</returns>
    </member>
    <member name="T:DevExpress.Web.GridViewBaseRowTemplateContainer">
      <summary>
        <para>Serves as a base for classes that represent containers for the templates used to render the Edit Form, data, preview, group and in-line edit rows displayed within the ASPxGridView.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewBaseRowTemplateContainer.#ctor(DevExpress.Web.ASPxGridView,System.Object,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewBaseRowTemplateContainer"/> class with the specified settings.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxGridView"/> object that owns the current object. This value is assigned to the <see cref="P:DevExpress.Web.GridViewBaseTemplateContainer.Grid">GridViewBaseTemplateContainer.Grid</see> property.</param>
      <param name="row">An object that uniquely identifies the row that contains the template container. This value is assigned to the <see cref="P:DevExpress.Web.GridViewBaseRowTemplateContainer.KeyValue">GridViewBaseRowTemplateContainer.KeyValue</see> property.</param>
      <param name="visibleIndex">An integer value that specifies the rendered item object’s index. This value is assigned to the <see cref="P:DevExpress.Web.TemplateContainerBase.ItemIndex">TemplateContainerBase.ItemIndex</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.GridViewBaseRowTemplateContainer.KeyValue">
      <summary>
        <para>Gets an object that uniquely identifies the row that contains the template container.</para>
      </summary>
      <value>An object that uniquely identifies the row that contains the template container.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewBaseRowTemplateContainer.VisibleIndex">
      <summary>
        <para>Gets the index of the rendered item object.</para>
      </summary>
      <value>An integer value that specifies the rendered item object’s index.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewBaseTemplateContainer">
      <summary>
        <para>Serves as a base for classes that represent  containers for the templates used to render the ASPxGridView’s elements.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewBaseTemplateContainer.#ctor(DevExpress.Web.ASPxGridView,System.Int32,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewBaseTemplateContainer"/> class.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxGridView"/> object that owns the current object. This value is assigned to the <see cref="P:DevExpress.Web.GridViewBaseTemplateContainer.Grid">GridViewBaseTemplateContainer.Grid</see> property.</param>
      <param name="index">The index.</param>
      <param name="dataItem">An object that represents the data item.</param>
    </member>
    <member name="M:DevExpress.Web.GridViewBaseTemplateContainer.#ctor(DevExpress.Web.ASPxGridView)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewBaseTemplateContainer"/> class.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxGridView"/> object that owns the current object. This value is assigned to the <see cref="P:DevExpress.Web.GridViewBaseTemplateContainer.Grid">GridViewBaseTemplateContainer.Grid</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.GridViewBaseTemplateContainer.Grid">
      <summary>
        <para>Gets the ASPxGridView that owns the current object.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxGridView"/> object that owns the current object.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewBatchEditItemTemplateContainer">
      <summary>
        <para>A container for the templates used to render <see href="https://docs.devexpress.com/AspNet/3694/components/grid-view/visual-elements/edit-cell">edit cells</see> in <see href="https://docs.devexpress.com/AspNet/16443/components/grid-view/concepts/edit-data/batch-edit-mode">batch edit mode</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewBatchEditItemTemplateContainer.#ctor(DevExpress.Web.ASPxGridView,DevExpress.Web.GridViewDataColumn)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewBatchEditItemTemplateContainer"/> class with the specified settings.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxGridView"/> object. This value is assigned to the <see cref="P:DevExpress.Web.GridViewBaseTemplateContainer.Grid">GridViewBaseTemplateContainer.Grid</see> property.</param>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewDataColumn"/> object that is the <see href="https://docs.devexpress.com/AspNet/3668/components/grid-view/visual-elements/data-column">data column</see> to which the current object belongs. This value is assigned to the <see cref="P:DevExpress.Web.GridViewDataItemTemplateContainer.Column">GridViewDataItemTemplateContainer.Column</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.GridViewBatchEditItemTemplateContainer.KeyValue">
      <summary>
        <para>Gets an object that uniquely identifies the cell that contains the template container.</para>
      </summary>
      <value>An object that uniquely identifies the cell that contains the template container.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewBatchEditItemTemplateContainer.Text">
      <summary>
        <para>Gets the text displayed within a cell.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the cell’s text.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewBatchEditMode">
      <summary>
        <para>Lists values that specify which control element is switched to edit mode (used to edit the grid data) in <see href="https://docs.devexpress.com/AspNet/16443/components/grid-view/concepts/edit-data/batch-edit-mode">batch edit mode</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewBatchEditMode.Cell">
      <summary>
        <para>A <see href="https://docs.devexpress.com/AspNet/3670/components/grid-view/visual-elements/data-cell">data cell</see> is switched to edit mode in <see href="https://docs.devexpress.com/AspNet/16443/components/grid-view/concepts/edit-data/batch-edit-mode">batch edit mode</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewBatchEditMode.Row">
      <summary>
        <para>A <see href="https://docs.devexpress.com/AspNet/3673/components/grid-view/visual-elements/data-row">data row</see> is switched to edit mode in <see href="https://docs.devexpress.com/AspNet/16443/components/grid-view/concepts/edit-data/batch-edit-mode">batch edit mode</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewBatchEditSettings">
      <summary>
        <para>Contains <see href="https://docs.devexpress.com/AspNet/16443/components/grid-view/concepts/edit-data/batch-edit-mode">Batch Edit Mode</see> specific settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewBatchEditSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewBatchEditSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.GridViewBatchEditSettings.EditMode">
      <summary>
        <para>Specifies which control element (<see href="https://docs.devexpress.com/AspNet/3670/components/grid-view/visual-elements/data-cell">data cell</see> or <see href="https://docs.devexpress.com/AspNet/3673/components/grid-view/visual-elements/data-row">data row</see>) is used to edit the data.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridViewBatchEditMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewBatchEditSettings.EnableMultipleCellSelection">
      <summary>
        <para>Specifies whether to enable multiple cell selection.</para>
      </summary>
      <value>true to allow users to select multiple cells; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewBatchEditSettings.HighlightDeletedRows">
      <summary>
        <para>Specifies whether the grid highlights deleted rows.</para>
      </summary>
      <value>true to highlight deleted rows; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewBatchEditSettings.HighlightSummaryItems">
      <summary>
        <para>Specifies whether the grid highlights summaries when their values are updated.</para>
      </summary>
      <value>true, to highlight updated summaries; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewBatchEditSettings.KeepChangesOnCallbacks">
      <summary>
        <para>Specifies whether the grid keeps changes on callbacks in <see href="https://docs.devexpress.com/AspNet/16443/components/grid-view/concepts/edit-data/batch-edit-mode">batch edit mode</see>.</para>
      </summary>
      <value>True to keep changes on callbacks.False to reset changes on callbacks.Default to determine the control’s behavior based on the <see cref="P:DevExpress.Web.BackwardCompatibilitySettings.DataControlBatchEditKeepChangesOnCallbacksDefaultValue"/> property value.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewBatchStartEditAction">
      <summary>
        <para>Lists values that specify which action is used to begin editing grid data in batch edit mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewBatchStartEditAction.Click">
      <summary>
        <para>A single cell click.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewBatchStartEditAction.DblClick">
      <summary>
        <para>A double cell click.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewBatchStartEditAction.FocusedCellClick">
      <summary>
        <para>A focused cell click.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewCallbackCommand">
      <summary>
        <para>Declares server constants that contain the names of the GridView’s default commands executed through callbacks.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewCallbackCommand.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewCallbackCommand"/> class.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.AddNewRow">
      <summary>
        <para>Default value: “ADDNEWROW”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.ApplyColumnFilter">
      <summary>
        <para>Default value: “APPLYCOLUMNFILTER”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.ApplyCustomizationDialogChanges">
      <summary>
        <para>Default value: “APPLYCUSTOMIZATIONDIALOGCHANGES”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.ApplyFilter">
      <summary>
        <para>Default value: “APPLYFILTER”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.ApplyHeaderColumnFilter">
      <summary>
        <para>Default value: “APPLYHEADERCOLUMNFILTER”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.ApplyMultiColumnFilter">
      <summary>
        <para>Default value: “APPLYMULTICOLUMNFILTER”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.ApplySearchPanelFilter">
      <summary>
        <para>Default value: “APPLYSEARCHPANELFILTER”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.CancelEdit">
      <summary>
        <para>Default value: “CANCELEDIT”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.CloseFilterControl">
      <summary>
        <para>Default value: “CLOSEFILTERCONTROL”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.CollapseAll">
      <summary>
        <para>Default value: “COLLAPSEALL”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.CollapseRow">
      <summary>
        <para>Default value: “COLLAPSEROW”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.ColumnMove">
      <summary>
        <para>Default value: “COLUMNMOVE”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.CommandExport">
      <summary>
        <para>Default value: “EXPORT”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.CommandToolbar">
      <summary>
        <para>Default value: “TOOLBAR”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.ContextMenu">
      <summary>
        <para>Default value: “CONTEXTMENU”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.CustomButton">
      <summary>
        <para>Default value: “CUSTOMBUTTON”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.CustomCallback">
      <summary>
        <para>Default value: “CUSTOMCALLBACK”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.CustomValues">
      <summary>
        <para>Default value: “CUSTOMVALUES”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.DeleteRow">
      <summary>
        <para>Default value: “DELETEROW”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.ExpandAll">
      <summary>
        <para>Default value: “EXPANDALL”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.ExpandRow">
      <summary>
        <para>Default value: “EXPANDROW”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.FilterPopup">
      <summary>
        <para>Default value: “FILTERPOPUP”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.FilterRowMenu">
      <summary>
        <para>Default value: “FILTERROWMENU”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.FocusedRow">
      <summary>
        <para>Default value: “FOCUSEDROW”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.GotoPage">
      <summary>
        <para>Default value: “GOTOPAGE”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.Group">
      <summary>
        <para>Default value: “GROUP”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.HideAllDetail">
      <summary>
        <para>Default value: “HIDEALLDETAIL”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.HideDetailRow">
      <summary>
        <para>Default value: “HIDEDETAILROW”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.NextPage">
      <summary>
        <para>Default value: “NEXTPAGE”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.PagerOnClick">
      <summary>
        <para>Default value: “PAGERONCLICK”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.PageRowValues">
      <summary>
        <para>Default value: “PAGEROWVALUES”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.PreviousPage">
      <summary>
        <para>Default value: “PREVPAGE”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.Refresh">
      <summary>
        <para>Default value: “REFRESH”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.RowValues">
      <summary>
        <para>Default value: “ROWVALUES”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.Selection">
      <summary>
        <para>Default value: “SELECTION”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.SelectRows">
      <summary>
        <para>Default value: “SELECTROWS”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.SelectRowsKey">
      <summary>
        <para>Default value: “SELECTROWSKEY”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.SelFieldValues">
      <summary>
        <para>Default value: “SELFIELDVALUES”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.SetFilterEnabled">
      <summary>
        <para>Default value: “SETFILTERENABLED”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.ShowAllDetail">
      <summary>
        <para>Default value: “SHOWALLDETAIL”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.ShowDetailRow">
      <summary>
        <para>Default value: “SHOWDETAILROW”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.ShowFilterControl">
      <summary>
        <para>Default value: “SHOWFILTERCONTROL”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.Sort">
      <summary>
        <para>Default value: “SORT”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.StartEdit">
      <summary>
        <para>Default value: “STARTEDIT”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.UnGroup">
      <summary>
        <para>Default value: “UNGROUP”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.UpdateEdit">
      <summary>
        <para>Default value: “UPDATEEDIT”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCallbackCommand.UpdateSummaries">
      <summary>
        <para>Default value: “UPDATESUMMARIES”</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewCellStyle">
      <summary>
        <para>Provides the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3670/components/grid-view/visual-elements/data-cell">data cells</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewCellStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewCellStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events available for the ASPxGridView.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewClientSideEvents.BatchEditChangesCanceling">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s <b>ASPxClientGridView.BatchEditChangesCanceling</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewClientSideEvents.BatchEditChangesPreviewShowing">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the <b>ASPxClientGridView.BatchEditChangesPreviewShowing</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewClientSideEvents.BatchEditChangesPreviewShown">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the <b>ASPxClientGridView.BatchEditChangesPreviewShown</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewClientSideEvents.BatchEditChangesSaving">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s <b>ASPxClientGridView.BatchEditChangesSaving</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewClientSideEvents.BatchEditConfirmShowing">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s <b>ASPxClientGridView.BatchEditConfirmShowing</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewClientSideEvents.BatchEditEndEditing">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s <b>ASPxClientGridView.BatchEditEndEditing</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewClientSideEvents.BatchEditRowChangesCanceling">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s <b>ASPxClientGridView.BatchEditRowChangesCanceling</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewClientSideEvents.BatchEditRowDeleting">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s <b>ASPxClientGridView.BatchEditRowDeleting</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewClientSideEvents.BatchEditRowInserting">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s <b>ASPxClientGridView.BatchEditRowInserting</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewClientSideEvents.BatchEditRowRecovering">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a ASPxClientGridView’s <b>ASPxClientGridView.BatchEditRowRecovering</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewClientSideEvents.BatchEditRowValidating">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s <b>ASPxClientGridView.BatchEditRowValidating</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewClientSideEvents.BatchEditStartEditing">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s <b>ASPxClientGridView.BatchEditStartEditing</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewClientSideEvents.BatchEditSummaryDisplayText">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxClientGridView.BatchEditSummaryDisplayText 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="P:DevExpress.Web.GridViewClientSideEvents.BatchEditTemplateCellFocused">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s <b>ASPxClientGridView.BatchEditTemplateCellFocused</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewClientSideEvents.CellSelectionChanging">
      <summary>
        <para>Specifies the name of the JavaScript function or code that handles the client-side <b>ASPxClientGridView.CellSelectionChanging</b> event.</para>
      </summary>
      <value>The name of a JavaScript function or code.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewClientSideEvents.ClipboardCellPasting">
      <summary>
        <para>Specifies the name of the JavaScript function or code that handles the client-side <b>ASPxClientGridView.ClipboardCellPasting</b> event.</para>
      </summary>
      <value>The name of a JavaScript function or code.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewClientSideEvents.ColumnGrouping">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s <b>ASPxClientGridView.ColumnGrouping</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewClientSideEvents.ColumnMoving">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s <b>ASPxClientGridView.ColumnMoving</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewClientSideEvents.ColumnResized">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s <b>ASPxClientGridView.ColumnResized</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewClientSideEvents.ColumnResizing">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s <b>ASPxClientGridView.ColumnResizing</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewClientSideEvents.ColumnSorting">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s <b>ASPxClientGridView.ColumnSorting</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewClientSideEvents.ColumnStartDragging">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s <b>ASPxClientGridView.ColumnStartDragging</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewClientSideEvents.ContextMenu">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s <b>ASPxClientGridView.ContextMenu</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewClientSideEvents.ContextMenuItemClick">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientGridView.ContextMenuItemClick</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewClientSideEvents.CustomButtonClick">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s <b>ASPxClientGridView.CustomButtonClick</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewClientSideEvents.CustomizationWindowCloseUp">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s <b>ASPxClientGridView.CustomizationWindowCloseUp</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewClientSideEvents.DetailRowCollapsing">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s <b>ASPxClientGridView.DetailRowCollapsing</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewClientSideEvents.DetailRowExpanding">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s <b>ASPxClientGridView.DetailRowExpanding</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewClientSideEvents.FocusedCellChanging">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s <b>ASPxClientGridView.FocusedCellChanging</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewClientSideEvents.FocusedRowChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s <b>ASPxClientGridView.FocusedRowChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewClientSideEvents.RowClick">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s <b>ASPxClientGridView.RowClick</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewClientSideEvents.RowCollapsing">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s <b>ASPxClientGridView.RowCollapsing</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewClientSideEvents.RowDblClick">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s <b>ASPxClientGridView.RowDblClick</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewClientSideEvents.RowExpanding">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s <b>ASPxClientGridView.RowExpanding</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewClientSideEvents.RowFocusing">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientGridView.RowFocusing</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewClientSideEvents.SelectionChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxGridView’s <b>ASPxClientGridView.SelectionChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewClientSideEvents.ToolbarItemClick">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientGridBase.ToolbarItemClick</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewColumn">
      <summary>
        <para>Serves as a base for classes that represent columns displayed within the ASPxGridView.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewColumn.AdaptivePriority">
      <summary>
        <para>Gets or sets the priority of column hiding in adaptive mode.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value specifying the column priority.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumn.AllowTextTruncationInAdaptiveMode">
      <summary>
        <para>Specifies whether the column’s text can be truncated in adaptive mode.</para>
      </summary>
      <value>true to allow text truncation; false to show the column with full text only.</value>
    </member>
    <member name="M:DevExpress.Web.GridViewColumn.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="P:DevExpress.Web.GridViewColumn.CellStyle">
      <summary>
        <para>Gets the style settings used to paint column <see href="https://docs.devexpress.com/AspNet/3670/components/grid-view/visual-elements/data-cell">cells</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCellStyle"/> object that contains the style settings used to paint column cells.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumn.Collection">
      <summary>
        <para>Gets a collection of columns to which the column belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewColumnCollection"/> object that owns the column.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumn.Columns">
      <summary>
        <para>Provides access to a collection of columns that the current column combines.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.GridViewColumnCollection"/> object that is a collection of columns grouped by the current column.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumn.ExportCellStyle">
      <summary>
        <para>Gets the style settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/3670/components/grid-view/visual-elements/data-cell">data cells</see> when the grid is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewExportAppearance"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumn.ExportWidth">
      <summary>
        <para>Specifies the column’s export width.</para>
      </summary>
      <value>The column’s width, in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumn.FilterTemplate">
      <summary>
        <para>Specifies a template to display the column’s <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row</see> cell.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumn.FixedStyle">
      <summary>
        <para>Gets or sets whether the column is fixed on the ASPxGridView’s left edge.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewColumnFixedStyle"/> enumeration value that specifies whether the column is fixed on the ASPxGridView’s left edge.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumn.FooterCellStyle">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3683/components/grid-view/visual-elements/footer-cell">footer cells</see> within a column.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewFooterStyle"/> object that contains the style settings used to paint footer cells.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumn.FooterTemplate">
      <summary>
        <para>Specifies a template to display the column’s <see href="https://docs.devexpress.com/AspNet/3683/components/grid-view/visual-elements/footer-cell">footer cell</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumn.Grid">
      <summary>
        <para>Gets the Grid View that owns the current column.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxGridView"/> object that owns the current column.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumn.GroupFooterCellStyle">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3815/components/grid-view/visual-elements/group-footer">group footer cells</see> within a column.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewGroupFooterStyle"/> object that contains the style settings used to paint group footer cells.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumn.GroupFooterTemplate">
      <summary>
        <para>Specifies a template to display the column’s <see href="https://docs.devexpress.com/AspNet/3815/components/grid-view/visual-elements/group-footer">group footer</see> cells.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumn.HeaderCaptionTemplate">
      <summary>
        <para>Specifies a template to display the <see href="https://docs.devexpress.com/AspNet/3669/components/grid-view/visual-elements/column-header">column header</see> caption.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumn.HeaderStyle">
      <summary>
        <para>Specifies the appearance of the <see href="https://docs.devexpress.com/AspNet/3669/components/grid-view/visual-elements/column-header">column’s header</see>.</para>
      </summary>
      <value>Style settings that specify the appearance of the column’s header.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumn.HeaderTemplate">
      <summary>
        <para>Specifies a template to display the <see href="https://docs.devexpress.com/AspNet/3669/components/grid-view/visual-elements/column-header">column’s header</see> content.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="M:DevExpress.Web.GridViewColumn.IsClickable">
      <summary>
        <para>Indicates whether the column responds to mouse clicks.</para>
      </summary>
      <returns>true if the column responds to mouse clicks; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Web.GridViewColumn.MaxWidth">
      <summary>
        <para>Gets or sets the maximum width of the column.</para>
      </summary>
      <value>The column’s maximum width.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumn.MinWidth">
      <summary>
        <para>Gets or sets the minimum width of the column.</para>
      </summary>
      <value>The column’s minimum width.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumn.ParentBand">
      <summary>
        <para>Gets the column’s parent column.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewColumn"/> object that is the parent column. null (Nothing in Visual Basic) if the current node is at the root level.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumn.ShowInCustomizationForm">
      <summary>
        <para>Gets or sets whether the column’s header is displayed within the <see href="https://docs.devexpress.com/AspNet/3742/components/grid-view/concepts/data-representation-basics/customization-window/customization-window-overview">Customization Window</see> and <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">Customization Dialog</see> when the column is hidden.</para>
      </summary>
      <value>true, if the column’s header is displayed within the customization window and customization dialog when the column is hidden; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewColumnCollection">
      <summary>
        <para>Represents the ASPxGridView’s column collection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewColumnCollection.Add(DevExpress.Web.GridViewColumn)">
      <summary>
        <para>Adds the specified column to the collection.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewColumn"/> object to add to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.GridViewColumnCollection.AddRange(DevExpress.Web.GridViewColumn[])">
      <summary>
        <para>Adds an array of <see cref="T:DevExpress.Web.GridViewColumn"/> objects to the current collection.</para>
      </summary>
      <param name="columns">An array that contains zero or more <see cref="T:DevExpress.Web.GridViewColumn"/> objects.</param>
    </member>
    <member name="P:DevExpress.Web.GridViewColumnCollection.Grid">
      <summary>
        <para>Gets the Grid View that owns the collection.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxGridView"/> object that owns the collection.</value>
    </member>
    <member name="M:DevExpress.Web.GridViewColumnCollection.Insert(System.Int32,DevExpress.Web.GridViewColumn)">
      <summary>
        <para>Adds the specified column to the specified position within the collection.</para>
      </summary>
      <param name="index">An integer value that specifies the zero-based index at which the specified column should be inserted. If it’s negative or exceeds the number of elements, an exception is raised.</param>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewColumn"/> object to insert.</param>
    </member>
    <member name="P:DevExpress.Web.GridViewColumnCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to columns within the collection.</para>
      </summary>
      <param name="index">An integer that specifies the index of the required column.</param>
      <value>A <see cref="T:DevExpress.Web.GridViewColumn"/> object that represents a column at the specified index.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumnCollection.Item(System.String)">
      <summary>
        <para>Returns the column with the specified name, field name or caption.</para>
      </summary>
      <param name="ID_FieldName_Caption">A <see cref="T:System.String"/> value that specifies the column’s name, field name or caption.</param>
      <value>A <see cref="T:DevExpress.Web.GridViewColumn"/> object that represents a column with the specified name, field name or caption. null (Nothing in Visual Basic) if the column isn’t found.</value>
    </member>
    <member name="M:DevExpress.Web.GridViewColumnCollection.Remove(DevExpress.Web.GridViewColumn)">
      <summary>
        <para>Removes the specified column from the collection.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewColumn"/> object to remove from the collection.</param>
    </member>
    <member name="T:DevExpress.Web.GridViewColumnDateRangeCalendarSettings">
      <summary>
        <para>Contains settings that relate to a calendar displayed in the <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">header filter</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewColumnDateRangeCalendarSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewColumnDateRangeCalendarSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewColumnDateRangePeriodsSettings">
      <summary>
        <para>Contains settings that relate to a periods section displayed in the <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">header filter</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewColumnDateRangePeriodsSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewColumnDateRangePeriodsSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewColumnDateRangePickerSettings">
      <summary>
        <para>Contains settings that relate to a date range picker displayed in the <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">header filter</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewColumnDateRangePickerSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewColumnDateRangePickerSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewColumnFixedStyle">
      <summary>
        <para>Lists values that specify a column’s behavior when the ASPxGridView’s contents is scrolled.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewColumnFixedStyle.Left">
      <summary>
        <para>A column is anchored to a grid’s left edge.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewColumnFixedStyle.None">
      <summary>
        <para>A column isn’t fixed to a grid’s left edge, can be moved by dragging, and takes part in horizontal scrolling.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewColumnLayoutItem">
      <summary>
        <para>Represents a <see href="https://docs.devexpress.com/AspNet/14355/components/site-navigation-and-layout/form-layout/visual-elements/layout-item">layout item</see> within the GridView’s edit form.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewColumnLayoutItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewColumnLayoutItem"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewColumnLayoutItem.Column">
      <summary>
        <para>Gets the data column to which the current layout item belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewColumn"/> object that is the data column associated with the current layout item.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumnLayoutItem.Template">
      <summary>
        <para>Gets or sets a template used to display the content of a specific column layout item.</para>
      </summary>
      <value>An object supporting the <see cref="T:System.Web.UI.ITemplate"/> interface which contains the template used for displaying the item’s content.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewColumnMenuItemVisibility">
      <summary>
        <para>Provides settings that affect the column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item visibility.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewColumnMenuItemVisibility.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewColumnMenuItemVisibility"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.GridViewColumnMenuItemVisibility.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.GridViewColumnMenuItemVisibility.ClearFilter">
      <summary>
        <para>Gets or sets the visibility of the Clear Filter item displayed within the column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumnMenuItemVisibility.ClearSorting">
      <summary>
        <para>Gets or sets the visibility of the Clear Sorting item displayed within the column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumnMenuItemVisibility.FullCollapse">
      <summary>
        <para>Gets or sets the visibility of the Collapse All item displayed within the column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumnMenuItemVisibility.FullExpand">
      <summary>
        <para>Gets or sets the visibility of the Expand All item displayed within the column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumnMenuItemVisibility.GroupByColumn">
      <summary>
        <para>Gets or sets the visibility of the Group by This Column item displayed within the column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumnMenuItemVisibility.HideColumn">
      <summary>
        <para>Gets or sets the visibility of the Hide Column item displayed within the column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumnMenuItemVisibility.ShowColumn">
      <summary>
        <para>Gets or sets the visibility of the Show Column item displayed within the column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumnMenuItemVisibility.ShowCustomizationDialog">
      <summary>
        <para>Gets or sets the visibility of the Show Customization Dialog item displayed within the column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumnMenuItemVisibility.ShowCustomizationWindow">
      <summary>
        <para>Gets or sets the visibility of the Column Chooser item displayed within the column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumnMenuItemVisibility.ShowFilterEditor">
      <summary>
        <para>Gets or sets the visibility of the Filter Builder… item displayed within the column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumnMenuItemVisibility.ShowFilterRow">
      <summary>
        <para>Gets or sets the visibility of the Filter Row item displayed within the column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumnMenuItemVisibility.ShowFilterRowMenu">
      <summary>
        <para>Gets or sets the visibility of the Filter Row Menu item displayed within the column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumnMenuItemVisibility.ShowFooter">
      <summary>
        <para>Gets or sets the visibility of the Footer item displayed within the column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumnMenuItemVisibility.ShowGroupPanel">
      <summary>
        <para>Gets or sets the visibility of the Group Panel item displayed within the column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumnMenuItemVisibility.ShowSearchPanel">
      <summary>
        <para>Gets or sets the visibility of the Search Panel item displayed within the column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumnMenuItemVisibility.SortAscending">
      <summary>
        <para>Gets or sets the visibility of the Sort Ascending item displayed within the column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumnMenuItemVisibility.SortDescending">
      <summary>
        <para>Gets or sets the visibility of the Sort Descending item displayed within the column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewColumnMenuItemVisibility.UngroupColumn">
      <summary>
        <para>Gets or sets the visibility of the Ungroup item displayed within the column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewCommandButtonSettings">
      <summary>
        <para>Provides settings that affect the <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command button</see>‘s appearance and functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewCommandButtonSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewCommandButtonSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.GridViewCommandButtonSettings.ButtonType">
      <summary>
        <para>Specifies the button type that is used to render the current <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command button</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridCommandButtonRenderMode"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewCommandColumn">
      <summary>
        <para>Represents a <see href="https://docs.devexpress.com/AspNet/3671/components/grid-view/visual-elements/command-column">command column</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewCommandColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewCommandColumn"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewCommandColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewCommandColumn"/> class with the specified caption.</para>
      </summary>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the column’s caption.</param>
    </member>
    <member name="P:DevExpress.Web.GridViewCommandColumn.AllowDragDrop">
      <summary>
        <para>Gets or sets whether end-users can drag the column’s header.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="M:DevExpress.Web.GridViewCommandColumn.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="P:DevExpress.Web.GridViewCommandColumn.ButtonRenderMode">
      <summary>
        <para>Specifies the render mode of the <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command buttons</see> for the current <see href="https://docs.devexpress.com/AspNet/3671/components/grid-view/visual-elements/command-column">command column</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridCommandButtonRenderMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewCommandColumn.ButtonType">
      <summary>
        <para>Specifies the type of the <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command buttons</see> for the current <see href="https://docs.devexpress.com/AspNet/3671/components/grid-view/visual-elements/command-column">command column</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridCommandButtonRenderMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewCommandColumn.CancelButton">
      <summary>
        <para>Gets the Cancel button settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCommandColumnButton"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewCommandColumn.CellRowSpan">
      <summary>
        <para>Specifies the number of rows that a command column spans.</para>
      </summary>
      <value>The number of rows that the command column spans.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewCommandColumn.ClearFilterButton">
      <summary>
        <para>Gets the Clear button settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCommandColumnButton"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewCommandColumn.CustomButtons">
      <summary>
        <para>Gets the collection of custom buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCommandColumnCustomButtonCollection"/> object which represents the collection of custom buttons.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewCommandColumn.DeleteButton">
      <summary>
        <para>Gets the Delete button settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCommandColumnButton"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewCommandColumn.EditButton">
      <summary>
        <para>Gets the Edit button settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCommandColumnButton"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewCommandColumn.NewButton">
      <summary>
        <para>Gets the New button settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCommandColumnButton"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewCommandColumn.SelectAllCheckboxMode">
      <summary>
        <para>Specifies the Select All check box visibility and selection mode.</para>
      </summary>
      <value>The type of the Select All selection mode.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewCommandColumn.SelectButton">
      <summary>
        <para>Gets the Select button settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCommandColumnButton"/> object that specifies the button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewCommandColumn.SelectCheckBoxPosition">
      <summary>
        <para>Gets or sets a value specifying the “Select” check box position.</para>
      </summary>
      <value>One of <see cref="T:DevExpress.Web.GridSelectCheckBoxPosition"/> values.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewCommandColumn.ShowApplyFilterButton">
      <summary>
        <para>Specifies whether the Apply <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command button</see> is displayed in the <see href="https://docs.devexpress.com/AspNet/3671/components/grid-view/visual-elements/command-column">command column</see>.</para>
      </summary>
      <value>true, if the button is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewCommandColumn.ShowCancelButton">
      <summary>
        <para>Specifies whether the Cancel <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command button</see> is displayed in the <see href="https://docs.devexpress.com/AspNet/3671/components/grid-view/visual-elements/command-column">command column</see>.</para>
      </summary>
      <value>true, if the button is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewCommandColumn.ShowClearFilterButton">
      <summary>
        <para>Specifies whether the Clear <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command button</see> is displayed in the <see href="https://docs.devexpress.com/AspNet/3671/components/grid-view/visual-elements/command-column">command column</see>.</para>
      </summary>
      <value>true, if the button is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewCommandColumn.ShowDeleteButton">
      <summary>
        <para>Specifies whether the Delete <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command button</see> is displayed in the <see href="https://docs.devexpress.com/AspNet/3671/components/grid-view/visual-elements/command-column">command column</see>.</para>
      </summary>
      <value>true, if the button is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewCommandColumn.ShowEditButton">
      <summary>
        <para>Specifies whether the Edit <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command button</see> is displayed in the <see href="https://docs.devexpress.com/AspNet/3671/components/grid-view/visual-elements/command-column">command column</see>.</para>
      </summary>
      <value>true, if the button is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewCommandColumn.ShowNewButton">
      <summary>
        <para>Specifies whether the New <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command button</see> is displayed in the <see href="https://docs.devexpress.com/AspNet/3671/components/grid-view/visual-elements/command-column">command column</see>.</para>
      </summary>
      <value>true, if the button is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewCommandColumn.ShowNewButtonInHeader">
      <summary>
        <para>Specifies whether the New <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command button</see> is displayed in the <see href="https://docs.devexpress.com/AspNet/3671/components/grid-view/visual-elements/command-column">command column</see> header.</para>
      </summary>
      <value>true, if the button is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewCommandColumn.ShowRecoverButton">
      <summary>
        <para>Specifies whether the Recover <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command button</see> is displayed in the <see href="https://docs.devexpress.com/AspNet/3671/components/grid-view/visual-elements/command-column">command column</see>.</para>
      </summary>
      <value>true, if the button is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewCommandColumn.ShowSelectButton">
      <summary>
        <para>Specifies whether <see cref="T:DevExpress.Web.ASPxGridView"/> displays the Select <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command item</see> within the <see href="https://docs.devexpress.com/AspNet/3671/components/grid-view/visual-elements/command-column">command column</see>.</para>
      </summary>
      <value>true if the Select button is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewCommandColumn.ShowSelectCheckbox">
      <summary>
        <para>Specifies whether the control displays an editor (check box or radio button) for row selection.</para>
      </summary>
      <value>true to enable the check box selection mode; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewCommandColumn.ShowUpdateButton">
      <summary>
        <para>Specifies whether the Update <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command button</see> is displayed in the <see href="https://docs.devexpress.com/AspNet/3671/components/grid-view/visual-elements/command-column">command column</see>.</para>
      </summary>
      <value>true, if the button is visible; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.GridViewCommandColumn.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value that represents the current object.</returns>
    </member>
    <member name="P:DevExpress.Web.GridViewCommandColumn.UpdateButton">
      <summary>
        <para>Gets the Update button settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCommandColumnButton"/> object that specifies the button’s settings.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewCommandColumnButton">
      <summary>
        <para>A <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command column item</see> in the GridView.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewCommandColumnButton.#ctor(DevExpress.Web.GridViewCommandColumn,DevExpress.Web.ColumnCommandButtonType)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewCommandColumnButton"/> class with the specified settings.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewCommandColumn"/> object that is the command column to which the button belongs.</param>
      <param name="buttonType">One of the  <see cref="T:DevExpress.Web.ColumnCommandButtonType"/> enumeration values.</param>
    </member>
    <member name="P:DevExpress.Web.GridViewCommandColumnButton.ButtonType">
      <summary>
        <para>Gets the button’s type.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ColumnCommandButtonType"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewCommandColumnButton.Image">
      <summary>
        <para>Gets the settings of an image displayed in the button</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object containing image settings</value>
    </member>
    <member name="P:DevExpress.Web.GridViewCommandColumnButton.Text">
      <summary>
        <para>Gets or sets the button text.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the button text.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewCommandColumnButton.Visible">
      <summary>
        <para>Gets or sets whether the button is displayed in command column cells.</para>
      </summary>
      <value>true, to show the button; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewCommandColumnCustomButton">
      <summary>
        <para>Represents a custom command button.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewCommandColumnCustomButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewCommandColumnCustomButton"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewCommandColumnCustomButton.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.GridViewCommandColumnCustomButton.Visibility">
      <summary>
        <para>Gets or sets a value that specifies in which rows the custom button is displayed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCustomButtonVisibility"/> enumeration value that specifies in which rows the custom button is displayed.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewCommandColumnCustomButtonCollection">
      <summary>
        <para>Represents the collection of custom command buttons.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewCommandColumnCustomButtonCollection.#ctor(DevExpress.Web.GridViewCommandColumn)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewCommandColumnCustomButtonCollection"/> class with the specified command column.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewCommandColumn"/> object that represents the command column which owns this collection. This value is assigned to the <see cref="P:DevExpress.Web.GridViewCommandColumnCustomButtonCollection.Column">GridViewCommandColumnCustomButtonCollection.Column</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.GridViewCommandColumnCustomButtonCollection.Column">
      <summary>
        <para>Gets a command column that owns this collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCommandColumn"/> object that represents the command column which owns this collection.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewCommandColumnCustomButtonCollection.Item(System.String)">
      <summary>
        <para>Returns the button with the specified ID or caption.</para>
      </summary>
      <param name="IDorText">A <see cref="T:System.String"/> value that specifies the button’s ID or text.</param>
      <value>A <see cref="T:DevExpress.Web.GridViewCommandColumnCustomButton"/> object that represents the custom button with the specified ID or text. null (Nothing in Visual Basic) if the button was not found.</value>
    </member>
    <member name="M:DevExpress.Web.GridViewCommandColumnCustomButtonCollection.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>The empty string.</returns>
    </member>
    <member name="T:DevExpress.Web.GridViewCommandColumnStyle">
      <summary>
        <para>Provides the style settings used to paint cells within a <see href="https://docs.devexpress.com/AspNet/3671/components/grid-view/visual-elements/command-column">command column</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewCommandColumnStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewCommandColumnStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewContextMenu">
      <summary>
        <para>A context menu.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewContextMenu.#ctor(DevExpress.Web.ASPxGridView,DevExpress.Web.GridViewContextMenuType)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewContextMenu"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewContextMenu.Items">
      <summary>
        <para>Gives access to context menu items.</para>
      </summary>
      <value>The collection of context menu items.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewContextMenu.MenuType">
      <summary>
        <para>Gets the context menu type.</para>
      </summary>
      <value>An enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewContextMenuCommand">
      <summary>
        <para>Lists the values that specify names of commands that can be performed by clicking <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> items.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.ClearFilter">
      <summary>
        <para>A command that clears the filter applied to the current column.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.ClearGrouping">
      <summary>
        <para>A command that clears the grouping in the <see href="https://docs.devexpress.com/AspNet/3682/components/grid-view/visual-elements/group-panel">group panel</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.ClearSorting">
      <summary>
        <para>A command that clears sorting by the current column.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.CollapseDetailRow">
      <summary>
        <para>A command that collapses the current <see href="https://docs.devexpress.com/AspNet/3769/components/grid-view/visual-elements/detail-row">detail row</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.CollapseRow">
      <summary>
        <para>A command that collapses the current <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group row</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.CopyToClipboard">
      <summary>
        <para>A command that copies a cell to the clipboard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.Custom">
      <summary>
        <para>A custom user command.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.DeleteRow">
      <summary>
        <para>A command that deletes the current <see href="https://docs.devexpress.com/AspNet/3673/components/grid-view/visual-elements/data-row">data row</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.EditRow">
      <summary>
        <para>A command that allows editing the current <see href="https://docs.devexpress.com/AspNet/3673/components/grid-view/visual-elements/data-row">data row</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.ExpandDetailRow">
      <summary>
        <para>A command that expands the current <see href="https://docs.devexpress.com/AspNet/3769/components/grid-view/visual-elements/detail-row">detail row</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.ExpandRow">
      <summary>
        <para>A command that expands the current <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group row</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.ExportMenu">
      <summary>
        <para>A command that invokes the menu allowing you to export grid data in an appropriate format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.ExportToCsv">
      <summary>
        <para>A command that exports grid data in CSV format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.ExportToDocx">
      <summary>
        <para>A command that exports grid data in DOCX format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.ExportToPdf">
      <summary>
        <para>A command that exports grid data in PDF format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.ExportToRtf">
      <summary>
        <para>A command that exports grid data in RTF format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.ExportToXls">
      <summary>
        <para>A command that exports grid data in XLS format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.ExportToXlsx">
      <summary>
        <para>A command that exports grid data in XLSX format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.FullCollapse">
      <summary>
        <para>A command that collapses all <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group rows</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.FullExpand">
      <summary>
        <para>A command that expands all <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group rows</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.GroupByColumn">
      <summary>
        <para>A command that groups grid data by the current column.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.GroupSummaryAverage">
      <summary>
        <para>A command that switches the visibility of the Average summary item in the <see href="https://docs.devexpress.com/AspNet/3815/components/grid-view/visual-elements/group-footer">group footer</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.GroupSummaryCount">
      <summary>
        <para>A command that switches the visibility of the Count summary item in the <see href="https://docs.devexpress.com/AspNet/3815/components/grid-view/visual-elements/group-footer">group footer</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.GroupSummaryMax">
      <summary>
        <para>A command that switches the visibility of the Max summary item in the <see href="https://docs.devexpress.com/AspNet/3815/components/grid-view/visual-elements/group-footer">group footer</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.GroupSummaryMenu">
      <summary>
        <para>A command that identifies the Group Summary item.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.GroupSummaryMin">
      <summary>
        <para>A command that switches the visibility of the Min summary item in the <see href="https://docs.devexpress.com/AspNet/3815/components/grid-view/visual-elements/group-footer">group footer</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.GroupSummaryNone">
      <summary>
        <para>A command that hides every <see href="https://docs.devexpress.com/AspNet/3815/components/grid-view/visual-elements/group-footer">group footer</see> summary item in the current column.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.GroupSummarySum">
      <summary>
        <para>A command that switches the visibility of the Sum summary item in the <see href="https://docs.devexpress.com/AspNet/3815/components/grid-view/visual-elements/group-footer">group footer</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.HideColumn">
      <summary>
        <para>A command that hides the current column.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.NewRow">
      <summary>
        <para>A command that creates a new row.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.PasteFromClipboard">
      <summary>
        <para>A command that pastes a cell from the clipboard.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.Refresh">
      <summary>
        <para>A command that refreshes grid data.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.ShowColumn">
      <summary>
        <para>A command that shows the current column in the grid</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.ShowCustomizationDialog">
      <summary>
        <para>A command that controls the customization dialog visibility.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.ShowCustomizationWindow">
      <summary>
        <para>A command that controls the <see href="https://docs.devexpress.com/AspNet/3679/components/grid-view/visual-elements/customization-window">customization window</see> visibility.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.ShowFilterEditor">
      <summary>
        <para>A command that controls the <see href="https://docs.devexpress.com/AspNet/11573/components/grid-view/visual-elements/filter-builder-filter-control">filter builder</see> visibility.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.ShowFilterRow">
      <summary>
        <para>A command that controls the <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row</see> visibility.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.ShowFilterRowMenu">
      <summary>
        <para>A command that controls the <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row</see> menu availability.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.ShowFooter">
      <summary>
        <para>A command that controls the <see href="https://docs.devexpress.com/AspNet/3675/components/grid-view/visual-elements/footer">footer</see> visibility.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.ShowGroupPanel">
      <summary>
        <para>A command that controls the <see href="https://docs.devexpress.com/AspNet/3682/components/grid-view/visual-elements/group-panel">group panel</see> visibility.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.ShowSearchPanel">
      <summary>
        <para>A command that controls the <see href="https://docs.devexpress.com/AspNet/17646/components/grid-view/visual-elements/search-panel">search panel</see> visibility.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.SortAscending">
      <summary>
        <para>A command that sorts grid data by the current column ascending.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.SortDescending">
      <summary>
        <para>A command that sorts grid data by the current column decending.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.SummaryAverage">
      <summary>
        <para>A command that displays an average cell value in the current column.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.SummaryCount">
      <summary>
        <para>A command that displays a count of the current column cell values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.SummaryMax">
      <summary>
        <para>A command that displays the maximum cell value in the current column.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.SummaryMin">
      <summary>
        <para>A command that displays the minimum cell value in the current column.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.SummaryNone">
      <summary>
        <para>A command that hides every summary item in the current column.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.SummarySum">
      <summary>
        <para>A command that displays a sum of the current column cell values.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuCommand.UngroupColumn">
      <summary>
        <para>A command that ungroups grid data by the current column.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewContextMenuItem">
      <summary>
        <para>Denotes an individual <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item within the <see cref="T:DevExpress.Web.ASPxGridView"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewContextMenuItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewContextMenuItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewContextMenuItem.#ctor(DevExpress.Web.GridViewContextMenuCommand,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewContextMenuItem"/> class with the specified settings.</para>
      </summary>
      <param name="command">One of the <see cref="T:DevExpress.Web.GridViewContextMenuCommand"/> values that identifies the executed command. This value is assigned to the <see cref="P:DevExpress.Web.GridViewContextMenuItem.Command">GridViewContextMenuItem.Command</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created item’s name. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.GridViewContextMenuItem.#ctor(DevExpress.Web.GridViewContextMenuCommand)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewContextMenuItem"/> class with the specified command.</para>
      </summary>
      <param name="command">One of the <see cref="T:DevExpress.Web.GridViewContextMenuCommand"/> values that identifies the executed command. This value is assigned to the <see cref="P:DevExpress.Web.GridViewContextMenuItem.Command">GridViewContextMenuItem.Command</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.GridViewContextMenuItem.#ctor(System.String,System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewContextMenuItem"/> class with the specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item text. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Text">MenuItem.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created item’s name. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value that specifies the item image url. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Image">MenuItem.Image</see>.Url property.</param>
      <param name="navigateUrl">A <see cref="T:System.String"/> value that specifies the URL to which the browser navigates when the item’s text or associated image is clicked. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.NavigateUrl">MenuItem.NavigateUrl</see> property.</param>
      <param name="target">A <see cref="T:System.String"/> value that identifies the window or frame to which to target URL content when the item’s text or associated image is clicked. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Target">MenuItem.Target</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.GridViewContextMenuItem.#ctor(System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewContextMenuItem"/> class with the specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item text. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Text">MenuItem.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created item’s name. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value that specifies the item image url. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Image">MenuItem.Image</see>.Url property.</param>
      <param name="navigateUrl">A <see cref="T:System.String"/> value that specifies the URL to which the browser navigates when the item’s text or associated image is clicked. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.NavigateUrl">MenuItem.NavigateUrl</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.GridViewContextMenuItem.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewContextMenuItem"/> class with the specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item text. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Text">MenuItem.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created item’s name. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value that specifies the item image url. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Image">MenuItem.Image</see>.Url property.</param>
    </member>
    <member name="M:DevExpress.Web.GridViewContextMenuItem.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewContextMenuItem"/> class with the specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item text. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Text">MenuItem.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created item’s name. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.GridViewContextMenuItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewContextMenuItem"/> class with the specified text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item text. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Text">MenuItem.Text</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.GridViewContextMenuItem.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings from the specified item 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="P:DevExpress.Web.GridViewContextMenuItem.Command">
      <summary>
        <para>Gets or sets the name of a command executed when clicking a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridViewContextMenuCommand"/> enumeration values specifying the item’s command name.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewContextMenuItem.Items">
      <summary>
        <para>Gets a collection that contains the sub-items of the current context menu item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewContextMenuItemCollection"/> that contains the sub-items of the current context menu item.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewContextMenuItemCollection">
      <summary>
        <para>A collection that maintains <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewContextMenuItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewContextMenuItemCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewContextMenuItemCollection.#ctor(DevExpress.Web.GridViewContextMenuItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewContextMenuItemCollection"/> class with the specified context menu item that will own the collection.</para>
      </summary>
      <param name="menuItem">A <see cref="T:DevExpress.Web.GridViewContextMenuItem"/> object specifying the item that will own the collection.</param>
    </member>
    <member name="M:DevExpress.Web.GridViewContextMenuItemCollection.Add(DevExpress.Web.GridViewContextMenuCommand,System.String,System.String)">
      <summary>
        <para>Adds a new item with the specified settings to the end of the collection and returns the newly created object.</para>
      </summary>
      <param name="command">One of the <see cref="T:DevExpress.Web.GridViewContextMenuCommand"/> values that identifies the executed command. This value is assigned to the <see cref="P:DevExpress.Web.GridViewContextMenuItem.Command">GridViewContextMenuItem.Command</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created item’s name. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item text. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Text">MenuItem.Text</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.GridViewContextMenuItem"/> object that is the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.GridViewContextMenuItemCollection.Add(DevExpress.Web.GridViewContextMenuCommand,System.String)">
      <summary>
        <para>Adds a new item with the specified settings to the end of the collection and returns the newly created object.</para>
      </summary>
      <param name="command">One of the <see cref="T:DevExpress.Web.GridViewContextMenuCommand"/> values that identifies the executed command. This value is assigned to the <see cref="P:DevExpress.Web.GridViewContextMenuItem.Command">GridViewContextMenuItem.Command</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created item’s name. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.GridViewContextMenuItem"/> object that is the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.GridViewContextMenuItemCollection.Add(DevExpress.Web.GridViewContextMenuCommand)">
      <summary>
        <para>Adds a new item with the specified command to the end of the collection and returns the newly created object.</para>
      </summary>
      <param name="command">One of the <see cref="T:DevExpress.Web.GridViewContextMenuCommand"/> values that identifies the executed command. This value is assigned to the <see cref="P:DevExpress.Web.GridViewContextMenuItem.Command">GridViewContextMenuItem.Command</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.GridViewContextMenuItem"/> object that is the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.GridViewContextMenuItemCollection.Add(DevExpress.Web.GridViewContextMenuItem[])">
      <summary>
        <para>Adds the specified array of items to the end of the collection.</para>
      </summary>
      <param name="items">An array that contains zero or more <see cref="T:DevExpress.Web.GridViewContextMenuItem"/> objects, to populate the collection.</param>
    </member>
    <member name="M:DevExpress.Web.GridViewContextMenuItemCollection.Add(System.String,System.String,System.String,System.String,System.String)">
      <summary>
        <para>Adds a new item with the specified settings to the end of the collection and returns the newly created object.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item text. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Text">MenuItem.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created item’s name. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value that specifies the item image url. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Image">MenuItem.Image</see>.Url property.</param>
      <param name="navigateUrl">A <see cref="T:System.String"/> value that specifies the URL to which the browser navigates when the item’s text or associated image is clicked. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.NavigateUrl">MenuItem.NavigateUrl</see> property.</param>
      <param name="target">A <see cref="T:System.String"/> value that identifies the window or frame at which to target URL content when the item’s text or associated image is clicked. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Target">MenuItem.Target</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.GridViewContextMenuItem"/> object that is the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.GridViewContextMenuItemCollection.Add(System.String,System.String,System.String,System.String)">
      <summary>
        <para>Adds a new item with the specified settings to the end of the collection and returns the newly created object.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item text. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Text">MenuItem.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created item’s name. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value that specifies the item image url. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Image">MenuItem.Image</see>.Url property.</param>
      <param name="navigateUrl">A <see cref="T:System.String"/> value that specifies the URL to which the browser navigates when the item’s text or associated image is clicked. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.NavigateUrl">MenuItem.NavigateUrl</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.GridViewContextMenuItem"/> object that is the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.GridViewContextMenuItemCollection.Add(System.String,System.String,System.String)">
      <summary>
        <para>Adds a new item with the specified settings to the end of the collection and returns the newly created object.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item text. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Text">MenuItem.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created item’s name. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value that specifies the item image url. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Image">MenuItem.Image</see>.Url property.</param>
      <returns>A <see cref="T:DevExpress.Web.GridViewContextMenuItem"/> object that is the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.GridViewContextMenuItemCollection.Add(System.String,System.String)">
      <summary>
        <para>Adds a new item with the specified settings to the end of the collection and returns the newly created object.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item text. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Text">MenuItem.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created item’s name. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.GridViewContextMenuItem"/> object that is the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.GridViewContextMenuItemCollection.Add(System.String)">
      <summary>
        <para>Adds a new item with the specified text to the end of the collection and returns the newly created object.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item text. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Text">MenuItem.Text</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.GridViewContextMenuItem"/> object that is the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.GridViewContextMenuItemCollection.FindByCommand(DevExpress.Web.GridViewContextMenuCommand)">
      <summary>
        <para>Returns an item object that performs the specified command.</para>
      </summary>
      <param name="command">One of the <see cref="T:DevExpress.Web.GridViewContextMenuCommand"/> values that is the <see cref="P:DevExpress.Web.GridViewContextMenuItem.Command">GridViewContextMenuItem.Command</see> property value of the required item.</param>
      <returns>A <see cref="T:DevExpress.Web.GridViewContextMenuItem"/> object that performs the specified command.</returns>
    </member>
    <member name="M:DevExpress.Web.GridViewContextMenuItemCollection.FindByName(System.String)">
      <summary>
        <para>Returns an item object with the specified name.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that is the <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property value of the required item.</param>
      <returns>A <see cref="T:DevExpress.Web.GridViewContextMenuItem"/> object with a specified name.</returns>
    </member>
    <member name="M:DevExpress.Web.GridViewContextMenuItemCollection.FindByText(System.String)">
      <summary>
        <para>Returns an item object with the specified text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that is the <see cref="P:DevExpress.Web.MenuItem.Text">MenuItem.Text</see> property value of the required item.</param>
      <returns>A <see cref="T:DevExpress.Web.GridViewContextMenuItem"/> object with a specified text.</returns>
    </member>
    <member name="M:DevExpress.Web.GridViewContextMenuItemCollection.IndexOfCommand(DevExpress.Web.GridViewContextMenuCommand)">
      <summary>
        <para>Searches for an item object specified by the value of its <see cref="P:DevExpress.Web.GridViewContextMenuItem.Command">GridViewContextMenuItem.Command</see> property and returns the zero-based index of the first occurrence within the item collection.</para>
      </summary>
      <param name="command">One of the <see cref="T:DevExpress.Web.GridViewContextMenuCommand"/> value specifying the <see cref="P:DevExpress.Web.GridViewContextMenuItem.Command">GridViewContextMenuItem.Command</see> property value of the required item.</param>
      <returns>The zero-based index of the first occurrence of the specified item within the item collection, if found; otherwise, negative one (&#0045;1).</returns>
    </member>
    <member name="M:DevExpress.Web.GridViewContextMenuItemCollection.Insert(System.Int32,DevExpress.Web.GridViewContextMenuItem)">
      <summary>
        <para>Adds the specified item to the specified position within the collection.</para>
      </summary>
      <param name="index">An integer value that specifies the zero-based index at which the specified item should be inserted. If it’s negative or exceeds the number of elements, an exception is raised.</param>
      <param name="item">A <see cref="T:DevExpress.Web.GridViewContextMenuItem"/> object to insert.</param>
    </member>
    <member name="T:DevExpress.Web.GridViewContextMenuStyle">
      <summary>
        <para>Contains styles settings defining the appearance of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewContextMenuStyles">
      <summary>
        <para>Contains settings that allow the appearance of various <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> types to be defined.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewContextMenuStyles.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewContextMenuStyles"/> 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.GridViewContextMenuStyles.Assign(DevExpress.Web.GridViewContextMenuStyles)">
      <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.GridViewContextMenuStyles"/> descendant whose properties are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.GridViewContextMenuStyles.Column">
      <summary>
        <para>Gets the style settings defining the appearance of the column <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewContextMenuStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewContextMenuStyles.Common">
      <summary>
        <para>Gets the style settings defining the common appearance of <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewContextMenuStyle"/> object that contains style settings.</value>
    </member>
    <member name="M:DevExpress.Web.GridViewContextMenuStyles.CopyFrom(DevExpress.Web.GridViewContextMenuStyles)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.GridViewContextMenuStyles"/> class.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.GridViewContextMenuStyles"/> object that is the object from which the settings will be copied from.</param>
    </member>
    <member name="P:DevExpress.Web.GridViewContextMenuStyles.Footer">
      <summary>
        <para>Gets the style settings defining the appearance of the footer <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewContextMenuStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewContextMenuStyles.GroupFooter">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/3815/components/grid-view/visual-elements/group-footer">group footer</see> <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewContextMenuStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewContextMenuStyles.GroupPanel">
      <summary>
        <para>Gets the style settings defining the appearance of the group panel <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewContextMenuStyle"/> object that contains style settings.</value>
    </member>
    <member name="M:DevExpress.Web.GridViewContextMenuStyles.Reset">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Web.GridViewContextMenuStyles"/> object to its original state.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewContextMenuStyles.Row">
      <summary>
        <para>Gets the style settings defining the appearance of the row <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewContextMenuStyle"/> object that contains style settings.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewContextMenuType">
      <summary>
        <para>Lists values that specify <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> types for the <see cref="T:DevExpress.Web.ASPxGridView"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuType.Columns">
      <summary>
        <para>Identifies the <see href="https://docs.devexpress.com/AspNet/3669/components/grid-view/visual-elements/column-header">column header</see> context menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuType.Footer">
      <summary>
        <para>Identifies the <see href="https://docs.devexpress.com/AspNet/3675/components/grid-view/visual-elements/footer">footer</see> context menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuType.GroupFooter">
      <summary>
        <para>Identifies the <see href="https://docs.devexpress.com/AspNet/3815/components/grid-view/visual-elements/group-footer">group footer</see> context menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuType.GroupPanel">
      <summary>
        <para>Identifies the <see href="https://docs.devexpress.com/AspNet/3682/components/grid-view/visual-elements/group-panel">group panel</see> context menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewContextMenuType.Rows">
      <summary>
        <para>Identifies a row context menu.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewCustomButtonVisibility">
      <summary>
        <para>Lists values that specify in which rows a custom button is displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCustomButtonVisibility.AllDataRows">
      <summary>
        <para>A custom button is displayed within all data rows.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCustomButtonVisibility.BrowsableRow">
      <summary>
        <para>A custom button is displayed within data rows whose values are not edited.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCustomButtonVisibility.EditableRow">
      <summary>
        <para>A custom button is displayed within a data row currently being edited.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCustomButtonVisibility.FilterRow">
      <summary>
        <para>A custom button is displayed within the <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">Filter Row</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewCustomButtonVisibility.Invisible">
      <summary>
        <para>A custom button is hidden.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewCustomizationDialogCommandButtonSettings">
      <summary>
        <para>Provides settings that affect the customization dialog’s command button appearance and functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewCustomizationDialogCommandButtonSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewCustomizationDialogCommandButtonSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.GridViewCustomizationDialogCommandButtonSettings.ButtonType">
      <summary>
        <para>Specifies the button type that is used to render the current command button in the Customization Dialog.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridCommandButtonRenderMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewCustomizationDialogCommandButtonSettings.RenderMode">
      <summary>
        <para>Specifies the render mode of command buttons in the <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">Customization Dialog</see></para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridCommandButtonRenderMode"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewCustomizationStyle">
      <summary>
        <para>Provides the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3679/components/grid-view/visual-elements/customization-window">Customization Window</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewCustomizationStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewCustomizationStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewCustomizationWindowPopupSettings">
      <summary>
        <para>Contains <see href="https://docs.devexpress.com/AspNet/3679/components/grid-view/visual-elements/customization-window">Customization Window</see> specific settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewCustomizationWindowPopupSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewCustomizationWindowPopupSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="T:DevExpress.Web.GridViewCustomizationWindowPopupStyle">
      <summary>
        <para>Contains styles settings defining the appearance of a <see href="https://docs.devexpress.com/AspNet/3679/components/grid-view/visual-elements/customization-window">Customization Window</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewCustomizationWindowPopupStyle.MainArea">
      <summary>
        <para>Gets the style settings defining a <see href="https://docs.devexpress.com/AspNet/3679/components/grid-view/visual-elements/customization-window">Customization Window</see>‘s main area appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.GridViewPopupMainAreaStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewCustomizationWindowPopupStyle.PopupControl">
      <summary>
        <para>Gets the general style settings of popup elements within a grid.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewDataBinaryImageColumn">
      <summary>
        <para>Represents a data column that displays images from a binary stream.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewDataBinaryImageColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewDataBinaryImageColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewDataBinaryImageColumn.PropertiesBinaryImage">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BinaryImageEditProperties"/> object that contains settings specific to a binary image editor.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewDataButtonEditColumn">
      <summary>
        <para>Represents a data column with the button editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewDataButtonEditColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewDataButtonEditColumn"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewDataButtonEditColumn.PropertiesButtonEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Web.ButtonEditProperties"/> object.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewDataCheckColumn">
      <summary>
        <para>Represents a data column that displays Boolean values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewDataCheckColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewDataCheckColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewDataCheckColumn.PropertiesCheckEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Web.CheckBoxProperties"/> object that contains settings specific to a checkbox editor.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewDataColorEditColumn">
      <summary>
        <para>Represents a data column used to display and edit color values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewDataColorEditColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewDataColorEditColumn"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewDataColorEditColumn.PropertiesColorEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ColorEditProperties"/> object that contains settings specific to a color editor.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewDataColumn">
      <summary>
        <para>Serves as a base for classes that represent <see href="https://docs.devexpress.com/AspNet/3668/components/grid-view/visual-elements/data-column">data columns</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewDataColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewDataColumn"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewDataColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewDataColumn"/> class with the specified field name and caption.</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.GridViewDataColumn.FieldName">GridViewDataColumn.FieldName</see> property.</param>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the column’s caption.</param>
    </member>
    <member name="M:DevExpress.Web.GridViewDataColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewDataColumn"/> 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.GridViewDataColumn.FieldName">GridViewDataColumn.FieldName</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.GridViewDataColumn.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.GridViewDataColumn.AutoFilterBy(System.String)">
      <summary>
        <para>Applies a filter to the column.</para>
      </summary>
      <param name="value">A <see cref="T:System.String"/> value that specifies the filter string.</param>
    </member>
    <member name="P:DevExpress.Web.GridViewDataColumn.BatchEditModifiedCellStyle">
      <summary>
        <para>Specifies the appearance of the column’s modified <see href="https://docs.devexpress.com/AspNet/3670/components/grid-view/visual-elements/data-cell">data cells</see>.</para>
      </summary>
      <value>Style settings that specify the appearance of the column’s modified data cells.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewDataColumn.CellRowSpan">
      <summary>
        <para>Specifies the number of rows that a column (i.e., <see href="https://docs.devexpress.com/AspNet/3669/components/grid-view/visual-elements/column-header">column header</see> and <see href="https://docs.devexpress.com/AspNet/3670/components/grid-view/visual-elements/data-cell">data cells</see> containing the column data) spans.</para>
      </summary>
      <value>An integer value that specifies the number of rows that the column spans.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewDataColumn.DataItemTemplate">
      <summary>
        <para>Specifies a template to display the column’s <see href="https://docs.devexpress.com/AspNet/3670/components/grid-view/visual-elements/data-cell">data cells</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewDataColumn.EditCellStyle">
      <summary>
        <para>Gets the style settings used to paint the column’s cells within the <see href="https://docs.devexpress.com/AspNet/3680/components/grid-view/visual-elements/edit-form">Edit Form</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewEditCellStyle"/> object that contains style settings used to paint the column’s cells within the Edit Form.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewDataColumn.EditFormCaption">
      <summary>
        <para>This member supports the internal infrastructure and cannot be used directly from your code.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewDataColumn.EditFormCaptionStyle">
      <summary>
        <para>Gets the style settings used to paint the caption of the <see href="https://docs.devexpress.com/AspNet/3694/components/grid-view/visual-elements/edit-cell">edit cell</see> that corresponds to the current column.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewEditFormCaptionStyle"/> object that contains style settings used to paint the edit cell’s caption.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewDataColumn.EditFormSettings">
      <summary>
        <para>Gets the settings of the <see href="https://docs.devexpress.com/AspNet/3694/components/grid-view/visual-elements/edit-cell">edit cell</see> which is displayed within the <see href="https://docs.devexpress.com/AspNet/3680/components/grid-view/visual-elements/edit-form">Edit Form</see> and corresponds to the current data column.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridColumnEditFormSettings"/> object that contains the edit cell’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewDataColumn.EditItemTemplate">
      <summary>
        <para>Specifies a template to display the column’s <see href="https://docs.devexpress.com/AspNet/3694/components/grid-view/visual-elements/edit-cell">edit cell</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewDataColumn.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="P:DevExpress.Web.GridViewDataColumn.FilterCellStyle">
      <summary>
        <para>Gets the style settings used to paint a cell within the <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">Filter Row</see> that corresponds to the current data column.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewFilterCellStyle"/> object that contains style settings used to paint a filter cell that corresponds to the current data column.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewDataColumn.FilterExpression">
      <summary>
        <para>Gets the column’s filter expression.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that represents the column’s filter expression.</value>
    </member>
    <member name="M:DevExpress.Web.GridViewDataColumn.GroupBy">
      <summary>
        <para>Groups data by the values of the current column.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewDataColumn.GroupIndex">
      <summary>
        <para>Specifies the column’s grouping level.</para>
      </summary>
      <value>The column’s grouping level.-1 if the grid does not group its data by the column.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewDataColumn.GroupRowTemplate">
      <summary>
        <para>Gets or sets a template for displaying <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group rows</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="M:DevExpress.Web.GridViewDataColumn.IsClickable">
      <summary>
        <para>Indicates whether a column responds to mouse clicks.</para>
      </summary>
      <returns>true if the column responds to mouse clicks; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Web.GridViewDataColumn.LoadReadOnlyValueFromDataModel">
      <summary>
        <para>Specifies whether the values of read-only columns can be loaded from a data source (model).</para>
      </summary>
      <value>true to restrict users to load read-only columns’ values from a data source (model); otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewDataColumn.PropertiesEdit">
      <summary>
        <para>Gets or sets the column editor’s settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditPropertiesBase"/> descendant that contains settings specific to a particular editor type.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewDataColumn.ReadOnly">
      <summary>
        <para>Gets or sets whether end-users are allowed to edit the column’s cell values.</para>
      </summary>
      <value>true if end-users are not allowed to modify the column’s cell values; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewDataColumn.Settings">
      <summary>
        <para>Provides access to the column’s options.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewDataColumnSettings"/> object that contains the column’s options.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewDataColumn.SettingsHeaderFilter">
      <summary>
        <para>Provides access to the column’s <see href="https://docs.devexpress.com/AspNet/11579/components/grid-view/concepts/filter-data/header-filter">header filter</see> settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewDataColumnHeaderFilterSettings"/> object that contains the header filter settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewDataColumn.ShowInFilterControl">
      <summary>
        <para>Gets whether an end-user can create filter conditions within this column within the <see href="https://docs.devexpress.com/AspNet/5138/components/grid-view/concepts/filter-data/filter-control">Filter Control</see>. This member supports the internal infrastructure and cannot be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewDataColumn.SortAscending">
      <summary>
        <para>Sorts the column in ascending order.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewDataColumn.SortDescending">
      <summary>
        <para>Sorts the column in descending order.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewDataColumn.SortIndex">
      <summary>
        <para>Specifies the column’s sort priority among columns (a lower number indicates a higher priority).</para>
      </summary>
      <value>The column’s sort priority.-1 if the grid does not sort its data by the column.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewDataColumn.SortOrder">
      <summary>
        <para>Specifies the column’s sort order.</para>
      </summary>
      <value>The column’s sort order.</value>
    </member>
    <member name="M:DevExpress.Web.GridViewDataColumn.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value that represents the current object.</returns>
    </member>
    <member name="P:DevExpress.Web.GridViewDataColumn.UnboundExpression">
      <summary>
        <para>Gets or sets an expression used to evaluate values for the current unbound column.</para>
      </summary>
      <value>An expression used to evaluate values for the current column.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewDataColumn.UnboundType">
      <summary>
        <para>Gets or sets the data type and binding mode of the column.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Data.UnboundColumnType"/> enumeration value that represents the data type and binding mode of the column.</value>
    </member>
    <member name="M:DevExpress.Web.GridViewDataColumn.UnGroup">
      <summary>
        <para>Clears the grouping applied to the column.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewDataColumn.UnSort">
      <summary>
        <para>Clears the sorting applied to the column.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewDataColumnHeaderFilterSettings">
      <summary>
        <para>Contains the column’s <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">header filter</see> specific settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewDataColumnHeaderFilterSettings.DateRangeCalendarSettings">
      <summary>
        <para>Gets the settings of the <see href="https://docs.devexpress.com/AspNet/11579/components/grid-view/concepts/filter-data/header-filter">header filter</see> calendar.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewColumnDateRangeCalendarSettings"/> object containing the calendar settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewDataColumnHeaderFilterSettings.DateRangePeriodsSettings">
      <summary>
        <para>Gets the settings of the <see href="https://docs.devexpress.com/AspNet/11579/components/grid-view/concepts/filter-data/header-filter">header filter</see> periods section.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewColumnDateRangePeriodsSettings"/> object containing the section settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewDataColumnHeaderFilterSettings.DateRangePickerSettings">
      <summary>
        <para>Gets the settings of the <see href="https://docs.devexpress.com/AspNet/11579/components/grid-view/concepts/filter-data/header-filter">header filter</see> date range picker.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewColumnDateRangePickerSettings"/> object containing the date range picker settings.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewDataColumnSettings">
      <summary>
        <para>Provides options for <see href="https://docs.devexpress.com/AspNet/3668/components/grid-view/visual-elements/data-column">data columns</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewDataColumnSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewDataColumnSettings"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewDataColumnSettings.#ctor(DevExpress.Web.GridViewDataColumn)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewDataColumnSettings"/> class.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewDataColumn"/> descendant that owns the current object.</param>
    </member>
    <member name="P:DevExpress.Web.GridViewDataColumnSettings.AllowAutoFilter">
      <summary>
        <para>Gets or sets whether end-users can filter data by the column’s values.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewDataColumnSettings.AllowAutoFilterTextInputTimer">
      <summary>
        <para>Gets or sets whether the filter expression entered by an end-user within the auto-filter row cell is automatically applied.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewDataColumnSettings.AllowCellMerge">
      <summary>
        <para>Specifies if cell merging is allowed.</para>
      </summary>
      <value>true, to allow cell merging; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewDataColumnSettings.AllowDragDrop">
      <summary>
        <para>Gets or sets whether end-users can drag the column’s header.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewDataColumnSettings.AllowGroup">
      <summary>
        <para>Specifies whether data grouping by the column’s values is enabled.</para>
      </summary>
      <value>True to enable grouping.False to disable grouping.Default to control the column’s behavior at the control level (the <see cref="P:DevExpress.Web.ASPxGridViewBehaviorSettings.AllowGroup">ASPxGridViewBehaviorSettings.AllowGroup</see> property).</value>
    </member>
    <member name="M:DevExpress.Web.GridViewDataColumnSettings.Assign(DevExpress.Web.GridDataColumnSettings)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.GridViewDataColumnSettings"/> object to the current one.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.GridViewDataColumnSettings"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.GridViewDataColumnSettings.AutoFilterCondition">
      <summary>
        <para>Specifies the type of comparison operator used by <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row</see> to create filter conditions for the current column.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AutoFilterCondition"/> enumeration value that specifies the comparison operator type.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewDataColumnSettings.GroupInterval">
      <summary>
        <para>Specifies how the control combines data rows when they are grouped by the current column.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraGrid.ColumnGroupInterval"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewDataColumnSettings.ShowFilterRowMenu">
      <summary>
        <para>Gets or sets whether <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row buttons</see> are displayed within the auto filter row.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewDataColumnSettings.ShowFilterRowMenuLikeItem">
      <summary>
        <para>Gets or sets whether the Like item is displayed within the <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row menu</see>.</para>
      </summary>
      <value>true, if the Like item is displayed; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewDataComboBoxColumn">
      <summary>
        <para>A combo box column in the Grid View control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewDataComboBoxColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewDataComboBoxColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewDataComboBoxColumn.PropertiesComboBox">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ComboBoxProperties"/> object that contains settings specific to a combo box editor.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewDataDateColumn">
      <summary>
        <para>Represents a data column used to display DateTime values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewDataDateColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewDataDateColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewDataDateColumn.PropertiesDateEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DateEditProperties"/> object that contains settings specific to a date editor.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewDataDropDownEditColumn">
      <summary>
        <para>Represents a data column with an editor containing a customizable dropdown window.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewDataDropDownEditColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewDataDropDownEditColumn"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewDataDropDownEditColumn.PropertiesDropDownEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DropDownEditProperties"/> object that contains settings specific to a dropdown editor.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewDataHyperLinkColumn">
      <summary>
        <para>Specifies a data column with hyperlink functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewDataHyperLinkColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewDataHyperLinkColumn"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewDataHyperLinkColumn.PropertiesHyperLinkEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Web.HyperLinkProperties"/> object.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewDataImageColumn">
      <summary>
        <para>A data column that displays images located at the specified URLs.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewDataImageColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewDataImageColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewDataImageColumn.PropertiesImage">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageEditProperties"/> object that contains settings specific to an image editor.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewDataItemTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render <see href="https://docs.devexpress.com/AspNet/3670/components/grid-view/visual-elements/data-cell">data cells</see> within the ASPxGridView.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewDataItemTemplateContainer.#ctor(DevExpress.Web.ASPxGridView,System.Object,System.Int32,DevExpress.Web.GridViewDataColumn)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewDataItemTemplateContainer"/> class with the specified settings.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxGridView"/> object. This value is assigned to the <see cref="P:DevExpress.Web.GridViewBaseTemplateContainer.Grid">GridViewBaseTemplateContainer.Grid</see> property.</param>
      <param name="row">An object that uniquely identifies the row that contains the template container. This value is assigned to the <see cref="P:DevExpress.Web.GridViewBaseRowTemplateContainer.KeyValue">GridViewBaseRowTemplateContainer.KeyValue</see> property.</param>
      <param name="visibleIndex">An integer value that specifies the rendered item object’s index. This value is assigned to the <see cref="P:DevExpress.Web.TemplateContainerBase.ItemIndex">TemplateContainerBase.ItemIndex</see> property.</param>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewDataColumn"/> object that represents the <see href="https://docs.devexpress.com/AspNet/3668/components/grid-view/visual-elements/data-column">data column</see> to which the current object belongs. This value is assigned to the <see cref="P:DevExpress.Web.GridViewDataItemTemplateContainer.Column">GridViewDataItemTemplateContainer.Column</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.GridViewDataItemTemplateContainer.Column">
      <summary>
        <para>Gets a data column where the template is rendered.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewDataColumn"/> object that represents the <see href="https://docs.devexpress.com/AspNet/3668/components/grid-view/visual-elements/data-column">data column</see>.</value>
    </member>
    <member name="M:DevExpress.Web.GridViewDataItemTemplateContainer.GetTextWithHighlightedSearchFilterResult">
      <summary>
        <para>Gets results of filtering as an HTML markup where a source text (text inputted in the filter) is highlighted for each match.</para>
      </summary>
      <returns>A string value that represents filtering results in the HTML markup.</returns>
    </member>
    <member name="M:DevExpress.Web.GridViewDataItemTemplateContainer.GetTextWithHighlightedSearchFilterResult(System.Int32)">
      <summary>
        <para>Gets a result of filtering as an HTML markup where a source text (text inputted in the filter) is highlighted for each match.</para>
      </summary>
      <param name="maxLength">An integer value that specifies the maximum length of the received string.</param>
      <returns>A string value that represents filtering results in the HTML markup.</returns>
    </member>
    <member name="M:DevExpress.Web.GridViewDataItemTemplateContainer.GetTextWithHighlightedSearchFilterResult(System.String,System.String,System.Boolean,System.Int32)">
      <summary>
        <para>Gets a result of filtering as an HTML markup where a source text (text inputted in the filter) is highlighted for each match.</para>
      </summary>
      <param name="sourceText">A string value specifying the filter text criteria.</param>
      <param name="fieldName">A string value specifying the name of a field attached to a column.</param>
      <param name="isSourceTextEncoded">A boolean value that specifies whether the source text is encoded.</param>
      <param name="maxLength">An integer value that specifies the maximum length of the received string.</param>
      <returns>A string value that represents filtering results in the HTML markup.</returns>
    </member>
    <member name="P:DevExpress.Web.GridViewDataItemTemplateContainer.Text">
      <summary>
        <para>Gets the data item’s text.</para>
      </summary>
      <value>A string value that specifies the data item’s text.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewDataMemoColumn">
      <summary>
        <para>Represents a data column used to display memo data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewDataMemoColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewDataMemoColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewDataMemoColumn.PropertiesMemoEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MemoProperties"/> object that contains settings specific to a memo editor.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewDataProgressBarColumn">
      <summary>
        <para>Represents a data column with the progress bar editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewDataProgressBarColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewDataProgressBarColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewDataProgressBarColumn.PropertiesProgressBar">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ProgressBarProperties"/> object that contains settings specific to a progress bar.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewDataRowStyle">
      <summary>
        <para>Provides the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3673/components/grid-view/visual-elements/data-row">data rows</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewDataRowStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewDataRowStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewDataRowTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render <see href="https://docs.devexpress.com/AspNet/3673/components/grid-view/visual-elements/data-row">data rows</see> within the ASPxGridView.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewDataRowTemplateContainer.#ctor(DevExpress.Web.ASPxGridView,System.Object,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewDataRowTemplateContainer"/> class with the specified settings.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxGridView"/> object that owns the current object. This value is assigned to the <see cref="P:DevExpress.Web.GridViewBaseTemplateContainer.Grid">GridViewBaseTemplateContainer.Grid</see> property.</param>
      <param name="row">An object that uniquely identifies the row that contains the template container. This value is assigned to the <see cref="P:DevExpress.Web.GridViewBaseRowTemplateContainer.KeyValue">GridViewBaseRowTemplateContainer.KeyValue</see> property.</param>
      <param name="visibleIndex">An integer value that specifies the rendered item object’s index. This value is assigned to the <see cref="P:DevExpress.Web.TemplateContainerBase.ItemIndex">TemplateContainerBase.ItemIndex</see> property.</param>
    </member>
    <member name="T:DevExpress.Web.GridViewDataSpinEditColumn">
      <summary>
        <para>Represents a data column used to display numeric data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewDataSpinEditColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewDataSpinEditColumn"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewDataSpinEditColumn.PropertiesSpinEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Web.SpinEditProperties"/> object that contains settings specific to a spin editor.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewDataTextColumn">
      <summary>
        <para>Represents a data column used to display string values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewDataTextColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewDataTextColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewDataTextColumn.PropertiesTextEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TextBoxProperties"/> object that contains settings specific to a textbox editor.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewDataTimeEditColumn">
      <summary>
        <para>Represents a data column used to display and edit time portions of DateTime values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewDataTimeEditColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewDataTimeEditColumn"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewDataTimeEditColumn.PropertiesTimeEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TimeEditProperties"/> object that contains settings specific to a time editor.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewDataTokenBoxColumn">
      <summary>
        <para>A data column with the token box editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewDataTokenBoxColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewDataTokenBoxColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewDataTokenBoxColumn.PropertiesTokenBox">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TokenBoxProperties"/> object that contains settings specific to a token box editor.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewDetailExportMode">
      <summary>
        <para>Lists values that specify which detail rows can be exported.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewDetailExportMode.All">
      <summary>
        <para>All master and detail rows are exported regardless of their expanded state.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewDetailExportMode.Expanded">
      <summary>
        <para>Only expanded details are exported.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewDetailExportMode.None">
      <summary>
        <para><see href="https://docs.devexpress.com/AspNet/3769/components/grid-view/visual-elements/detail-row">Details</see> are not exported.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewDetailRowButtonState">
      <summary>
        <para>Lists the values that specify the expand button’s state.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewDetailRowButtonState.Hidden">
      <summary>
        <para>The expand button is hidden.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewDetailRowButtonState.Visible">
      <summary>
        <para>The expand button is visible.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewDetailRowTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render <see href="https://docs.devexpress.com/AspNet/3769/components/grid-view/visual-elements/detail-row">detail rows</see> within the ASPxGridView.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewDetailRowTemplateContainer.#ctor(DevExpress.Web.ASPxGridView,System.Object,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewDetailRowTemplateContainer"/> class.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxGridView"/> object that owns the current object. This value is assigned to the <see cref="P:DevExpress.Web.GridViewBaseTemplateContainer.Grid">GridViewBaseTemplateContainer.Grid</see> property.</param>
      <param name="row">An object that uniquely identifies the row that contains the template container.</param>
      <param name="visibleIndex">An integer value that specifies the rendered item object’s index. This value is assigned to the <see cref="P:DevExpress.Web.TemplateContainerBase.ItemIndex">TemplateContainerBase.ItemIndex</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.GridViewDetailRowTemplateContainer.DataBind">
      <summary>
        <para>Binds a data source to all child controls within the template container.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewEditCellStyle">
      <summary>
        <para>Provides the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3694/components/grid-view/visual-elements/edit-cell">edit cells</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewEditCellStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewEditCellStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewEditDataColumn">
      <summary>
        <para>Serves as a base for classes that represent edit data columns.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewEditDataColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewEditDataColumn"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewEditDataColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewEditDataColumn"/> class with the specified field name and caption.</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.GridViewDataColumn.FieldName">GridViewDataColumn.FieldName</see> property.</param>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the column’s caption.</param>
    </member>
    <member name="M:DevExpress.Web.GridViewEditDataColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewEditDataColumn"/> 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.GridViewDataColumn.FieldName">GridViewDataColumn.FieldName</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.GridViewEditDataColumn.CreateColumn(System.Type)">
      <summary>
        <para>Creates a data column for the specified data type.</para>
      </summary>
      <param name="dataType">A <see cref="T:System.Type"/> descendant that represents the type of data to be displayed by the new column.</param>
      <returns>A <see cref="T:DevExpress.Web.GridViewEditDataColumn"/> descendant that represents the data column for the specified data type.</returns>
    </member>
    <member name="P:DevExpress.Web.GridViewEditDataColumn.PropertiesEdit">
      <summary>
        <para>Gets the column editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.EditPropertiesBase"/> descendant that contains the column editor’s settings.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewEditFormCaptionStyle">
      <summary>
        <para>Provides the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3694/components/grid-view/visual-elements/edit-cell">edit cell</see> captions within the <see href="https://docs.devexpress.com/AspNet/3680/components/grid-view/visual-elements/edit-form">Edit Form</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewEditFormCaptionStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewEditFormCaptionStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewEditFormLayoutItemTemplateContainer">
      <summary>
        <para>Represents a container for the templates that are used to render layout items in the GridView’s edit form.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewEditFormLayoutItemTemplateContainer.#ctor(DevExpress.Web.ASPxGridView,System.Object,System.Int32,DevExpress.Web.GridViewDataColumn,DevExpress.Web.ColumnLayoutItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewEditFormLayoutItemTemplateContainer"/> class.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxGridView"/> object that owns the current object.</param>
      <param name="row">An object that uniquely identifies the row that contains the template container.</param>
      <param name="visibleIndex">An integer value that specifies the rendered item object’s index.</param>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewDataColumn"/> object that is the <see href="https://docs.devexpress.com/AspNet/3668/components/grid-view/visual-elements/data-column">data column</see> to which the current object belongs.</param>
      <param name="layoutItem">A <see cref="T:DevExpress.Web.ColumnLayoutItem"/> object that is the layout item to which the current object belongs.</param>
    </member>
    <member name="M:DevExpress.Web.GridViewEditFormLayoutItemTemplateContainer.DataBind">
      <summary>
        <para>Binds a data source to all child controls within the template container.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewEditFormLayoutItemTemplateContainer.LayoutItem">
      <summary>
        <para>Gets a layout item for which the template’s content is being instantiated.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ColumnLayoutItem"/> object that is the item being rendered.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewEditFormPopupSettings">
      <summary>
        <para>Contains <see href="https://docs.devexpress.com/AspNet/3816/components/grid-view/visual-elements/popup-edit-form">Popup Edit Form</see> specific settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewEditFormPopupSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewEditFormPopupSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="T:DevExpress.Web.GridViewEditFormPopupStyle">
      <summary>
        <para>Contains styles settings defining the appearance of a <see href="https://docs.devexpress.com/AspNet/3816/components/grid-view/visual-elements/popup-edit-form">Popup Edit Form</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewEditFormPopupStyle.MainArea">
      <summary>
        <para>Gets the style settings defining a <see href="https://docs.devexpress.com/AspNet/3816/components/grid-view/visual-elements/popup-edit-form">edit form</see>‘s main area appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.GridViewPopupMainAreaStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewEditFormPopupStyle.PopupControl">
      <summary>
        <para>Gets the general style settings of popup elements within a grid.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewEditFormStyle">
      <summary>
        <para>Provides the style settings used to paint the row where the <see href="https://docs.devexpress.com/AspNet/3680/components/grid-view/visual-elements/edit-form">Edit Form</see> is displayed.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewEditFormStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewEditFormStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewEditFormTableStyle">
      <summary>
        <para>Provides the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3680/components/grid-view/visual-elements/edit-form">Edit Form</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewEditFormTableStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewEditFormTableStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewEditFormTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render the <see href="https://docs.devexpress.com/AspNet/3680/components/grid-view/visual-elements/edit-form">Edit Form</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewEditFormTemplateContainer.#ctor(DevExpress.Web.ASPxGridView,System.Object,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewEditFormTemplateContainer"/> class.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxGridView"/> object that owns the current object. This value is assigned to the <see cref="P:DevExpress.Web.GridViewBaseTemplateContainer.Grid">GridViewBaseTemplateContainer.Grid</see> property.</param>
      <param name="row">An object that uniquely identifies the row that contains the template container. This value is assigned to the <see cref="P:DevExpress.Web.GridViewBaseRowTemplateContainer.KeyValue">GridViewBaseRowTemplateContainer.KeyValue</see> property.</param>
      <param name="visibleIndex">An integer value that specifies the rendered item object’s index. This value is assigned to the <see cref="P:DevExpress.Web.TemplateContainerBase.ItemIndex">TemplateContainerBase.ItemIndex</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.GridViewEditFormTemplateContainer.CancelAction">
      <summary>
        <para>Gets the script that implements the cancel action.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value representing the service script that cancels editing performed within the ASPxGridView.</value>
    </member>
    <member name="M:DevExpress.Web.GridViewEditFormTemplateContainer.DataBind">
      <summary>
        <para>Binds all child controls within a template to a data source.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewEditFormTemplateContainer.UpdateAction">
      <summary>
        <para>Gets the script that implements the update action.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value representing the service script, which posts changes made to the ASPxGridView’s edited row.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewEditFormTemplateContainer.ValidationGroup">
      <summary>
        <para>Gets a value that specifies the group of template controls for which the current container causes validation.</para>
      </summary>
      <value>A string value that specifies the group of template controls for which the current container causes validation.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewEditingMode">
      <summary>
        <para>Lists values that specify the ASPxGridView’s editing mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewEditingMode.Batch">
      <summary>
        <para>Cell values are edited in the in&#0045;line editors. The changes are sent to the server only on an update (‘Save changes’) button click.</para>
        <para>Note &#0045; the Batch Edit mode has limitations. To learn more, see the <see href="https://docs.devexpress.com/AspNet/16443/components/grid-view/concepts/edit-data/batch-edit-mode">Batch Edit Mode</see> topic.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewEditingMode.EditForm">
      <summary>
        <para>Cell values are edited via the <see href="https://docs.devexpress.com/AspNet/3680/components/grid-view/visual-elements/edit-form">Edit Form</see>. The data row whose values are currently being edited isn’t displayed.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewEditingMode.EditFormAndDisplayRow">
      <summary>
        <para>Cell values are edited via the <see href="https://docs.devexpress.com/AspNet/3680/components/grid-view/visual-elements/edit-form">Edit Form</see>. The data row whose values are currently being edited is displayed above the Edit Form.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewEditingMode.Inline">
      <summary>
        <para>Cell values are edited within the <see href="https://docs.devexpress.com/AspNet/3692/components/grid-view/visual-elements/in-line-edit-row">In-Line Edit Row</see>.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewEditingMode.PopupEditForm">
      <summary>
        <para>Cell values are edited via the <see href="https://docs.devexpress.com/AspNet/3816/components/grid-view/visual-elements/popup-edit-form">Popup Edit Form</see>.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewEditItemTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render <see href="https://docs.devexpress.com/AspNet/3694/components/grid-view/visual-elements/edit-cell">edit cells</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewEditItemTemplateContainer.#ctor(DevExpress.Web.ASPxGridView,System.Object,System.Int32,DevExpress.Web.GridViewDataColumn)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewEditItemTemplateContainer"/> class.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxGridView"/> object that owns the current object. This value is assigned to the <see cref="P:DevExpress.Web.GridViewBaseTemplateContainer.Grid">GridViewBaseTemplateContainer.Grid</see> property.</param>
      <param name="row">An object that uniquely identifies the row that contains the template container. This value is assigned to the <see cref="P:DevExpress.Web.GridViewBaseRowTemplateContainer.KeyValue">GridViewBaseRowTemplateContainer.KeyValue</see> property.</param>
      <param name="visibleIndex">An integer value that specifies the rendered item object’s index. This value is assigned to the <see cref="P:DevExpress.Web.TemplateContainerBase.ItemIndex">TemplateContainerBase.ItemIndex</see> property.</param>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewDataColumn"/> object that represents the <see href="https://docs.devexpress.com/AspNet/3668/components/grid-view/visual-elements/data-column">data column</see> to which the current object belongs. This value is assigned to the <see cref="P:DevExpress.Web.GridViewDataItemTemplateContainer.Column">GridViewDataItemTemplateContainer.Column</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.GridViewEditItemTemplateContainer.ValidationGroup">
      <summary>
        <para>Gets a value that specifies the group of template controls for which the current container causes validation.</para>
      </summary>
      <value>A string value that specifies the group of template controls for which the current container causes validation.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewEditorImages">
      <summary>
        <para>Contains the settings that define images displayed within editors.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewEditorStyles">
      <summary>
        <para>Provides the style settings used to paint grid editors.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewEditorStyles.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>The empty string.</returns>
    </member>
    <member name="T:DevExpress.Web.GridViewEmptyDataRowTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render the <see href="https://docs.devexpress.com/AspNet/3790/components/grid-view/visual-elements/empty-data-row">Empty Data Row</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewEmptyDataRowTemplateContainer.#ctor(DevExpress.Web.ASPxGridView)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewEmptyDataRowTemplateContainer"/> class.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxGridView"/> object that owns the current object. This value is assigned to the <see cref="P:DevExpress.Web.GridViewBaseTemplateContainer.Grid">GridViewBaseTemplateContainer.Grid</see> property.</param>
    </member>
    <member name="T:DevExpress.Web.GridViewExportAppearance">
      <summary>
        <para>Provides the appearance settings used to paint the ASPxGridView’s elements when it is exported.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewExportAppearance.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewExportAppearance"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewExportAppearance.BorderColor">
      <summary>
        <para>Gets or sets the border color.</para>
      </summary>
      <value>The border color.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewExportAppearance.BorderSides">
      <summary>
        <para>Gets or sets a value that specifies which border sides are to be drawn.</para>
      </summary>
      <value>A DevExpress.XtraPrinting.BorderSide enumeration value that specifies which border sides are to be drawn.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewExportAppearance.BorderSize">
      <summary>
        <para>Gets or sets the border width.</para>
      </summary>
      <value>An integer value that specifies the border width, in pixels.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewExportedRowType">
      <summary>
        <para>Lists values that specify which rows should be exported.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewExportedRowType.All">
      <summary>
        <para>The <see cref="T:DevExpress.Web.ASPxGridViewExporter"/> exports all rows displayed within the ASPxGridView.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewExportedRowType.Selected">
      <summary>
        <para>The <see cref="T:DevExpress.Web.ASPxGridViewExporter"/> exports only selected rows.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewExporterHeaderFooter">
      <summary>
        <para>Contains settings for page headers and footers.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewExporterHeaderFooter.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewExporterHeaderFooter"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewExporterHeaderFooter.Assign(DevExpress.Web.GridViewExporterHeaderFooter)">
      <summary>
        <para>Copies the public properties from the specified object to the current one.</para>
      </summary>
      <param name="src">A <see cref="T:DevExpress.Web.GridViewExporterHeaderFooter"/> descendant whose properties are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.GridViewExporterHeaderFooter.Center">
      <summary>
        <para>Gets or sets the text content of a header/footer’s center section.</para>
      </summary>
      <value>A string value specifying the center section’s text content.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewExporterHeaderFooter.Font">
      <summary>
        <para>Gets the font properties associated with the text of a header/footer.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.FontInfo"/> object containing the font properties of text.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewExporterHeaderFooter.Left">
      <summary>
        <para>Gets or sets the text content of a header/footer’s left section.</para>
      </summary>
      <value>A string value specifying the left section’s text content.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewExporterHeaderFooter.Right">
      <summary>
        <para>Gets or sets the text content of a header/footer’s right section.</para>
      </summary>
      <value>A string value specifying the right section’s text content.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewExporterHeaderFooter.VerticalAlignment">
      <summary>
        <para>Specifies the vertical alignment of a header/footer within its layout rectangle.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraPrinting.BrickAlignment"/> enumeration value.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewExportMenuItemVisibility">
      <summary>
        <para>Contains settings that affect the visibility of Export submenu items in the row <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewExportMenuItemVisibility.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewExportMenuItemVisibility"/> class.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.GridViewExportMenuItemVisibility.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.GridViewExportMenuItemVisibility.ExportToCsv">
      <summary>
        <para>Specifies the visibility of the Export to CSV item.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewExportMenuItemVisibility.ExportToDocx">
      <summary>
        <para>Specifies the visibility of the Export to DOCX item.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewExportMenuItemVisibility.ExportToPdf">
      <summary>
        <para>Specifies the visibility of the Export to PDF item.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewExportMenuItemVisibility.ExportToRtf">
      <summary>
        <para>Specifies the visibility of the Export to RTF item.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewExportMenuItemVisibility.ExportToXls">
      <summary>
        <para>Specifies the visibility of the Export to XLS item.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewExportMenuItemVisibility.ExportToXlsx">
      <summary>
        <para>Specifies the visibility of the Export to XLSX item.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewExportMenuItemVisibility.Visible">
      <summary>
        <para>Specifies the visibility of the Export <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item.</para>
      </summary>
      <value>true if the item is visible; otherwise false.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewExportOptionalAppearance">
      <summary>
        <para>Contains the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3690/components/grid-view/visual-elements/alternating-data-row">alternating row cells</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewExportOptionalAppearance.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewExportOptionalAppearance"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewExportOptionalAppearance.Enabled">
      <summary>
        <para>Gets or sets a value that specifies whether the grid’s alternating row cells should have a specific appearance within an exported report.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewExportStyles">
      <summary>
        <para>Provides the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3667/components/grid-view/visual-elements">visual elements</see> within the ASPxGridView when it is exported.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewExportStyles.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewExportStyles"/> class.</para>
      </summary>
      <param name="owner">An object that owns the created object.</param>
    </member>
    <member name="P:DevExpress.Web.GridViewExportStyles.AlternatingRowCell">
      <summary>
        <para>Gets the style settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/3690/components/grid-view/visual-elements/alternating-data-row">alternating row cells</see> when the grid is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewExportOptionalAppearance"/> object that contains style settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/3690/components/grid-view/visual-elements/alternating-data-row">alternating row cells</see> when the grid is exported.</value>
    </member>
    <member name="M:DevExpress.Web.GridViewExportStyles.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.GridViewExportStyles.Cell">
      <summary>
        <para>Gets the style settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/3670/components/grid-view/visual-elements/data-cell">data cells</see> when the grid is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewExportAppearance"/> object that contains style settings defining the appearance of data cells when the grid is exported.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewExportStyles.Default">
      <summary>
        <para>Gets the default appearance settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewExportAppearance"/> object that contains default appearance settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewExportStyles.Footer">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/3675/components/grid-view/visual-elements/footer">footer</see> when the grid is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewExportAppearance"/> object that contains style settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/3675/components/grid-view/visual-elements/footer">footer</see> when the grid is exported.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewExportStyles.GroupFooter">
      <summary>
        <para>Gets the style settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/3815/components/grid-view/visual-elements/group-footer">group footers</see> when the grid is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewExportAppearance"/> object that contains style settings defining the appearance of group footers when the grid is exported.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewExportStyles.GroupRow">
      <summary>
        <para>Gets the style settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group rows</see> when the grid is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewExportAppearance"/> object that contains style settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group rows</see> when the grid is exported.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewExportStyles.Header">
      <summary>
        <para>Gets the style settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/3669/components/grid-view/visual-elements/column-header">column headers</see> when the grid is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewExportAppearance"/> object that contains style settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/3669/components/grid-view/visual-elements/column-header">column headers</see> when the grid is exported.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewExportStyles.HyperLink">
      <summary>
        <para>Gets the style settings defining the appearance of hyperlinks when the grid is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewExportAppearance"/> object that contains style settings defining the appearance of hyperlinks when the grid is exported.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewExportStyles.Image">
      <summary>
        <para>Gets the style settings defining the appearance of images when the grid is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewExportAppearance"/> object that contains style settings defining the appearance of images when the grid is exported.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewExportStyles.Preview">
      <summary>
        <para>Gets the style settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/3672/components/grid-view/visual-elements/preview-row">preview rows</see> when the grid is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewExportAppearance"/> object that contains style settings defining the appearance of preview rows when the grid is exported.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewExportStyles.Title">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/3678/components/grid-view/visual-elements/title-panel">title panel</see> when the grid is exported.</para>
      </summary>
      <value><see cref="T:DevExpress.Web.GridViewExportAppearance"/> object that contains style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/3678/components/grid-view/visual-elements/title-panel">title panel</see> when the grid is exported.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewFilterBarStyle">
      <summary>
        <para>Provides the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/5139/components/grid-view/visual-elements/filter-bar">Filter Bar</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewFilterBarStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewFilterBarStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewFilterBuilderPopupStyle">
      <summary>
        <para>Contains styles settings defining the appearance of a <see href="https://docs.devexpress.com/AspNet/11573/components/grid-view/visual-elements/filter-builder-filter-control">Filter Builder (Filter Control)</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewFilterBuilderPopupStyle.ButtonPanel">
      <summary>
        <para>Gets the style settings defining a <see href="https://docs.devexpress.com/AspNet/11573/components/grid-view/visual-elements/filter-builder-filter-control">filter builder</see>‘s button panel appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewFilterBuilderPopupStyle.MainArea">
      <summary>
        <para>Gets the style settings defining a <see href="https://docs.devexpress.com/AspNet/11573/components/grid-view/visual-elements/filter-builder-filter-control">filter builder</see>‘s main area appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.GridViewPopupMainAreaStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewFilterBuilderPopupStyle.PopupControl">
      <summary>
        <para>Gets the general style settings of popup elements within a grid.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewFilterCellStyle">
      <summary>
        <para>Provides the style settings used to paint cells within the <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewFilterCellStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewFilterCellStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewFilterCellTemplateContainer">
      <summary>
        <para>A container for the templates that are used to render a <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row</see> cell.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewFilterCellTemplateContainer.#ctor(DevExpress.Web.GridViewColumn)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewFilterCellTemplateContainer"/> class.</para>
      </summary>
      <param name="column">An <see cref="T:DevExpress.Web.ASPxGridView"/> object that owns the current object. This value is assigned to the <see cref="P:DevExpress.Web.GridViewBaseTemplateContainer.Grid">GridViewBaseTemplateContainer.Grid</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.GridViewFilterCellTemplateContainer.Column">
      <summary>
        <para>Gets a data column where the template is rendered.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewColumn"/> object that is the <see href="https://docs.devexpress.com/AspNet/3668/components/grid-view/visual-elements/data-column">data column</see>.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewFilterControlPopupSettings">
      <summary>
        <para>Contains <see href="https://docs.devexpress.com/AspNet/11573/components/grid-view/visual-elements/filter-builder-filter-control">filter control</see> specific settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewFilterControlPopupSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewFilterControlPopupSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="T:DevExpress.Web.GridViewFilterRowMode">
      <summary>
        <para>Lists values that specify <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row</see> behavior.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewFilterRowMode.Auto">
      <summary>
        <para>Criteria specified in the <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row</see> is applied automatically.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewFilterRowMode.OnClick">
      <summary>
        <para>Criteria specified in the <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row</see> is applied on an ‘Apply’ button click.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewFilterRowTemplateContainer">
      <summary>
        <para>A container for the templates that are used to render a <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">auto filter row</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewFilterRowTemplateContainer.#ctor(DevExpress.Web.ASPxGridView)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewFilterRowTemplateContainer"/> class.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxGridView"/> object that owns the current object. This value is assigned to the <see cref="P:DevExpress.Web.GridViewBaseTemplateContainer.Grid">GridViewBaseTemplateContainer.Grid</see> property.</param>
    </member>
    <member name="T:DevExpress.Web.GridViewFooterCellTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render footer cells within the ASPxGridView.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewFooterCellTemplateContainer.#ctor(DevExpress.Web.GridViewColumn)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewFooterCellTemplateContainer"/> class.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewColumn"/> object or descendant that represents the column where the template is rendered. This value is assigned to the <see cref="P:DevExpress.Web.GridViewFooterCellTemplateContainer.Column">GridViewFooterCellTemplateContainer.Column</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.GridViewFooterCellTemplateContainer.Column">
      <summary>
        <para>Gets a data column where the template is rendered.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewColumn"/> object or descendant that represents the column.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewFooterMenuItemVisibility">
      <summary>
        <para>Provides settings that affect the footer <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> items visibility.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewFooterMenuItemVisibility.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewFooterMenuItemVisibility"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.GridViewFooterMenuItemVisibility.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.GridViewFooterMenuItemVisibility.SummaryAverage">
      <summary>
        <para>Gets or sets the visibility of the Average item displayed within the footer <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewFooterMenuItemVisibility.SummaryCount">
      <summary>
        <para>Gets or sets the visibility of the Count item displayed within the footer <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewFooterMenuItemVisibility.SummaryMax">
      <summary>
        <para>Gets or sets the visibility of the Max item displayed within the footer <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewFooterMenuItemVisibility.SummaryMin">
      <summary>
        <para>Gets or sets the visibility of the Min item displayed within the footer <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewFooterMenuItemVisibility.SummaryNone">
      <summary>
        <para>Gets or sets the visibility of the None item displayed within the footer <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true,, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewFooterMenuItemVisibility.SummarySum">
      <summary>
        <para>Gets or sets the visibility of the Sum item displayed within the footer <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewFooterRowTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render the ASPxGridView’s footer.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewFooterRowTemplateContainer.#ctor(DevExpress.Web.ASPxGridView)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewFooterRowTemplateContainer"/> class.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxGridView"/> object that owns the current object. This value is assigned to the <see cref="P:DevExpress.Web.GridViewBaseTemplateContainer.Grid">GridViewBaseTemplateContainer.Grid</see> property.</param>
    </member>
    <member name="T:DevExpress.Web.GridViewFooterStyle">
      <summary>
        <para>Provides the style settings used to paint a <see href="https://docs.devexpress.com/AspNet/3675/components/grid-view/visual-elements/footer">Footer</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewFooterStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewFooterStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewFormatConditionCollection">
      <summary>
        <para>A collection of format conditions in the <see cref="T:DevExpress.Web.ASPxGridView"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewFormatConditionCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewFormatConditionCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewFormatConditionColorScale">
      <summary>
        <para>A grid format condition that allows you to color grid cells.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewFormatConditionColorScale.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewFormatConditionColorScale"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewFormatConditionColorScale.ShowInColumn">
      <summary>
        <para>Gets or sets a value that specifies a column to which the current conditional formatting will be applied.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that identifies the data column in the <see cref="T:DevExpress.Web.ASPxGridView"/> by its unique identifier name (<see cref="P:DevExpress.Web.WebColumnBase.Name">WebColumnBase.Name</see>), the name of the data source field to which it is bound (<see cref="P:DevExpress.Web.GridViewDataColumn.FieldName">GridViewDataColumn.FieldName</see>), or the column caption (<see cref="P:DevExpress.Web.WebColumnBase.Caption">WebColumnBase.Caption</see>).</value>
    </member>
    <member name="T:DevExpress.Web.GridViewFormatConditionHighlight">
      <summary>
        <para>A grid format condition that allows you to highlight cell values based on a custom expression.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewFormatConditionHighlight.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewFormatConditionHighlight"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewFormatConditionHighlight.ApplyToRow">
      <summary>
        <para>Specifies whether the conditional formatting is applied to a particular cell or to a whole row.</para>
      </summary>
      <value>true to apply the style settings to a row; false to apply the style settings to a cell.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewFormatConditionHighlight.CellStyle">
      <summary>
        <para>Gets the style settings defining the custom conditional formatting applied to cells.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCellStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewFormatConditionHighlight.RowStyle">
      <summary>
        <para>Gets the style settings defining the custom conditional formatting applied to rows.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewRowStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewFormatConditionHighlight.ShowInColumn">
      <summary>
        <para>Gets or sets a value that specifies a column to which the current conditional formatting will be applied.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that identifies the data column in the <see cref="T:DevExpress.Web.ASPxGridView"/> by its unique identifier name (<see cref="P:DevExpress.Web.WebColumnBase.Name">WebColumnBase.Name</see>), the name of the data source field to which it is bound (<see cref="P:DevExpress.Web.GridViewDataColumn.FieldName">GridViewDataColumn.FieldName</see>), or the column caption (<see cref="P:DevExpress.Web.WebColumnBase.Caption">WebColumnBase.Caption</see>).</value>
    </member>
    <member name="T:DevExpress.Web.GridViewFormatConditionIconSet">
      <summary>
        <para>A grid format condition that allows you to provide grid cells with predefined icons.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewFormatConditionIconSet.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewFormatConditionIconSet"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewFormatConditionIconSet.ShowInColumn">
      <summary>
        <para>Gets or sets a value that specifies a column to which the current conditional formatting will be applied.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that identifies the data column in the <see cref="T:DevExpress.Web.ASPxGridView"/> by its unique identifier name (<see cref="P:DevExpress.Web.WebColumnBase.Name">WebColumnBase.Name</see>), the name of the data source field to which it is bound (<see cref="P:DevExpress.Web.GridViewDataColumn.FieldName">GridViewDataColumn.FieldName</see>), or the column caption (<see cref="P:DevExpress.Web.WebColumnBase.Caption">WebColumnBase.Caption</see>).</value>
    </member>
    <member name="T:DevExpress.Web.GridViewFormatConditionTopBottom">
      <summary>
        <para>A grid format condition that allows you to highlight top or bottom cell values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewFormatConditionTopBottom.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewFormatConditionTopBottom"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewFormatConditionTopBottom.ApplyToRow">
      <summary>
        <para>Specifies whether the conditional formatting is applied to a particular cell or to a whole row.</para>
      </summary>
      <value>true to apply the style settings to a row; false to apply the style settings to a cell.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewFormatConditionTopBottom.CellStyle">
      <summary>
        <para>Gets the style settings defining the custom conditional formatting applied to cells.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCellStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewFormatConditionTopBottom.RowStyle">
      <summary>
        <para>Gets the style settings defining the custom conditional formatting applied to rows.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewRowStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewFormatConditionTopBottom.ShowInColumn">
      <summary>
        <para>Gets or sets a value that specifies a column to which the current conditional formatting will be applied.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that identifies the data column in the <see cref="T:DevExpress.Web.ASPxGridView"/> by its unique identifier name (<see cref="P:DevExpress.Web.WebColumnBase.Name">WebColumnBase.Name</see>), the name of the data source field to which it is bound (<see cref="P:DevExpress.Web.GridViewDataColumn.FieldName">GridViewDataColumn.FieldName</see>), or the column caption (<see cref="P:DevExpress.Web.WebColumnBase.Caption">WebColumnBase.Caption</see>).</value>
    </member>
    <member name="T:DevExpress.Web.GridViewFormLayoutProperties">
      <summary>
        <para>Contains settings that relate to the FormLayout used in the GridView’s edit form.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewFormLayoutProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewFormLayoutProperties"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewFormLayoutProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewFormLayoutProperties"/> 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.GridViewFormLayoutProperties.Items">
      <summary>
        <para>Provides access to the collection of items placed in the edit form layout.</para>
      </summary>
      <value>A collection of layout items.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewGroupFooterCellTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render a <see href="https://docs.devexpress.com/AspNet/3815/components/grid-view/visual-elements/group-footer">group footer</see> cell.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewGroupFooterCellTemplateContainer.#ctor(DevExpress.Web.ASPxGridView,DevExpress.Web.GridViewDataColumn,DevExpress.Web.GridViewColumn,System.Object,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewGroupFooterCellTemplateContainer"/> class with the specified settings.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxGridView"/> object. This value is assigned to the <see cref="P:DevExpress.Web.GridViewBaseTemplateContainer.Grid">GridViewBaseTemplateContainer.Grid</see> property.</param>
      <param name="groupedColumn">A <see cref="T:DevExpress.Web.GridViewDataColumn"/> object that is the grouped column. This value is assigned to the <see cref="P:DevExpress.Web.GridViewGroupFooterCellTemplateContainer.GroupedColumn">GridViewGroupFooterCellTemplateContainer.GroupedColumn</see> property.</param>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewColumn"/> object that is the <see href="https://docs.devexpress.com/AspNet/3668/components/grid-view/visual-elements/data-column">data column</see> to which the current object belongs. This value is assigned to the <see cref="P:DevExpress.Web.GridViewGroupRowTemplateContainer.Column">GridViewGroupRowTemplateContainer.Column</see> property.</param>
      <param name="row">An object that uniquely identifies the row that contains the template container. This value is assigned to the <see cref="P:DevExpress.Web.GridViewGroupRowTemplateContainer.KeyValue">GridViewGroupRowTemplateContainer.KeyValue</see> property.</param>
      <param name="visibleIndex">An integer value that specifies the rendered item object’s index. This value is assigned to the <see cref="P:DevExpress.Web.TemplateContainerBase.ItemIndex">TemplateContainerBase.ItemIndex</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.GridViewGroupFooterCellTemplateContainer.#ctor(DevExpress.Web.ASPxGridView,DevExpress.Web.GridViewDataColumn[],DevExpress.Web.GridViewColumn,System.Object,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewGroupFooterCellTemplateContainer"/> class with specified settings.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxGridView"/> object specifying the grid.</param>
      <param name="groupedColumns">A collection of <see cref="T:DevExpress.Web.GridViewDataColumn"/> objects.</param>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewColumn"/> object specifying the grid column.</param>
      <param name="row">An object specifying the grid row.</param>
      <param name="visibleIndex">An integer value specifying the visible index.</param>
    </member>
    <member name="P:DevExpress.Web.GridViewGroupFooterCellTemplateContainer.Column">
      <summary>
        <para>Gets a data column where the template is rendered.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewColumn"/> object that is the grouped column.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewGroupFooterCellTemplateContainer.GroupedColumn">
      <summary>
        <para>Gets the grouped column.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewDataColumn"/> object that is the grouped column.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewGroupFooterCellTemplateContainer.GroupedColumns">
      <summary>
        <para>Provides access to a collection of grouped columns.</para>
      </summary>
      <value>A DevExpress.Web.GridViewDataColumn[] object that is a collection of grouped columns.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewGroupFooterCellTemplateContainer.Text">
      <summary>
        <para>Gets the cell’s display text.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the cell’s display text.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewGroupFooterMenuItemVisibility">
      <summary>
        <para>Provides settings that affect the visibility of group footer <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewGroupFooterMenuItemVisibility.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewGroupFooterMenuItemVisibility"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.GridViewGroupFooterMenuItemVisibility.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.GridViewGroupFooterMenuItemVisibility.SummaryAverage">
      <summary>
        <para>Gets or sets the visibility of the Average item displayed in the group footer <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewGroupFooterMenuItemVisibility.SummaryCount">
      <summary>
        <para>Gets or sets the visibility of the Count item displayed in the group footer <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewGroupFooterMenuItemVisibility.SummaryMax">
      <summary>
        <para>Gets or sets the visibility of the Max item displayed in the group footer <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewGroupFooterMenuItemVisibility.SummaryMin">
      <summary>
        <para>Gets or sets the visibility of the Min item displayed in the group footer <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewGroupFooterMenuItemVisibility.SummaryNone">
      <summary>
        <para>Gets or sets the visibility of the None item displayed in the group footer <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewGroupFooterMenuItemVisibility.SummarySum">
      <summary>
        <para>Gets or sets the visibility of the Sum item displayed in the group footer <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewGroupFooterMode">
      <summary>
        <para>Lists values that specify when the ASPxGridView displays <see href="https://docs.devexpress.com/AspNet/3815/components/grid-view/visual-elements/group-footer">group footers</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewGroupFooterMode.Hidden">
      <summary>
        <para><see href="https://docs.devexpress.com/AspNet/3815/components/grid-view/visual-elements/group-footer">Group footers</see> are hidden.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewGroupFooterMode.VisibleAlways">
      <summary>
        <para><see href="https://docs.devexpress.com/AspNet/3815/components/grid-view/visual-elements/group-footer">Group footers</see> are always displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewGroupFooterMode.VisibleIfExpanded">
      <summary>
        <para><see href="https://docs.devexpress.com/AspNet/3815/components/grid-view/visual-elements/group-footer">Group footers</see> are displayed only for expanded <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group rows</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewGroupFooterRowTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render a <see href="https://docs.devexpress.com/AspNet/3815/components/grid-view/visual-elements/group-footer">group footer</see> row.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewGroupFooterRowTemplateContainer.#ctor(DevExpress.Web.ASPxGridView,DevExpress.Web.GridViewDataColumn,System.Object,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewGroupFooterRowTemplateContainer"/> class with the specified settings.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxGridView"/> object. This value is assigned to the <see cref="P:DevExpress.Web.GridViewBaseTemplateContainer.Grid">GridViewBaseTemplateContainer.Grid</see> property.</param>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewDataColumn"/> object that is the <see href="https://docs.devexpress.com/AspNet/3668/components/grid-view/visual-elements/data-column">data column</see> to which the current object belongs. This value is assigned to the <see cref="P:DevExpress.Web.GridViewGroupRowTemplateContainer.Column">GridViewGroupRowTemplateContainer.Column</see> property.</param>
      <param name="row">An object that uniquely identifies the row that contains the template container. This value is assigned to the <see cref="P:DevExpress.Web.GridViewGroupRowTemplateContainer.KeyValue">GridViewGroupRowTemplateContainer.KeyValue</see> property.</param>
      <param name="visibleIndex">An integer value that specifies the rendered item object’s index. This value is assigned to the <see cref="P:DevExpress.Web.TemplateContainerBase.ItemIndex">TemplateContainerBase.ItemIndex</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.GridViewGroupFooterRowTemplateContainer.#ctor(DevExpress.Web.ASPxGridView,DevExpress.Web.GridViewDataColumn[],System.Object,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewGroupFooterRowTemplateContainer"/> class with specified settings.</para>
      </summary>
      <param name="grid">A <see cref="T:DevExpress.Web.ASPxGridView"/> object specifying the grid.</param>
      <param name="columns">A collection of the <see cref="T:DevExpress.Web.GridViewDataColumn"/> objects.</param>
      <param name="row">An object specifying the grid row.</param>
      <param name="visibleIndex">An integer value specifying the visible index.</param>
    </member>
    <member name="T:DevExpress.Web.GridViewGroupFooterStyle">
      <summary>
        <para>Provides the style settings used to paint a <see href="https://docs.devexpress.com/AspNet/3815/components/grid-view/visual-elements/group-footer">Group Footer</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewGroupFooterStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewGroupFooterStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewGroupPanelMenuItemVisibility">
      <summary>
        <para>Provides settings that affect the group panel <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> items visibility.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewGroupPanelMenuItemVisibility.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewGroupPanelMenuItemVisibility"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.GridViewGroupPanelMenuItemVisibility.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.GridViewGroupPanelMenuItemVisibility.ClearGrouping">
      <summary>
        <para>Gets or sets the visibility of the Clear Grouping item displayed within the group panel <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewGroupPanelMenuItemVisibility.FullCollapse">
      <summary>
        <para>Gets or sets the visibility of the Collapse All item displayed within the group panel <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewGroupPanelMenuItemVisibility.FullExpand">
      <summary>
        <para>Gets or sets the visibility of the Expand All item displayed within the group panel <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewGroupPanelMenuItemVisibility.ShowGroupPanel">
      <summary>
        <para>Gets or sets the visibility of the Group Panel item displayed within the group panel <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewGroupPanelStyle">
      <summary>
        <para>Provides the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3682/components/grid-view/visual-elements/group-panel">Group Panel</see> within the ASPxGridView.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewGroupPanelStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewGroupPanelStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewGroupRowStyle">
      <summary>
        <para>Provides the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group rows</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewGroupRowStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewGroupRowStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewGroupRowTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group rows</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewGroupRowTemplateContainer.#ctor(DevExpress.Web.ASPxGridView,DevExpress.Web.GridViewDataColumn,System.Object,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewGroupRowTemplateContainer"/> class with the specified settings.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxGridView"/> object that owns the current object. This value is assigned to the <see cref="P:DevExpress.Web.GridViewBaseTemplateContainer.Grid">GridViewBaseTemplateContainer.Grid</see> property.</param>
      <param name="column">A <see cref="T:DevExpress.Web.GridViewDataColumn"/> object that represents the grouped column. This value is assigned to the <see cref="P:DevExpress.Web.GridViewGroupRowTemplateContainer.Column">GridViewGroupRowTemplateContainer.Column</see> property.</param>
      <param name="row">An object that identifies the group row that owns the template container.</param>
      <param name="visibleIndex">An integer value that specifies the rendered item object’s index. This value is assigned to the <see cref="P:DevExpress.Web.TemplateContainerBase.ItemIndex">TemplateContainerBase.ItemIndex</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.GridViewGroupRowTemplateContainer.#ctor(DevExpress.Web.ASPxGridView,DevExpress.Web.GridViewDataColumn[],System.Object,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewGroupRowTemplateContainer"/> class with specified settings.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxGridView"/> object specifying the grid object.</param>
      <param name="columns">A collection of <see cref="T:DevExpress.Web.GridViewColumn"/> object specifying the grid columns.</param>
      <param name="row">An object specifying the grid row.</param>
      <param name="visibleIndex">An integer value specifying the visible index.</param>
    </member>
    <member name="P:DevExpress.Web.GridViewGroupRowTemplateContainer.Column">
      <summary>
        <para>Gets the grouped column.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewDataColumn"/> object that represents the grouped column.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewGroupRowTemplateContainer.Columns">
      <summary>
        <para>Returns a collection of columns related to the group row.</para>
      </summary>
      <value>A collection of <see cref="T:DevExpress.Web.GridViewDataColumn"/> objects.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewGroupRowTemplateContainer.Expanded">
      <summary>
        <para>Gets whether the group row is expanded.</para>
      </summary>
      <value>true if the group row is expanded; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewGroupRowTemplateContainer.GroupText">
      <summary>
        <para>Gets the text displayed within the group row.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that represents the text displayed within the group row.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewGroupRowTemplateContainer.GroupTexts">
      <summary>
        <para>Returns a collection of texts displayed within the group row.</para>
      </summary>
      <value>A collection of the string objects.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewGroupRowTemplateContainer.IsMergedGroup">
      <summary>
        <para>Gets whether the group row is merged.</para>
      </summary>
      <value>true, if the group row is merged; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewGroupRowTemplateContainer.KeyValue">
      <summary>
        <para>Gets an object that uniquely identifies the group row that contains the template container.</para>
      </summary>
      <value>An object that uniquely identifies the group row that contains the template container.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewGroupRowTemplateContainer.SummaryText">
      <summary>
        <para>Gets the summary text displayed within the group row.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the summary text displayed within the group row.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewGroupSummaryMenuItemVisibility">
      <summary>
        <para>Provides settings that affect the visibility of Group Summary submenu items in the row <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewGroupSummaryMenuItemVisibility.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewGroupSummaryMenuItemVisibility"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.GridViewGroupSummaryMenuItemVisibility.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.GridViewGroupSummaryMenuItemVisibility.SummaryAverage">
      <summary>
        <para>Gets or sets the visibility of the Average item displayed in the Group Summary submenu of the row <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewGroupSummaryMenuItemVisibility.SummaryCount">
      <summary>
        <para>Gets or sets the visibility of the Count item displayed in the Group Summary submenu of the row <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewGroupSummaryMenuItemVisibility.SummaryMax">
      <summary>
        <para>Gets or sets the visibility of the Max item displayed in the Group Summary submenu of the row <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewGroupSummaryMenuItemVisibility.SummaryMin">
      <summary>
        <para>Gets or sets the visibility of the Min item displayed in the Group Summary submenu of the row <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewGroupSummaryMenuItemVisibility.SummaryNone">
      <summary>
        <para>Gets or sets the visibility of the None item displayed in the Group Summary submenu of the row <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewGroupSummaryMenuItemVisibility.SummarySum">
      <summary>
        <para>Gets or sets the visibility of the Sum item displayed in the Group Summary submenu of the row <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewGroupSummaryMenuItemVisibility.Visible">
      <summary>
        <para>Specifies the visibility of the Group Summary <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item.</para>
      </summary>
      <value>true if the item is visible; otherwise false.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewHeaderFilterPopupSettings">
      <summary>
        <para>Contains <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">Header Filter</see> specific settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewHeaderFilterPopupSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewHeaderFilterPopupSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="T:DevExpress.Web.GridViewHeaderFilterPopupStyle">
      <summary>
        <para>Contains styles settings defining the appearance of a <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">Header Filter</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewHeaderFilterPopupStyle.ButtonPanel">
      <summary>
        <para>Gets the style settings defining a <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">Header Filter</see>‘s button panel appearance.</para>
      </summary>
      <value>An DevExpress.Web.HeaderFilterButtonPanelStyles object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewHeaderFilterPopupStyle.PopupControl">
      <summary>
        <para>Gets the general style settings of popup elements within a grid.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewHeaderPanelStyle">
      <summary>
        <para>Provides the style settings used to paint the column header panel within the ASPxGridView.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewHeaderPanelStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewHeaderPanelStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewHeaderStyle">
      <summary>
        <para>Provides the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3669/components/grid-view/visual-elements/column-header">column headers</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewHeaderStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewHeaderStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewHeaderStyle.FilterImageSpacing">
      <summary>
        <para>Gets or sets the distance between the filter image and the caption within the column header.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewHeaderStyle.SortingImageSpacing">
      <summary>
        <para>Gets or sets the distance between the sorting image and the caption within the column header.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the spacing value.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewHeaderTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render <see href="https://docs.devexpress.com/AspNet/3669/components/grid-view/visual-elements/column-header">column headers</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewHeaderTemplateContainer.Column">
      <summary>
        <para>Gets the column that contains the template container.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewColumn"/> object that uniquely identifies the column that contains the template container.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewHeaderTemplateContainer.HeaderLocation">
      <summary>
        <para>Gets the column header’s current location.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Rendering.GridHeaderLocation"/> enumeration value that specifies the column header’s current location.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewImages">
      <summary>
        <para>Contains the settings that define images displayed within the ASPxGridView’s <see href="https://docs.devexpress.com/AspNet/3667/components/grid-view/visual-elements">elements</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.CellError">
      <summary>
        <para>Gets the settings of an error image displayed in a <see href="https://docs.devexpress.com/AspNet/3670/components/grid-view/visual-elements/data-cell">data cell</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.CollapsedButton">
      <summary>
        <para>Gets the settings of an image displayed within expand buttons of collapsed <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group rows</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.CollapsedButtonRtl">
      <summary>
        <para>Gets the settings of an image displayed within expand buttons of collapsed <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group rows</see> when the right-to-left layout is applied.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuClearFilter">
      <summary>
        <para>Gets the image for the corresponding visual element in the context menu.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MenuItemImageProperties"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuClearFilterDisabled">
      <summary>
        <para>This property is obsolete (use the ContextMenuClearFilter property instead).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuClearGrouping">
      <summary>
        <para>Gets the image for the corresponding visual element in the context menu.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MenuItemImageProperties"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuClearGroupingDisabled">
      <summary>
        <para>This property is obsolete (use the ContextMenuClearGrouping property instead).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuClearSorting">
      <summary>
        <para>Gets the image for the corresponding visual element in the context menu.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MenuItemImageProperties"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuClearSortingDisabled">
      <summary>
        <para>This property is obsolete (use the ContextMenuClearSorting property instead).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuCollapseDetailRow">
      <summary>
        <para>Gets the image for the corresponding visual element in the context menu.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MenuItemImageProperties"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuCollapseDetailRowDisabled">
      <summary>
        <para>This property is obsolete (use the ContextMenuCollapseDetailRow property instead).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuCollapseRow">
      <summary>
        <para>Gets the image for the corresponding visual element in the context menu.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MenuItemImageProperties"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuCollapseRowDisabled">
      <summary>
        <para>This property is obsolete (use the ContextMenuCollapseRow property instead).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuCopy">
      <summary>
        <para>Gets the image for the corresponding visual element in the context menu.</para>
      </summary>
      <value>Image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuDeleteRow">
      <summary>
        <para>Gets the image for the corresponding visual element in the context menu.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MenuItemImageProperties"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuDeleteRowDisabled">
      <summary>
        <para>This property is obsolete (use the ContextMenuDeleteRow property instead).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuEditRow">
      <summary>
        <para>Gets the image for the corresponding visual element in the context menu.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MenuItemImageProperties"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuEditRowDisabled">
      <summary>
        <para>This property is obsolete (use the ContextMenuEditRow property instead).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuExpandDetailRow">
      <summary>
        <para>Gets the image for the corresponding visual element in the context menu.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MenuItemImageProperties"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuExpandDetailRowDisabled">
      <summary>
        <para>This property is obsolete (use the ContextMenuExpandDetailRow property instead).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuExpandRow">
      <summary>
        <para>Gets the image for the corresponding visual element in the context menu.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MenuItemImageProperties"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuExpandRowDisabled">
      <summary>
        <para>This property is obsolete (use the ContextMenuExpandRow property instead).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuFullCollapse">
      <summary>
        <para>Gets the image for the corresponding visual element in the context menu.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MenuItemImageProperties"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuFullCollapseDisabled">
      <summary>
        <para>This property is obsolete (use the ContextMenuFullCollapse property instead).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuFullExpand">
      <summary>
        <para>Gets the image for the corresponding visual element in the context menu.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MenuItemImageProperties"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuFullExpandDisabled">
      <summary>
        <para>This property is obsolete (use the ContextMenuFullExpand property instead).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuGroupByColumn">
      <summary>
        <para>Gets the image for the corresponding visual element in the context menu.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MenuItemImageProperties"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuGroupByColumnDisabled">
      <summary>
        <para>This property is obsolete (use the ContextMenuGroupByColumn property instead).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuHideColumn">
      <summary>
        <para>Gets the image for the corresponding visual element in the context menu.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MenuItemImageProperties"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuHideColumnDisabled">
      <summary>
        <para>This property is obsolete (use the ContextMenuHideColumn property instead).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuNewRow">
      <summary>
        <para>Gets the image for the corresponding visual element in the context menu.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MenuItemImageProperties"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuNewRowDisabled">
      <summary>
        <para>This property is obsolete (use the ContextMenuNewRow property instead).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuPaste">
      <summary>
        <para>Gets the image for the corresponding visual element in the context menu.</para>
      </summary>
      <value>Image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuRefresh">
      <summary>
        <para>Gets the image for the corresponding visual element in the context menu.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MenuItemImageProperties"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuRefreshDisabled">
      <summary>
        <para>This property is obsolete (use the ContextMenuRefresh property instead).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuShowColumn">
      <summary>
        <para>Gets the image for the corresponding visual element in the context menu.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MenuItemImageProperties"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuShowColumnDisabled">
      <summary>
        <para>This property is obsolete (use the ContextMenuShowColumn property instead).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuShowCustomizationDialog">
      <summary>
        <para>Gets the image for the corresponding visual element in the context menu.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MenuItemImageProperties"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuShowCustomizationWindow">
      <summary>
        <para>Gets the image for the corresponding visual element in the context menu.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MenuItemImageProperties"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuShowCustomizationWindowDisabled">
      <summary>
        <para>This property is obsolete (use the ContextMenuShowCustomizationWindow property instead).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuShowFilterEditor">
      <summary>
        <para>Gets the image for the corresponding visual element in the context menu.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MenuItemImageProperties"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuShowFilterEditorDisabled">
      <summary>
        <para>This property is obsolete (use the ContextMenuShowFilterEditor property instead).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuShowFilterRow">
      <summary>
        <para>Gets the image for the corresponding visual element in the context menu.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MenuItemImageProperties"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuShowFilterRowDisabled">
      <summary>
        <para>This property is obsolete (use the ContextMenuShowFilterRow property instead).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuShowFilterRowMenu">
      <summary>
        <para>Gets the image for the corresponding visual element in the context menu.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MenuItemImageProperties"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuShowFilterRowMenuDisabled">
      <summary>
        <para>This property is obsolete (use the ContextMenuShowFilterRowMenu property instead).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuShowFooter">
      <summary>
        <para>Gets the image for the corresponding visual element in the context menu.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MenuItemImageProperties"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuShowFooterDisabled">
      <summary>
        <para>This property is obsolete (use the ContextMenuShowFooter property instead).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuShowGroupPanel">
      <summary>
        <para>Gets the image for the corresponding visual element in the context menu.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MenuItemImageProperties"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuShowGroupPanelDisabled">
      <summary>
        <para>This property is obsolete (use the ContextMenuShowGroupPanel property instead).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuShowSearchPanel">
      <summary>
        <para>Gets the image for the corresponding visual element in the context menu.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MenuItemImageProperties"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuShowSearchPanelDisabled">
      <summary>
        <para>This property is obsolete (use the ContextMenuShowSearchPanel property instead).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuSortAscending">
      <summary>
        <para>Gets the image for the corresponding visual element in the context menu.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MenuItemImageProperties"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuSortAscendingDisabled">
      <summary>
        <para>This property is obsolete (use the ContextMenuSortAscending property instead).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuSortDescending">
      <summary>
        <para>Gets the image for the corresponding visual element in the context menu.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MenuItemImageProperties"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuSortDescendingDisabled">
      <summary>
        <para>This property is obsolete (use the ContextMenuSortDescending property instead).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuSummaryAverage">
      <summary>
        <para>Gets the image for the corresponding visual element in the context menu.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MenuItemImageProperties"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuSummaryAverageDisabled">
      <summary>
        <para>This property is obsolete (use the ContextMenuSummaryAverage property instead).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuSummaryCount">
      <summary>
        <para>Gets the image for the corresponding visual element in the context menu.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MenuItemImageProperties"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuSummaryCountDisabled">
      <summary>
        <para>This property is obsolete (use the ContextMenuSummaryCount property instead).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuSummaryMax">
      <summary>
        <para>Gets the image for the corresponding visual element in the context menu.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MenuItemImageProperties"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuSummaryMaxDisabled">
      <summary>
        <para>This property is obsolete (use the ContextMenuSummaryMax property instead).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuSummaryMin">
      <summary>
        <para>Gets the image for the corresponding visual element in the context menu.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MenuItemImageProperties"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuSummaryMinDisabled">
      <summary>
        <para>This property is obsolete (use the ContextMenuSummaryMin property instead).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuSummaryNone">
      <summary>
        <para>Gets the image for the corresponding visual element in the context menu.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MenuItemImageProperties"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuSummaryNoneDisabled">
      <summary>
        <para>This property is obsolete (use the ContextMenuSummaryNone property instead).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuSummarySum">
      <summary>
        <para>Gets the image for the corresponding visual element in the context menu.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MenuItemImageProperties"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuSummarySumDisabled">
      <summary>
        <para>This property is obsolete (use the ContextMenuSummarySum property instead).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuUngroupColumn">
      <summary>
        <para>Gets the image for the corresponding visual element in the context menu.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MenuItemImageProperties"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ContextMenuUngroupColumnDisabled">
      <summary>
        <para>This property is obsolete (use the ContextMenuUngroupColumn property instead).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.CustomizationDialogApply">
      <summary>
        <para>Gets the image for the corresponding visual element in the Customization Dialog.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.CustomizationDialogClearFilter">
      <summary>
        <para>Gets the image for the corresponding visual element in the Customization Dialog.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.CustomizationDialogClose">
      <summary>
        <para>Gets the image for the corresponding visual element in the Customization Dialog.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.CustomizationDialogColumnDrag">
      <summary>
        <para>Gets the image for the corresponding visual element in the Customization Dialog.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.CustomizationDialogColumnGroup">
      <summary>
        <para>Gets the image for the corresponding visual element in the Customization Dialog.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.CustomizationDialogColumnHide">
      <summary>
        <para>Gets the image for the corresponding visual element in the Customization Dialog.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.CustomizationDialogColumnRemove">
      <summary>
        <para>Gets the image for the corresponding visual element in the Customization Dialog.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.CustomizationDialogColumnShow">
      <summary>
        <para>Gets the image for the corresponding visual element in the Customization Dialog.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.CustomizationDialogColumnSort">
      <summary>
        <para>Gets the image for the corresponding visual element in the Customization Dialog.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.CustomizationDialogColumnSortDown">
      <summary>
        <para>Gets the image for the corresponding visual element in the Customization Dialog.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.CustomizationDialogColumnSortUp">
      <summary>
        <para>Gets the image for the corresponding visual element in the Customization Dialog.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.CustomizationDialogColumnUngroup">
      <summary>
        <para>Gets the image for the corresponding visual element in the Customization Dialog.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.CustomizationDialogColumnUnsort">
      <summary>
        <para>Gets the image for the corresponding visual element in the Customization Dialog.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.CustomizationDialogDragAreaCollapse">
      <summary>
        <para>Gets the image for the corresponding visual element in the Customization Dialog.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.CustomizationDialogDragAreaExpand">
      <summary>
        <para>Gets the image for the corresponding visual element in the Customization Dialog.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.CustomizationDialogFilterCollapse">
      <summary>
        <para>Gets the image for the corresponding visual element in the Customization Dialog.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.CustomizationDialogFilterExpand">
      <summary>
        <para>Gets the image for the corresponding visual element in the Customization Dialog.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.CustomizationWindowClose">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/3679/components/grid-view/visual-elements/customization-window">Customization Window</see>‘s close button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.CustomizationWindowCollapse">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/3679/components/grid-view/visual-elements/customization-window">Customization Window</see>‘s collapse button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.CustomizationWindowFooter">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/3679/components/grid-view/visual-elements/customization-window">Customization Window</see>‘s footer.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.CustomizationWindowHeader">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/3679/components/grid-view/visual-elements/customization-window">Customization Window</see>‘s header.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.CustomizationWindowPin">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/3679/components/grid-view/visual-elements/customization-window">Customization Window</see>‘s pin button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.DetailCollapsedButton">
      <summary>
        <para>Gets the settings of an image displayed within expand buttons of collapsed data rows (<see href="https://docs.devexpress.com/AspNet/3772/components/grid-view/concepts/master-detail-relationship">master-detail mode</see>).</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.DetailCollapsedButtonRtl">
      <summary>
        <para>Stores the default name of an image displayed within expand buttons of collapsed <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group rows</see> when the right-to-left layout is applied.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.DetailExpandedButton">
      <summary>
        <para>Gets the settings of an image displayed within expand buttons of data rows (<see href="https://docs.devexpress.com/AspNet/3772/components/grid-view/concepts/master-detail-relationship">master-detail mode</see>).</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.DetailExpandedButtonRtl">
      <summary>
        <para>Stores the default name of an image displayed within collapse buttons of expanded <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group rows</see> when the right-to-left layout is applied.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.DragAndDropArrowDown">
      <summary>
        <para>Gets the settings of an image displayed at the column header’s top when it is dragged by an end-user.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.DragAndDropArrowLeft">
      <summary>
        <para>Gets the settings of an image displayed at the available column header’s right position, when the column is dragged by an end-user.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.DragAndDropArrowRight">
      <summary>
        <para>Gets the settings of an image displayed at the available column header’s left position, when the column is dragged by an end-user.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.DragAndDropArrowUp">
      <summary>
        <para>Gets the settings of an image displayed at the column header’s bottom when it is dragged by an end-user.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.DragAndDropColumnHide">
      <summary>
        <para>Gets the settings of an image displayed below the column header’s  when it is dragged to the <see href="https://docs.devexpress.com/AspNet/3679/components/grid-view/visual-elements/customization-window">Customization Window</see> by an end-user.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ExpandedButton">
      <summary>
        <para>Gets the settings of an image displayed within expand buttons of <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group rows</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ExpandedButtonRtl">
      <summary>
        <para>Stores the default name of an image displayed within expand buttons of <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group rows</see> when the right-to-left layout is applied.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.FilterBuilderClose">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/5138/components/grid-view/concepts/filter-data/filter-control">Filter Control</see>‘s Close button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.FilterBuilderHeader">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/11573/components/grid-view/visual-elements/filter-builder-filter-control">Filter Builder</see>‘s header.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.FilterBuilderMaximize">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/11573/components/grid-view/visual-elements/filter-builder-filter-control">Filter Builder</see>‘s maximize button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.FilterRowButton">
      <summary>
        <para>Gets the settings of an image displayed within a <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.FixedGroupRow">
      <summary>
        <para>Specifies the settings of an image that indicates the fixed <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group row</see>.</para>
      </summary>
      <value>The image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.HeaderActiveFilter">
      <summary>
        <para>Gets the settings of an image displayed within filter buttons displayed within columns that are involved in filtering.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.HeaderFilter">
      <summary>
        <para>Gets the settings of an image displayed within filter buttons</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.HeaderFilterClose">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">Header Filter</see>‘s close button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.HeaderFilterCollapse">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">Header Filter</see>‘s collapse button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.HeaderFilterHeader">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">Header Filter</see>‘s header.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.HeaderSortDown">
      <summary>
        <para>Gets the settings of an image displayed within a column’s header when the column is sorted in descending order.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.HeaderSortUp">
      <summary>
        <para>Gets the settings of an image displayed within a column’s header when the column is sorted in ascending order.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.HideAdaptiveDetailButton">
      <summary>
        <para>Gets the settings of an image displayed within a Hide Adaptive Detail button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.LoadingPanelOnStatusBar">
      <summary>
        <para>Gets the settings of an image displayed within a <see href="https://docs.devexpress.com/AspNet/3677/components/grid-view/visual-elements/loading-panel">Loading Panel</see> when it is displayed at the ASPxGridView’s <see href="https://docs.devexpress.com/AspNet/3693/components/grid-view/visual-elements/status-bar">Status Bar</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ParentGroupRows">
      <summary>
        <para>Specifies the settings of an image that indicates to which group the data row belongs.</para>
      </summary>
      <value>The image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.PopupEditFormWindowClose">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/3816/components/grid-view/visual-elements/popup-edit-form">Popup Edit Form</see>‘s close button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.PopupEditFormWindowCollapse">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/3816/components/grid-view/visual-elements/popup-edit-form">Popup Edit Form</see>‘s collapse button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.PopupEditFormWindowFooter">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/3816/components/grid-view/visual-elements/popup-edit-form">Popup Edit Form</see>‘s footer.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.PopupEditFormWindowHeader">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/3816/components/grid-view/visual-elements/popup-edit-form">Popup Edit Form</see>‘s header.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.PopupEditFormWindowMaximize">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/3816/components/grid-view/visual-elements/popup-edit-form">Popup Edit Form</see>‘s maximize button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.PopupEditFormWindowPin">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/3816/components/grid-view/visual-elements/popup-edit-form">Popup Edit Form</see>‘s pin button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ShowAdaptiveDetailButton">
      <summary>
        <para>Gets the settings of an image displayed within a Show Adaptive Detail button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ToolbarClearGrouping">
      <summary>
        <para>Gets the settings of an image displayed within the Clear Grouping <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ToolbarCollapseDetailRow">
      <summary>
        <para>Gets the settings of an image displayed within the Collapse Detail <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ToolbarCollapseRow">
      <summary>
        <para>Gets the settings of an image displayed within the Collapse <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ToolbarExpandDetailRow">
      <summary>
        <para>Gets the settings of an image displayed within the Expand Detail <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ToolbarExpandRow">
      <summary>
        <para>Gets the settings of an image displayed within the Expand <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ToolbarFullCollapse">
      <summary>
        <para>Gets the settings of an image displayed within the Collapse All <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ToolbarFullExpand">
      <summary>
        <para>Gets the settings of an image displayed within the Expand All <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ToolbarShowCustomizationDialog">
      <summary>
        <para>Gets the settings of an image displayed within the Show Customization Dialog <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ToolbarShowCustomizationWindow">
      <summary>
        <para>Gets the settings of an image displayed within the Column Chooser <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ToolbarShowFilterRow">
      <summary>
        <para>Gets the settings of an image displayed within the Filter Row <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ToolbarShowFilterRowMenu">
      <summary>
        <para>Gets the settings of an image displayed within the Filter Row Menu <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ToolbarShowFooter">
      <summary>
        <para>Gets the settings of an image displayed within the Footer <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.ToolbarShowGroupPanel">
      <summary>
        <para>Gets the settings of an image displayed within the Group Panel <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="M:DevExpress.Web.GridViewImages.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>The empty string.</returns>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.WindowResizer">
      <summary>
        <para>Gets the settings of an image displayed within the size grip.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewImages.WindowResizerRtl">
      <summary>
        <para>Gets the settings of an image displayed within the size grip when the right-to-left layout is applied.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewInlineEditRowStyle">
      <summary>
        <para>Provides the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3692/components/grid-view/visual-elements/in-line-edit-row">in-line edit row</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewInlineEditRowStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewInlineEditRowStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewLayoutGroup">
      <summary>
        <para>Represents a <see href="https://docs.devexpress.com/AspNet/14354/components/site-navigation-and-layout/form-layout/visual-elements/layout-group">layout group</see> within the FormLayout used in the GridView’s edit form.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewLayoutGroup.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewLayoutGroup"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewLayoutGroup.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewLayoutGroup"/> class.</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.GridViewLayoutGroup.Items">
      <summary>
        <para>Provides access to the collection of items placed in the current group.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.GridViewLayoutItemCollection"/> object that is a collection of layout items.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewLayoutItemCollection">
      <summary>
        <para>Represents a collection of <see href="https://docs.devexpress.com/AspNetMvc/16034/components/site-navigation-and-layout/form-layout/visual-elements/layout-item">layout items</see> and <see href="https://docs.devexpress.com/AspNetMvc/16033/components/site-navigation-and-layout/form-layout/visual-elements/layout-group">groups</see> within the FormLayout used in the GridView’s edit form.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewLayoutItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewLayoutItemCollection"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewLayoutItemCollection.AddColumnItem(DevExpress.Web.GridViewColumnLayoutItem)">
      <summary>
        <para>Adds the specified item to the <see cref="T:DevExpress.Web.GridViewLayoutItemCollection"/> collection.</para>
      </summary>
      <param name="layoutItem">A <see cref="T:DevExpress.Web.GridViewColumnLayoutItem"/> object to add to the layout item collection.</param>
      <returns>A <see cref="T:DevExpress.Web.GridViewColumnLayoutItem"/> object that is the newly added layout item.</returns>
    </member>
    <member name="M:DevExpress.Web.GridViewLayoutItemCollection.AddColumnItem(System.String,System.String)">
      <summary>
        <para>Creates a new item with the specified settings and adds it to the <see cref="T:DevExpress.Web.GridViewLayoutItemCollection"/> 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>
      <param name="caption">A <see cref="T:System.String"/> value specifying the item caption.</param>
      <returns>A <see cref="T:DevExpress.Web.GridViewColumnLayoutItem"/> object that is the newly added layout item.</returns>
    </member>
    <member name="M:DevExpress.Web.GridViewLayoutItemCollection.AddColumnItem(System.String)">
      <summary>
        <para>Creates a new item assigned to the specified column name and adds it to the <see cref="T:DevExpress.Web.GridViewLayoutItemCollection"/> 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.GridViewColumnLayoutItem"/> object that is the newly added layout item.</returns>
    </member>
    <member name="M:DevExpress.Web.GridViewLayoutItemCollection.AddCommandItem(DevExpress.Web.EditModeCommandLayoutItem)">
      <summary>
        <para>Adds the specified item to the <see cref="T:DevExpress.Web.GridViewLayoutItemCollection"/> collection.</para>
      </summary>
      <param name="commandItem">A <see cref="T:DevExpress.Web.EditModeCommandLayoutItem"/> object to add to the layout item collection.</param>
      <returns>A <see cref="T:DevExpress.Web.EditModeCommandLayoutItem"/> object that is the newly added command item.</returns>
    </member>
    <member name="M:DevExpress.Web.GridViewLayoutItemCollection.AddCommandItem(System.String)">
      <summary>
        <para>Adds the specified item to the <see cref="T:DevExpress.Web.GridViewLayoutItemCollection"/> collection.</para>
      </summary>
      <param name="columnName">The command item name.</param>
      <returns>The newly added command item.</returns>
    </member>
    <member name="M:DevExpress.Web.GridViewLayoutItemCollection.AddGroup(DevExpress.Web.GridViewLayoutGroup)">
      <summary>
        <para>Adds the specified group to the <see cref="T:DevExpress.Web.GridViewLayoutItemCollection"/> collection.</para>
      </summary>
      <param name="layoutGroup">A <see cref="T:DevExpress.Web.GridViewLayoutGroup"/> object to add to the layout item collection.</param>
      <returns>A <see cref="T:DevExpress.Web.GridViewLayoutGroup"/> object that is the newly added layout group.</returns>
    </member>
    <member name="M:DevExpress.Web.GridViewLayoutItemCollection.AddGroup(System.String,System.String)">
      <summary>
        <para>Creates a new group with the specified settings and adds it to the <see cref="T:DevExpress.Web.GridViewLayoutItemCollection"/> collection.</para>
      </summary>
      <param name="caption">A <see cref="T:System.String"/> value specifying the group caption.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the group name.</param>
      <returns>An <see cref="T:DevExpress.Web.GridViewLayoutGroup"/> object that is the newly added group.</returns>
    </member>
    <member name="M:DevExpress.Web.GridViewLayoutItemCollection.AddGroup(System.String)">
      <summary>
        <para>Creates a new group with the specified caption and adds it to the <see cref="T:DevExpress.Web.GridViewLayoutItemCollection"/> collection.</para>
      </summary>
      <param name="caption">A <see cref="T:System.String"/> value specifying the group caption.</param>
      <returns>An <see cref="T:DevExpress.Web.GridViewLayoutGroup"/> object that is the newly added group.</returns>
    </member>
    <member name="M:DevExpress.Web.GridViewLayoutItemCollection.AddTabbedGroup(DevExpress.Web.GridViewTabbedLayoutGroup)">
      <summary>
        <para>Adds the specified tabbed group to the <see cref="T:DevExpress.Web.GridViewLayoutItemCollection"/> collection.</para>
      </summary>
      <param name="tabbedGroup">A <see cref="T:DevExpress.Web.GridViewTabbedLayoutGroup"/> object to add to the layout item collection.</param>
      <returns>A <see cref="T:DevExpress.Web.GridViewTabbedLayoutGroup"/> object that is the newly added tabbed group.</returns>
    </member>
    <member name="M:DevExpress.Web.GridViewLayoutItemCollection.AddTabbedGroup(System.String,System.String)">
      <summary>
        <para>Creates a new group with the specified settings and adds it to the <see cref="T:DevExpress.Web.GridViewLayoutItemCollection"/> collection.</para>
      </summary>
      <param name="caption">A <see cref="T:System.String"/> value specifying the group caption.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the group name.</param>
      <returns>An <see cref="T:DevExpress.Web.GridViewTabbedLayoutGroup"/> object that is the newly added group.</returns>
    </member>
    <member name="M:DevExpress.Web.GridViewLayoutItemCollection.AddTabbedGroup(System.String)">
      <summary>
        <para>Creates a new group with the specified caption and adds it to the <see cref="T:DevExpress.Web.GridViewLayoutItemCollection"/> collection.</para>
      </summary>
      <param name="caption">A <see cref="T:System.String"/> value specifying the group caption.</param>
      <returns>An <see cref="T:DevExpress.Web.GridViewTabbedLayoutGroup"/> object that is the newly added group.</returns>
    </member>
    <member name="T:DevExpress.Web.GridViewLoadingPanelMode">
      <summary>
        <para>Lists values that specify how a loading panel is displayed in a grid control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewLoadingPanelMode.Default">
      <summary>
        <para>A <see href="https://docs.devexpress.com/AspNet/3677/components/grid-view/visual-elements/loading-panel">Loading Panel</see> is displayed above the ASPxGridView while waiting for a callback response. If <see href="https://docs.devexpress.com/AspNet/15467/components/grid-view/concepts/focus-and-navigation/paging-and-scrolling/endless-paging">endless paging</see> is enabled, the panel is displayed below the control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewLoadingPanelMode.Disabled">
      <summary>
        <para>A <see href="https://docs.devexpress.com/AspNet/3677/components/grid-view/visual-elements/loading-panel">Loading Panel</see> isn’t displayed while waiting for a callback response.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewLoadingPanelMode.ShowAsPopup">
      <summary>
        <para>A <see href="https://docs.devexpress.com/AspNet/3677/components/grid-view/visual-elements/loading-panel">Loading Panel</see> is displayed above the ASPxGridView while waiting for a callback response.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewLoadingPanelMode.ShowOnStatusBar">
      <summary>
        <para>A <see href="https://docs.devexpress.com/AspNet/3677/components/grid-view/visual-elements/loading-panel">Loading Panel</see> is displayed on the ASPxGridView’s <see href="https://docs.devexpress.com/AspNet/3693/components/grid-view/visual-elements/status-bar">Status Bar</see> while waiting for a callback response.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewMergeGroupsMode">
      <summary>
        <para>Lists values specifying the merged grouping mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewMergeGroupsMode.Always">
      <summary>
        <para>Groups within the grid are merged automatically.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewMergeGroupsMode.Disabled">
      <summary>
        <para>Groups within the grid are not merged.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewNewItemRowPosition">
      <summary>
        <para>Lists values that specify the position of the new item row within the ASPxGridView.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewNewItemRowPosition.Bottom">
      <summary>
        <para>The new item row is displayed below data rows.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewNewItemRowPosition.Top">
      <summary>
        <para>The new item row is displayed above data rows.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewPagerBarPosition">
      <summary>
        <para>Lists values that specify the pager’s position within grid-like controls.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewPagerBarPosition.Bottom">
      <summary>
        <para>The pager is positioned at the bottom of the grid.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewPagerBarPosition.Top">
      <summary>
        <para>The pager is positioned at the top of the grid.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewPagerBarTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render the <see href="https://docs.devexpress.com/AspNet/3676/components/grid-view/visual-elements/pager">Pager</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewPagerBarTemplateContainer.#ctor(DevExpress.Web.ASPxGridView,DevExpress.Web.GridViewPagerBarPosition,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewPagerBarTemplateContainer"/> class.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxGridView"/> object that owns the current object. This value is assigned to the <see cref="P:DevExpress.Web.GridViewBaseTemplateContainer.Grid">GridViewBaseTemplateContainer.Grid</see> property.</param>
      <param name="position">A <see cref="T:DevExpress.Web.GridViewPagerBarPosition"/> enumeration value that specifies the pager’s position within the grid. This value is assigned to the <see cref="P:DevExpress.Web.GridViewPagerBarTemplateContainer.Position">GridViewPagerBarTemplateContainer.Position</see> property.</param>
      <param name="pagerId">A <see cref="T:System.String"/> value that identifies the pager.</param>
    </member>
    <member name="P:DevExpress.Web.GridViewPagerBarTemplateContainer.Position">
      <summary>
        <para>Gets the pager’s position within an ASPxGridView control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewPagerBarPosition"/> enumeration value that specifies the pager’s position within the grid.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewPagerMode">
      <summary>
        <para>Lists values that specify the navigation in the grid.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewPagerMode.EndlessPaging">
      <summary>
        <para>The endless paging is enabled.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewPagerMode.ShowAllRecords">
      <summary>
        <para>Disables page-mode navigation.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewPagerMode.ShowPager">
      <summary>
        <para>The ASPxGridView automatically splits content (rows) across multiple pages and provides end-users with an embedded page navigation UI - <see href="https://docs.devexpress.com/AspNet/3676/components/grid-view/visual-elements/pager">Pager</see>. The maximum number of rows displayed on a page is specified by the <see cref="P:DevExpress.Web.ASPxGridViewPagerSettings.PageSize">ASPxGridViewPagerSettings.PageSize</see> property.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewPagerStyles">
      <summary>
        <para>Provides the style settings used to paint a <see href="https://docs.devexpress.com/AspNet/3676/components/grid-view/visual-elements/pager">Pager</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewPagerStyles.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>The empty string.</returns>
    </member>
    <member name="T:DevExpress.Web.GridViewPopupControlStyle">
      <summary>
        <para>Contains styles settings defining the common appearance of popup elements within grid.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewPopupControlStyle.PopupControl">
      <summary>
        <para>Gets the general style settings of popup elements within a grid.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewPopupControlStyles">
      <summary>
        <para>Contains settings that allow the appearance of popup elements within the ASPxGridView to be defined.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewPopupControlStyles.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewPopupControlStyles"/> 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.GridViewPopupControlStyles.Common">
      <summary>
        <para>Gets the style settings defining the common appearance of popup elements within a grid.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewPopupControlStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewPopupControlStyles.CustomizationDialog">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">customization dialog</see> within a grid.</para>
      </summary>
      <value>A DevExpress.Web.GridCustomizationDialogPopupStyle object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewPopupControlStyles.CustomizationWindow">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/3679/components/grid-view/visual-elements/customization-window">Customization Window</see> within a grid.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCustomizationWindowPopupStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewPopupControlStyles.EditForm">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/3816/components/grid-view/visual-elements/popup-edit-form">Popup Edit Form</see> within a grid.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewEditFormPopupStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewPopupControlStyles.FilterBuilder">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/11573/components/grid-view/visual-elements/filter-builder-filter-control">Filter Builder (Filter Control)</see> within a grid.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewFilterBuilderPopupStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewPopupControlStyles.HeaderFilter">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">Header Filter</see> within a grid.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewHeaderFilterPopupStyle"/> object that contains the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewPopupEditFormStyle">
      <summary>
        <para>Provides the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3816/components/grid-view/visual-elements/popup-edit-form">Popup Edit Form</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewPopupEditFormStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewPopupEditFormStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewPopupMainAreaStyle">
      <summary>
        <para>Contains styles settings defining the appearance of a main area within a grid’s popup elements.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewPopupMainAreaStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewPopupMainAreaStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewPreviewRowTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render <see href="https://docs.devexpress.com/AspNet/3672/components/grid-view/visual-elements/preview-row">preview rows</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewPreviewRowTemplateContainer.#ctor(DevExpress.Web.ASPxGridView,System.Object,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewPreviewRowTemplateContainer"/> class with the specified settings.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxGridView"/> object that owns the current object. This value is assigned to the <see cref="P:DevExpress.Web.GridViewBaseTemplateContainer.Grid">GridViewBaseTemplateContainer.Grid</see> property.</param>
      <param name="row">An object that uniquely identifies the row that contains the template container. This value is assigned to the <see cref="P:DevExpress.Web.GridViewBaseRowTemplateContainer.KeyValue">GridViewBaseRowTemplateContainer.KeyValue</see> property.</param>
      <param name="visibleIndex">An integer value that specifies the rendered item object’s index. This value is assigned to the <see cref="P:DevExpress.Web.TemplateContainerBase.ItemIndex">TemplateContainerBase.ItemIndex</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.GridViewPreviewRowTemplateContainer.GetTextWithHighlightedSearchFilterResult">
      <summary>
        <para>Gets a result of filtering as an HTML markup where a source text (text inputted in the filter) is highlighted for each match.</para>
      </summary>
      <returns>A string value that represents filtering results in the HTML markup.</returns>
    </member>
    <member name="M:DevExpress.Web.GridViewPreviewRowTemplateContainer.GetTextWithHighlightedSearchFilterResult(System.Int32)">
      <summary>
        <para>Gets a result of filtering as an HTML markup where a source text (text inputted in the filter) is highlighted for each match.</para>
      </summary>
      <param name="maxLength">An integer value that specifies the maximum length of the received string.</param>
      <returns>A string value that represents filtering results in the HTML markup.</returns>
    </member>
    <member name="M:DevExpress.Web.GridViewPreviewRowTemplateContainer.GetTextWithHighlightedSearchFilterResult(System.String,System.String,System.Boolean,System.Int32)">
      <summary>
        <para>Gets a result of filtering as an HTML markup where a source text (text inputted in the filter) is highlighted for each match.</para>
      </summary>
      <param name="sourceText">A string value specifying the filter text criteria.</param>
      <param name="fieldName">A string value specifying the name of a field attached to a column.</param>
      <param name="isSourceTextEncoded">A boolean value that specifies whether the source text is encoded.</param>
      <param name="maxLength">An integer value that specifies the maximum length of the received string.</param>
      <returns>A string value that represents filtering results in the HTML markup.</returns>
    </member>
    <member name="P:DevExpress.Web.GridViewPreviewRowTemplateContainer.Text">
      <summary>
        <para>Gets the text displayed within the <see href="https://docs.devexpress.com/AspNet/3672/components/grid-view/visual-elements/preview-row">preview section</see>.</para>
      </summary>
      <value>The text displayed within the preview section.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewProperties">
      <summary>
        <para>Contains settings allowing you to customize the embedded ASPxGridView.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewProperties.#ctor(DevExpress.Web.ASPxGridView)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewProperties"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An <see cref="T:DevExpress.Web.ASPxGridView"/> object representing the owner of the created class instance.</param>
    </member>
    <member name="P:DevExpress.Web.GridViewProperties.AccessibilityCompliant">
      <summary>
        <para>Manipulates the built-in ASPxGridView’s <see cref="P:DevExpress.Web.ASPxGridBase.AccessibilityCompliant">ASPxGridBase.AccessibilityCompliant</see> property.</para>
      </summary>
      <value>true to enable accessibility support; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.GridViewProperties.Assign(DevExpress.Web.GridViewProperties)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.GridViewProperties"/> object to the current object.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.GridViewProperties"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.GridViewProperties.Caption">
      <summary>
        <para>Manipulates the built-in ASPxGridView’s <see cref="P:DevExpress.Web.ASPxGridView.Caption">ASPxGridView.Caption</see> property.</para>
      </summary>
      <value>A string value that specifies the text to render in an HTML caption element in an ASPxGridView.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewProperties.DataSourceForceStandardPaging">
      <summary>
        <para>Manipulates the built-in ASPxGridView’s <see cref="P:DevExpress.Web.ASPxGridBase.DataSourceForceStandardPaging">ASPxGridBase.DataSourceForceStandardPaging</see> property.</para>
      </summary>
      <value>true to use the default data source paging; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewProperties.EditFormLayoutProperties">
      <summary>
        <para>Manipulates the built-in ASPxGridView’s <see cref="P:DevExpress.Web.ASPxGridView.EditFormLayoutProperties">ASPxGridView.EditFormLayoutProperties</see> property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewFormLayoutProperties"/> object that contains the Grid View’s form layout properties.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewProperties.EnableCallbackAnimation">
      <summary>
        <para>Gets or sets a value that specifies whether a specific animation effect is used when a control’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.GridViewProperties.EnableCallbackCompression">
      <summary>
        <para>Manipulates the built-in ASPxGridView’s <see cref="P:DevExpress.Web.ASPxGridBase.EnableCallbackCompression">ASPxGridBase.EnableCallbackCompression</see> property.</para>
      </summary>
      <value>true to enable callback compression; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewProperties.EnableCallBacks">
      <summary>
        <para>Manipulates the built-in ASPxGridView’s <see cref="P:DevExpress.Web.ASPxGridBase.EnableCallBacks">ASPxGridBase.EnableCallBacks</see> property.</para>
      </summary>
      <value>true if round trips to the server are performed using callbacks; false if postbacks are used.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewProperties.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.GridViewProperties.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.GridViewProperties.EnableRowsCache">
      <summary>
        <para>Manipulates the built-in ASPxGridView’s <see cref="P:DevExpress.Web.ASPxGridView.EnableRowsCache">ASPxGridView.EnableRowsCache</see> property.</para>
      </summary>
      <value>true to enable data caching; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewProperties.GroupSummary">
      <summary>
        <para>Manipulates the built-in ASPxGridView’s <see cref="P:DevExpress.Web.ASPxGridView.GroupSummary">ASPxGridView.GroupSummary</see> property.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxSummaryItemCollection"/> object that represents the collection of group summary items.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewProperties.JSProperties">
      <summary>
        <para>Manipulates the built-in ASPxGridView’s <see cref="P:DevExpress.Web.ASPxGridBase.JSProperties">ASPxGridBase.JSProperties</see> property.</para>
      </summary>
      <value>The collection of property names and their values.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewProperties.PreviewEncodeHtml">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.GridViewProperties"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewProperties.PreviewFieldName">
      <summary>
        <para>Manipulates the built-in ASPxGridView’s <see cref="P:DevExpress.Web.ASPxGridView.PreviewFieldName">ASPxGridView.PreviewFieldName</see> 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.GridViewProperties.Settings">
      <summary>
        <para>Manipulates the built-in ASPxGridView’s <see cref="P:DevExpress.Web.ASPxGridView.Settings">ASPxGridView.Settings</see> property.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxGridViewSettings"/> object that contains the ASPxGridView’s display options.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewProperties.SettingsBehavior">
      <summary>
        <para>Manipulates the built-in ASPxGridView’s <see cref="P:DevExpress.Web.ASPxGridView.SettingsBehavior">ASPxGridView.SettingsBehavior</see> property.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxGridViewBehaviorSettings"/> object that contains the control’s behavior settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewProperties.SettingsCommandButton">
      <summary>
        <para>Manipulates the built-in ASPxGridView’s <see cref="P:DevExpress.Web.ASPxGridView.SettingsCommandButton">ASPxGridView.SettingsCommandButton</see> property.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxGridViewCommandButtonSettings"/> object that contains the built-in ASPxGridView’s settings for command buttons.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewProperties.SettingsContextMenu">
      <summary>
        <para>Provides access to the GridView’s context menu settings.</para>
      </summary>
      <value>Provides the Grid View’s context menu settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewProperties.SettingsCookies">
      <summary>
        <para>Manipulates the built-in ASPxGridView’s <see cref="P:DevExpress.Web.ASPxGridView.SettingsCookies">ASPxGridView.SettingsCookies</see> property.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxGridViewCookiesSettings"/> object that contains the control’s cookie settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewProperties.SettingsCustomizationWindow">
      <summary>
        <para>Manipulates the built-in ASPxGridView’s <see cref="P:DevExpress.Web.ASPxGridView.SettingsCustomizationWindow">ASPxGridView.SettingsCustomizationWindow</see> property.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxGridViewCustomizationWindowSettings"/> object that contains the Customization Window’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewProperties.SettingsDataSecurity">
      <summary>
        <para>Manipulates the built-in ASPxGridView’s <see cref="P:DevExpress.Web.ASPxGridView.SettingsDataSecurity">ASPxGridView.SettingsDataSecurity</see> property.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxGridViewDataSecuritySettings"/> object that contains the built-in ASPxGridView’s data security settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewProperties.SettingsDetail">
      <summary>
        <para>Manipulates the built-in ASPxGridView’s <see cref="P:DevExpress.Web.ASPxGridView.SettingsDetail">ASPxGridView.SettingsDetail</see> property.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxGridViewDetailSettings"/> object that contains the ASPxGridView’s master-detail options.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewProperties.SettingsEditing">
      <summary>
        <para>Manipulates the built-in ASPxGridView’s <see cref="P:DevExpress.Web.ASPxGridView.SettingsEditing">ASPxGridView.SettingsEditing</see> property.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxGridViewEditingSettings"/> object that contains the Grid View’s editing settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewProperties.SettingsLoadingPanel">
      <summary>
        <para>Manipulates the built-in ASPxGridView’s <see cref="P:DevExpress.Web.ASPxGridView.SettingsLoadingPanel">ASPxGridView.SettingsLoadingPanel</see> property.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxGridViewLoadingPanelSettings"/> object that contains the loading panel’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewProperties.SettingsPager">
      <summary>
        <para>Manipulates the built-in ASPxGridView’s <see cref="P:DevExpress.Web.ASPxGridView.SettingsPager">ASPxGridView.SettingsPager</see> property.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxGridViewPagerSettings"/> object that contains the pager’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewProperties.SettingsPopup">
      <summary>
        <para>Provides access to the settings of different grid popup elements.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxGridViewPopupControlSettings"/> object that contains the popup element settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewProperties.SettingsResizing">
      <summary>
        <para>Manipulates the built-in ASPxGridView’s <see cref="P:DevExpress.Web.ASPxGridView.SettingsResizing">ASPxGridView.SettingsResizing</see> property.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxGridViewResizingSettings"/> object containing the search panel settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewProperties.SettingsSearchPanel">
      <summary>
        <para>Manipulates the built-in ASPxGridView’s <see cref="P:DevExpress.Web.ASPxGridView.SettingsSearchPanel">ASPxGridView.SettingsSearchPanel</see> property.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxGridViewSearchPanelSettings"/> object containing the search panel settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewProperties.SettingsText">
      <summary>
        <para>Manipulates the built-in ASPxGridView’s <see cref="P:DevExpress.Web.ASPxGridView.SettingsText">ASPxGridView.SettingsText</see> property.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxGridViewTextSettings"/> object that contains the control’s text settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewProperties.SummaryText">
      <summary>
        <para>Manipulates the built-in ASPxGridView’s <see cref="P:DevExpress.Web.ASPxGridView.SummaryText">ASPxGridView.SummaryText</see> property.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that describes the ASPxGridView’s contents.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewProperties.Templates">
      <summary>
        <para>Manipulates the built-in ASPxGridView’s <see cref="P:DevExpress.Web.ASPxGridView.Templates">ASPxGridView.Templates</see> property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewTemplates"/> object that contains templates for displaying data cells, rows, etc.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewProperties.Toolbars">
      <summary>
        <para>Manipulates the built-in ASPxGridView’s <see cref="P:DevExpress.Web.ASPxGridView.Toolbars">ASPxGridView.Toolbars</see> property.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewToolbarCollection"/> object that can be used to add, delete and access individual toolbars and perform other common collection management tasks.</value>
    </member>
    <member name="M:DevExpress.Web.GridViewProperties.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>A string representing the current object.</returns>
    </member>
    <member name="P:DevExpress.Web.GridViewProperties.TotalSummary">
      <summary>
        <para>Manipulates the built-in ASPxGridView’s <see cref="P:DevExpress.Web.ASPxGridView.TotalSummary">ASPxGridView.TotalSummary</see> property.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxSummaryItemCollection"/> object that represents the collection of summary items.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewRowMenuItemVisibility">
      <summary>
        <para>Contains settings that affect the row <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> items visibility.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewRowMenuItemVisibility.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewRowMenuItemVisibility"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.GridViewRowMenuItemVisibility.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.GridViewRowMenuItemVisibility.CollapseDetailRow">
      <summary>
        <para>Gets or sets the visibility of the Collapse Detail item displayed within the row <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewRowMenuItemVisibility.CollapseRow">
      <summary>
        <para>Gets or sets the visibility of the Collapse item displayed within the row <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewRowMenuItemVisibility.CopyToClipboard">
      <summary>
        <para>Gets or sets the visibility of the Copy item displayed within the row <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewRowMenuItemVisibility.DeleteRow">
      <summary>
        <para>Gets or sets the visibility of the Delete item displayed within the row <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewRowMenuItemVisibility.EditRow">
      <summary>
        <para>Gets or sets the visibility of the Edit item displayed within the row <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewRowMenuItemVisibility.ExpandDetailRow">
      <summary>
        <para>Gets or sets the visibility of the Expand Detail item displayed within the row <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewRowMenuItemVisibility.ExpandRow">
      <summary>
        <para>Gets or sets the visibility of the Expand item displayed within the row <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewRowMenuItemVisibility.ExportMenu">
      <summary>
        <para>Specifies settings of the Export <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item.</para>
      </summary>
      <value>Contains settings of the Export context menu item.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewRowMenuItemVisibility.GroupSummaryMenu">
      <summary>
        <para>Gets the visibility settings of the Group Summary <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item, and its subitems.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewGroupSummaryMenuItemVisibility"/> object that contains the visibility settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewRowMenuItemVisibility.NewRow">
      <summary>
        <para>Gets or sets the visibility of the New item displayed within the row <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewRowMenuItemVisibility.PasteFromClipboard">
      <summary>
        <para>Gets or sets the visibility of the Paste item displayed within the row <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewRowMenuItemVisibility.Refresh">
      <summary>
        <para>Gets or sets the visibility of the Refresh item displayed within the row <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see>.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewRowStyle">
      <summary>
        <para>Serves as a base for classes that provide style settings used to paint rows within the ASPxGridView.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewRowStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewRowStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewRowType">
      <summary>
        <para>Lists values that identify rows within the ASPxGridView.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewRowType.BatchEditNewDataRow">
      <summary>
        <para>Corresponds to a pattern for new data rows in <see href="https://docs.devexpress.com/AspNet/16443/components/grid-view/concepts/edit-data/batch-edit-mode">batch edit mode</see>. The pattern is created on request processing, and then passed to the client to be dynamically duplicated and displayed as new rows during client batch editing.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewRowType.Data">
      <summary>
        <para>Corresponds to a <see href="https://docs.devexpress.com/AspNet/3673/components/grid-view/visual-elements/data-row">data row</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewRowType.Detail">
      <summary>
        <para>Corresponds to a <see href="https://docs.devexpress.com/AspNet/3769/components/grid-view/visual-elements/detail-row">detail row</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewRowType.EditForm">
      <summary>
        <para>Corresponds to a row that contains the <see href="https://docs.devexpress.com/AspNet/3680/components/grid-view/visual-elements/edit-form">Edit Form</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewRowType.EditingErrorRow">
      <summary>
        <para>Corresponds to the <see href="https://docs.devexpress.com/AspNet/3775/components/grid-view/visual-elements/error-row">Error Row</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewRowType.EmptyDataRow">
      <summary>
        <para>Corresponds to the <see href="https://docs.devexpress.com/AspNet/3790/components/grid-view/visual-elements/empty-data-row">Empty Data Row</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewRowType.Filter">
      <summary>
        <para>Corresponds to the <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">Filter Row</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewRowType.Footer">
      <summary>
        <para>Corresponds to the ASPxGridView’s <see href="https://docs.devexpress.com/AspNet/3675/components/grid-view/visual-elements/footer">Footer</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewRowType.Group">
      <summary>
        <para>Corresponds to a <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group row</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewRowType.GroupFooter">
      <summary>
        <para>Corresponds to a <see href="https://docs.devexpress.com/AspNet/3815/components/grid-view/visual-elements/group-footer">group footer</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewRowType.Header">
      <summary>
        <para>Corresponds to the ASPxGridView’s <see href="https://docs.devexpress.com/AspNet/3669/components/grid-view/visual-elements/column-header">column header row</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewRowType.InlineEdit">
      <summary>
        <para>Corresponds to the <see href="https://docs.devexpress.com/AspNet/3692/components/grid-view/visual-elements/in-line-edit-row">in-line edit row</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewRowType.PagerEmptyRow">
      <summary>
        <para>Corresponds to an empty data row. Empty data rows are automatically displayed if the <see cref="P:DevExpress.Web.ASPxGridViewPagerSettings.ShowEmptyDataRows">ASPxGridViewPagerSettings.ShowEmptyDataRows</see> option is enabled, and the number of data rows displayed on the last page does not fill the page.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewRowType.Preview">
      <summary>
        <para>Corresponds to a <see href="https://docs.devexpress.com/AspNet/3672/components/grid-view/visual-elements/preview-row">preview row</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewRowType.Title">
      <summary>
        <para>Corresponds to the ASPxGridView’s <see href="https://docs.devexpress.com/AspNet/3678/components/grid-view/visual-elements/title-panel">Title Panel</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewSearchPanelGroupOperator">
      <summary>
        <para>Lists the values that specify the group operator types.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewSearchPanelGroupOperator.And">
      <summary>
        <para>The AND logical operator is used to combine conditions (multiple words separated by space characters).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewSearchPanelGroupOperator.Or">
      <summary>
        <para>The OR logical operator is used to combine conditions (multiple words separated by space characters).</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewSearchPanelStyle">
      <summary>
        <para>Contains styles settings defining the appearance of a <see href="https://docs.devexpress.com/AspNet/17646/components/grid-view/visual-elements/search-panel">search panel</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewSearchPanelStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewSearchPanelStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewSelectAllCheckBoxMode">
      <summary>
        <para>Lists values that specify the Select All check box visibility and selection mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewSelectAllCheckBoxMode.AllPages">
      <summary>
        <para>The Select All check box selects and deselects all grid rows (on all grid pages).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewSelectAllCheckBoxMode.None">
      <summary>
        <para>The Select All check box is not displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewSelectAllCheckBoxMode.Page">
      <summary>
        <para>The Select All check box selects and deselects all rows on the current grid page.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewSelectionStoringMode">
      <summary>
        <para>Lists the values that specify how ASPxGridView stores keys of the selected rows.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewSelectionStoringMode.DataIntegrityOptimized">
      <summary>
        <para>The GridView always stores the keys of all selected rows.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewSelectionStoringMode.PerformanceOptimized">
      <summary>
        <para>The GridView tries to store the keys in the fastest way. When a user selects a several rows, the grid saves the selected keys. However, when a user selects all rows, the grid begins to add only unselected row keys.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewStatusBarMode">
      <summary>
        <para>Lists values that specify the visibility of the status bar and filter bar elements in the <see cref="T:DevExpress.Web.ASPxGridView"/> and <see cref="T:DevExpress.Web.ASPxCardView"/> controls.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewStatusBarMode.Auto">
      <summary>
        <para>For the <see href="https://docs.devexpress.com/AspNet/3693/components/grid-view/visual-elements/status-bar">status bar</see>: an element is visible if the SettingsLoadingPanel.Mode property is set to ShowOnStatusBar or the SettingsEditing.Mode property is set to Batch.</para>
        <para>For the <see href="https://docs.devexpress.com/AspNet/5139/components/grid-view/visual-elements/filter-bar">filter bar</see>: an element is visible if the grid’s data is filtered.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewStatusBarMode.Hidden">
      <summary>
        <para>An element is hidden.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewStatusBarMode.Visible">
      <summary>
        <para>An element is visible.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewStatusBarStyle">
      <summary>
        <para>Provides the style settings used to paint the ASPxGridView’s <see href="https://docs.devexpress.com/AspNet/3693/components/grid-view/visual-elements/status-bar">Status Bar</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewStatusBarStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewStatusBarStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewStatusBarTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render the <see href="https://docs.devexpress.com/AspNet/3693/components/grid-view/visual-elements/status-bar">Status Bar</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewStatusBarTemplateContainer.#ctor(DevExpress.Web.ASPxGridView)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewStatusBarTemplateContainer"/> class.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxGridView"/> object that owns the current object. This value is assigned to the <see cref="P:DevExpress.Web.GridViewBaseTemplateContainer.Grid">GridViewBaseTemplateContainer.Grid</see> property.</param>
    </member>
    <member name="T:DevExpress.Web.GridViewStyleBase">
      <summary>
        <para>Serves as a base for classes that provide style settings used to paint grid <see href="https://docs.devexpress.com/AspNet/3667/components/grid-view/visual-elements">elements</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewStyleBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewStyleBase"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewStyles">
      <summary>
        <para>Provides the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3667/components/grid-view/visual-elements">visual elements</see> within the ASPxGridView.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.AdaptiveDetailButtonWidth">
      <summary>
        <para>Specifies the width of a column containing adaptive detail buttons.</para>
      </summary>
      <value>An integer value that specifies the width, in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.AdaptiveDetailCell">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3769/components/grid-view/visual-elements/detail-row">detail row cell</see> when the grid is in adaptive mode.</para>
      </summary>
      <value>Style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.AdaptiveDetailRow">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3769/components/grid-view/visual-elements/detail-row">detail rows</see> when the grid is in adaptive mode.</para>
      </summary>
      <value>Style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.AdaptiveFooterPanel">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/9134/components/grid-view/visual-elements/adaptive-footer-panel">adaptive footer panel</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.AdaptiveGroupPanel">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/11831/components/grid-view/visual-elements/adaptive-group-panel">adaptive group panel</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.AdaptiveHeaderPanel">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/9132/components/grid-view/visual-elements/adaptive-header-panel">adaptive header panel</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.AlternatingRow">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3690/components/grid-view/visual-elements/alternating-data-row">Alternating Data Row</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewAlternatingRowStyle"/> object that contains style settings used to paint alternating data rows.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.BatchEditCell">
      <summary>
        <para>Specifies the appearance of edit cells.</para>
      </summary>
      <value>Style settings that specify the appearance of edit cells.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.BatchEditChangesPreviewGroupRow">
      <summary>
        <para>Specifies the appearance of group rows when the grid is in Preview Changes mode.</para>
      </summary>
      <value>Style settings that specify the appearance of group rows.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.BatchEditDeletedRow">
      <summary>
        <para>Specifies the appearance of deleted rows.</para>
      </summary>
      <value>Style settings that specify the appearance of deleted rows.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.BatchEditModifiedCell">
      <summary>
        <para>Specifies the appearance of modified <see href="https://docs.devexpress.com/AspNet/3670/components/grid-view/visual-elements/data-cell">data cells</see>.</para>
      </summary>
      <value>Style settings that specify the appearance of modified data cells.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.BatchEditNewRow">
      <summary>
        <para>Specifies the appearance of inserted rows.</para>
      </summary>
      <value>Style settings that specify the appearance of inserted rows.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.Cell">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3670/components/grid-view/visual-elements/data-cell">data cells</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCellStyle"/> object that contains style settings used to paint data cells.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.CommandColumn">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3671/components/grid-view/visual-elements/command-column">Command Column</see>‘s cells.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCommandColumnStyle"/> object that contains style settings used to paint the Command column’s cells.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.CommandColumnItem">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command column items</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCommandColumnStyle"/> object that contains style settings used to paint command column items.</value>
    </member>
    <member name="M:DevExpress.Web.GridViewStyles.CopyFrom(DevExpress.Web.StylesBase)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.GridViewStyles"/> class.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.StylesBase"/> object that represents the object from which the settings will be copied.</param>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.CustomizationDialog">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">Customization Dialog</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.CustomizationDialogActiveTab">
      <summary>
        <para>Gets the style settings defining the appearance of the active tab in the <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">Customization Dialog</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TabStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.CustomizationDialogColumnChooserPage">
      <summary>
        <para>Gets the style settings defining the appearance of the “Column Chooser” page in the <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">Customization Dialog</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.CustomizationDialogColumnItem">
      <summary>
        <para>Gets the style settings defining the appearance of column items in the <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">Customization Dialog</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.CustomizationDialogContent">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">Customization Dialog</see> content.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.CustomizationDialogDragArea">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">Customization Dialog</see>‘s drag area.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.CustomizationDialogFilteringPage">
      <summary>
        <para>Gets the style settings defining the appearance of the “Filtering” page in the <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">Customization Dialog</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.CustomizationDialogFilterItem">
      <summary>
        <para>Gets the style settings defining the appearance of the filter item in the <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">Customization Dialog</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.CustomizationDialogGroupingPage">
      <summary>
        <para>Gets the style settings defining the appearance of the “Grouping” page in the <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">Customization Dialog</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.CustomizationDialogHeader">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">Customization Dialog</see>‘s header.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.CustomizationDialogListArea">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">Customization Dialog</see>‘s list area.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.CustomizationDialogSortingPage">
      <summary>
        <para>Gets the style settings defining the appearance of “Sorting” page in the <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">Customization Dialog</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.CustomizationDialogTab">
      <summary>
        <para>Gets the style settings defining the appearance of a tab in the <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">Customization Dialog</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TabStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.CustomizationDialogTabControl">
      <summary>
        <para>Gets the style settings defining the appearance of the tab control in the <see href="https://docs.devexpress.com/AspNet/118562/components/grid-view/concepts/data-representation-basics/customization-dialog">Customization Dialog</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TabControlStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.DetailButton">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3769/components/grid-view/visual-elements/detail-row">detail</see> buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCellStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.DetailCell">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3769/components/grid-view/visual-elements/detail-row">detail row cell</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCellStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.DetailRow">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3769/components/grid-view/visual-elements/detail-row">detail rows</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewDataRowStyle"/> object that contains style settings used to paint detail rows.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.Disabled">
      <summary>
        <para>Gets the style settings used to paint the ASPxGridView when it is disabled.</para>
      </summary>
      <value>An object that contains style settings used to paint the ASPxGridView when it is disabled.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.EditForm">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3680/components/grid-view/visual-elements/edit-form">Edit Form</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewEditFormStyle"/> object that contains style settings used to paint the Edit Form.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.EditFormCell">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3694/components/grid-view/visual-elements/edit-cell">edit cells</see> displayed within the <see href="https://docs.devexpress.com/AspNet/3680/components/grid-view/visual-elements/edit-form">Edit Form</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewEditCellStyle"/> object that contains style settings used to paint edit form cells.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.EditFormColumnCaption">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3694/components/grid-view/visual-elements/edit-cell">edit cell</see> captions within the <see href="https://docs.devexpress.com/AspNet/3680/components/grid-view/visual-elements/edit-form">Edit Form</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewEditFormCaptionStyle"/> object that contains style settings used to paint the edit cell’s caption.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.EditFormDisplayRow">
      <summary>
        <para>Get the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3673/components/grid-view/visual-elements/data-row">data row</see> currently being edited.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewDataRowStyle"/> object that contains style settings used to paint the data row currently being edited.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.EditFormTable">
      <summary>
        <para>Gets the style settings used to paint the table that represents the <see href="https://docs.devexpress.com/AspNet/3680/components/grid-view/visual-elements/edit-form">Edit Form</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewEditFormTableStyle"/> object that contains style settings used to paint the table.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.EditingErrorRow">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3775/components/grid-view/visual-elements/error-row">Error Row</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewRowStyle"/> object that contains style settings used to paint error rows.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.EmptyDataRow">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3790/components/grid-view/visual-elements/empty-data-row">Empty Data Row</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewDataRowStyle"/> object that contains style settings used to paint the empty data row.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.FilterBar">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/5139/components/grid-view/visual-elements/filter-bar">Filter Bar</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewFilterBarStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.FilterBarCheckBoxCell">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/5139/components/grid-view/visual-elements/filter-bar">Filter Bar</see>‘s cell which displays the check box.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewFilterBarStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.FilterBarClearButtonCell">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/5139/components/grid-view/visual-elements/filter-bar">Filter Bar</see>‘s cell which displays the Clear button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewFilterBarStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.FilterBarExpressionCell">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/5139/components/grid-view/visual-elements/filter-bar">Filter Bar</see>‘s cell which displays the current filter expression.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewFilterBarStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.FilterBarImageCell">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/5139/components/grid-view/visual-elements/filter-bar">Filter Bar</see>‘s cell which displays the filter image.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewFilterBarStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.FilterBarLink">
      <summary>
        <para>Gets the style settings used to paint links (filter expression, clear filter command) displayed within the <see href="https://docs.devexpress.com/AspNet/5139/components/grid-view/visual-elements/filter-bar">Filter Bar</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewFilterBarStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.FilterCell">
      <summary>
        <para>Gets the style settings used to paint cells within the <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">Filter Row</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewFilterCellStyle"/> object that contains style settings used to paint cells within the filter row.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.FilterRow">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">Filter Row</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewRowStyle"/> object that contains style settings used to paint the filter row.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.FilterRowMenu">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row menu</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuStyle"/>  object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.FilterRowMenuItem">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row menu items</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuItemStyle"/>  object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.FixedColumn">
      <summary>
        <para>Gets the style settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/5737/components/grid-view/concepts/data-representation-basics/columns/fixed-columns">fixed columns</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.FocusedCell">
      <summary>
        <para>Specifies the appearance of the focused <see href="https://docs.devexpress.com/AspNet/3670/components/grid-view/visual-elements/data-cell">data cell</see>.</para>
      </summary>
      <value>Style settings that specify the focused cell appearance.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.FocusedGroupRow">
      <summary>
        <para>Specifies the appearance of the focused <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group row</see>.</para>
      </summary>
      <value>Style settings that specify the appearance of the focused group row.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.FocusedRow">
      <summary>
        <para>Specifies the appearance of the focused <see href="https://docs.devexpress.com/AspNet/3673/components/grid-view/visual-elements/data-row">data row</see>.</para>
      </summary>
      <value>Style settings that specify the focused row appearance.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.Footer">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3683/components/grid-view/visual-elements/footer-cell">footer cells</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewFooterStyle"/> object that contains style settings used to paint footer cells.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.GroupButtonWidth">
      <summary>
        <para>Gets or sets the group button’s width.</para>
      </summary>
      <value>An integer value that specifies the group button’s width, in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.GroupFooter">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3815/components/grid-view/visual-elements/group-footer">group footers</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewGroupFooterStyle"/> object that contains style settings used to paint group footers.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.GroupPanel">
      <summary>
        <para>Specifies the appearance of the <see href="https://docs.devexpress.com/AspNet/3682/components/grid-view/visual-elements/group-panel">Group Panel</see>.</para>
      </summary>
      <value>Style settings that specify the appearance of the <see href="https://docs.devexpress.com/AspNet/3682/components/grid-view/visual-elements/group-panel">Group Panel</see>.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.GroupRow">
      <summary>
        <para>Specifies the appearance of <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group rows</see>.</para>
      </summary>
      <value>Style settings that specify the appearance of group rows.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.Header">
      <summary>
        <para>Specifies the appearance of all <see href="https://docs.devexpress.com/AspNet/3669/components/grid-view/visual-elements/column-header">column headers</see>.</para>
      </summary>
      <value>Style settings that specify the appearance of all column headers.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.HeaderFilterItem">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">Header Filter</see> items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ListBoxItemStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.HeaderPanel">
      <summary>
        <para>Specifies the appearance of the Header Panel.</para>
      </summary>
      <value>The style settings that specify the appearance of the Header Panel.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.InlineEditCell">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3692/components/grid-view/visual-elements/in-line-edit-row">in-line edit row</see> cells.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewEditCellStyle"/> object that contains style settings used to paint cells within the in-line edit row.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.InlineEditRow">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3692/components/grid-view/visual-elements/in-line-edit-row">In-Line Edit Row</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewInlineEditRowStyle"/> object that contains style settings used to paint the in-line edit row.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.LoadingDiv">
      <summary>
        <para>Gets the style settings used to paint a rectangle displayed above the ASPxGridView while waiting for a callback response.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LoadingDivStyle"/> object that contains style settings used to paint a rectangle displayed above the ASPxGridView while waiting for a callback response.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.LoadingPanel">
      <summary>
        <para>Provides style settings for a <see href="https://docs.devexpress.com/AspNet/3677/components/grid-view/visual-elements/loading-panel">loading panel</see> that can be displayed while waiting for a callback response.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LoadingPanelStyle"/> object that contains style settings used to paint a loading panel.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.PagerBottomPanel">
      <summary>
        <para>Gets the style settings used to paint the Pager bottom panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCellStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.PagerTopPanel">
      <summary>
        <para>Gets the style settings used to paint the Pager top panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewCellStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.PreviewRow">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3672/components/grid-view/visual-elements/preview-row">preview rows</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewDataRowStyle"/> object that contains style settings used to paint the preview rows.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.Row">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3673/components/grid-view/visual-elements/data-row">data rows</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewDataRowStyle"/> object that provides style settings used to paint data rows.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.RowHotTrack">
      <summary>
        <para>Gets the style settings used to paint a data row when it is hot tracked.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewDataRowStyle"/> object that provides style settings used to paint the hot tracked data row.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.SearchPanel">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/17646/components/grid-view/visual-elements/search-panel">search panel</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewSearchPanelStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.SelectedRow">
      <summary>
        <para>Specifies the appearance of the selected <see href="https://docs.devexpress.com/AspNet/3673/components/grid-view/visual-elements/data-row">data row</see>.</para>
      </summary>
      <value>Style settings that specify the selected row appearance.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.StatusBar">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3693/components/grid-view/visual-elements/status-bar">Status Bar</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewStatusBarStyle"/> object that contains style settings used to paint the status bar.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.Table">
      <summary>
        <para>Gets the style settings used to paint the table that represents the ASPxGridView.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewTableStyle"/> object that contains style settings used to paint the table.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewStyles.TitlePanel">
      <summary>
        <para>Specifies the appearance of the <see href="https://docs.devexpress.com/AspNet/3678/components/grid-view/visual-elements/title-panel">Title Panel</see>.</para>
      </summary>
      <value>Style settings that specify the appearance of the title panel.</value>
    </member>
    <member name="M:DevExpress.Web.GridViewStyles.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>An empty string.</returns>
    </member>
    <member name="T:DevExpress.Web.GridViewTabbedLayoutGroup">
      <summary>
        <para>Represents a <see href="https://docs.devexpress.com/AspNet/14357/components/site-navigation-and-layout/form-layout/visual-elements/tabbed-layout-group">tabbed layout group</see> within the FormLayout used in the GridView’s edit form.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewTabbedLayoutGroup.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewTabbedLayoutGroup"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewTabbedLayoutGroup.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewTabbedLayoutGroup"/> class.</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.GridViewTabbedLayoutGroup.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.GridViewLayoutItemCollection"/> object that is a collection of layout items.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewTableCommandCellType">
      <summary>
        <para>Lists values that specify in which row a command cell is displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewTableCommandCellType.Data">
      <summary>
        <para>A command cell is displayed within a <see href="https://docs.devexpress.com/AspNet/3673/components/grid-view/visual-elements/data-row">data row</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewTableCommandCellType.Filter">
      <summary>
        <para>A command cell is displayed within the <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">Filter Row</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewTableStyle">
      <summary>
        <para>Provides the style settings used to paint the table that represents the ASPxGridView.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewTableStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewTableStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewTemplateReplacementType">
      <summary>
        <para>Lists values that specify which controls are displayed by the <see cref="T:DevExpress.Web.ASPxGridViewTemplateReplacement"/> object.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewTemplateReplacementType.EditFormCancelButton">
      <summary>
        <para>The Cancel button (available in the <see href="https://docs.devexpress.com/AspNet/3680/components/grid-view/visual-elements/edit-form">edit form</see> template).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewTemplateReplacementType.EditFormCellEditor">
      <summary>
        <para>An <see href="https://docs.devexpress.com/AspNet/3694/components/grid-view/visual-elements/edit-cell">edit cell</see> (available in the <see href="https://docs.devexpress.com/AspNet/3680/components/grid-view/visual-elements/edit-form">edit form</see> template).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewTemplateReplacementType.EditFormContent">
      <summary>
        <para>An entire edit form with <see href="https://docs.devexpress.com/AspNet/3694/components/grid-view/visual-elements/edit-cell">edit cells</see> and buttons (available in the <see href="https://docs.devexpress.com/AspNet/3680/components/grid-view/visual-elements/edit-form">edit form</see> template).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewTemplateReplacementType.EditFormEditors">
      <summary>
        <para>An edit form with <see href="https://docs.devexpress.com/AspNet/3694/components/grid-view/visual-elements/edit-cell">edit cells</see> and without buttons (available in the <see href="https://docs.devexpress.com/AspNet/3680/components/grid-view/visual-elements/edit-form">edit form</see> template).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewTemplateReplacementType.EditFormUpdateButton">
      <summary>
        <para>The Update button (available in the <see href="https://docs.devexpress.com/AspNet/3680/components/grid-view/visual-elements/edit-form">edit form</see> template).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewTemplateReplacementType.Pager">
      <summary>
        <para>The <see href="https://docs.devexpress.com/AspNet/3676/components/grid-view/visual-elements/pager">Pager</see> (available in the pager bar template).</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewTemplates">
      <summary>
        <para>Contains the templates used to display the ASPxGridView’s data cells, rows, etc.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewTemplates.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewTemplates"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An object that implements the IPropertiesOwner interface.</param>
    </member>
    <member name="M:DevExpress.Web.GridViewTemplates.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.GridViewTemplates.DataItem">
      <summary>
        <para>Specifies a template to display <see href="https://docs.devexpress.com/AspNet/3670/components/grid-view/visual-elements/data-cell">data cells</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewTemplates.DataRow">
      <summary>
        <para>Specifies a template to display <see href="https://docs.devexpress.com/AspNet/3673/components/grid-view/visual-elements/data-row">data rows</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewTemplates.DetailRow">
      <summary>
        <para>Specifies a template to display <see href="https://docs.devexpress.com/AspNet/3769/components/grid-view/visual-elements/detail-row">detail rows</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewTemplates.EditForm">
      <summary>
        <para>Specifies a template to display an <see href="https://docs.devexpress.com/AspNet/3680/components/grid-view/visual-elements/edit-form">edit form</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewTemplates.EmptyDataRow">
      <summary>
        <para>Specifies a template to display an <see href="https://docs.devexpress.com/AspNet/3790/components/grid-view/visual-elements/empty-data-row">empty data row</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewTemplates.FilterCell">
      <summary>
        <para>Specifies a template to display a <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row</see> cell.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewTemplates.FilterRow">
      <summary>
        <para>Specifies a template to display a <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewTemplates.FooterCell">
      <summary>
        <para>Specifies a template to display <see href="https://docs.devexpress.com/AspNet/3683/components/grid-view/visual-elements/footer-cell">footer cells</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewTemplates.FooterRow">
      <summary>
        <para>Specifies a template to display the <see href="https://docs.devexpress.com/AspNet/3675/components/grid-view/visual-elements/footer">footer</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewTemplates.GroupFooterCell">
      <summary>
        <para>Specifies a template to display a <see href="https://docs.devexpress.com/AspNet/3815/components/grid-view/visual-elements/group-footer">group footer</see> cell.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewTemplates.GroupFooterRow">
      <summary>
        <para>Specifies a template to display a <see href="https://docs.devexpress.com/AspNet/3815/components/grid-view/visual-elements/group-footer">group footer</see> row.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewTemplates.GroupRow">
      <summary>
        <para>Specifies a template to display <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group rows</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewTemplates.GroupRowContent">
      <summary>
        <para>Specifies a template to display the <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group row</see> content.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewTemplates.Header">
      <summary>
        <para>Specifies a template to display <see href="https://docs.devexpress.com/AspNet/3669/components/grid-view/visual-elements/column-header">column headers</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewTemplates.HeaderCaption">
      <summary>
        <para>Specifies a template to display <see href="https://docs.devexpress.com/AspNet/3669/components/grid-view/visual-elements/column-header">column header</see> captions.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewTemplates.PagerBar">
      <summary>
        <para>Specifies a template to display the <see href="https://docs.devexpress.com/AspNet/3676/components/grid-view/visual-elements/pager">pager</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewTemplates.PreviewRow">
      <summary>
        <para>Specifies a template to display <see href="https://docs.devexpress.com/AspNet/3672/components/grid-view/visual-elements/preview-row">preview rows</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewTemplates.StatusBar">
      <summary>
        <para>Specifies a template to display the <see href="https://docs.devexpress.com/AspNet/3693/components/grid-view/visual-elements/status-bar">status bar</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewTemplates.TitlePanel">
      <summary>
        <para>Specifies a template to display the <see href="https://docs.devexpress.com/AspNet/3678/components/grid-view/visual-elements/title-panel">title panel</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewTitleStyle">
      <summary>
        <para>Contains style settings used to paint the ASPxGridView’s <see href="https://docs.devexpress.com/AspNet/3678/components/grid-view/visual-elements/title-panel">Title Panel</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewTitleStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewTitleStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewTitleTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render the <see href="https://docs.devexpress.com/AspNet/3678/components/grid-view/visual-elements/title-panel">Title Panel</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewTitleTemplateContainer.#ctor(DevExpress.Web.ASPxGridView)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewTitleTemplateContainer"/> class.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxGridView"/> object that owns the current object. This value is assigned to the <see cref="P:DevExpress.Web.GridViewBaseTemplateContainer.Grid">GridViewBaseTemplateContainer.Grid</see> property.</param>
    </member>
    <member name="T:DevExpress.Web.GridViewToolbar">
      <summary>
        <para>A base class for the Grid View’s <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars">toolbar</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewToolbar.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewToolbar"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.GridViewToolbar.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.GridViewToolbarItemCollection"/> object representing the collection of the toolbar’s items.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewToolbarCollection">
      <summary>
        <para>Represents the ASPxGridView’s toolbar collection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewToolbarCollection.#ctor(DevExpress.Web.ASPxGridView)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewToolbarCollection"/> class with specified settings.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxGridView"/> object that is the Grid View control.</param>
    </member>
    <member name="M:DevExpress.Web.GridViewToolbarCollection.FindByName(System.String)">
      <summary>
        <para>Returns a toolbar object with the specified <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property value.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property value of the required toolbar.</param>
      <returns>A <see cref="T:DevExpress.Web.GridViewToolbar"/> object that is the ASPxGridView toolbar.</returns>
    </member>
    <member name="P:DevExpress.Web.GridViewToolbarCollection.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.GridViewToolbar"/> 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.GridViewToolbarCommand">
      <summary>
        <para>Lists the values that specify names of commands that can be performed by clicking <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars">toolbar</see> items.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewToolbarCommand.Cancel">
      <summary>
        <para>A command that discards any changes made to the current row and switches the ASPxGridView to browse mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewToolbarCommand.ClearFilter">
      <summary>
        <para>A command that clears the filter applied to the current column.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewToolbarCommand.ClearGrouping">
      <summary>
        <para>A command that clears the grouping in the grid’s <see href="https://docs.devexpress.com/AspNet/3682/components/grid-view/visual-elements/group-panel">group panel</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewToolbarCommand.ClearSorting">
      <summary>
        <para>A command that clears sorting by the current column.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewToolbarCommand.CollapseDetailRow">
      <summary>
        <para>A command that collapses the detail row.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewToolbarCommand.CollapseRow">
      <summary>
        <para>A command that collapses the row.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewToolbarCommand.Custom">
      <summary>
        <para>A custom user command.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewToolbarCommand.Delete">
      <summary>
        <para>A command that deletes the current row.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewToolbarCommand.DeleteSelectedRowsOnPage">
      <summary>
        <para>A command that deletes the selected rows on the page.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewToolbarCommand.Edit">
      <summary>
        <para>A command that allows editing the current row.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewToolbarCommand.ExpandDetailRow">
      <summary>
        <para>A command that expands the detail row.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewToolbarCommand.ExpandRow">
      <summary>
        <para>A command that expands the row.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewToolbarCommand.ExportToCsv">
      <summary>
        <para>A command that exports the grid’s data to a file in CSV format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewToolbarCommand.ExportToDocx">
      <summary>
        <para>A command that exports the grid’s data to a file in DOCX format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewToolbarCommand.ExportToPdf">
      <summary>
        <para>A command that exports the grid’s data to a file in PDF format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewToolbarCommand.ExportToRtf">
      <summary>
        <para>A command that exports the grid’s data to a file in RTF format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewToolbarCommand.ExportToXls">
      <summary>
        <para>A command that exports the grid’s data to a file in XLS format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewToolbarCommand.ExportToXlsx">
      <summary>
        <para>A command that exports the grid’s data to a file in XLSX format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewToolbarCommand.FullCollapse">
      <summary>
        <para>A command that collapses all rows.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewToolbarCommand.FullExpand">
      <summary>
        <para>A command that expands all rows.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewToolbarCommand.HidePreview">
      <summary>
        <para>A command that hides the preview when the control is in batch edit mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewToolbarCommand.New">
      <summary>
        <para>A command that creates a new row.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewToolbarCommand.PreviewChanges">
      <summary>
        <para>A command that displays the changed preview information when the control is in batch edit mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewToolbarCommand.Refresh">
      <summary>
        <para>A command that refreshes grid data.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewToolbarCommand.ShowCustomizationDialog">
      <summary>
        <para>A command that controls the Customization Dialog visibility.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewToolbarCommand.ShowCustomizationWindow">
      <summary>
        <para>A command that controls the Column Chooser visibility.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewToolbarCommand.ShowFilterEditor">
      <summary>
        <para>A command that controls the <see href="https://docs.devexpress.com/AspNet/5138/components/grid-view/concepts/filter-data/filter-control">filter control</see> visibility.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewToolbarCommand.ShowFilterRow">
      <summary>
        <para>A command that controls the <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row</see> visibility.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewToolbarCommand.ShowFilterRowMenu">
      <summary>
        <para>A command that controls the filter row menu visibility.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewToolbarCommand.ShowFooter">
      <summary>
        <para>A command that controls the <see href="https://docs.devexpress.com/AspNet/3675/components/grid-view/visual-elements/footer">footer</see> visibility.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewToolbarCommand.ShowGroupPanel">
      <summary>
        <para>A command that controls the <see href="https://docs.devexpress.com/AspNet/3682/components/grid-view/visual-elements/group-panel">group panel</see> visibility.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewToolbarCommand.ShowSearchPanel">
      <summary>
        <para>A command that controls the <see href="https://docs.devexpress.com/AspNet/17646/components/grid-view/visual-elements/search-panel">search panel</see> visibility.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewToolbarCommand.Update">
      <summary>
        <para>A command that saves all the changes made to the current data row and switches the ASPxGridView to browse mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewToolbarCommand.UpdateSummaries">
      <summary>
        <para>A command that recalculates total and group summaries on the client in batch edit mode.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GridViewToolbarItem">
      <summary>
        <para>Implements the Grid View’s <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars">toolbar</see> item functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewToolbarItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewToolbarItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewToolbarItem.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="P:DevExpress.Web.GridViewToolbarItem.Command">
      <summary>
        <para>Gets or sets the name of a command executed when users click a <see href="https://docs.devexpress.com/AspNet/118563/components/grid-view/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>The toolbar item’s command name.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewToolbarItem.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.GridViewToolbarItemCollection"/> instance that is the collection of items.</value>
    </member>
    <member name="P:DevExpress.Web.GridViewToolbarItem.VisibleInBatchEditPreviewChanges">
      <summary>
        <para>Specifies whether a toolbar item is visible when the grid is in <see href="https://docs.devexpress.com/AspNet/16443/components/grid-view/concepts/edit-data/batch-edit-mode#preview-changes">Preview Changes</see> mode.</para>
      </summary>
      <value>true to display a toolbar item; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewToolbarItemCollection">
      <summary>
        <para>Represents a collection of a ASPxGridView’s toolbar items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewToolbarItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewToolbarItemCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GridViewToolbarItemCollection.#ctor(DevExpress.Web.GridToolbarItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GridViewToolbarItemCollection"/> class.</para>
      </summary>
      <param name="menuItem">A <see cref="T:DevExpress.Web.GridToolbarItem"/> object representing the menu item</param>
    </member>
    <member name="M:DevExpress.Web.GridViewToolbarItemCollection.FindByName(System.String)">
      <summary>
        <para>Returns an item object with the specified <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property value.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property value of the required toolbar item.</param>
      <returns>A <see cref="T:DevExpress.Web.GridViewToolbarItem"/> object that is the ASPxGridView toolbar item.</returns>
    </member>
    <member name="M:DevExpress.Web.GridViewToolbarItemCollection.FindByText(System.String)">
      <summary>
        <para>Returns a toolbar item with the specified text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that is the <see cref="P:DevExpress.Web.MenuItem.Text">MenuItem.Text</see> property value of the required toolbar item.</param>
      <returns>A <see cref="T:DevExpress.Web.GridViewToolbarItem"/> object with a specific value of the Text property.</returns>
    </member>
    <member name="P:DevExpress.Web.GridViewToolbarItemCollection.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.GridViewToolbarItem"/> object that represents the item at the specified position.</value>
    </member>
    <member name="T:DevExpress.Web.GridViewVerticalScrollBarStyle">
      <summary>
        <para>Lists values that specify the operating mode of the vertical scrollbar.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewVerticalScrollBarStyle.Standard">
      <summary>
        <para>The vertical scrollbar operates in the standard way; it scrolls data rows displayed within the current page.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewVerticalScrollBarStyle.Virtual">
      <summary>
        <para>Enables the virtual paging mode. End-users can navigate through data rows using the vertical scrollbar. When a scroll button is clicked, the ASPxGridView switches to the next/previous page.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GridViewVerticalScrollBarStyle.VirtualSmooth">
      <summary>
        <para>Enables the virtual paging mode. End-users can navigate through data rows using the vertical scrollbar. When a scroll button is clicked, the ASPxGridView smoothly scrolls data.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GroupBoxDecoration">
      <summary>
        <para>Lists the values that define the group box decoration type.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GroupBoxDecoration.Box">
      <summary>
        <para>The layout group is decorated with a box around its layout items.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.GroupBoxDecoration.Default">
      <summary>
        <para>The layout group decoration is automatically defined by a control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GroupBoxDecoration.HeadingLine">
      <summary>
        <para>The layout group is decorated with a heading line above its layout items.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.GroupBoxDecoration.None">
      <summary>
        <para>The layout group is not decorated.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.GroupBoxHeaderStyle">
      <summary>
        <para>Contains style settings that define the appearance of the round panel’s header when the control looks like a group box.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GroupBoxHeaderStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GroupBoxHeaderStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.GroupHeaderCommandEventArgs">
      <summary>
        <para>Provides data for the events whose functionality relates to processing the Command event fired by a child control within a templated <see href="https://docs.devexpress.com/AspNet/3622/components/site-navigation-and-layout/title-index/visual-elements/group-header">group header</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GroupHeaderCommandEventArgs.#ctor(System.Object,System.Object,System.Web.UI.WebControls.CommandEventArgs)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GroupHeaderCommandEventArgs"/> class.</para>
      </summary>
      <param name="groupValue">A <see cref="T:System.Object"/> specifying the related grouping value.</param>
      <param name="commandSource">A <see cref="T:System.Object"/> identifying the source of the command.</param>
      <param name="originalArgs">A <see cref="T:System.Web.UI.WebControls.CommandEventArgs"/> object that contains an argument for the command.</param>
    </member>
    <member name="M:DevExpress.Web.GroupHeaderCommandEventArgs.#ctor(System.Object,System.Web.UI.WebControls.CommandEventArgs)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GroupHeaderCommandEventArgs"/> class.</para>
      </summary>
      <param name="commandSource">A <see cref="T:System.Object"/> identifying the source of the command.</param>
      <param name="originalArgs">A <see cref="T:System.Web.UI.WebControls.CommandEventArgs"/> object that contains an argument for the command.</param>
    </member>
    <member name="P:DevExpress.Web.GroupHeaderCommandEventArgs.CommandSource">
      <summary>
        <para>Gets an object representing a control which forced a postback.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> representing a control which forced a postback.</value>
    </member>
    <member name="P:DevExpress.Web.GroupHeaderCommandEventArgs.GroupValue">
      <summary>
        <para>Gets the value of the group to which the processed <see href="https://docs.devexpress.com/AspNet/3622/components/site-navigation-and-layout/title-index/visual-elements/group-header">header</see> belongs.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> representing the group value of the processed group header.</value>
    </member>
    <member name="T:DevExpress.Web.GroupHeaderCommandEventHandler">
      <summary>
        <para>A method that will handle specific command events concerning manipulations with group headers.</para>
      </summary>
      <param name="source">A <see cref="T:System.Object"/> representing the event source. Identifies the <see cref="T:DevExpress.Web.ASPxTitleIndex"/> control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.GroupHeaderCommandEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.GroupHeaderTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render <see href="https://docs.devexpress.com/AspNet/3622/components/site-navigation-and-layout/title-index/visual-elements/group-header">group headers</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.GroupHeaderTemplateContainer.#ctor(System.Int32,System.Object,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.GroupHeaderTemplateContainer"/> class with the specified settings.</para>
      </summary>
      <param name="index">An integer value representing the rendered cell’s index.</param>
      <param name="groupValue">A <see cref="T:System.Object"/> representing the value of the group to which the rendered header belongs.</param>
      <param name="groupItemCount">An integer value that represents the number of items contained within the group to which the rendered header belongs.</param>
    </member>
    <member name="P:DevExpress.Web.GroupHeaderTemplateContainer.GroupItemCount">
      <summary>
        <para>Gets the number of items contained within the group whose header template is being instantiated.</para>
      </summary>
      <value>An integer value that represents the total number of data items within the group.</value>
    </member>
    <member name="P:DevExpress.Web.GroupHeaderTemplateContainer.GroupValue">
      <summary>
        <para>Gets the value of the group to which the rendered header belongs.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> specifying the related grouping value.</value>
    </member>
    <member name="T:DevExpress.Web.GroupItemLinkMode">
      <summary>
        <para>Lists the values that specify how to represent items as links within groups.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GroupItemLinkMode.ContentBounds">
      <summary>
        <para>Specifies that an item is represented by both the text and image (if any), and the item’s clickable content extends to the width of the group’s boundaries.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GroupItemLinkMode.Default">
      <summary>
        <para>Specifies that the group’s settings are taken from the navbar level’s <see cref="P:DevExpress.Web.ASPxNavBar.ItemLinkMode">ASPxNavBar.ItemLinkMode</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GroupItemLinkMode.TextAndImage">
      <summary>
        <para>Specifies that an item is represented by both the text and image (if any), and the item’s clickable content is bounded by the total size of the text and image.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.GroupItemLinkMode.TextOnly">
      <summary>
        <para>Specifies that an item is represented only by its text, and the item’s clickable content is bounded by the text length.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.HeaderButtonCheckedImageProperties">
      <summary>
        <para>Contains settings which define the normal, hottracked, and checked states of an image that can be displayed within <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">header buttons</see> of web controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.HeaderButtonCheckedImageProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.HeaderButtonCheckedImageProperties"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.HeaderButtonCheckedImageProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.HeaderButtonCheckedImageProperties"/> 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.HeaderButtonCheckedImageProperties.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.HeaderButtonCheckedImageProperties"/> class with the specified image location.</para>
      </summary>
      <param name="url">A <see cref="T:System.String"/> value that specifies the image location. This value is assigned to the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.HeaderButtonCheckedImageProperties.SpriteProperties">
      <summary>
        <para>Provides settings that allow you to define the image position within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>An object that contains image position settings.</value>
    </member>
    <member name="P:DevExpress.Web.HeaderButtonCheckedImageProperties.UrlChecked">
      <summary>
        <para>Gets or sets the URL of an image displayed when the button item is checked.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the image location.</value>
    </member>
    <member name="T:DevExpress.Web.HeaderButtonCheckedImageSpriteProperties">
      <summary>
        <para>Contains settings that define an image’s different states when it’s taken from a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.HeaderButtonCheckedImageSpriteProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the object.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.HeaderButtonCheckedImageSpriteProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the object.</para>
      </summary>
      <param name="owner">The IPropertiesOwner interface.</param>
    </member>
    <member name="P:DevExpress.Web.HeaderButtonCheckedImageSpriteProperties.CheckedCssClass">
      <summary>
        <para>Specifies the CSS class name that defines a checked state image’s position in a custom <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>Specifies the cascading style sheet class’ name.</value>
    </member>
    <member name="P:DevExpress.Web.HeaderButtonCheckedImageSpriteProperties.CheckedLeft">
      <summary>
        <para>Gets or sets a checked state image’s horizontal offset within a sprite image.</para>
      </summary>
      <value>A structure that represents the image’s horizontal offset.</value>
    </member>
    <member name="P:DevExpress.Web.HeaderButtonCheckedImageSpriteProperties.CheckedTop">
      <summary>
        <para>Gets or sets a checked state image’s vertical offset within a sprite image.</para>
      </summary>
      <value>A structure that represents the image’s vertical offset.</value>
    </member>
    <member name="T:DevExpress.Web.HeaderButtonImageProperties">
      <summary>
        <para>Contains settings which define the normal and hottracked states of an image that can be displayed within <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">header buttons</see> of web controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.HeaderButtonImageProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.HeaderButtonImageProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.HeaderButtonImageProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.HeaderButtonImageProperties"/> 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.HeaderButtonImageProperties.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.HeaderButtonImageProperties"/> class with the specified image location.</para>
      </summary>
      <param name="url">A <see cref="T:System.String"/> value that specifies the image location.</param>
    </member>
    <member name="P:DevExpress.Web.HeaderButtonImageProperties.SpriteProperties">
      <summary>
        <para>Gets the settings defining the image position within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HeaderButtonImageSpriteProperties"/> object containing image position settings.</value>
    </member>
    <member name="P:DevExpress.Web.HeaderButtonImageProperties.UrlHottracked">
      <summary>
        <para>Gets or sets the URL of the image used for an element’s hottracked state.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the location of an image.</value>
    </member>
    <member name="T:DevExpress.Web.HeaderButtonImageSpriteProperties">
      <summary>
        <para>Contains settings that define different states (normal, hottracked) of a <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">header button</see> image when it’s taken from a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.HeaderButtonImageSpriteProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.HeaderButtonImageSpriteProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.HeaderButtonImageSpriteProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.HeaderButtonImageSpriteProperties"/> 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.HeaderButtonImageSpriteProperties.HottrackedCssClass">
      <summary>
        <para>Gets or sets the name of the cascading style sheet (CSS) class that defines a hottracked state image’s position within a custom <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the name of the cascading style sheet class.</value>
    </member>
    <member name="P:DevExpress.Web.HeaderButtonImageSpriteProperties.HottrackedLeft">
      <summary>
        <para>Gets or sets a hottracked state image’s horizontal offset within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> specified via a control’s SpriteImageUrl property.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that is the horizontal offset of the image.</value>
    </member>
    <member name="P:DevExpress.Web.HeaderButtonImageSpriteProperties.HottrackedTop">
      <summary>
        <para>Gets or sets a hottracked state image’s vertical offset within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> specified via a control’s SpriteImageUrl property.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that is the vertical offset of the image.</value>
    </member>
    <member name="T:DevExpress.Web.HeaderFilterMode">
      <summary>
        <para>Lists values that specify the <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">header filter</see> mode used in a grid. This enumeration is now obsolete. Use the <see cref="T:DevExpress.Web.GridHeaderFilterMode"/> enumeration instead.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.HeaderFilterMode.CheckedList">
      <summary>
        <para>The <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">Header Filter</see> is displayed as a checked list of filter items. In this mode, an end&#0045;user can select more than one item simultaneously. When the dropdown window is closed by clicking the OK button, the grid will display those records that contain the checked values.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.HeaderFilterMode.List">
      <summary>
        <para>The <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">Header Filter</see> is displayed as a regular list of filter items. Clicking an item invokes a corresponding action, and automatically closes the dropdown.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.HeaderStyle">
      <summary>
        <para>Provides style settings for panel headers.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.HeaderStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.HeaderStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.HeaderStyle.Height">
      <summary>
        <para>Gets or sets the panel’s height.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the panel’s height.</value>
    </member>
    <member name="T:DevExpress.Web.HeaderStyleBase">
      <summary>
        <para>Represents a base for classes containing style settings for a panel header.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.HeaderStyleBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.HeaderStyleBase"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.HeadlineContentStyle">
      <summary>
        <para>Provides style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3636/components/data-and-image-navigation/headline/visual-elements#content">content</see> of individual headlines and headlines displayed within the <see cref="T:DevExpress.Web.ASPxNewsControl"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.HeadlineContentStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.HeadlineContentStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.HeadlineDateStyle">
      <summary>
        <para>Provides style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3636/components/data-and-image-navigation/headline/visual-elements#date">date</see> of individual headlines and headlines displayed within the <see cref="T:DevExpress.Web.ASPxNewsControl"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.HeadlineDateStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.HeadlineDateStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.HeadlineImagePosition">
      <summary>
        <para>Lists values that specify the image position within the headline.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.HeadlineImagePosition.Left">
      <summary>
        <para>The image is displayed within the headline’s left panel.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.HeadlineImagePosition.Right">
      <summary>
        <para>The image is displayed within the headline’s right panel.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.HeadlineImages">
      <summary>
        <para>Contains settings that allow images to be defined for the <see cref="T:DevExpress.Web.ASPxHeadline"/>‘s specific elements.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.HeadlineImages.Image">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.HeadlineImages.ImageName">
      <summary>
        <para>Represents the name of the Headline image file which is used in the <see cref="T:DevExpress.Web.ASPxHeadline"/> control.</para>
        <para>This name is equal to “hlImage.gif”.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.HeadlinePanelStyle">
      <summary>
        <para>Provides style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3636/components/data-and-image-navigation/headline/visual-elements#left-panel">left</see> and <see href="https://docs.devexpress.com/AspNet/3636/components/data-and-image-navigation/headline/visual-elements#right-panel">right panel</see> of individual headlines, and headlines displayed within the <see cref="T:DevExpress.Web.ASPxNewsControl"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.HeadlinePanelStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.HeadlinePanelStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.HeadlinePanelStyle.ImageSpacing">
      <summary>
        <para>Gets or sets the distance between an image and text within a <see href="https://docs.devexpress.com/AspNet/3636/components/data-and-image-navigation/headline/visual-elements#left-panel">panel</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.HeadlinePanelStyle.VerticalAlign">
      <summary>
        <para>Gets or sets the vertical alignment of the panel’s contents.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.VerticalAlign"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.HeadlineSettings">
      <summary>
        <para>Contains headline settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.HeadlineSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.HeadlineSettings"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.HeadlineSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.HeadlineSettings"/> 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.HeadlineSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.HeadlineSettings.DateFormatString">
      <summary>
        <para>Gets or sets the pattern used to format the headline’s <see href="https://docs.devexpress.com/AspNet/3636/components/data-and-image-navigation/headline/visual-elements#date">date</see>.</para>
      </summary>
      <value>A string value that represents the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.HeadlineSettings.DateHorizontalPosition">
      <summary>
        <para>Gets or sets the date’s horizontal position within the headline.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DateHorizontalPosition"/> enumeration value that specifies the date’s horizontal position within the headline.</value>
    </member>
    <member name="P:DevExpress.Web.HeadlineSettings.DateVerticalPosition">
      <summary>
        <para>Gets or sets the date’s vertical position within the headline.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DateVerticalPosition"/> enumeration value that specifies the date’s vertical position within the headline.</value>
    </member>
    <member name="P:DevExpress.Web.HeadlineSettings.ImagePosition">
      <summary>
        <para>Gets or sets the image position within the headline.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.HeadlineImagePosition"/> enumeration value which specifies the image’s position within the headline.</value>
    </member>
    <member name="P:DevExpress.Web.HeadlineSettings.MaxLength">
      <summary>
        <para>Gets or sets the maximum length of the headline’s text.</para>
      </summary>
      <value>An integer value that specifies the maximum number of characters within the headline’s text. 0 if there is no maximum length.</value>
    </member>
    <member name="P:DevExpress.Web.HeadlineSettings.ShowContentAsLink">
      <summary>
        <para>Gets or sets whether the headline’s text is displayed as a hyper link.</para>
      </summary>
      <value>true to display the headline’s text as a hyper link; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.HeadlineSettings.ShowContentInToolTip">
      <summary>
        <para>Gets or sets whether the headline’s tooltip displays the full content, if it’s clipped within the headline.</para>
      </summary>
      <value>true to display the full headline’s content within a tooltip; false, if the tooltip’s text is specified by the <see cref="P:DevExpress.Web.HeadlineSettings.ToolTip">HeadlineSettings.ToolTip</see> property.</value>
    </member>
    <member name="P:DevExpress.Web.HeadlineSettings.ShowHeaderAsLink">
      <summary>
        <para>Gets or sets whether the header’s text is displayed as a hyper link.</para>
      </summary>
      <value>true to display the header’s text as a hyper link; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.HeadlineSettings.ShowImageAsLink">
      <summary>
        <para>Gets or sets whether the headline’s image is displayed as a hyper link.</para>
      </summary>
      <value>true to display the headline’s image as a hyper link; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.HeadlineSettings.TailImage">
      <summary>
        <para>Gets the tail image settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HeadlineTailImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.HeadlineSettings.TailImagePosition">
      <summary>
        <para>Gets or sets the position of the tail image.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TailImagePosition"/> enumeration value that specifies the location of the tail image referenced to the tail text.</value>
    </member>
    <member name="P:DevExpress.Web.HeadlineSettings.TailPosition">
      <summary>
        <para>Gets or sets the position of the tail text within the headline.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TailPosition"/> enumeration value that specifies the position of the tail text within the headline.</value>
    </member>
    <member name="P:DevExpress.Web.HeadlineSettings.TailText">
      <summary>
        <para>Gets or sets the tail text.</para>
      </summary>
      <value>A string value that specifies the tail text.</value>
    </member>
    <member name="P:DevExpress.Web.HeadlineSettings.Target">
      <summary>
        <para>Gets or sets the window or frame at which to target the contents of the URL associated with the headline.</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.HeadlineSettings.ToolTip">
      <summary>
        <para>Gets or sets the headline’s tooltip text.</para>
      </summary>
      <value>A string value that specifies the text displayed within the headline’s tooltip.</value>
    </member>
    <member name="T:DevExpress.Web.HeadlineStyle">
      <summary>
        <para>Provides style settings used to paint headline headers.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.HeadlineStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.HeadlineStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.HeadlineStyle.LineHeight">
      <summary>
        <para>Gets or sets the height of a text line.</para>
      </summary>
      <value>An integer value that specifies the height of a text line, in pixels.</value>
    </member>
    <member name="T:DevExpress.Web.HeadlineStyles">
      <summary>
        <para>Contains settings that allow the <see cref="T:DevExpress.Web.ASPxHeadline"/>‘s appearance to be defined.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.HeadlineStyles.Content">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.HeadlineStyles.ContentStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.HeadlineStyles.Date">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.HeadlineStyles.DateStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.HeadlineStyles.Header">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.HeadlineStyles.HeaderStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.HeadlineStyles.LeftPanel">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.HeadlineStyles.LeftPanelStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.HeadlineStyles.RightPanel">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.HeadlineStyles.RightPanelStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.HeadlineStyles.Tail">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.HeadlineStyles.TailStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.HeadlineTailImageProperties">
      <summary>
        <para>Contains settings that define the headline’s <see href="https://docs.devexpress.com/AspNet/3636/components/data-and-image-navigation/headline/visual-elements#tail-image">tail image</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.HeadlineTailImageProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.HeadlineTailImageProperties"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.HeadlineTailImageProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.HeadlineTailImageProperties"/> 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.HeadlineTailImageProperties.Align">
      <summary>
        <para>Gets or sets the alignment of the tail image.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.ImageAlign"/> enumeration value that specifies the image alignment.</value>
    </member>
    <member name="T:DevExpress.Web.HeadlineTailStyle">
      <summary>
        <para>Provides style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3636/components/data-and-image-navigation/headline/visual-elements#tail">tail</see> of individual headlines and headlines displayed within the <see cref="T:DevExpress.Web.ASPxNewsControl"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.HeadlineTailStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.HeadlineTailStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.HeadlineTailStyle.ImageSpacing">
      <summary>
        <para>Gets or sets the distance between a tail image and text.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="T:DevExpress.Web.HelpTextDisplayMode">
      <summary>
        <para>Lists the values that specify how to display a help text.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.HelpTextDisplayMode.Inline">
      <summary>
        <para>The help text is constantly displayed at its location.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.HelpTextDisplayMode.Popup">
      <summary>
        <para>The help text is dynamically displayed when the corresponding control is focused.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.HelpTextHorizontalAlign">
      <summary>
        <para>Specifies the help text horizontal alignment.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.HelpTextHorizontalAlign.Auto">
      <summary>
        <para>The help text is automatically aligned within its parent container.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.HelpTextHorizontalAlign.Center">
      <summary>
        <para>The element is displayed at the center of its parent container.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.HelpTextHorizontalAlign.Left">
      <summary>
        <para>The element is displayed at the left of its parent container.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.HelpTextHorizontalAlign.Right">
      <summary>
        <para>The element is displayed at the right of its parent container.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.HelpTextPosition">
      <summary>
        <para>Specifies a help text’s position relative to a control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.HelpTextPosition.Auto">
      <summary>
        <para>The element is automatically displayed at the default position.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.HelpTextPosition.Bottom">
      <summary>
        <para>A help text is displayed at the bottom of the nested control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.HelpTextPosition.Left">
      <summary>
        <para>A help text is displayed at the left of the nested control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.HelpTextPosition.Right">
      <summary>
        <para>A help text is displayed at the right of the nested control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.HelpTextPosition.Top">
      <summary>
        <para>A help text is displayed at the top of the nested control.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.HelpTextStyle">
      <summary>
        <para>Defines style settings for the help text.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.HelpTextStyle.#ctor">
      <summary>
        <para>Initialize a new instance of the <see cref="T:DevExpress.Web.HelpTextStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.HelpTextVerticalAlign">
      <summary>
        <para>Specifies the help text vertical alignment.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.HelpTextVerticalAlign.Auto">
      <summary>
        <para>The help text is automatically aligned within its parent container.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.HelpTextVerticalAlign.Bottom">
      <summary>
        <para>The element is displayed at the bottom of its parent container.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.HelpTextVerticalAlign.Middle">
      <summary>
        <para>The element is displayed in the middle of its parent container.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.HelpTextVerticalAlign.Top">
      <summary>
        <para>The element is displayed at the top of its parent container.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.HiddenFieldClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events available for the <see cref="T:DevExpress.Web.ASPxHiddenField"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.HiddenFieldClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.HiddenFieldClientSideEvents"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.HiddenFieldClientSideEvents.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.HiddenFieldClientSideEvents"/> 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.HierarchicalCollection`1">
      <summary>
        <para>Represents a collection to store hierarchical data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.HierarchicalCollection`1.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.HierarchicalCollection`1"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.HierarchicalCollection`1.FindAllRecursive(System.Predicate{`0})">
      <summary>
        <para>Returns all elements that match the conditions defined by the specified predicate.</para>
      </summary>
      <param name="match">A delegate that defines the conditions of the elements to search for.</param>
      <returns>A collection of the elements that match the conditions defined by the predicate.</returns>
    </member>
    <member name="M:DevExpress.Web.HierarchicalCollection`1.FindRecursive(System.Predicate{`0})">
      <summary>
        <para>Returns the first element that matches the conditions defined by the specified predicate.</para>
      </summary>
      <param name="match">A delegate that defines the conditions of the elements to search for.</param>
      <returns>The element that matches the conditions defined by the predicate.</returns>
    </member>
    <member name="M:DevExpress.Web.HierarchicalCollection`1.GetHierarchyData(System.Object)">
      <summary>
        <para>Returns a hierarchical data item for the specified enumerated item.</para>
      </summary>
      <param name="enumeratedItem">The object for which to return an <see cref="T:System.Web.UI.IHierarchyData"/>.</param>
      <returns>A <see cref="T:System.Web.UI.IHierarchyData"/> that represents the object passed to the GetHierarchyData.</returns>
    </member>
    <member name="M:DevExpress.Web.HierarchicalCollection`1.RemoveAllRecursive(System.Predicate{`0})">
      <summary>
        <para>Removes all items that match the conditions defined by the specified predicate from the hierarchical collection.</para>
      </summary>
      <param name="match">A delegate that defines the conditions of the elements to remove.</param>
    </member>
    <member name="T:DevExpress.Web.HintClientSideEvents">
      <summary>
        <para>Contains a client-side hint’s event list.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.HintClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.HintClientSideEvents"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.HintClientSideEvents.Hiding">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client Hiding 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="P:DevExpress.Web.HintClientSideEvents.Showing">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client Showing 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.HintPosition">
      <summary>
        <para>Lists values that specify the hint’s position relative to the target element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.HintPosition.Bottom">
      <summary>
        <para>A hint is displayed at the bottom side of the UI element.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.HintPosition.Left">
      <summary>
        <para>A hint is displayed at the left side of the UI element.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.HintPosition.Right">
      <summary>
        <para>A hint is displayed at the right side of the UI element.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.HintPosition.Top">
      <summary>
        <para>A hint is displayed at the top side of the UI element.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.HintTriggerAction">
      <summary>
        <para>Specifies which action triggers a hint.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.HintTriggerAction.Click">
      <summary>
        <para>A hint is displayed when a user clicks a target UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.HintTriggerAction.Hover">
      <summary>
        <para>A hint is displayed when a user hovers a target UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.HintTriggerAction.HoverAndFocus">
      <summary>
        <para>A hint is displayed when a user hovers and focuses a target UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.HintTriggerAction.None">
      <summary>
        <para>No user action triggers a hint.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.HottrackedImageProperties">
      <summary>
        <para>Contains settings which define the normal and hottracked states of an image that can be displayed within particular elements of web controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.HottrackedImageProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.HottrackedImageProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.HottrackedImageProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.HottrackedImageProperties"/> 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.HottrackedImageProperties.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.HottrackedImageProperties"/> class with the specified image location.</para>
      </summary>
      <param name="url">A <see cref="T:System.String"/> value that specifies the image location.</param>
    </member>
    <member name="P:DevExpress.Web.HottrackedImageProperties.SpriteProperties">
      <summary>
        <para>Gets the settings defining the image position within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HottrackedImageSpriteProperties"/> object containing image position settings.</value>
    </member>
    <member name="P:DevExpress.Web.HottrackedImageProperties.UrlHottracked">
      <summary>
        <para>Gets or sets the URL of the image used for an element’s hottracked state.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the location of an image.</value>
    </member>
    <member name="T:DevExpress.Web.HottrackedImageSpriteProperties">
      <summary>
        <para>Contains settings that define the hottracked state of an image when it’s taken from a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.HottrackedImageSpriteProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.HottrackedImageSpriteProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.HottrackedImageSpriteProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.HottrackedImageSpriteProperties"/> 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.HottrackedImageSpriteProperties.HottrackedCssClass">
      <summary>
        <para>Gets or sets the name of the cascading style sheet (CSS) class that defines a hottracked state image’s position within a custom <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the cascading style sheet class’ name.</value>
    </member>
    <member name="P:DevExpress.Web.HottrackedImageSpriteProperties.HottrackedLeft">
      <summary>
        <para>Gets or sets a hottracked state image’s horizontal offset within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> specified via a control’s SpriteImageUrl property.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the image’s horizontal offset.</value>
    </member>
    <member name="P:DevExpress.Web.HottrackedImageSpriteProperties.HottrackedTop">
      <summary>
        <para>Gets or sets a hottracked state image’s vertical offset within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> specified via a control’s SpriteImageUrl property.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the image’s vertical offset.</value>
    </member>
    <member name="T:DevExpress.Web.Html5AudioObjectProperties">
      <summary>
        <para>Provides settings for HTML5 audio objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Html5AudioObjectProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Html5AudioObjectProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Html5AudioObjectProperties.#ctor(DevExpress.Web.ASPxObjectContainer)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Html5AudioObjectProperties"/> class with the specified owner.</para>
      </summary>
      <param name="objectContainer">An <see cref="T:DevExpress.Web.ASPxObjectContainer"/> object that is the owner of the created object.</param>
    </member>
    <member name="T:DevExpress.Web.Html5ObjectPropertiesBase">
      <summary>
        <para>Serves as a base class for the <see cref="T:DevExpress.Web.Html5AudioObjectProperties"/> and <see cref="T:DevExpress.Web.Html5VideoObjectProperties"/> classes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Html5ObjectPropertiesBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Html5ObjectPropertiesBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Html5ObjectPropertiesBase.#ctor(DevExpress.Web.ASPxObjectContainer)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Html5ObjectPropertiesBase"/> class with the specified owner.</para>
      </summary>
      <param name="objectContainer">An <see cref="T:DevExpress.Web.ASPxObjectContainer"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Html5ObjectPropertiesBase.Assign(DevExpress.Web.ObjectProperties)">
      <summary>
        <para>Copies public properties from the specified <see cref="T:DevExpress.Web.ObjectProperties"/> object to the current one.</para>
      </summary>
      <param name="objectProperties">A <see cref="T:DevExpress.Web.ObjectProperties"/> object whose properties are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Html5ObjectPropertiesBase.AutoPlay">
      <summary>
        <para>Specifies if a media file will start playing automatically.</para>
      </summary>
      <value>true, if autoplay is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Html5ObjectPropertiesBase.Loop">
      <summary>
        <para>Specifies if a media file repeats indefinitely, or stops when it reaches the last frame.</para>
      </summary>
      <value>true, to loop movie playback; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Html5ObjectPropertiesBase.Muted">
      <summary>
        <para>Specifies if a media file output should be muted</para>
      </summary>
      <value>true, to mute audio; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Html5ObjectPropertiesBase.PreloadMode">
      <summary>
        <para>Specifies how a media file should be loaded when the page loads.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Html5PreloadMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.Html5ObjectPropertiesBase.ShowControls">
      <summary>
        <para>Specifies if the media player controls should be displayed.</para>
      </summary>
      <value>true, if media player controls are displayed; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.Html5PreloadMode">
      <summary>
        <para>Lists the values that specify how a media file should be loaded when the page loads.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Html5PreloadMode.Auto">
      <summary>
        <para>The browser loads the entire video when the page loads.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Html5PreloadMode.Metadata">
      <summary>
        <para>The browser loads only metadata when the page loads.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Html5PreloadMode.None">
      <summary>
        <para>The browser does not load a media file when the page loads.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Html5VideoObjectProperties">
      <summary>
        <para>Provides settings for HTML5 video objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Html5VideoObjectProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Html5VideoObjectProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Html5VideoObjectProperties.#ctor(DevExpress.Web.ASPxObjectContainer)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Html5VideoObjectProperties"/> class with the specified owner.</para>
      </summary>
      <param name="objectContainer">An <see cref="T:DevExpress.Web.ASPxObjectContainer"/> object that is the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.Html5VideoObjectProperties.Assign(DevExpress.Web.ObjectProperties)">
      <summary>
        <para>Copies public properties from the specified <see cref="T:DevExpress.Web.ObjectProperties"/> object to the current one.</para>
      </summary>
      <param name="objectProperties">A <see cref="T:DevExpress.Web.ObjectProperties"/> object whose properties are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.Html5VideoObjectProperties.PosterUrl">
      <summary>
        <para>Specifies a URL to an image that is shown while the video file is downloading, or until an end-user clicks the play button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the poster URL.</value>
    </member>
    <member name="T:DevExpress.Web.HtmlAlign">
      <summary>
        <para>Lists values that specify the position of the Flash SWF window in the browser window.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.HtmlAlign.Bottom">
      <summary>
        <para>Aligns the SWF file along the bottom edge of the browser window.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.HtmlAlign.Left">
      <summary>
        <para>Aligns the SWF file along the left edge of the browser window.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.HtmlAlign.NotSet">
      <summary>
        <para>Centers the Flash content in the browser window.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.HtmlAlign.Right">
      <summary>
        <para>Aligns the SWF file along the right edge of the browser window.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.HtmlAlign.Top">
      <summary>
        <para>Aligns the SWF file along the top edge of the browser window.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.HyperLinkProperties">
      <summary>
        <para>Contains settings specific to a hyperlink editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.HyperLinkProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.HyperLinkProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.HyperLinkProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.HyperLinkProperties"/> 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.HyperLinkProperties.AllowEllipsisInText">
      <summary>
        <para>Specifies if the hyper link editor can automatically truncate the text content if it don’t fit into the editor width.</para>
      </summary>
      <value>true, to automatically truncate text; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.HyperLinkProperties.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.HyperLinkProperties.DisplayFormatString">
      <summary>
        <para>Gets or sets the pattern used to format the editor’s value for display purposes.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that represents the format pattern.</value>
    </member>
    <member name="M:DevExpress.Web.HyperLinkProperties.GetExportNavigateUrl(DevExpress.Web.CreateDisplayControlArgs)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.HyperLinkProperties.GetExportValue(DevExpress.Web.CreateDisplayControlArgs)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.HyperLinkProperties.GetNavigateUrl(DevExpress.Web.CreateDisplayControlArgs)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.HyperLinkProperties.ImageHeight">
      <summary>
        <para>Gets or sets the height of the image displayed within the hyperlink editor control.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the image’s height.</value>
    </member>
    <member name="P:DevExpress.Web.HyperLinkProperties.ImageUrl">
      <summary>
        <para>Gets or sets the path to the image displayed within the editor.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value which specifies the URL that represents the path to the image displayed within the editor.</value>
    </member>
    <member name="P:DevExpress.Web.HyperLinkProperties.ImageUrlField">
      <summary>
        <para>Gets or sets the data source field that provides image locations for the inplace editor’s hyperlink.</para>
      </summary>
      <value>A string value that specifies the name of the data source field from which an inplace editor obtains its image’s location.</value>
    </member>
    <member name="P:DevExpress.Web.HyperLinkProperties.ImageWidth">
      <summary>
        <para>Gets or sets the width of the image displayed within the hyperlink editor control.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the image’s width.</value>
    </member>
    <member name="P:DevExpress.Web.HyperLinkProperties.NavigateUrlFormatString">
      <summary>
        <para>Gets or sets the pattern used to format the navigation location for the inplace editor’s hyperlink.</para>
      </summary>
      <value>A string value that represents the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.HyperLinkProperties.RemovePotentiallyDangerousNavigateUrl">
      <summary>
        <para>Specifies whether to remove potentially dangerous navigate URLs within a hyperlink column.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.HyperLinkProperties.Target">
      <summary>
        <para>Gets or sets the window or frame at which to target the contents of the URL associated with the editor.</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.HyperLinkProperties.Text">
      <summary>
        <para>Gets or sets the text caption displayed for the hyperlink in the hyperlink editor.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the text caption for the hyperlink in the editor.</value>
    </member>
    <member name="P:DevExpress.Web.HyperLinkProperties.TextField">
      <summary>
        <para>Gets or sets the data source field that provides caption texts for the inplace editor’s hyperlink.</para>
      </summary>
      <value>A string value that specifies the name of the data source field from which an inplace editor obtains its caption texts.</value>
    </member>
    <member name="P:DevExpress.Web.HyperLinkProperties.TextFormatString">
      <summary>
        <para>Gets or sets the pattern used to format the hyperlinks’s caption text within the inplace hyperlink editor.</para>
      </summary>
      <value>A string value that represents the format pattern.</value>
    </member>
    <member name="T:DevExpress.Web.IconType">
      <summary>
        <para>Lists values used to specify the type of resource icons.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.IconType.Icons16x16">
      <summary>
        <para>Identifies resources for colored icons, size 16x16.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.IconType.Icons16x16devav">
      <summary>
        <para>Identifies resources for DevAV icons, size 16x16.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.IconType.Icons16x16gray">
      <summary>
        <para>Identifies resources for gray icons, size 16x16.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.IconType.Icons16x16office">
      <summary>
        <para>Identifies resources for Office inspired icons, size 16x16.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.IconType.Icons16x16office2013">
      <summary>
        <para>Identifies resources for Office 2013 inspired icons, size 16x16.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.IconType.Icons32x32">
      <summary>
        <para>Identifies resources for colored icons, size 32x32.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.IconType.Icons32x32devav">
      <summary>
        <para>Identifies resources for DevAV icons, size 32x32.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.IconType.Icons32x32gray">
      <summary>
        <para>Identifies resources for gray icons, size 32x32.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.IconType.Icons32x32office2013">
      <summary>
        <para>Identifies resources for Office 2013 inspired icons, size 32x32.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.IconType.NotSet">
      <summary>
        <para>No icons are used.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.IFilterablePropertyInfo">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.IFilterablePropertyInfo.DisplayName">
      <summary>
        <para>When overridden in descendants, gets the filterable property’s display name.</para>
      </summary>
      <value>A <see cref="T:System.Type"/> object that represents the filterable property’s display name.</value>
    </member>
    <member name="P:DevExpress.Web.IFilterablePropertyInfo.PropertyName">
      <summary>
        <para>When overridden in descendants, gets the filterable property’s name.</para>
      </summary>
      <value>A string object that represents the filterable property’s name.</value>
    </member>
    <member name="P:DevExpress.Web.IFilterablePropertyInfo.PropertyType">
      <summary>
        <para>When overridden in descendants, gets the filterable property’s type.</para>
      </summary>
      <value>A <see cref="T:System.Type"/> object that represents the filterable property’s type.</value>
    </member>
    <member name="T:DevExpress.Web.ImageEditProperties">
      <summary>
        <para>Contains settings specific to an image editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageEditProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageEditProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageEditProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageEditProperties"/> 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.ImageEditProperties.SpriteCssClass">
      <summary>
        <para>Gets or sets the name of the cascading style sheet (CSS) class that specifies the sprite image.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the cascading style sheet class’s name.</value>
    </member>
    <member name="P:DevExpress.Web.ImageEditProperties.SpriteLeft">
      <summary>
        <para>Gets or sets the image’s horizontal offset within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>, specified via the <see cref="P:DevExpress.Web.ASPxImage.SpriteImageUrl">ASPxImage.SpriteImageUrl</see> property.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the image’s horizontal offset.</value>
    </member>
    <member name="P:DevExpress.Web.ImageEditProperties.SpriteTop">
      <summary>
        <para>Gets or sets the image’s vertical offset within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>, specified via the <see cref="P:DevExpress.Web.ASPxImage.SpriteImageUrl">ASPxImage.SpriteImageUrl</see> property.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the image’s vertical offset.</value>
    </member>
    <member name="T:DevExpress.Web.ImageEditPropertiesBase">
      <summary>
        <para>Contains the base settings specific to editors which are capable of displaying images.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageEditPropertiesBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageEditPropertiesBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageEditPropertiesBase.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageEditPropertiesBase"/> 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.ImageEditPropertiesBase.AlternateText">
      <summary>
        <para>Gets or sets the alternate text displayed instead of the image when the 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.ImageEditPropertiesBase.AlternateTextField">
      <summary>
        <para>Gets or sets the data source field that provides alternate texts to the inplace image editor.</para>
      </summary>
      <value>A string value that specifies the name of the data source field which contains alternate texts.</value>
    </member>
    <member name="P:DevExpress.Web.ImageEditPropertiesBase.AlternateTextFormatString">
      <summary>
        <para>Gets or sets the pattern used to format the image’s alternate text.</para>
      </summary>
      <value>A string value that represents the format pattern.</value>
    </member>
    <member name="M:DevExpress.Web.ImageEditPropertiesBase.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.ImageEditPropertiesBase.DescriptionUrl">
      <summary>
        <para>Gets or sets the location of the image’s detailed description.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the URL for the file that contains a detailed description for the image.</value>
    </member>
    <member name="P:DevExpress.Web.ImageEditPropertiesBase.DescriptionUrlField">
      <summary>
        <para>Gets or sets the data source field which contains locations to image detailed descriptions of the inplace editor.</para>
      </summary>
      <value>A string value that specifies the name of the data source field from which an inplace editor obtains URLs pointing to detailed image description files.</value>
    </member>
    <member name="P:DevExpress.Web.ImageEditPropertiesBase.DescriptionUrlFormatString">
      <summary>
        <para>Gets or sets the pattern used to format the location of the image’s detailed description.</para>
      </summary>
      <value>A string value that represents the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.ImageEditPropertiesBase.EmptyImage">
      <summary>
        <para>Gets the settings of an image which is displayed by the editor if the editor’s value is null.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageEditPropertiesBase.ExportImageSettings">
      <summary>
        <para>Provides access to settings that are applied to an exported binary image.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ExportBinaryImageSettings"/> object that contains binary image settings.</value>
    </member>
    <member name="M:DevExpress.Web.ImageEditPropertiesBase.GetDisplayControlDefaultAlign">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImageEditPropertiesBase.ImageAlign">
      <summary>
        <para>Gets or sets the alignment of the image control in relation to the other items on the web page.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.ImageAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ImageEditPropertiesBase.ImageHeight">
      <summary>
        <para>Gets or sets the height of the image displayed within the image control.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the image’s height.</value>
    </member>
    <member name="P:DevExpress.Web.ImageEditPropertiesBase.ImageUrlFormatString">
      <summary>
        <para>Gets or sets the pattern used to format the URL that points to the image displayed in the editor.</para>
      </summary>
      <value>A string value that represents the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.ImageEditPropertiesBase.ImageWidth">
      <summary>
        <para>Gets or sets the width of the image displayed within the image control.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value representing the image’s width.</value>
    </member>
    <member name="P:DevExpress.Web.ImageEditPropertiesBase.IsPng">
      <summary>
        <para>Gets or sets a value that specifies whether the image defined by the <see cref="T:DevExpress.Web.ImageEditPropertiesBase"/> class is of the PNG type.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImageEditPropertiesBase.LoadingImageUrl">
      <summary>
        <para>Specifies a custom loading image.</para>
      </summary>
      <value>A string value that is the URL to the loading image.</value>
    </member>
    <member name="P:DevExpress.Web.ImageEditPropertiesBase.ShowLoadingImage">
      <summary>
        <para>Specifies whether the loading image is displayed while the main image is being loaded.</para>
      </summary>
      <value>true, to display loading image, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ImageEditPropertiesBase.ToolTip">
      <summary>
        <para>Gets or sets the text displayed when the mouse pointer hovers over the image.</para>
      </summary>
      <value>A string which specifies the tooltip’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ImageEditPropertiesBase.ToolTipField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) which provides the tooltip text for images.</para>
      </summary>
      <value>A string value that specifies the name of the required data source field.</value>
    </member>
    <member name="P:DevExpress.Web.ImageEditPropertiesBase.ToolTipFormatString">
      <summary>
        <para>Gets or sets the pattern used to format the image’s tooltip text.</para>
      </summary>
      <value>A string value that represents the format pattern.</value>
    </member>
    <member name="T:DevExpress.Web.ImageGalleryBreakpoint">
      <summary>
        <para>Provides settings that allows you to specify breakpoints at which the Image Gallery rearranges its  items if the browser width changes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryBreakpoint.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageGalleryBreakpoint"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryBreakpoint.#ctor(DevExpress.Web.BreakpointsLayoutDeviceSizes,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageGalleryBreakpoint"/> class.</para>
      </summary>
      <param name="deviceSize">A <see cref="T:DevExpress.Web.BreakpointsLayoutDeviceSizes"/> object representing the device size.</param>
      <param name="itemsPerRow">An integer value representing the number of items in a row.</param>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryBreakpoint.#ctor(System.Int32,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageGalleryBreakpoint"/> class.</para>
      </summary>
      <param name="maxWidth">An integer value specifying the browser’s maximum width.</param>
      <param name="itemsPerRow">An integer value specifying the number of items in a row.</param>
    </member>
    <member name="T:DevExpress.Web.ImageGalleryBreakpointsLayoutSettings">
      <summary>
        <para>Contains settings that relate to a control’s Breakpoints layout mode.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryBreakpointsLayoutSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageGalleryBreakpointsLayoutSettings"/> 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.ImageGalleryBreakpointsLayoutSettings.Breakpoints">
      <summary>
        <para>Provides access to the breakpoints collection.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.BreakpointsLayoutCollection`1"/>&lt;<see cref="T:DevExpress.Web.ImageGalleryBreakpoint"/>,&gt; object that represents a collection of breakpoints.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryBreakpointsLayoutSettings.ItemsPerPage">
      <summary>
        <para>Specifies the number of items the control displays on a page.</para>
      </summary>
      <value>An integer value specifying the number of items on a page.</value>
    </member>
    <member name="T:DevExpress.Web.ImageGalleryButtonStyle">
      <summary>
        <para>Defines style settings for a button within the ASPxImageGallery control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryButtonStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageGalleryButtonStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryButtonStyle.DisabledStyle">
      <summary>
        <para>Contains the style settings which define a button’s appearance in the disabled state.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.DisabledStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryButtonStyle.PressedStyle">
      <summary>
        <para>Gets the style settings which define a button’s appearance in the pressed state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains the pressed style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryButtonStyle.Width">
      <summary>
        <para>Gets or sets the width of a <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#navigation-buttons">navigation button</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that specifies the width.</value>
    </member>
    <member name="T:DevExpress.Web.ImageGalleryClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events available for the ASPxImageGallery control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageGalleryClientSideEvents"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryClientSideEvents.FullscreenViewerActiveItemIndexChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientImageGallery.FullscreenViewerActiveItemIndexChanged</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryClientSideEvents.FullscreenViewerShowing">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientImageGallery.FullscreenViewerShowing</b> event.</para>
      </summary>
      <value>A string that is 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.ImageGalleryCustomImageProcessingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxImageGallery.CustomImageProcessing">ASPxImageGallery.CustomImageProcessing</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryCustomImageProcessingEventArgs.#ctor(System.Drawing.Graphics,System.Drawing.Bitmap,DevExpress.Web.ImageGalleryImageLocation)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageGalleryCustomImageProcessingEventArgs"/> class.</para>
      </summary>
      <param name="graphics">An  object that provides methods for drawing objects over an image.</param>
      <param name="image">A <see cref="T:System.Drawing.Bitmap"/> object that is the processed image.</param>
      <param name="imageLocation">One of the  enumeration values specifying the location of the processed image.</param>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryCustomImageProcessingEventArgs.Graphics">
      <summary>
        <para>Provides methods for drawing objects over an image.</para>
      </summary>
      <value>An <see cref="T:System.Drawing.Graphics"/> object.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryCustomImageProcessingEventArgs.Image">
      <summary>
        <para>Provides access to a Bitmap object that is the processed image.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Bitmap"/> object that is the image.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryCustomImageProcessingEventArgs.ImageLocation">
      <summary>
        <para>Gets the value specifying the location of the processed image.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ImageGalleryImageLocation"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.ImageGalleryCustomImageProcessingEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxImageGallery.CustomImageProcessing">ASPxImageGallery.CustomImageProcessing</see> event.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ImageGalleryCustomImageProcessingEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ImageGalleryFlowLayoutSettings">
      <summary>
        <para>Contains settings that relate to a control’s flow layout.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryFlowLayoutSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageGalleryFlowLayoutSettings"/> 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.ImageGalleryFlowLayoutSettings.ItemsPerPage">
      <summary>
        <para>Gets or sets the number of items that a page displays in flow mode.</para>
      </summary>
      <value>An integer value that specifies the number of items that a page displays.</value>
    </member>
    <member name="T:DevExpress.Web.ImageGalleryFolderSettings">
      <summary>
        <para>Contains settings that relate to the folder properties in the ASPxImageGallery.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryFolderSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageGalleryFolderSettings"/> 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.ImageGalleryFolderSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.ImageGalleryFolderSettings.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.ImageGalleryFolderSettings.ImageSourceFolder">
      <summary>
        <para>Gets or sets the path to the folder that contains images displayed by the control.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the path to the images.</value>
    </member>
    <member name="T:DevExpress.Web.ImageGalleryFullscreenViewerImages">
      <summary>
        <para>Contains settings that allow images to be defined for the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#fullscreen-viewer">fullscreen viewer</see>‘s specific elements.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryFullscreenViewerImages.CloseButton">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#close-button">close button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.ImageGalleryFullscreenViewerImages.CloseButtonImageName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryFullscreenViewerImages.NavigationBarMarker">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#navigation-bar-marker">navigation bar marker</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.ImageGalleryFullscreenViewerImages.NavigationBarMarkerImageName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryFullscreenViewerImages.NextButton">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#navigation-buttons">next navigation button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.ImageGalleryFullscreenViewerImages.NextButtonImageName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryFullscreenViewerImages.PauseButton">
      <summary>
        <para>Gets the settings of an image displayed within a <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#play-and-pause-buttons">pause button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.ImageGalleryFullscreenViewerImages.PauseButtonImageName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryFullscreenViewerImages.PlayButton">
      <summary>
        <para>Gets the settings of an image displayed within a <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#play-and-pause-buttons">play button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.ImageGalleryFullscreenViewerImages.PlayButtonImageName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryFullscreenViewerImages.PrevButton">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#navigation-buttons">previous navigation button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.ImageGalleryFullscreenViewerImages.PrevButtonImageName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ImageGalleryFullscreenViewerItemTemplateContainer">
      <summary>
        <para>A container for the templates that are used to render a <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#fullscreen-viewer-text-area">fullscreen viewer text area</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryFullscreenViewerItemTemplateContainer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageGalleryFullscreenViewerItemTemplateContainer"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryFullscreenViewerItemTemplateContainer.#ctor(DevExpress.Web.ImageGalleryItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageGalleryFullscreenViewerItemTemplateContainer"/> class with the specified settings.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.ImageGalleryItem"/> object specifying the item to which the current object belongs.</param>
    </member>
    <member name="T:DevExpress.Web.ImageGalleryFullscreenViewerNavigationBarImages">
      <summary>
        <para>Contains settings that allow images to be defined for specific elements of the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#navigation-bar">fullscreen viewer navigation bar</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryFullscreenViewerNavigationBarImages.NextPageButton">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#page-navigation-buttons">next page navigation button</see></para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryFullscreenViewerNavigationBarImages.PrevPageButton">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#page-navigation-buttons">previous page navigation button</see></para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="T:DevExpress.Web.ImageGalleryFullscreenViewerNavigationBarStyles">
      <summary>
        <para>Contains settings that allow the appearance of various <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#navigation-bar">navigation bar</see> elements to be defined.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryFullscreenViewerNavigationBarStyles.NavigationBar">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.ImageGalleryFullscreenViewerNavigationBarStyles"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryFullscreenViewerNavigationBarStyles.NextPageButton">
      <summary>
        <para>Gets the style settings that define the appearance of the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#page-navigation-buttons">next page navigation button</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageSliderNavigationButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryFullscreenViewerNavigationBarStyles.PrevPageButton">
      <summary>
        <para>Gets the style settings that define the appearance of the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#page-navigation-buttons">previous page navigation button</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageSliderNavigationButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.ImageGalleryFullscreenViewerSettings">
      <summary>
        <para>Contains <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#fullscreen-viewer">fullscreen viewer</see> specific settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryFullscreenViewerSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageGalleryFullscreenViewerSettings"/> 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.ImageGalleryFullscreenViewerSettings.AllowMouseWheel">
      <summary>
        <para>Gets or sets a value that specifies whether an end-user is able to slide images using the mouse wheel.</para>
      </summary>
      <value>true, if images can be slid using the mouse wheel when the control is focused; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryFullscreenViewerSettings.AnimationType">
      <summary>
        <para>Gets or sets a value specifying the animation type used to change the active <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#fullscreen-viewer">fullscreen viewer</see> item.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.AnimationType"/> enumeration values.</value>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryFullscreenViewerSettings.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.ImageGalleryFullscreenViewerSettings.EnablePagingByClick">
      <summary>
        <para>Gets or sets a value indicating whether paging by click is enabled in the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#fullscreen-viewer">fullscreen viewer</see>.</para>
      </summary>
      <value>true if paging by click is enabled; false if disabled; auto if paging by click is enabled for non-touch devices only.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryFullscreenViewerSettings.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.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryFullscreenViewerSettings.EnableVirtualPaging">
      <summary>
        <para>Specifies whether the virtual paging mode is enabled.</para>
      </summary>
      <value>true, to enable virtual paging; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryFullscreenViewerSettings.ImageHeight">
      <summary>
        <para>Gets or sets the image height within the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#fullscreen-viewer">fullscreen viewer</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that specifies the image height.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryFullscreenViewerSettings.ImageLoadMode">
      <summary>
        <para>Gets or sets a value specifying the image loading mode for the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#fullscreen-viewer">fullscreen viewer</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ImageLoadMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryFullscreenViewerSettings.ImageSizeMode">
      <summary>
        <para>Gets or sets the value specifying how an image fits into the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#fullscreen-viewer">fullscreen viewer</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ImageSizeMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryFullscreenViewerSettings.ImageWidth">
      <summary>
        <para>Gets or sets the image width within the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#fullscreen-viewer">fullscreen viewer</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that specifies the image width.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryFullscreenViewerSettings.KeyboardSupport">
      <summary>
        <para>Gets or sets a value that specifies whether keyboard navigation is available within the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#fullscreen-viewer">fullscreen viewer</see>.</para>
      </summary>
      <value>true, if keyboard navigation is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryFullscreenViewerSettings.NavigationBarVisibility">
      <summary>
        <para>Enables you to specify the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#navigation-bar">navigation bar</see> visibility mode in the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#fullscreen-viewer">fullscreen viewer</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ElementVisibilityMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryFullscreenViewerSettings.NavigationButtonVisibility">
      <summary>
        <para>Enables you to specify the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#navigation-buttons">navigation button</see> visibility mode.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ElementVisibilityMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryFullscreenViewerSettings.ShowCloseButton">
      <summary>
        <para>Gets or sets a value that specifies whether the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#close-button">close button</see> is visible.</para>
      </summary>
      <value>true, if the button is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryFullscreenViewerSettings.ShowPlayPauseButton">
      <summary>
        <para>Gets or sets a value that specifies whether the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#play-and-pause-buttons">play and pause buttons</see> are visible.</para>
      </summary>
      <value>true, if the buttons are visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryFullscreenViewerSettings.ShowTextArea">
      <summary>
        <para>Gets or sets whether the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#fullscreen-viewer-text-area">fullscreen viewer text area</see> is displayed.</para>
      </summary>
      <value>true, to display the text area; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryFullscreenViewerSettings.SlideShowInterval">
      <summary>
        <para>Gets or sets the time between image changes in a slide show.</para>
      </summary>
      <value>An integer value that specifies the number of milliseconds between image changes.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryFullscreenViewerSettings.ThumbnailHeight">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#fullscreen-viewer-thumbnail">fullscreen viewer thumbnail</see> height.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the height.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryFullscreenViewerSettings.ThumbnailImageSizeMode">
      <summary>
        <para>Gets or sets the value specifying how an image fits into the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#thumbnail">thumbnail</see> size into the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#fullscreen-viewer">fullscreen viewer</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ImageSizeMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryFullscreenViewerSettings.ThumbnailWidth">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#fullscreen-viewer-thumbnail">fullscreen viewer thumbnail</see> width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the width.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryFullscreenViewerSettings.VirtualPagingItemsPerRequest">
      <summary>
        <para>Specifies the minimum number of items the Image Gallery loads when an end-user clicks the navigation button.</para>
      </summary>
      <value>An integer value specifying the number of items.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryFullscreenViewerSettings.Visible">
      <summary>
        <para>Gets or sets a value specifying the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#fullscreen-viewer">fullscreen viewer</see> visibility.</para>
      </summary>
      <value>true, to show the fullscreen viewer; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ImageGalleryFullscreenViewerStyles">
      <summary>
        <para>Contains settings that allow the appearance of various <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#fullscreen-viewer">fullscreen viewer</see> elements to be defined.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryFullscreenViewerStyles.CloseButton">
      <summary>
        <para>Gets the style settings that define the appearance of the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#close-button">close button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageGalleryButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="F:DevExpress.Web.ImageGalleryFullscreenViewerStyles.CloseButtonDisabledStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImageGalleryFullscreenViewerStyles.CloseButtonHoverStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImageGalleryFullscreenViewerStyles.CloseButtonPressedStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImageGalleryFullscreenViewerStyles.CloseButtonStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImageGalleryFullscreenViewerStyles.CloseButtonWrapperStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryFullscreenViewerStyles.NavigationBarMarker">
      <summary>
        <para>Gets the style settings that define the appearance of the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#navigation-bar-marker">navigation bar marker</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageGalleryStyle"/> object that contains the style settings.</value>
    </member>
    <member name="F:DevExpress.Web.ImageGalleryFullscreenViewerStyles.NavigationBarMarkerStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryFullscreenViewerStyles.NextButton">
      <summary>
        <para>Gets the style settings that define the appearance of the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#navigation-buttons">next navigation button</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageGalleryButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="F:DevExpress.Web.ImageGalleryFullscreenViewerStyles.NextButtonDisabledStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImageGalleryFullscreenViewerStyles.NextButtonHoverStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImageGalleryFullscreenViewerStyles.NextButtonPressedStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImageGalleryFullscreenViewerStyles.NextButtonStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryFullscreenViewerStyles.PlayPauseButton">
      <summary>
        <para>Gets the style settings that define the appearance of the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#play-and-pause-buttons">play and pause buttons</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageGalleryStyle"/> object that contains the style settings.</value>
    </member>
    <member name="F:DevExpress.Web.ImageGalleryFullscreenViewerStyles.PlayPauseButtonStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryFullscreenViewerStyles.PrevButton">
      <summary>
        <para>Gets the style settings that define the appearance of the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#navigation-buttons">previous navigation button</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageGalleryButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="F:DevExpress.Web.ImageGalleryFullscreenViewerStyles.PrevButtonDisabledStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImageGalleryFullscreenViewerStyles.PrevButtonHoverStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImageGalleryFullscreenViewerStyles.PrevButtonPressedStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImageGalleryFullscreenViewerStyles.PrevButtonStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryFullscreenViewerStyles.TextArea">
      <summary>
        <para>Gets the style settings that define the appearance of the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#fullscreen-viewer-text-area">fullscreen viewer text area</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains the style settings.</value>
    </member>
    <member name="F:DevExpress.Web.ImageGalleryFullscreenViewerStyles.TextAreaStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ImageGalleryImageLocation">
      <summary>
        <para>Lists the values that specify the location of the processed image.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImageGalleryImageLocation.FullscreenViewer">
      <summary>
        <para>The processed image is displayed in the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#fullscreen-viewer">fullscreen viewer</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImageGalleryImageLocation.FullscreenViewerNavigationBar">
      <summary>
        <para>The processed image is displayed in the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#navigation-bar">navigation bar</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImageGalleryImageLocation.Gallery">
      <summary>
        <para>The processed image is displayed as a gallery <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#thumbnail">thumbnail</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ImageGalleryImages">
      <summary>
        <para>Contains settings that allow images to be defined for specific elements of the <see cref="T:DevExpress.Web.ASPxImageGallery"/>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ImageGalleryItem">
      <summary>
        <para>An individual item within the image gallery control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageGalleryItem"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryItem.#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.ImageGalleryItem"/> class with the specified settings.</para>
      </summary>
      <param name="imageUrl">A <see cref="T:System.String"/> value that specifies the item image url. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.ImageUrl">ImageGalleryItem.ImageUrl</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item text. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.Text">ImageGalleryItem.Text</see> property.</param>
      <param name="thumbnailUrl">A <see cref="T:System.String"/> value that specifies the item thumbnail url. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.ThumbnailUrl">ImageGalleryItem.ThumbnailUrl</see> property.</param>
      <param name="fullscreenViewerThumbnailUrl">A <see cref="T:System.String"/> value that specifies the item full screen viewer thumbnail url. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.FullscreenViewerThumbnailUrl">ImageGalleryItem.FullscreenViewerThumbnailUrl</see> property.</param>
      <param name="fullscreenViewerText">A <see cref="T:System.String"/> value that specifies the item full screen viewer text. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.FullscreenViewerText">ImageGalleryItem.FullscreenViewerText</see> property.</param>
      <param name="navigateUrl">A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the item’s text is clicked. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.NavigateUrl">ImageGalleryItem.NavigateUrl</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryItem.#ctor(System.String,System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageGalleryItem"/> class with the specified settings.</para>
      </summary>
      <param name="imageUrl">A <see cref="T:System.String"/> value that specifies the item image url. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.ImageUrl">ImageGalleryItem.ImageUrl</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item text. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.Text">ImageGalleryItem.Text</see> property.</param>
      <param name="thumbnailUrl">A <see cref="T:System.String"/> value that specifies the item thumbnail url. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.ThumbnailUrl">ImageGalleryItem.ThumbnailUrl</see> property.</param>
      <param name="fullscreenViewerThumbnailUrl">A <see cref="T:System.String"/> value that specifies the item fulscreen viewer thumbnail url. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.FullscreenViewerThumbnailUrl">ImageGalleryItem.FullscreenViewerThumbnailUrl</see> property.</param>
      <param name="fullscreenViewerText">A <see cref="T:System.String"/> value that specifies the item fullscreen viewer text. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.FullscreenViewerText">ImageGalleryItem.FullscreenViewerText</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryItem.#ctor(System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageGalleryItem"/> class with the specified settings.</para>
      </summary>
      <param name="imageUrl">A <see cref="T:System.String"/> value that specifies the item image url. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.ImageUrl">ImageGalleryItem.ImageUrl</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item text. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.Text">ImageGalleryItem.Text</see> property.</param>
      <param name="thumbnailUrl">A <see cref="T:System.String"/> value that specifies the item thumbnail url. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.ThumbnailUrl">ImageGalleryItem.ThumbnailUrl</see> property.</param>
      <param name="fullscreenViewerThumbnailUrl">A <see cref="T:System.String"/> value that specifies the item full screen viewer thumbnail url. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.FullscreenViewerThumbnailUrl">ImageGalleryItem.FullscreenViewerThumbnailUrl</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryItem.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageGalleryItem"/> class with the specified settings.</para>
      </summary>
      <param name="imageUrl">A <see cref="T:System.String"/> value that specifies the item image url. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.ImageUrl">ImageGalleryItem.ImageUrl</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item text. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.Text">ImageGalleryItem.Text</see> property.</param>
      <param name="thumbnailUrl">A <see cref="T:System.String"/> value that specifies the item thumbnail url. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.ThumbnailUrl">ImageGalleryItem.ThumbnailUrl</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryItem.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageGalleryItem"/> class with the specified settings.</para>
      </summary>
      <param name="imageUrl">A <see cref="T:System.String"/> value that specifies the item image url. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.ImageUrl">ImageGalleryItem.ImageUrl</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item text. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.Text">ImageGalleryItem.Text</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageGalleryItem"/> class with the specified setting.</para>
      </summary>
      <param name="imageUrl">A <see cref="T:System.String"/> value that specifies the item image url. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.ImageUrl">ImageGalleryItem.ImageUrl</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryItem.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings from the specified item 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="P:DevExpress.Web.ImageGalleryItem.Collection">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.ImageGalleryItem"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryItem.FullscreenViewerText">
      <summary>
        <para>Gets or sets the text (description) of the current image item displayed in the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#fullscreen-viewer-text-area">fullscreen viewer text area</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryItem.FullscreenViewerTextTemplate">
      <summary>
        <para>Gets or sets a template used for displaying the content of the particular item’s <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#fullscreen-viewer-text-area">fullscreen viewer text area</see>.</para>
      </summary>
      <value>An object supporting the <see cref="T:System.Web.UI.ITemplate"/> interface, which contains the template used for displaying the item fullscreen viewer text area.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryItem.FullscreenViewerThumbnailUrl">
      <summary>
        <para>Gets or sets the path to the item <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#fullscreen-viewer-thumbnail">fullscreen viewer thumbnail</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the thumbnail.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryItem.ImageContentBytes">
      <summary>
        <para>Gets or sets an array of the bytes representing the item image.</para>
      </summary>
      <value>A <see cref="T:System.Byte"/> array that contains the image contents.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryItem.ImageUrl">
      <summary>
        <para>Gets or sets the path to the item image.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the image.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryItem.Name">
      <summary>
        <para>Gets or sets the unique identifier name for the current item.</para>
      </summary>
      <value>A string value that specifies the item’s unique identifier name.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryItem.NavigateUrl">
      <summary>
        <para>Gets or sets a URL which defines the navigation location.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item’s URL.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryItem.Text">
      <summary>
        <para>Gets or sets the text (description) of the current image item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryItem.TextTemplate">
      <summary>
        <para>Gets or sets a template used for displaying the content of the particular item’s <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#thumbnail-text-area">thumbnail text area</see>.</para>
      </summary>
      <value>An object supporting the <see cref="T:System.Web.UI.ITemplate"/> interface that contains the thumbnail’s contents.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryItem.ThumbnailUrl">
      <summary>
        <para>Gets or sets the path to the item <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#thumbnail">thumbnail</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the thumbnail.</value>
    </member>
    <member name="T:DevExpress.Web.ImageGalleryItemCollection">
      <summary>
        <para>A collection of items within the <see cref="T:DevExpress.Web.ASPxImageGallery"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageGalleryItemCollection"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryItemCollection.#ctor(DevExpress.Web.ASPxImageGallery)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageGalleryItemCollection"/> class with the specified setting.</para>
      </summary>
      <param name="imageGallery">An <see cref="T:DevExpress.Web.ASPxImageGallery"/> object specifying the image gallery to which the current object belongs.</param>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryItemCollection.Add">
      <summary>
        <para>Creates a new item with the default settings and adds it to the collection.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.ImageGalleryItem"/> object that is the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryItemCollection.Add(System.String,System.String,System.String,System.String,System.String,System.String)">
      <summary>
        <para>Creates a new item with the specified settings and adds it to the collection.</para>
      </summary>
      <param name="imageUrl">A <see cref="T:System.String"/> value that specifies the item image url. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.ImageUrl">ImageGalleryItem.ImageUrl</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item text. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.Text">ImageGalleryItem.Text</see> property.</param>
      <param name="thumbnailUrl">A <see cref="T:System.String"/> value that specifies the item thumbnail url. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.ThumbnailUrl">ImageGalleryItem.ThumbnailUrl</see> property.</param>
      <param name="fullscreenViewerThumbnailUrl">A <see cref="T:System.String"/> value that specifies the item full screen viewer thumbnail url. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.FullscreenViewerThumbnailUrl">ImageGalleryItem.FullscreenViewerThumbnailUrl</see> property.</param>
      <param name="fullscreenViewerText">A <see cref="T:System.String"/> value that specifies the item full screen viewer text. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.FullscreenViewerText">ImageGalleryItem.FullscreenViewerText</see> property.</param>
      <param name="navigateUrl">A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the item’s text is clicked. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.NavigateUrl">ImageGalleryItem.NavigateUrl</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.ImageGalleryItem"/> object that is the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryItemCollection.Add(System.String,System.String,System.String,System.String,System.String)">
      <summary>
        <para>Creates a new item with the specified settings and adds it to the collection.</para>
      </summary>
      <param name="imageUrl">A <see cref="T:System.String"/> value that specifies the item image url. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.ImageUrl">ImageGalleryItem.ImageUrl</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item text. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.Text">ImageGalleryItem.Text</see> property.</param>
      <param name="thumbnailUrl">A <see cref="T:System.String"/> value that specifies the item thumbnail url. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.ThumbnailUrl">ImageGalleryItem.ThumbnailUrl</see> property.</param>
      <param name="fullscreenViewerThumbnailUrl">A <see cref="T:System.String"/> value that specifies the item full screen viewer thumbnail url. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.FullscreenViewerThumbnailUrl">ImageGalleryItem.FullscreenViewerThumbnailUrl</see> property.</param>
      <param name="fullscreenViewerText">A <see cref="T:System.String"/> value that specifies the item full screen viewer text. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.FullscreenViewerText">ImageGalleryItem.FullscreenViewerText</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.ImageGalleryItem"/> object that is the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryItemCollection.Add(System.String,System.String,System.String,System.String)">
      <summary>
        <para>Creates a new item with the specified settings and adds it to the collection.</para>
      </summary>
      <param name="imageUrl">A <see cref="T:System.String"/> value that specifies the item image url. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.ImageUrl">ImageGalleryItem.ImageUrl</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item text. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.Text">ImageGalleryItem.Text</see> property.</param>
      <param name="thumbnailUrl">A <see cref="T:System.String"/> value that specifies the item thumbnail url. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.ThumbnailUrl">ImageGalleryItem.ThumbnailUrl</see> property.</param>
      <param name="fullscreenViewerThumbnailUrl">A <see cref="T:System.String"/> value that specifies the item full screen viewer thumbnail url. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.FullscreenViewerThumbnailUrl">ImageGalleryItem.FullscreenViewerThumbnailUrl</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.ImageGalleryItem"/> object that is the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryItemCollection.Add(System.String,System.String,System.String)">
      <summary>
        <para>Creates a new item with the specified settings and adds it to the collection.</para>
      </summary>
      <param name="imageUrl">A <see cref="T:System.String"/> value that specifies the item image url. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.ImageUrl">ImageGalleryItem.ImageUrl</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item text. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.Text">ImageGalleryItem.Text</see> property.</param>
      <param name="thumbnailUrl">A <see cref="T:System.String"/> value that specifies the item thumbnail url. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.ThumbnailUrl">ImageGalleryItem.ThumbnailUrl</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.ImageGalleryItem"/> object that is the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryItemCollection.Add(System.String,System.String)">
      <summary>
        <para>Creates a new item with the specified settings and adds it to the collection.</para>
      </summary>
      <param name="imageUrl">A <see cref="T:System.String"/> value that specifies the item image url. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.ImageUrl">ImageGalleryItem.ImageUrl</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item text. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.Text">ImageGalleryItem.Text</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.ImageGalleryItem"/> object that is the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryItemCollection.Add(System.String)">
      <summary>
        <para>Creates a new item with the specified image url and adds it to the collection.</para>
      </summary>
      <param name="imageUrl">A <see cref="T:System.String"/> value that specifies the item image url. Initializes the item’s <see cref="P:DevExpress.Web.ImageGalleryItem.ImageUrl">ImageGalleryItem.ImageUrl</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.ImageGalleryItem"/> object that is the newly created item.</returns>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryItemCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items within the <see cref="T:DevExpress.Web.ImageGalleryItemCollection"/>.</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.ImageGalleryItem"/> object that is an item located at the specified index within the collection.</value>
    </member>
    <member name="T:DevExpress.Web.ImageGalleryItemEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxImageGallery.ItemDataBound">ASPxImageGallery.ItemDataBound</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryItemEventArgs.#ctor(DevExpress.Web.ImageGalleryItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageGalleryItemEventArgs"/> class.</para>
      </summary>
      <param name="item">An <see cref="T:DevExpress.Web.ImageGalleryItem"/> object that is an item currently being processed.</param>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryItemEventArgs.Item">
      <summary>
        <para>Gets an item object related to the event.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageGalleryItem"/> object that is an item currently being processed.</value>
    </member>
    <member name="T:DevExpress.Web.ImageGalleryItemEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxImageGallery.ItemDataBound">ASPxImageGallery.ItemDataBound</see> event.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ImageGalleryItemEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ImageGalleryPagerAllButtonProperties">
      <summary>
        <para>Contains settings specific to the button that when clicked, displays the content of all the pages.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryPagerAllButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageGalleryPagerAllButtonProperties"/> 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.ImageGalleryPagerFirstButtonProperties">
      <summary>
        <para>Contains settings specific to the button that when clicked, navigates a user to the first page.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryPagerFirstButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageGalleryPagerFirstButtonProperties"/> 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.ImageGalleryPagerLastButtonProperties">
      <summary>
        <para>Contains settings specific to the button that when clicked, navigates a user to the last page.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryPagerLastButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageGalleryPagerLastButtonProperties"/> 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.ImageGalleryPagerNextButtonProperties">
      <summary>
        <para>Contains settings specific to the button that when clicked, navigates a user to the next page.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryPagerNextButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageGalleryPagerNextButtonProperties"/> 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.ImageGalleryPagerPageSizeItemSettings">
      <summary>
        <para>Contains <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">Page Size Item</see> element specific settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryPagerPageSizeItemSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageGalleryPagerPageSizeItemSettings"/> 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.ImageGalleryPagerPageSizeItemSettings.ShowAllItem">
      <summary>
        <para>Gets or sets a value that specifies whether the All item is displayed within the <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">page size item</see> element’s drop-down window.</para>
      </summary>
      <value>true, if the item is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryPagerPageSizeItemSettings.Visible">
      <summary>
        <para>Gets or sets a value specifying the visibility of the <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">page size item</see>.</para>
      </summary>
      <value>true if the item is visible; otherwise false.</value>
    </member>
    <member name="T:DevExpress.Web.ImageGalleryPagerPrevButtonProperties">
      <summary>
        <para>Contains settings specific to the button that when clicked, navigates a user to the previous page.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryPagerPrevButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageGalleryPagerPrevButtonProperties"/> 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.ImageGalleryPagerSettings">
      <summary>
        <para>Contains <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#pager">pager</see> settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryPagerSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageGalleryPagerSettings"/> 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.ImageGalleryPagerSettings.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.ImageGalleryPagerSettings.EndlessPagingMode">
      <summary>
        <para>Gets or sets a value that defines endless paging mode.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.DataViewEndlessPagingMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryPagerSettings.ShowMoreItemsText">
      <summary>
        <para>Gets or sets the text displayed within the ShowMoreItems button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the ShowMoreItems button text.</value>
    </member>
    <member name="T:DevExpress.Web.ImageGalleryPagerSummaryProperties">
      <summary>
        <para>Provides the built-in pager <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#summary">summary</see> settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryPagerSummaryProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageGalleryPagerSummaryProperties"/> 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.ImageGalleryStyle">
      <summary>
        <para>Defines style settings for image gallery elements.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageGalleryStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ImageGalleryStyles">
      <summary>
        <para>Contains settings that allow the appearance of various ASPxImageGallery <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements">visual elements</see> to be defined.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryStyles.#ctor(DevExpress.Web.ASPxImageGallery)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageGalleryStyles"/> class with the specified owner.</para>
      </summary>
      <param name="imageGallery">An <see cref="T:DevExpress.Web.ASPxImageGallery"/> object that is the owner of the created object.</param>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryStyles.Content">
      <summary>
        <para>Gets the style settings defining the appearance of image slider content.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DataViewContentStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryStyles.EmptyData">
      <summary>
        <para>Gets the style settings defining the appearance of the message displayed when the image gallery has no data.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DataViewEmptyDataStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryStyles.Item">
      <summary>
        <para>Gets the style settings defining the appearance of image gallery items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DataViewItemStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryStyles.LoadingPanel">
      <summary>
        <para>Provides style settings for a loading panel that can be 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.ImageGalleryStyles.Pager">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#pager">pager</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryStyles.PagerButton">
      <summary>
        <para>Gets the style settings defining the appearance of the buttons within the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#pager">pager</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryStyles.PagerCurrentPageNumber">
      <summary>
        <para>Gets the style settings defining the appearance of the current page number within the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#pager">pager</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerTextStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryStyles.PagerDisabledButton">
      <summary>
        <para>Gets the style settings defining the appearance of the disabled buttons within the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#pager">pager</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryStyles.PagerPageNumber">
      <summary>
        <para>Gets the style settings defining the appearance of page numbers within the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#pager">pager</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerTextStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryStyles.PagerPageSizeItem">
      <summary>
        <para>Gets the style settings defining the appearance of the pager size item within the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#pager">pager</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerPageSizeItemStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryStyles.PagerPanel">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#pager">pager</see> panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DataViewContentStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryStyles.PagerShowMoreItemsContainer">
      <summary>
        <para>Gets the style settings defining the appearance of the ‘Show More Items’ link container.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DataViewPagerShowMoreItemsContainerStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryStyles.PagerSummary">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#pager">pager</see> summary.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerTextStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryStyles.ThumbnailTextArea">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/15192/components/data-and-image-navigation/image-gallery/visual-elements#thumbnail-text-area">thumbnail text area</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains the style settings.</value>
    </member>
    <member name="F:DevExpress.Web.ImageGalleryStyles.ThumbnailTextAreaStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ImageGalleryTableLayoutSettings">
      <summary>
        <para>Contains settings that relate to a control’s table layout.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryTableLayoutSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageGalleryTableLayoutSettings"/> 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.ImageGalleryTableLayoutSettings.ColumnCount">
      <summary>
        <para>Gets or sets the number of columns that a page displays in table mode.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value that specifies the number of columns displayed within a page.</value>
    </member>
    <member name="T:DevExpress.Web.ImageGalleryTemplateContainerBase">
      <summary>
        <para>A base class for image gallery control template containers.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryTemplateContainerBase.#ctor(DevExpress.Web.ImageGalleryItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageGalleryTemplateContainerBase"/> class with the specified setting.</para>
      </summary>
      <param name="item">An <see cref="T:DevExpress.Web.ImageGalleryItem"/> object specifying the item to which the current object belongs.</param>
    </member>
    <member name="P:DevExpress.Web.ImageGalleryTemplateContainerBase.Item">
      <summary>
        <para>Gets an item for which the template’s content is being instantiated.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageGalleryItem"/> object that is the item being rendered.</value>
    </member>
    <member name="T:DevExpress.Web.ImageGalleryThumbnailTemplateContainer">
      <summary>
        <para>A container for the templates that are used to render ASPxImageGallery elements.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageGalleryThumbnailTemplateContainer.#ctor(DevExpress.Web.ImageGalleryItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageGalleryThumbnailTemplateContainer"/> class with the specified setting.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.ImageGalleryItem"/> object specifying the item to which the current object belongs.</param>
    </member>
    <member name="T:DevExpress.Web.ImageLoadMode">
      <summary>
        <para>Lists values that specify the ASPxImageSlider’s item loading mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImageLoadMode.AllImages">
      <summary>
        <para>All images are loaded when an image slider is loaded for the first time.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImageLoadMode.Auto">
      <summary>
        <para>Equal to DynamicLoad for touch devices, and equal to DynamicLoadAndCache for other devices.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImageLoadMode.DynamicLoad">
      <summary>
        <para>An image is loaded when required. Currently, an unnecessary image is unloaded.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImageLoadMode.DynamicLoadAndCache">
      <summary>
        <para>An image is loaded when required. Loaded images are cached and not loaded from the server the next time they are required.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ImageObjectProperties">
      <summary>
        <para>Provides settings for image objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageObjectProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageObjectProperties"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageObjectProperties.#ctor(DevExpress.Web.ASPxObjectContainer)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageObjectProperties"/> class with the specified object container control.</para>
      </summary>
      <param name="objectContainer">A <see cref="T:DevExpress.Web.ASPxObjectContainer"/> object.</param>
    </member>
    <member name="M:DevExpress.Web.ImageObjectProperties.Assign(DevExpress.Web.ObjectProperties)">
      <summary>
        <para>Copies public properties from the specified <see cref="T:DevExpress.Web.ObjectProperties"/> object to the current one.</para>
      </summary>
      <param name="objectProperties">A <see cref="T:DevExpress.Web.ObjectProperties"/> object whose properties are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.ImageObjectProperties.DescriptionUrl">
      <summary>
        <para>Gets or sets the location to the image’s detailed description.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the URL for the file that contains a detailed description for the image.</value>
    </member>
    <member name="P:DevExpress.Web.ImageObjectProperties.GenerateEmptyAlternateText">
      <summary>
        <para>Gets or sets a value indicating whether the image generates an alternate text attribute for an empty string value.</para>
      </summary>
      <value>true if the image generates the alternate text attribute for an empty string value; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ImageObjectProperties.ImageAlign">
      <summary>
        <para>Gets or sets the image alignment.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.ImageAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ImageObjectProperties.ImageMapName">
      <summary>
        <para>Gets or sets the name of an image map that provides regions for click events.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the image map’s name.</value>
    </member>
    <member name="P:DevExpress.Web.ImageObjectProperties.IsPng">
      <summary>
        <para>Gets or sets a value that specifies whether the image defined by the <see cref="T:DevExpress.Web.ImageObjectProperties"/> class is of the PNG type.</para>
      </summary>
      <value>true if the defined image is of the PNG type; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ImageObjectProperties.RenderTag">
      <summary>
        <para>Gets or sets a render tag that defines the image.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RenderTag"/> enumeration value that represents the render tag.</value>
    </member>
    <member name="T:DevExpress.Web.ImagePosition">
      <summary>
        <para>Lists values that specify the image position within an element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImagePosition.Bottom">
      <summary>
        <para>An image is displayed at the element’s bottom, below the text.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImagePosition.Left">
      <summary>
        <para>An image is displayed at the element’s left, to the left of the text.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImagePosition.Right">
      <summary>
        <para>An image is displayed at the element’s right, to the right of the text.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImagePosition.Top">
      <summary>
        <para>An image is displayed at the element’s top, above the text.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ImageProperties">
      <summary>
        <para>Contains the settings which define the image that can be displayed within particular elements of web controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageProperties"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageProperties"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:DevExpress.Web.IPropertiesOwner"/>-implemented object that represents the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.ImageProperties.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageProperties"/> class with the specified image location.</para>
      </summary>
      <param name="url">A <see cref="T:System.String"/> value that specifies the image location.</param>
    </member>
    <member name="P:DevExpress.Web.ImageProperties.SpriteProperties">
      <summary>
        <para>Gets the settings defining the image position within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageSpriteProperties"/> object containing image position settings.</value>
    </member>
    <member name="T:DevExpress.Web.ImagePropertiesBase">
      <summary>
        <para>Contains base settings which define an image that can be displayed within different elements of web controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImagePropertiesBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImagePropertiesBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImagePropertiesBase.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImagePropertiesBase"/> 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.ImagePropertiesBase.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImagePropertiesBase"/> class with the specified image location.</para>
      </summary>
      <param name="url">A <see cref="T:System.String"/> value that specifies the image location.</param>
    </member>
    <member name="P:DevExpress.Web.ImagePropertiesBase.AlternateText">
      <summary>
        <para>Gets or sets the alternate text displayed instead of the image, when the 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="M:DevExpress.Web.ImagePropertiesBase.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.ImagePropertiesBase.AssignToControl(System.Web.UI.WebControls.Image,System.Boolean,System.Boolean,System.Boolean)">
      <summary>
        <para>Copies the settings from the current <see cref="T:DevExpress.Web.ImagePropertiesBase"/> object to the specified object.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImagePropertiesBase.AssignToControl(System.Web.UI.WebControls.Image,System.Boolean,System.Boolean)">
      <summary>
        <para>Copies the settings from the current <see cref="T:DevExpress.Web.ImagePropertiesBase"/> object to the specified object.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImagePropertiesBase.AssignToControl(System.Web.UI.WebControls.Image,System.Boolean)">
      <summary>
        <para>Copies the settings from the current <see cref="T:DevExpress.Web.ImagePropertiesBase"/> object to the specified object.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImagePropertiesBase.AssignToControl(System.Web.UI.WebControls.WebControl,System.Boolean,System.Boolean)">
      <summary>
        <para>Copies the settings from the current <see cref="T:DevExpress.Web.ImagePropertiesBase"/> object to the specified object.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImagePropertiesBase.AssignToControl(System.Web.UI.WebControls.WebControl,System.Boolean)">
      <summary>
        <para>Copies the settings from the current <see cref="T:DevExpress.Web.ImagePropertiesBase"/> object to the specified object.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImagePropertiesBase.CopyFrom(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.ImagePropertiesBase"/> class.</para>
      </summary>
      <param name="properties">A <see cref="T:DevExpress.Web.PropertiesBase"/> object that represents the object which the settings will be copied from.</param>
    </member>
    <member name="F:DevExpress.Web.ImagePropertiesBase.Empty">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImagePropertiesBase.GetCheckedScriptObject(System.Web.UI.Page)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImagePropertiesBase.GetDisabledScriptObject(System.Web.UI.Page)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImagePropertiesBase.GetHottrackedScriptObject(System.Web.UI.Page)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImagePropertiesBase.GetPressedScriptObject(System.Web.UI.Page)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImagePropertiesBase.GetScriptObject(System.Web.UI.Page)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImagePropertiesBase.GetSelectedScriptObject(System.Web.UI.Page)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImagePropertiesBase.Height">
      <summary>
        <para>Gets or sets the image’s height.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the image’s height.</value>
    </member>
    <member name="P:DevExpress.Web.ImagePropertiesBase.IconID">
      <summary>
        <para>Specifies an identifier of an image’s icon.</para>
      </summary>
      <value>The icon identifier.</value>
    </member>
    <member name="P:DevExpress.Web.ImagePropertiesBase.IsEmpty">
      <summary>
        <para>Gets a value that indicates whether no image is defined for an element’s normal state.</para>
      </summary>
      <value>true if no normal state image is defined; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.ImagePropertiesBase.IsEmptyChecked">
      <summary>
        <para>Gets a value that indicates whether no image is defined for an element’s checked state.</para>
      </summary>
      <value>true if no checked state image is defined; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.ImagePropertiesBase.IsEmptyDisabled">
      <summary>
        <para>Gets a value that indicates whether no image is defined for an element’s disabled state.</para>
      </summary>
      <value>true if no disabled state image is defined; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.ImagePropertiesBase.IsEmptyHottracked">
      <summary>
        <para>Gets a value that indicates whether no image is defined for an element’s hottracked state.</para>
      </summary>
      <value>true if no hottracked state image is defined; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.ImagePropertiesBase.IsEmptyPressed">
      <summary>
        <para>Gets a value that indicates whether no image is defined for an element’s pressed state.</para>
      </summary>
      <value>true if no pressed state image is defined; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.ImagePropertiesBase.IsEmptySelected">
      <summary>
        <para>Gets a value that indicates whether no image is defined for an element’s selected state.</para>
      </summary>
      <value>true if no selected state image is defined; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.ImagePropertiesBase.IsResourcePng">
      <summary>
        <para>Gets or sets a value that specifies whether the image defined by the <see cref="T:DevExpress.Web.ImagePropertiesBase"/> class is of the PNG type.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImagePropertiesBase.MergeWith(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Combines the properties of the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object with the current instance of the <see cref="T:DevExpress.Web.ImagePropertiesBase"/> class.</para>
      </summary>
      <param name="properties">A <see cref="T:DevExpress.Web.PropertiesBase"/> object that represents an object to be combined.</param>
    </member>
    <member name="M:DevExpress.Web.ImagePropertiesBase.Reset">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Web.ImagePropertiesBase"/> object to its original state.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImagePropertiesBase.ToolTip">
      <summary>
        <para>Gets or sets the image’s tooltip text.</para>
      </summary>
      <value>A string which specifies the text content of the current image’s tooltip.</value>
    </member>
    <member name="M:DevExpress.Web.ImagePropertiesBase.ToString">
      <summary>
        <para>Returns the string that represents the current object.</para>
      </summary>
      <returns>A System.String that represents the current <see cref="T:DevExpress.Web.ImagePropertiesBase"/> object.</returns>
    </member>
    <member name="P:DevExpress.Web.ImagePropertiesBase.Url">
      <summary>
        <para>Gets or sets the URL of the image used for an element’s normal state.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the location of an image.</value>
    </member>
    <member name="P:DevExpress.Web.ImagePropertiesBase.Width">
      <summary>
        <para>Gets or sets the image’s width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the image’s width.</value>
    </member>
    <member name="T:DevExpress.Web.ImagePropertiesEx">
      <summary>
        <para>Contains the settings which define the image that can be displayed within particular elements of web controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImagePropertiesEx.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImagePropertiesEx"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImagePropertiesEx.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImagePropertiesEx"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:DevExpress.Web.IPropertiesOwner"/> - implemented object that represents the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.ImagePropertiesEx.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImagePropertiesEx"/> class with the specified image locations.</para>
      </summary>
      <param name="url">A <see cref="T:System.String"/> value that specifies the image location.</param>
      <param name="urlDisabled">A <see cref="T:System.String"/> value that specifies the image location for the disabled state.</param>
    </member>
    <member name="M:DevExpress.Web.ImagePropertiesEx.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImagePropertiesEx"/> class with the specified image location.</para>
      </summary>
      <param name="url">A <see cref="T:System.String"/> value that specifies the image location.</param>
    </member>
    <member name="P:DevExpress.Web.ImagePropertiesEx.SpriteProperties">
      <summary>
        <para>Gets the settings defining the image position within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageSpritePropertiesEx"/> object containing image position settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImagePropertiesEx.UrlDisabled">
      <summary>
        <para>Gets or sets the URL of the image displayed for an element’s disabled state.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the location of an image.</value>
    </member>
    <member name="T:DevExpress.Web.ImagesBase">
      <summary>
        <para>Serves as a base for classes that allow defining images for different visual elements of web controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImagesBase.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.ImagesBase.CopyFrom(DevExpress.Web.ImagesBase)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.ImagesBase"/> class.</para>
      </summary>
      <param name="source">An <see cref="T:DevExpress.Web.ImagesBase"/> object that represents an object which the settings will be copied from.</param>
    </member>
    <member name="M:DevExpress.Web.ImagesBase.GetImagePropertiesEx(System.Web.UI.Page,System.String,System.String,System.String,System.String,System.String)">
      <summary>
        <para>This method is obsolete.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImagesBase.ImageFolder">
      <summary>
        <para>Gets or sets the path to the folder that contains images used by a control.</para>
      </summary>
      <value>A string value specifying the root path of all the images used by a control.</value>
    </member>
    <member name="P:DevExpress.Web.ImagesBase.LoadingPanel">
      <summary>
        <para>Gets the settings of an image displayed within a Loading Panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="M:DevExpress.Web.ImagesBase.Reset">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Web.ImagesBase"/> object to its original state.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImagesBase.SpriteCssFilePath">
      <summary>
        <para>Gets or sets the path to a CSS file that defines the control’s <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> settings.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the required CSS file.</value>
    </member>
    <member name="P:DevExpress.Web.ImagesBase.SpriteImageUrl">
      <summary>
        <para>Gets or sets the path to a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the sprite image.</value>
    </member>
    <member name="M:DevExpress.Web.ImagesBase.ToString">
      <summary>
        <para>Returns an empty string.</para>
      </summary>
      <returns>The <see cref="F:System.String.Empty"/> value.</returns>
    </member>
    <member name="T:DevExpress.Web.ImageSizeMode">
      <summary>
        <para>Lists the values that specify how an image fits into the image area.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImageSizeMode.ActualSizeOrFit">
      <summary>
        <para>If an image is bigger than the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see> the image is reduced to fit the area. If an image is smaller than the image area, its size is not changed.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImageSizeMode.FillAndCrop">
      <summary>
        <para>An image is enlarged or reduced to fill the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see>. Prominent parts are cropped.</para>
        <para />
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImageSizeMode.FitProportional">
      <summary>
        <para>An image is enlarged or reduced to fit the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see>.</para>
        <para />
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.ImageSliderAutoGeneratedImagesSettings">
      <summary>
        <para>Provides options for automatically generated images within the image slider control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageSliderAutoGeneratedImagesSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageSliderAutoGeneratedImagesSettings"/> 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.ImageSliderAutoGeneratedImagesSettings.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.ImageSliderAutoGeneratedImagesSettings.EnableImageAutoGeneration">
      <summary>
        <para>Specifies whether images from the image source folder should be cached on the server side, or they should be processed on the client side at runtime.</para>
      </summary>
      <value>true to cache images on the server side; false to process images on the client side at runtime.</value>
    </member>
    <member name="T:DevExpress.Web.ImageSliderBehaviorSettings">
      <summary>
        <para>Provides behavior settings for <see cref="T:DevExpress.Web.ASPxImageSlider"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageSliderBehaviorSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageSliderBehaviorSettings"/> 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.ImageSliderBehaviorSettings.AllowMouseWheel">
      <summary>
        <para>Gets or sets a value that specifies whether an end-user is able to slide images using the mouse wheel.</para>
      </summary>
      <value>true, if images can be slid via the mouse wheel when the control is focused; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderBehaviorSettings.EnablePagingByClick">
      <summary>
        <para>Gets or sets a value indicating whether paging by click is enabled in the <see cref="T:DevExpress.Web.ASPxImageSlider"/>.</para>
      </summary>
      <value>true if paging by click is enabled; false if disabled; auto if paging by click is enabled for non-touch devices only.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderBehaviorSettings.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.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderBehaviorSettings.ExtremeItemClickMode">
      <summary>
        <para>Gets or sets a value that specifies the response to clicks on the extreme item.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ExtremeItemClickMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderBehaviorSettings.ImageLoadMode">
      <summary>
        <para>Gets or sets a value specifying the image loading mode for the <see cref="T:DevExpress.Web.ASPxImageSlider"/>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ImageLoadMode"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.ImageSliderBehaviorSettingsBase">
      <summary>
        <para>Serves as a base class for classes that provide behavior settings for an Image Slider.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageSliderBehaviorSettingsBase.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageSliderBehaviorSettingsBase"/> 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.ImageSliderBehaviorSettingsBase.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.ImageSliderBehaviorSettingsBase.EnableVirtualPaging">
      <summary>
        <para>Specifies whether the virtual paging mode is enabled.</para>
      </summary>
      <value>true, to enable virtual paging; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderBehaviorSettingsBase.VirtualPagingItemsPerRequest">
      <summary>
        <para>Specifies the minimum number of items the Image Slider loads when an end-user clicks the navigation button.</para>
      </summary>
      <value>An integer value specifying the number of items.</value>
    </member>
    <member name="T:DevExpress.Web.ImageSliderClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events available for an image slider.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageSliderClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageSliderClientSideEvents"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImageSliderClientSideEvents.ActiveItemChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientImageSlider.ActiveItemChanged</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderClientSideEvents.ItemClick">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle an editor’s client <b>ASPxClientImageSlider.ItemClick</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderClientSideEvents.ItemLoadedOnCallback">
      <summary>
        <para>Gets or sets a client-side handler for a client <b>ASPxClientImageSlider.ItemLoadedOnCallback</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderClientSideEvents.ThumbnailItemClick">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientImageSlider.ThumbnailItemClick</b> event.</para>
      </summary>
      <value>A string that is 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.ImageSliderImageAreaSettings">
      <summary>
        <para>Contains <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see> specific settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageSliderImageAreaSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageSliderImageAreaSettings"/> 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.ImageSliderImageAreaSettings.AnimationDuration">
      <summary>
        <para>Gets or sets the duration of the image change animation in the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see>.</para>
      </summary>
      <value>A <see cref="T:System.Int32"/> value that specifies the time in milliseconds.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderImageAreaSettings.AnimationType">
      <summary>
        <para>Gets or sets a value specifying the animation type used to change the active image slider item.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.AnimationType"/> enumeration values.</value>
    </member>
    <member name="M:DevExpress.Web.ImageSliderImageAreaSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.ImageSliderImageAreaSettings.EnableLoopNavigation">
      <summary>
        <para>Specifies whether images in the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see> change circularly.</para>
      </summary>
      <value>true, to navigate images in the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see> circularly; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderImageAreaSettings.ImageSizeMode">
      <summary>
        <para>Gets or sets the value specifying how an image fits into the image area.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ImageSizeMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderImageAreaSettings.ItemTextVisibility">
      <summary>
        <para>Enables you to specify the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#item-text-area">item text area</see> visibility mode in the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ElementVisibilityMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderImageAreaSettings.NavigationButtonVisibility">
      <summary>
        <para>Enables you to specify the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-buttons">navigation button</see> visibility mode in the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ElementVisibilityMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderImageAreaSettings.NavigationDirection">
      <summary>
        <para>Gets or sets the direction in which items navigate within the image slider control.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.NavigationDirection"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderImageAreaSettings.ShowItemText">
      <summary>
        <para>Gets or sets whether the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#item-text-area">item text area</see> is displayed within the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see>.</para>
      </summary>
      <value>true to display item text; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ImageSliderImageAreaStyle">
      <summary>
        <para>Defines style settings for an <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageSliderImageAreaStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageSliderImageAreaStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImageSliderImageAreaStyle.Height">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">Image Area</see>‘s height.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that specifies the image area’s height.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderImageAreaStyle.Width">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">Image Area</see>‘s width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that specifies the image area’s width.</value>
    </member>
    <member name="T:DevExpress.Web.ImageSliderImages">
      <summary>
        <para>Contains settings that allow images to be defined for the <see cref="T:DevExpress.Web.ASPxImageSlider"/>‘s specific elements.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImageSliderImages.Dot">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#dot">dot</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ItemImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderImages.NextButtonHorizontal">
      <summary>
        <para>Gets the settings of an image displayed within the Next <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-buttons">navigation button</see> when the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see> navigates horizontally.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderImages.NextButtonVertical">
      <summary>
        <para>Gets the settings of an image displayed within the Next <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-buttons">navigation button</see> when the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see> navigates vertically.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderImages.NextPageButtonHorizontal">
      <summary>
        <para>Gets the settings of an image displayed within the Next <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#page-navigation-buttons">navigation button</see> when the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see> is placed at the top or bottom of the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderImages.NextPageButtonHorizontalOutside">
      <summary>
        <para>Gets the settings of an image displayed within the Next <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#page-navigation-buttons">navigation button</see> when the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see> is placed at the top or bottom of the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see> and the <see cref="P:DevExpress.Web.ImageSliderNavigationBarSettings.ThumbnailsNavigationButtonPosition">ImageSliderNavigationBarSettings.ThumbnailsNavigationButtonPosition</see> property is set to Outside.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderImages.NextPageButtonVertical">
      <summary>
        <para>Gets the settings of an image displayed within the Next <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#page-navigation-buttons">navigation button</see> when the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see> is placed at the left or right of the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderImages.NextPageButtonVerticalOutside">
      <summary>
        <para>Gets the settings of an image displayed within the Next <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#page-navigation-buttons">navigation button</see> when the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see> is placed at the left or right of the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see> and the <see cref="P:DevExpress.Web.ImageSliderNavigationBarSettings.ThumbnailsNavigationButtonPosition">ImageSliderNavigationBarSettings.ThumbnailsNavigationButtonPosition</see> property is set to Outside.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderImages.PauseButton">
      <summary>
        <para>Gets the settings of an image displayed within a <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#play-and-pause-buttons">pause button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderImages.PlayButton">
      <summary>
        <para>Gets the settings of an image displayed within a <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#play-and-pause-buttons">play button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderImages.PrevButtonHorizontal">
      <summary>
        <para>Gets the settings of an image displayed within the Previous <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-buttons">navigation button</see> when the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see> navigates horizontally.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderImages.PrevButtonVertical">
      <summary>
        <para>Gets the settings of an image displayed within the Previous <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-buttons">navigation button</see> when the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see> navigates vertically.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderImages.PrevPageButtonHorizontal">
      <summary>
        <para>Gets the settings of an image displayed within the Previous <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#page-navigation-buttons">navigation button</see> when the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see> is placed at the top or bottom of the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderImages.PrevPageButtonHorizontalOutside">
      <summary>
        <para>Gets the settings of an image displayed within the Previous <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#page-navigation-buttons">navigation button</see> when the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see> is placed at the top or bottom of the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see> and the <see cref="P:DevExpress.Web.ImageSliderNavigationBarSettings.ThumbnailsNavigationButtonPosition">ImageSliderNavigationBarSettings.ThumbnailsNavigationButtonPosition</see> property is set to Outside.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderImages.PrevPageButtonVertical">
      <summary>
        <para>Gets the settings of an image displayed within the Previous <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#page-navigation-buttons">navigation button</see> when the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see> is placed at the left or right of the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderImages.PrevPageButtonVerticalOutside">
      <summary>
        <para>Gets the settings of an image displayed within the Previous <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#page-navigation-buttons">navigation button</see> when the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see> is placed at the left or right of the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see> and the <see cref="P:DevExpress.Web.ImageSliderNavigationBarSettings.ThumbnailsNavigationButtonPosition">ImageSliderNavigationBarSettings.ThumbnailsNavigationButtonPosition</see> property is set to Outside.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="T:DevExpress.Web.ImageSliderImagesBase">
      <summary>
        <para>Serves as a base for classes that allow defining images for different visual elements of web controls.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImageSliderImagesBase.DesignTimeSpriteImageName">
      <summary>
        <para>For internal use only. Returns “isDesignTimeSprite”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImageSliderImagesBase.DotImageName">
      <summary>
        <para>For internal use only. Returns “isDot”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImageSliderImagesBase.NextButtonHorizontalImageName">
      <summary>
        <para>For internal use only. Returns “isNextBtnHor”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImageSliderImagesBase.NextButtonVerticalImageName">
      <summary>
        <para>For internal use only. Returns “isNextBtnVert”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImageSliderImagesBase.NextPageButtonHorizontalImageName">
      <summary>
        <para>For internal use only. Returns “isNextPageBtnHor”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImageSliderImagesBase.NextPageButtonHorizontalOutsideImageName">
      <summary>
        <para>For internal use only. Returns “isNextPageBtnHorOutside”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImageSliderImagesBase.NextPageButtonVerticalImageName">
      <summary>
        <para>For internal use only. Returns “isNextPageBtnVert”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImageSliderImagesBase.NextPageButtonVerticalOutsideImageName">
      <summary>
        <para>For internal use only. Returns “isNextPageBtnVertOutside”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImageSliderImagesBase.PauseButtonImageName">
      <summary>
        <para>For internal use only. Returns “isPauseBtn”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImageSliderImagesBase.PlayButtonImageName">
      <summary>
        <para>For internal use only. Returns “isPlayBtn”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImageSliderImagesBase.PrevButtonHorizontalImageName">
      <summary>
        <para>For internal use only. Returns “isPrevBtnHor”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImageSliderImagesBase.PrevButtonVerticalImageName">
      <summary>
        <para>For internal use only. Returns “isPrevBtnVert”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImageSliderImagesBase.PrevPageButtonHorizontalImageName">
      <summary>
        <para>For internal use only. Returns “isPrevPageBtnHor”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImageSliderImagesBase.PrevPageButtonHorizontalOutsideImageName">
      <summary>
        <para>For internal use only. Returns “isPrevPageBtnHorOutside”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImageSliderImagesBase.PrevPageButtonVerticalImageName">
      <summary>
        <para>For internal use only. Returns “isPrevPageBtnVert”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ImageSliderImagesBase.PrevPageButtonVerticalOutsideImageName">
      <summary>
        <para>For internal use only. Returns “isPrevPageBtnVertOutside”.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ImageSliderItem">
      <summary>
        <para>An individual item within the image slider controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageSliderItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageSliderItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageSliderItem.#ctor(System.String,System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new object of the <see cref="T:DevExpress.Web.ImageSliderItem"/> type with the specified settings.</para>
      </summary>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the item image. Initializes the item’s <see cref="P:DevExpress.Web.ImageSliderItem.ImageUrl">ImageSliderItem.ImageUrl</see> property.</param>
      <param name="thumbnailUrl">A <see cref="T:System.String"/> value specifying the path to the item image thumbnail. Initializes the item’s <see cref="P:DevExpress.Web.ImageSliderItem.ThumbnailUrl">ImageSliderItem.ThumbnailUrl</see> property.</param>
      <param name="navigateUrl">A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the item’s text is clicked. Initializes the item’s <see cref="P:DevExpress.Web.ImageSliderItem.NavigateUrl">ImageSliderItem.NavigateUrl</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value specifying the item’s display text. Initializes the item’s <see cref="P:DevExpress.Web.ImageSliderItem.Text">ImageSliderItem.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created item’s name. Initializes the item’s <see cref="P:DevExpress.Web.ImageSliderItem.Name">ImageSliderItem.Name</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.ImageSliderItem.#ctor(System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new object of the <see cref="T:DevExpress.Web.ImageSliderItem"/> type with the specified settings.</para>
      </summary>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the item image. Initializes the item’s <see cref="P:DevExpress.Web.ImageSliderItem.ImageUrl">ImageSliderItem.ImageUrl</see> property.</param>
      <param name="thumbnailUrl">A <see cref="T:System.String"/> value specifying the path to the item image thumbnail. Initializes the item’s <see cref="P:DevExpress.Web.ImageSliderItem.ThumbnailUrl">ImageSliderItem.ThumbnailUrl</see> property.</param>
      <param name="navigateUrl">A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the item’s text is clicked. Initializes the item’s <see cref="P:DevExpress.Web.ImageSliderItem.NavigateUrl">ImageSliderItem.NavigateUrl</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value specifying the item’s display text. Initializes the item’s <see cref="P:DevExpress.Web.ImageSliderItem.Text">ImageSliderItem.Text</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.ImageSliderItem.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new object of the <see cref="T:DevExpress.Web.ImageSliderItem"/> type with the specified settings.</para>
      </summary>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the item image. Initializes the item’s <see cref="P:DevExpress.Web.ImageSliderItem.ImageUrl">ImageSliderItem.ImageUrl</see> property.</param>
      <param name="thumbnailUrl">A <see cref="T:System.String"/> value specifying the path to the item image thumbnail. Initializes the item’s <see cref="P:DevExpress.Web.ImageSliderItem.ThumbnailUrl">ImageSliderItem.ThumbnailUrl</see> property.</param>
      <param name="navigateUrl">A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the item’s text is clicked. Initializes the item’s <see cref="P:DevExpress.Web.ImageSliderItem.NavigateUrl">ImageSliderItem.NavigateUrl</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.ImageSliderItem.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new object of the <see cref="T:DevExpress.Web.ImageSliderItem"/> type with the specified settings.</para>
      </summary>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the item image. Initializes the item’s <see cref="P:DevExpress.Web.ImageSliderItem.ImageUrl">ImageSliderItem.ImageUrl</see> property.</param>
      <param name="thumbnailUrl">A <see cref="T:System.String"/> value specifying the path to the item image thumbnail. Initializes the item’s <see cref="P:DevExpress.Web.ImageSliderItem.ThumbnailUrl">ImageSliderItem.ThumbnailUrl</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.ImageSliderItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new object of the <see cref="T:DevExpress.Web.ImageSliderItem"/> type with the specified image URL.</para>
      </summary>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the item image. Initializes the item’s <see cref="P:DevExpress.Web.ImageSliderItem.ImageUrl">ImageSliderItem.ImageUrl</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ImageSliderItem.BinaryImageUrl">
      <summary>
        <para>Gets a URL of the cached binary image.</para>
      </summary>
      <value>A string value that specifies the item image URL.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderItem.BinaryThumbnailUrl">
      <summary>
        <para>Gets a URL of the cached binary thumbnail.</para>
      </summary>
      <value>A string value that specifies the item thumbnail url.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderItem.ImageContentBytes">
      <summary>
        <para>Gets or sets an array of the bytes representing the item image.</para>
      </summary>
      <value>A <see cref="T:System.Byte"/> array that contains the image’s contents.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderItem.ImageUrl">
      <summary>
        <para>Gets or sets the path to the item image.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the image.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderItem.Name">
      <summary>
        <para>Gets or sets the unique identifier name for the current item.</para>
      </summary>
      <value>A string value that specifies the item’s unique identifier name.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderItem.NavigateUrl">
      <summary>
        <para>Gets or sets a URL which defines the navigation location.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item’s URL.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderItem.Template">
      <summary>
        <para>Gets or sets a template used for displaying the content of the particular item within the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see>.</para>
      </summary>
      <value>An object supporting the <see cref="T:System.Web.UI.ITemplate"/> interface which contains the template used for displaying the item’s content.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderItem.Text">
      <summary>
        <para>Gets or sets the text (description) of the current image item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderItem.TextTemplate">
      <summary>
        <para>Gets or sets a template used for displaying the content of the particular item’s <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#item-text-area">text area</see>.</para>
      </summary>
      <value>An object supporting the <see cref="T:System.Web.UI.ITemplate"/> interface, which contains the template used for displaying the item text area.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderItem.ThumbnailContentBytes">
      <summary>
        <para>Gets or sets an array of the bytes representing the item <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#thumbnail">thumbnail</see>.</para>
      </summary>
      <value>A <see cref="T:System.Byte"/> array that contains the thumbnail’s contents.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderItem.ThumbnailTemplate">
      <summary>
        <para>Gets or sets a template used for displaying the content of the particular item’s <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#thumbnail">thumbnail</see>.</para>
      </summary>
      <value>An object supporting the <see cref="T:System.Web.UI.ITemplate"/> interface, which contains the template used for displaying the item thumbnail.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderItem.ThumbnailUrl">
      <summary>
        <para>Gets or sets the path to the item thumbnail image.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the image.</value>
    </member>
    <member name="T:DevExpress.Web.ImageSliderItemBase">
      <summary>
        <para>The base class for image items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageSliderItemBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageSliderItemBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageSliderItemBase.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings from the specified item 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="P:DevExpress.Web.ImageSliderItemBase.DataItem">
      <summary>
        <para>Gets the data item that is bound to the current item.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> that is the data item that is bound to the current item.</value>
    </member>
    <member name="T:DevExpress.Web.ImageSliderItemCollection">
      <summary>
        <para>A collection of items within the <see cref="T:DevExpress.Web.ASPxImageSlider"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageSliderItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageSliderItemCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageSliderItemCollection.#ctor(DevExpress.Web.ASPxImageSliderBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageSliderItemCollection"/> class with the specified owner.</para>
      </summary>
      <param name="control">An <see cref="T:DevExpress.Web.ASPxImageSlider"/> object that owns the created collection.</param>
    </member>
    <member name="M:DevExpress.Web.ImageSliderItemCollection.Add">
      <summary>
        <para>Adds a new item with the default settings to the end of the collection and returns the newly created object.</para>
      </summary>
      <returns>An <see cref="T:DevExpress.Web.ImageSliderItem"/> object that is the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.ImageSliderItemCollection.Add(System.String,System.String,System.String,System.String,System.String)">
      <summary>
        <para>Adds a new item with the specified settings to the end of the collection and returns the newly created object.</para>
      </summary>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the item image. Initializes the item’s <see cref="P:DevExpress.Web.ImageSliderItem.ImageUrl">ImageSliderItem.ImageUrl</see> property.</param>
      <param name="thumbnailUrl">A <see cref="T:System.String"/> value specifying the path to the item image thumbnail. Initializes the item’s <see cref="P:DevExpress.Web.ImageSliderItem.ThumbnailUrl">ImageSliderItem.ThumbnailUrl</see> property.</param>
      <param name="navigateUrl">A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the item’s text is clicked. Initializes the item’s <see cref="P:DevExpress.Web.ImageSliderItem.NavigateUrl">ImageSliderItem.NavigateUrl</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value specifying the item’s display text. Initializes the item’s <see cref="P:DevExpress.Web.ImageSliderItem.Text">ImageSliderItem.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created item’s name. Initializes the item’s <see cref="P:DevExpress.Web.ImageSliderItem.Name">ImageSliderItem.Name</see> property.</param>
      <returns>An <see cref="T:DevExpress.Web.ImageSliderItem"/> object that is the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.ImageSliderItemCollection.Add(System.String,System.String,System.String,System.String)">
      <summary>
        <para>Adds a new item with the specified settings to the end of the collection and returns the newly created object.</para>
      </summary>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the item image. Initializes the item’s <see cref="P:DevExpress.Web.ImageSliderItem.ImageUrl">ImageSliderItem.ImageUrl</see> property.</param>
      <param name="thumbnailUrl">A <see cref="T:System.String"/> value specifying the path to the item image thumbnail. Initializes the item’s <see cref="P:DevExpress.Web.ImageSliderItem.ThumbnailUrl">ImageSliderItem.ThumbnailUrl</see> property.</param>
      <param name="navigateUrl">A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the item’s text is clicked. Initializes the item’s <see cref="P:DevExpress.Web.ImageSliderItem.NavigateUrl">ImageSliderItem.NavigateUrl</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value specifying the item’s display text. Initializes the item’s <see cref="P:DevExpress.Web.ImageSliderItem.Text">ImageSliderItem.Text</see> property.</param>
      <returns>An <see cref="T:DevExpress.Web.ImageSliderItem"/> object that is the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.ImageSliderItemCollection.Add(System.String,System.String,System.String)">
      <summary>
        <para>Adds a new item with the specified settings to the end of the collection and returns the newly created object.</para>
      </summary>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the item image. Initializes the item’s <see cref="P:DevExpress.Web.ImageSliderItem.ImageUrl">ImageSliderItem.ImageUrl</see> property.</param>
      <param name="thumbnailUrl">A <see cref="T:System.String"/> value specifying the path to the item image thumbnail. Initializes the item’s <see cref="P:DevExpress.Web.ImageSliderItem.ThumbnailUrl">ImageSliderItem.ThumbnailUrl</see> property.</param>
      <param name="navigateUrl">A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the item’s text is clicked. Initializes the item’s <see cref="P:DevExpress.Web.ImageSliderItem.NavigateUrl">ImageSliderItem.NavigateUrl</see> property.</param>
      <returns>An <see cref="T:DevExpress.Web.ImageSliderItem"/> object that is the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.ImageSliderItemCollection.Add(System.String,System.String)">
      <summary>
        <para>Adds a new item with the specified settings to the end of the collection and returns the newly created object.</para>
      </summary>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the item image. Initializes the item’s <see cref="P:DevExpress.Web.ImageSliderItem.ImageUrl">ImageSliderItem.ImageUrl</see> property.</param>
      <param name="thumbnailUrl">A <see cref="T:System.String"/> value specifying the path to the item image thumbnail. Initializes the item’s <see cref="P:DevExpress.Web.ImageSliderItem.ThumbnailUrl">ImageSliderItem.ThumbnailUrl</see> property.</param>
      <returns>An <see cref="T:DevExpress.Web.ImageSliderItem"/> object that is the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.ImageSliderItemCollection.Add(System.String)">
      <summary>
        <para>Adds a new item with the specified image URL to the end of the collection and returns the newly created object.</para>
      </summary>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the item image. Initializes the item’s <see cref="P:DevExpress.Web.ImageSliderItem.ImageUrl">ImageSliderItem.ImageUrl</see> property.</param>
      <returns>An <see cref="T:DevExpress.Web.ImageSliderItem"/> object that is the newly created item.</returns>
    </member>
    <member name="P:DevExpress.Web.ImageSliderItemCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items within the <see cref="T:DevExpress.Web.ImageSliderItemCollection"/>.</para>
      </summary>
      <param name="index">An integer value specifying the zero-based index of the item to be accessed.</param>
      <value>An <see cref="T:DevExpress.Web.ImageSliderItem"/> object that is the item located at the specified index within the collection.</value>
    </member>
    <member name="T:DevExpress.Web.ImageSliderItemCollectionBase">
      <summary>
        <para>Serves as a base class for image item collection objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageSliderItemCollectionBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageSliderItemCollectionBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageSliderItemCollectionBase.#ctor(DevExpress.Web.ASPxImageSliderBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageSliderItemCollectionBase"/> class with the specified owner.</para>
      </summary>
      <param name="control">An <see cref="T:DevExpress.Web.ASPxImageSliderBase"/> object that owns the created collection.</param>
    </member>
    <member name="T:DevExpress.Web.ImageSliderItemEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxImageSlider.ItemDataBound">ASPxImageSlider.ItemDataBound</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageSliderItemEventArgs.#ctor(DevExpress.Web.ImageSliderItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageSliderItemEventArgs"/> class with the specified setting.</para>
      </summary>
      <param name="item">An <see cref="T:DevExpress.Web.ImageSliderItem"/> object that is the item related to the event.</param>
    </member>
    <member name="P:DevExpress.Web.ImageSliderItemEventArgs.Item">
      <summary>
        <para>Gets an item object related to the event.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageSliderItem"/> object that is an item currently being processed.</value>
    </member>
    <member name="T:DevExpress.Web.ImageSliderItemEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxImageSlider.ItemDataBound">ASPxImageSlider.ItemDataBound</see> event.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ImageSliderItemEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ImageSliderItemTemplateContainer">
      <summary>
        <para>A container for the templates that are used to render ASPxImageSlider elements.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageSliderItemTemplateContainer.#ctor(DevExpress.Web.ImageSliderItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageSliderItemTemplateContainer"/> class.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.ImageSliderItem"/> object specifying the image slider item to which the current object belongs.</param>
    </member>
    <member name="P:DevExpress.Web.ImageSliderItemTemplateContainer.Item">
      <summary>
        <para>Gets an item for which the template’s content is being instantiated.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageSliderItem"/> object that is the item being rendered.</value>
    </member>
    <member name="T:DevExpress.Web.ImageSliderItemTemplateContainerBase">
      <summary>
        <para>A base class for image slider template containers.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageSliderItemTemplateContainerBase.#ctor(DevExpress.Web.ImageSliderItemBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageSliderItemTemplateContainerBase"/> class.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.ImageSliderItemBase"/> object that is an item related to the generated event.</param>
    </member>
    <member name="T:DevExpress.Web.ImageSliderNavigationBarDotStyle">
      <summary>
        <para>Defines style settings for a <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#dot">dot</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageSliderNavigationBarDotStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageSliderNavigationBarDotStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImageSliderNavigationBarDotStyle.HoverStyle">
      <summary>
        <para>Gets the style settings for the hovered <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#dot">dot</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains the hover style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderNavigationBarDotStyle.PressedStyle">
      <summary>
        <para>Gets the style settings for the pressed <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#dot">dot</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains the pressed style settings.</value>
    </member>
    <member name="T:DevExpress.Web.ImageSliderNavigationBarSettings">
      <summary>
        <para>Contains <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see> specific settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageSliderNavigationBarSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageSliderNavigationBarSettings"/> 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.ImageSliderNavigationBarSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.ImageSliderNavigationBarSettings.ImageSizeMode">
      <summary>
        <para>Gets or sets the value specifying how a thumbnail image fits into the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ImageSizeMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderNavigationBarSettings.ItemSpacing">
      <summary>
        <para>Gets or sets the horizontal spacing between items (<see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#thumbnail">thumbnails</see> or <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#dot">dots</see>) in the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that is the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderNavigationBarSettings.Mode">
      <summary>
        <para>Gets or sets a value specifying how items are displayed within the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.NavigationBarMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderNavigationBarSettings.PagingMode">
      <summary>
        <para>Gets or sets a value that specifies how <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#thumbnail">thumbnails</see> are scrolled in the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.NavigationBarPagingMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderNavigationBarSettings.Position">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see>‘s position within an <see cref="T:DevExpress.Web.ASPxImageSlider"/> control.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.NavigationBarPosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderNavigationBarSettings.ThumbnailsModeNavigationButtonVisibility">
      <summary>
        <para>Enables you to specify the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#page-navigation-buttons">navigation button</see> visibility mode in the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ElementVisibilityMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderNavigationBarSettings.ThumbnailsNavigationButtonPosition">
      <summary>
        <para>Gets or sets the position of the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#page-navigation-buttons">page navigation buttons</see> to <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#thumbnail">thumbnails</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ThumbnailNavigationBarButtonPosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderNavigationBarSettings.VisibleItemsCount">
      <summary>
        <para>Gets or sets the number of <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#thumbnail">thumbnails</see> displayed within the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see> when the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see> is invisible.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value that specifies the number of thumbnails.</value>
    </member>
    <member name="T:DevExpress.Web.ImageSliderNavigationBarStyle">
      <summary>
        <para>Defines style settings for a <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageSliderNavigationBarStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageSliderNavigationBarStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImageSliderNavigationBarStyle.Margins">
      <summary>
        <para>Gets the outer margin of a <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Margins"/> object containing the margins of the navigation bar.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderNavigationBarStyle.Paddings">
      <summary>
        <para>Gets the padding settings of the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="T:DevExpress.Web.ImageSliderNavigationBarThumbnailStyle">
      <summary>
        <para>Defines style settings for a <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#thumbnail">thumbnail</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageSliderNavigationBarThumbnailStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageSliderNavigationBarThumbnailStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageSliderNavigationBarThumbnailStyle.CopyFrom(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.ImageSliderNavigationBarThumbnailStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> object whose settings will be copied.</param>
    </member>
    <member name="P:DevExpress.Web.ImageSliderNavigationBarThumbnailStyle.ImageHeight">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#thumbnail">thumbnail</see>‘s height.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the height.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderNavigationBarThumbnailStyle.ImageWidth">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#thumbnail">thumbnail</see>‘s width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the width.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderNavigationBarThumbnailStyle.SelectedStyle">
      <summary>
        <para>Gets the style settings that define the selected <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#thumbnail">thumbnail</see> appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains style settings.</value>
    </member>
    <member name="T:DevExpress.Web.ImageSliderNavigationButtonStyle">
      <summary>
        <para>Defines style settings for a navigation button within the ASPxImageSlider control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageSliderNavigationButtonStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageSliderNavigationButtonStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageSliderNavigationButtonStyle.AssignToControl(System.Web.UI.WebControls.WebControl,DevExpress.Web.AttributesRange,System.Boolean,System.Boolean,System.Boolean)">
      <summary>
        <para>Copies the settings from the current <see cref="T:DevExpress.Web.ImageSliderNavigationButtonStyle"/> object to the specified object.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImageSliderNavigationButtonStyle.DisabledStyle">
      <summary>
        <para>Gets the style settings that define a <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-buttons">navigation button</see>‘s appearance in the disabled state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DisabledStyle"/> object that contains the disabled style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderNavigationButtonStyle.PressedStyle">
      <summary>
        <para>Gets the style settings that define a <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-buttons">navigation button</see>‘s appearance in the pressed state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains the pressed style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderNavigationButtonStyle.Width">
      <summary>
        <para>Gets or sets the width of the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-buttons">navigation button</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that specifies the width.</value>
    </member>
    <member name="T:DevExpress.Web.ImageSliderPassePartoutStyle">
      <summary>
        <para>Defines style settings for the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#passe-partout">Passe-partout</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageSliderPassePartoutStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageSliderPassePartoutStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ImageSliderSlideShowSettings">
      <summary>
        <para>Contains settings that relate to the ASPxImageSlider slide show functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageSliderSlideShowSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageSliderSlideShowSettings"/> 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.ImageSliderSlideShowSettings.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.ImageSliderSlideShowSettings.AutoPlay">
      <summary>
        <para>Specify whether slide show starts after control initialization.</para>
      </summary>
      <value>true, to start slide show after control initialization; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderSlideShowSettings.Interval">
      <summary>
        <para>Gets or sets the time between image changes in a slide show.</para>
      </summary>
      <value>An integer value that specifies the number of milliseconds between image changes.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderSlideShowSettings.PausePlayingWhenMouseOver">
      <summary>
        <para>Specify whether the slide show is paused when the mouse is over an image.</para>
      </summary>
      <value>true, to pause a slide show when the mouse is over the image; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderSlideShowSettings.PlayPauseButtonVisibility">
      <summary>
        <para>Enables you to specify the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#play-and-pause-buttons">play and pause buttons</see> visibility mode in the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ElementVisibilityMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderSlideShowSettings.StopPlayingWhenPaging">
      <summary>
        <para>Specify whether the slide show is stopped when end user pages images.</para>
      </summary>
      <value>true, to stop slide show when end user pages images; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ImageSliderStyle">
      <summary>
        <para>A base for classes containing style settings for different image slider elements.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageSliderStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageSliderStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ImageSliderStyles">
      <summary>
        <para>Provides the style settings that allow the appearance of an image slider’s <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements">visual elements</see> to be defined.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImageSliderStyles.Dot">
      <summary>
        <para>Gets the style settings that define the appearance of a <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#dot">dot</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageSliderNavigationBarDotStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderStyles.ImageArea">
      <summary>
        <para>Gets the style settings that define the appearance of an <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageSliderImageAreaStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderStyles.Item">
      <summary>
        <para>Gets the style settings that define the appearance of an item in the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageSliderStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderStyles.ItemTextArea">
      <summary>
        <para>Gets the style settings that define the appearance of an <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#item-text-area">item text area</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageSliderStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderStyles.NavigationBarDotsModeBottom">
      <summary>
        <para>Gets the style settings that define the appearance of a <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see> in the dots mode when it is placed at the bottom of the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageSliderNavigationBarStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderStyles.NavigationBarDotsModeLeft">
      <summary>
        <para>Gets the style settings that define the appearance of a <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see> in the dots mode when it is placed at the left of the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageSliderNavigationBarStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderStyles.NavigationBarDotsModeRight">
      <summary>
        <para>Gets the style settings that define the appearance of a <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see> in the dots mode when it is placed at the right of the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageSliderNavigationBarStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderStyles.NavigationBarDotsModeTop">
      <summary>
        <para>Gets the style settings that define the appearance of a <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see> in the dots mode when it is placed at the top of the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageSliderNavigationBarStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderStyles.NavigationBarThumbnailsModeBottom">
      <summary>
        <para>Gets the style settings that define the appearance of a <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see> in the thumbnails mode when it is placed at the bottom of the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageSliderNavigationBarStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderStyles.NavigationBarThumbnailsModeLeft">
      <summary>
        <para>Gets the style settings that define the appearance of a <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see> in the thumbnails mode when it is placed at the left of the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageSliderNavigationBarStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderStyles.NavigationBarThumbnailsModeRight">
      <summary>
        <para>Gets the style settings that define the appearance of a <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see> in the thumbnails mode when it is placed at the right of the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageSliderNavigationBarStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderStyles.NavigationBarThumbnailsModeTop">
      <summary>
        <para>Gets the style settings that define the appearance of a <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see> in the thumbnails mode when it is placed at the top of the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageSliderNavigationBarStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderStyles.NextButtonHorizontal">
      <summary>
        <para>Gets the style settings that define the appearance of the Next <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-buttons">navigation button</see> when the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see> navigates horizontally.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageSliderNavigationButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderStyles.NextButtonVertical">
      <summary>
        <para>Gets the style settings that define the appearance of the Next <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-buttons">navigation button</see> when the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see> navigates vertically.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageSliderNavigationButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderStyles.NextPageButtonHorizontal">
      <summary>
        <para>Gets the style settings that define the appearance of the Next <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#page-navigation-buttons">navigation button</see> when the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see> is placed at the top or bottom of the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageSliderNavigationButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderStyles.NextPageButtonHorizontalOutside">
      <summary>
        <para>Gets the style settings that define the appearance of the Next <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#page-navigation-buttons">navigation button</see> when the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see> is placed at the top or bottom of the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see> and the <see cref="P:DevExpress.Web.ImageSliderNavigationBarSettings.ThumbnailsNavigationButtonPosition">ImageSliderNavigationBarSettings.ThumbnailsNavigationButtonPosition</see> property is set to Outside.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageSliderNavigationButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderStyles.NextPageButtonVertical">
      <summary>
        <para>Gets the style settings that define the appearance of the Next <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#page-navigation-buttons">navigation button</see> when the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see> is placed at the left or right of the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageSliderNavigationButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderStyles.NextPageButtonVerticalOutside">
      <summary>
        <para>Gets the style settings that define the appearance of the Next <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#page-navigation-buttons">navigation button</see> when the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see> is placed to the left or right of the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see> and the <see cref="P:DevExpress.Web.ImageSliderNavigationBarSettings.ThumbnailsNavigationButtonPosition">ImageSliderNavigationBarSettings.ThumbnailsNavigationButtonPosition</see> property is set to Outside.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageSliderNavigationButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderStyles.PassePartout">
      <summary>
        <para>Gets the style settings that define the appearance of a <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#passe-partout">passe-partout</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageSliderPassePartoutStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderStyles.PlayPauseButton">
      <summary>
        <para>Gets the style settings that define the appearance of <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#play-and-pause-buttons">play and pause buttons</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageSliderStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderStyles.PrevButtonHorizontal">
      <summary>
        <para>Gets the style settings that define the appearance of the Previous <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-buttons">navigation button</see> when the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see> navigates horizontally.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageSliderNavigationButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderStyles.PrevButtonVertical">
      <summary>
        <para>Gets the style settings that define the appearance of the Previous <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-buttons">navigation button</see> when the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see> navigates vertically.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageSliderNavigationButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderStyles.PrevPageButtonHorizontal">
      <summary>
        <para>Gets the style settings that define the appearance of the Previous <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#page-navigation-buttons">navigation button</see> when the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see> is placed at the top or bottom of the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageSliderNavigationButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderStyles.PrevPageButtonHorizontalOutside">
      <summary>
        <para>Gets the style settings that define the appearance of the Previous <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#page-navigation-buttons">navigation button</see> when the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see> is placed at the top or bottom of the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see> and the <see cref="P:DevExpress.Web.ImageSliderNavigationBarSettings.ThumbnailsNavigationButtonPosition">ImageSliderNavigationBarSettings.ThumbnailsNavigationButtonPosition</see> property is set to Outside.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageSliderNavigationButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderStyles.PrevPageButtonVertical">
      <summary>
        <para>Gets the style settings that define the appearance of the Previous <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#page-navigation-buttons">navigation button</see> when the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see> is placed to the left or right of the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageSliderNavigationButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderStyles.PrevPageButtonVerticalOutside">
      <summary>
        <para>Gets the style settings that define the appearance of the Previous <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#page-navigation-buttons">navigation button</see> when the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see> is placed to the left or right of the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see> and the <see cref="P:DevExpress.Web.ImageSliderNavigationBarSettings.ThumbnailsNavigationButtonPosition">ImageSliderNavigationBarSettings.ThumbnailsNavigationButtonPosition</see> property is set to Outside.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageSliderNavigationButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSliderStyles.Thumbnail">
      <summary>
        <para>Gets the style settings that define the appearance of a <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#thumbnail">thumbnail</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageSliderNavigationBarThumbnailStyle"/> object that contains the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.ImageSliderStylesBase">
      <summary>
        <para>Serves as a base for classes that define the appearance styles of image slider elements.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImageSliderStylesBase.Disabled">
      <summary>
        <para>Gets the style settings that define the appearance of the control in the disabled state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DisabledStyle"/> object that contains style settings.</value>
    </member>
    <member name="T:DevExpress.Web.ImageSpriteProperties">
      <summary>
        <para>Serves as a base for classes that provide sprite settings of an image, defining it within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageSpriteProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageSpriteProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageSpriteProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageSpriteProperties"/> 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.ImageSpriteProperties.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.ImageSpriteProperties.CopyFrom(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.ImageSpriteProperties"/> class.</para>
      </summary>
      <param name="properties">A <see cref="T:DevExpress.Web.PropertiesBase"/> object that represents the object which the settings will be copied from.</param>
    </member>
    <member name="P:DevExpress.Web.ImageSpriteProperties.CssClass">
      <summary>
        <para>Gets or sets the name of the cascading style sheet (CSS) class that defines a normal state image’s position within a custom <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the cascading style sheet class’ name.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSpriteProperties.Left">
      <summary>
        <para>Gets or sets a normal state image’s horizontal offset within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> specified via a control’s SpriteImageUrl property.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the image’s horizontal offset.</value>
    </member>
    <member name="M:DevExpress.Web.ImageSpriteProperties.MergeWith(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Combines the properties of the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object with the current instance of the <see cref="T:DevExpress.Web.ImageSpriteProperties"/> class.</para>
      </summary>
      <param name="properties">A <see cref="T:DevExpress.Web.PropertiesBase"/> object that represents an object to be combined.</param>
    </member>
    <member name="M:DevExpress.Web.ImageSpriteProperties.Reset">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Web.ImageSpriteProperties"/> object to its original state.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImageSpriteProperties.Top">
      <summary>
        <para>Gets or sets a normal state image’s vertical offset within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>, specified via a control’s SpriteImageUrl property.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the image’s vertical offset.</value>
    </member>
    <member name="T:DevExpress.Web.ImageSpritePropertiesEx">
      <summary>
        <para>Contains settings that define the disabled state of an image when it’s taken from a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageSpritePropertiesEx.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageSpritePropertiesEx"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageSpritePropertiesEx.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageSpritePropertiesEx"/> 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.ImageSpritePropertiesEx.DisabledCssClass">
      <summary>
        <para>Gets or sets the name of the cascading style sheet (CSS) class that defines a disabled state image’s position within a custom <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the cascading style sheet class’ name.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSpritePropertiesEx.DisabledLeft">
      <summary>
        <para>Gets or sets a disabled state image’s horizontal offset within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>, specified via a control’s SpriteImageUrl property.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the image’s horizontal offset.</value>
    </member>
    <member name="P:DevExpress.Web.ImageSpritePropertiesEx.DisabledTop">
      <summary>
        <para>Gets or sets a disabled state image’s vertical offset within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>, specified via a control’s SpriteImageUrl property.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the image’s vertical offset.</value>
    </member>
    <member name="T:DevExpress.Web.ImageZoomAutoGeneratedImagesSettings">
      <summary>
        <para>Provides options for automatically generated images in the image zoom.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageZoomAutoGeneratedImagesSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageZoomAutoGeneratedImagesSettings"/> 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.ImageZoomAutoGeneratedImagesSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.ImageZoomAutoGeneratedImagesSettings"/> object to the current object.</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.ImageZoomAutoGeneratedImagesSettings.ImageCacheFolder">
      <summary>
        <para>Specifies 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.ImageZoomAutoGeneratedImagesSettings.ImageHeight">
      <summary>
        <para>Specifies the height of <see href="https://docs.devexpress.com/AspNet/17664/components/data-and-image-navigation/image-zoom/image-caching">automatically generated (cached) images</see> that will be displayed in the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#preview-image">preview image</see> element.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the image height.</value>
    </member>
    <member name="P:DevExpress.Web.ImageZoomAutoGeneratedImagesSettings.ImageWidth">
      <summary>
        <para>Specifies the width of <see href="https://docs.devexpress.com/AspNet/17664/components/data-and-image-navigation/image-zoom/image-caching">automatically generated (cached) images</see> that will be displayed in the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#preview-image">preview image</see> element.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the image width.</value>
    </member>
    <member name="P:DevExpress.Web.ImageZoomAutoGeneratedImagesSettings.LargeImageHeight">
      <summary>
        <para>Specifies the height of <see href="https://docs.devexpress.com/AspNet/17664/components/data-and-image-navigation/image-zoom/image-caching">automatically generated (cached) images</see> that will be displayed in the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#zoom-window">zoom window</see> element.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the image height.</value>
    </member>
    <member name="P:DevExpress.Web.ImageZoomAutoGeneratedImagesSettings.LargeImageWidth">
      <summary>
        <para>Specifies the width of <see href="https://docs.devexpress.com/AspNet/17664/components/data-and-image-navigation/image-zoom/image-caching">automatically generated (cached) images</see> that will be displayed in the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#zoom-window">zoom window</see> element.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the image width.</value>
    </member>
    <member name="T:DevExpress.Web.ImageZoomExpandWindowImages">
      <summary>
        <para>Contains settings that define images displayed within the ImageZoom’s expand window.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImageZoomExpandWindowImages.CloseButton">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#expand-window">expand window</see>‘s close button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.ImageZoomExpandWindowImages.ExpandWindowCloseButtonImageName">
      <summary>
        <para>The name of the Close Button image file. This name is equal to “izEWCloseButton”.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ImageZoomExpandWindowStyles">
      <summary>
        <para>Provides style settings used to define the appearance of the visual elements of the ImageZoom expand window.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImageZoomExpandWindowStyles.CloseButton">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#expand-window">expand window</see>‘s close button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonStyle"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.ImageZoomExpandWindowStyles.ExpandWindowCloseButtonStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ImageZoomImages">
      <summary>
        <para>Contains settings that define images displayed within the ASPxImageZoom’s elements.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImageZoomImages.EmptyImage">
      <summary>
        <para>Gets the settings of an image displayed when the <see cref="T:DevExpress.Web.ASPxImageZoom"/> control’s data source is empty.</para>
      </summary>
      <value>Image settings.</value>
    </member>
    <member name="F:DevExpress.Web.ImageZoomImages.EmptyImageName">
      <summary>
        <para>The name of the empty image file.</para>
      </summary>
      <value>This name is equal to “izEmptyImage”.</value>
    </member>
    <member name="P:DevExpress.Web.ImageZoomImages.Hint">
      <summary>
        <para>Gets the settings of an image displayed within a preview image <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#hint">hint</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.ImageZoomImages.HintImageName">
      <summary>
        <para>Represents the name of the hint image file.</para>
      </summary>
      <value>This name is equal to “izHint”.</value>
    </member>
    <member name="T:DevExpress.Web.ImageZoomNavigatorAutoGeneratedImagesSettings">
      <summary>
        <para>Provides options for automatically generated images within the image zoom navigator control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageZoomNavigatorAutoGeneratedImagesSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageZoomNavigatorAutoGeneratedImagesSettings"/> 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.ImageZoomNavigatorAutoGeneratedImagesSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.ImageZoomNavigatorAutoGeneratedImagesSettings.ImageHeight">
      <summary>
        <para>Specifies the height of <see href="https://docs.devexpress.com/AspNet/17664/components/data-and-image-navigation/image-zoom/image-caching">automatically generated (cached) images</see> that will be displayed in the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#preview-image">preview image</see> element.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying an image height.</value>
    </member>
    <member name="P:DevExpress.Web.ImageZoomNavigatorAutoGeneratedImagesSettings.ImageWidth">
      <summary>
        <para>Specifies the width of <see href="https://docs.devexpress.com/AspNet/17664/components/data-and-image-navigation/image-zoom/image-caching">automatically generated (cached) images</see> that will be displayed in the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#preview-image">preview image</see> element.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying an image width.</value>
    </member>
    <member name="P:DevExpress.Web.ImageZoomNavigatorAutoGeneratedImagesSettings.LargeImageHeight">
      <summary>
        <para>Specifies the height of <see href="https://docs.devexpress.com/AspNet/17664/components/data-and-image-navigation/image-zoom/image-caching">automatically generated (cached) images</see> that will be displayed in the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#zoom-window">zoom window</see> element.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the image height.</value>
    </member>
    <member name="P:DevExpress.Web.ImageZoomNavigatorAutoGeneratedImagesSettings.LargeImageWidth">
      <summary>
        <para>Specifies the width of <see href="https://docs.devexpress.com/AspNet/17664/components/data-and-image-navigation/image-zoom/image-caching">automatically generated (cached) images</see> that will be displayed in the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#zoom-window">zoom window</see> element.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the image width.</value>
    </member>
    <member name="P:DevExpress.Web.ImageZoomNavigatorAutoGeneratedImagesSettings.ThumbnailHeight">
      <summary>
        <para>Specifies the height of <see href="https://docs.devexpress.com/AspNet/17664/components/data-and-image-navigation/image-zoom/image-caching">automatically generated (cached) images</see> that will be displayed in the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#thumbnail">thumbnail</see> element.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the image height.</value>
    </member>
    <member name="P:DevExpress.Web.ImageZoomNavigatorAutoGeneratedImagesSettings.ThumbnailWidth">
      <summary>
        <para>Specifies the width of <see href="https://docs.devexpress.com/AspNet/17664/components/data-and-image-navigation/image-zoom/image-caching">automatically generated (cached) images</see> that will be displayed in the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#thumbnail">thumbnail</see> element.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the image width.</value>
    </member>
    <member name="T:DevExpress.Web.ImageZoomNavigatorClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events available to the ASPxImageZoomNavigator control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageZoomNavigatorClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageZoomNavigatorClientSideEvents"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ImageZoomNavigatorImages">
      <summary>
        <para>Contains settings that define images displayed within the navigator elements of the image zoom.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImageZoomNavigatorImages.NextPageButtonHorizontalOutside">
      <summary>
        <para>Gets the settings of an image displayed within the Next <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#navigation-buttons">navigation button</see> when the <see cref="T:DevExpress.Web.ASPxImageZoomNavigator"/> is horizontal.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageZoomNavigatorImages.NextPageButtonVerticalOutside">
      <summary>
        <para>Gets the settings of an image displayed within the Next <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#navigation-buttons">navigation button</see> when the <see cref="T:DevExpress.Web.ASPxImageZoomNavigator"/> is vertical.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageZoomNavigatorImages.PrevPageButtonHorizontalOutside">
      <summary>
        <para>Gets the settings of an image displayed within the Previous <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#navigation-buttons">navigation button</see> when the <see cref="T:DevExpress.Web.ASPxImageZoomNavigator"/> is horizontal.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageZoomNavigatorImages.PrevPageButtonVerticalOutside">
      <summary>
        <para>Gets the settings of an image displayed within the Previous <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#navigation-buttons">navigation button</see> when the <see cref="T:DevExpress.Web.ASPxImageZoomNavigator"/> is vertical.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="T:DevExpress.Web.ImageZoomNavigatorItem">
      <summary>
        <para>An individual image item within the <see cref="T:DevExpress.Web.ASPxImageZoomNavigator"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageZoomNavigatorItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageZoomNavigatorItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageZoomNavigatorItem.#ctor(System.String,System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new object of the <see cref="T:DevExpress.Web.ImageZoomNavigatorItem"/> type with the specified settings.</para>
      </summary>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the item image. Initializes the item’s <see cref="P:DevExpress.Web.ImageZoomNavigatorItem.ImageUrl">ImageZoomNavigatorItem.ImageUrl</see> property.</param>
      <param name="largeImageUrl">A <see cref="T:System.String"/> value specifying the path to the item large image. Initializes the item’s <see cref="P:DevExpress.Web.ImageZoomNavigatorItem.LargeImageUrl">ImageZoomNavigatorItem.LargeImageUrl</see> property.</param>
      <param name="thumbnailUrl">A <see cref="T:System.String"/> value specifying the path to the item thumbnail. Initializes the item’s <see cref="P:DevExpress.Web.ImageZoomNavigatorItem.ThumbnailUrl">ImageZoomNavigatorItem.ThumbnailUrl</see> property.</param>
      <param name="zoomWindowText">A <see cref="T:System.String"/> value specifying the item’s zoom window text. Initializes the item’s <see cref="P:DevExpress.Web.ImageZoomNavigatorItem.ZoomWindowText">ImageZoomNavigatorItem.ZoomWindowText</see> property.</param>
      <param name="expandWindowText">A <see cref="T:System.String"/> value specifying the item’s expand window text. Initializes the item’s <see cref="P:DevExpress.Web.ImageZoomNavigatorItem.ExpandWindowText">ImageZoomNavigatorItem.ExpandWindowText</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.ImageZoomNavigatorItem.#ctor(System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new object of the <see cref="T:DevExpress.Web.ImageZoomNavigatorItem"/> type with the specified settings.</para>
      </summary>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the item image. Initializes the item’s <see cref="P:DevExpress.Web.ImageZoomNavigatorItem.ImageUrl">ImageZoomNavigatorItem.ImageUrl</see> property.</param>
      <param name="largeImageUrl">A <see cref="T:System.String"/> value specifying the path to the item large image. Initializes the item’s <see cref="P:DevExpress.Web.ImageZoomNavigatorItem.LargeImageUrl">ImageZoomNavigatorItem.LargeImageUrl</see> property.</param>
      <param name="thumbnailUrl">A <see cref="T:System.String"/> value specifying the path to the item thumbnail. Initializes the item’s <see cref="P:DevExpress.Web.ImageZoomNavigatorItem.ThumbnailUrl">ImageZoomNavigatorItem.ThumbnailUrl</see> property.</param>
      <param name="zoomWindowText">A <see cref="T:System.String"/> value specifying the item’s zoom window text. Initializes the item’s <see cref="P:DevExpress.Web.ImageZoomNavigatorItem.ZoomWindowText">ImageZoomNavigatorItem.ZoomWindowText</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.ImageZoomNavigatorItem.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new object of the <see cref="T:DevExpress.Web.ImageZoomNavigatorItem"/> type with the specified settings.</para>
      </summary>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the item image. Initializes the item’s <see cref="P:DevExpress.Web.ImageZoomNavigatorItem.ImageUrl">ImageZoomNavigatorItem.ImageUrl</see> property.</param>
      <param name="largeImageUrl">A <see cref="T:System.String"/> value specifying the path to the item large image. Initializes the item’s <see cref="P:DevExpress.Web.ImageZoomNavigatorItem.LargeImageUrl">ImageZoomNavigatorItem.LargeImageUrl</see> property.</param>
      <param name="thumbnailUrl">A <see cref="T:System.String"/> value specifying the path to the item thumbnail. Initializes the item’s <see cref="P:DevExpress.Web.ImageZoomNavigatorItem.ThumbnailUrl">ImageZoomNavigatorItem.ThumbnailUrl</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.ImageZoomNavigatorItem.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new object of the <see cref="T:DevExpress.Web.ImageZoomNavigatorItem"/> type with the specified settings.</para>
      </summary>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the item image. Initializes the item’s <see cref="P:DevExpress.Web.ImageZoomNavigatorItem.ImageUrl">ImageZoomNavigatorItem.ImageUrl</see> property.</param>
      <param name="largeImageUrl">A <see cref="T:System.String"/> value specifying the path to the item large image. Initializes the item’s <see cref="P:DevExpress.Web.ImageZoomNavigatorItem.LargeImageUrl">ImageZoomNavigatorItem.LargeImageUrl</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.ImageZoomNavigatorItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new object of the <see cref="T:DevExpress.Web.ImageZoomNavigatorItem"/> type with the specified image URL.</para>
      </summary>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the item image. Initializes the item’s <see cref="P:DevExpress.Web.ImageZoomNavigatorItem.ImageUrl">ImageZoomNavigatorItem.ImageUrl</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.ImageZoomNavigatorItem.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="P:DevExpress.Web.ImageZoomNavigatorItem.ExpandWindowText">
      <summary>
        <para>Gets or sets the text (description) of the current image item displayed within the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#expand-window">expand window</see> footer.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text.</value>
    </member>
    <member name="P:DevExpress.Web.ImageZoomNavigatorItem.ImageUrl">
      <summary>
        <para>Gets or sets the path to the image displayed in the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#preview-image">preview image</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the image.</value>
    </member>
    <member name="P:DevExpress.Web.ImageZoomNavigatorItem.LargeImageUrl">
      <summary>
        <para>Gets or sets the path to the large image that is displayed in the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#zoom-window">zoom window</see> and <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#expand-window">expand window</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the image.</value>
    </member>
    <member name="P:DevExpress.Web.ImageZoomNavigatorItem.Name">
      <summary>
        <para>Gets or sets the Image Zoom Navigator item’s name.</para>
      </summary>
      <value>A string value specifying the item’s name.</value>
    </member>
    <member name="P:DevExpress.Web.ImageZoomNavigatorItem.ThumbnailUrl">
      <summary>
        <para>Gets or sets the path to the item <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#thumbnail">thumbnail</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the image.</value>
    </member>
    <member name="P:DevExpress.Web.ImageZoomNavigatorItem.ZoomWindowText">
      <summary>
        <para>Gets or sets the text (description) of the current image item displayed in the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#zoom-window">zoom window</see> footer.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text.</value>
    </member>
    <member name="T:DevExpress.Web.ImageZoomNavigatorItemCollection">
      <summary>
        <para>A collection of <see cref="T:DevExpress.Web.ImageZoomNavigatorItem"/> objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageZoomNavigatorItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageZoomNavigatorItemCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageZoomNavigatorItemCollection.#ctor(DevExpress.Web.ASPxImageSliderBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageZoomNavigatorItemCollection"/> class with the specified owner.</para>
      </summary>
      <param name="control">An <see cref="T:DevExpress.Web.ASPxImageSliderBase"/> object that owns the created collection.</param>
    </member>
    <member name="M:DevExpress.Web.ImageZoomNavigatorItemCollection.Add">
      <summary>
        <para>Adds a new item with the default settings to the end of the collection and returns the newly created object.</para>
      </summary>
      <returns>An <see cref="T:DevExpress.Web.ImageZoomNavigatorItem"/> object that is the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.ImageZoomNavigatorItemCollection.Add(System.String,System.String,System.String,System.String,System.String)">
      <summary>
        <para>Adds a new item with the specified settings to the end of the collection and returns the newly created object.</para>
      </summary>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the item image. Initializes the item’s <see cref="P:DevExpress.Web.ImageZoomNavigatorItem.ImageUrl">ImageZoomNavigatorItem.ImageUrl</see> property.</param>
      <param name="largeImageUrl">A <see cref="T:System.String"/> value specifying the path to the item large image. Initializes the item’s <see cref="P:DevExpress.Web.ImageZoomNavigatorItem.LargeImageUrl">ImageZoomNavigatorItem.LargeImageUrl</see> property.</param>
      <param name="thumbnailUrl">A <see cref="T:System.String"/> value specifying the path to the item thumbnail. Initializes the item’s <see cref="P:DevExpress.Web.ImageZoomNavigatorItem.ThumbnailUrl">ImageZoomNavigatorItem.ThumbnailUrl</see> property.</param>
      <param name="zoomWindowText">A <see cref="T:System.String"/> value specifying the item’s zoom window text. Initializes the item’s <see cref="P:DevExpress.Web.ImageZoomNavigatorItem.ZoomWindowText">ImageZoomNavigatorItem.ZoomWindowText</see> property.</param>
      <param name="expandWindowText">A <see cref="T:System.String"/> value specifying the item’s expand window text. Initializes the item’s <see cref="P:DevExpress.Web.ImageZoomNavigatorItem.ExpandWindowText">ImageZoomNavigatorItem.ExpandWindowText</see> property.</param>
      <returns>An <see cref="T:DevExpress.Web.ImageZoomNavigatorItem"/> object that is the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.ImageZoomNavigatorItemCollection.Add(System.String,System.String,System.String,System.String)">
      <summary>
        <para>Adds a new item with the specified settings to the end of the collection and returns the newly created object.</para>
      </summary>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the item image. Initializes the item’s <see cref="P:DevExpress.Web.ImageZoomNavigatorItem.ImageUrl">ImageZoomNavigatorItem.ImageUrl</see> property.</param>
      <param name="largeImageUrl">A <see cref="T:System.String"/> value specifying the path to the item large image. Initializes the item’s <see cref="P:DevExpress.Web.ImageZoomNavigatorItem.LargeImageUrl">ImageZoomNavigatorItem.LargeImageUrl</see> property.</param>
      <param name="thumbnailUrl">A <see cref="T:System.String"/> value specifying the path to the item thumbnail. Initializes the item’s <see cref="P:DevExpress.Web.ImageZoomNavigatorItem.ThumbnailUrl">ImageZoomNavigatorItem.ThumbnailUrl</see> property.</param>
      <param name="zoomWindowText">A <see cref="T:System.String"/> value specifying the item’s zoom window text. Initializes the item’s <see cref="P:DevExpress.Web.ImageZoomNavigatorItem.ZoomWindowText">ImageZoomNavigatorItem.ZoomWindowText</see> property.</param>
      <returns>An <see cref="T:DevExpress.Web.ImageZoomNavigatorItem"/> object that is the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.ImageZoomNavigatorItemCollection.Add(System.String,System.String,System.String)">
      <summary>
        <para>Adds a new item with the specified settings to the end of the collection and returns the newly created object.</para>
      </summary>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the item image. Initializes the item’s <see cref="P:DevExpress.Web.ImageZoomNavigatorItem.ImageUrl">ImageZoomNavigatorItem.ImageUrl</see> property.</param>
      <param name="largeImageUrl">A <see cref="T:System.String"/> value specifying the path to the item large image. Initializes the item’s <see cref="P:DevExpress.Web.ImageZoomNavigatorItem.LargeImageUrl">ImageZoomNavigatorItem.LargeImageUrl</see> property.</param>
      <param name="thumbnailUrl">A <see cref="T:System.String"/> value specifying the path to the item thumbnail. Initializes the item’s <see cref="P:DevExpress.Web.ImageZoomNavigatorItem.ThumbnailUrl">ImageZoomNavigatorItem.ThumbnailUrl</see> property.</param>
      <returns>An <see cref="T:DevExpress.Web.ImageZoomNavigatorItem"/> object that is the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.ImageZoomNavigatorItemCollection.Add(System.String,System.String)">
      <summary>
        <para>Adds a new item with the specified settings to the end of the collection and returns the newly created object.</para>
      </summary>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the item image. Initializes the item’s <see cref="P:DevExpress.Web.ImageZoomNavigatorItem.ImageUrl">ImageZoomNavigatorItem.ImageUrl</see> property.</param>
      <param name="largeImageUrl">A <see cref="T:System.String"/> value specifying the path to the item large image. Initializes the item’s <see cref="P:DevExpress.Web.ImageZoomNavigatorItem.LargeImageUrl">ImageZoomNavigatorItem.LargeImageUrl</see> property.</param>
      <returns>An <see cref="T:DevExpress.Web.ImageZoomNavigatorItem"/> object that is the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.ImageZoomNavigatorItemCollection.Add(System.String)">
      <summary>
        <para>Adds a new item with the specified settings to the end of the collection and returns the newly created object.</para>
      </summary>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the item image. Initializes the item’s <see cref="P:DevExpress.Web.ImageZoomNavigatorItem.ImageUrl">ImageZoomNavigatorItem.ImageUrl</see> property.</param>
      <returns>An <see cref="T:DevExpress.Web.ImageZoomNavigatorItem"/> object that is the newly created item.</returns>
    </member>
    <member name="P:DevExpress.Web.ImageZoomNavigatorItemCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items within the <see cref="T:DevExpress.Web.ImageZoomNavigatorItemCollection"/>.</para>
      </summary>
      <param name="index">An integer value specifying the zero-based index of the item to be accessed.</param>
      <value>An <see cref="T:DevExpress.Web.ImageZoomNavigatorItem"/> object that is the item located at the specified index within the collection.</value>
    </member>
    <member name="T:DevExpress.Web.ImageZoomNavigatorItemEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxImageZoomNavigator.ItemDataBound">ASPxImageZoomNavigator.ItemDataBound</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageZoomNavigatorItemEventArgs.#ctor(DevExpress.Web.ImageZoomNavigatorItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageZoomNavigatorItemEventArgs"/> class.</para>
      </summary>
      <param name="item">An  object that is the item currently being processed.</param>
    </member>
    <member name="P:DevExpress.Web.ImageZoomNavigatorItemEventArgs.Item">
      <summary>
        <para>Gets an item object related to the event.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageZoomNavigatorItem"/> object that is an item currently being processed.</value>
    </member>
    <member name="T:DevExpress.Web.ImageZoomNavigatorItemEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxImageZoomNavigator.ItemDataBound">ASPxImageZoomNavigator.ItemDataBound</see> event.</para>
      </summary>
      <param name="source">The event source. Identifies the <see cref="T:DevExpress.Web.ASPxImageZoomNavigator"/> control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ImageZoomNavigatorItemEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ImageZoomNavigatorSettingsBehavior">
      <summary>
        <para>Provides behavior options for thr ASPxImageZoomNavigator control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageZoomNavigatorSettingsBehavior.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageZoomNavigatorSettingsBehavior"/> 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="T:DevExpress.Web.ImageZoomNavigatorStyles">
      <summary>
        <para>Contains settings that allow the appearance of specific <see cref="T:DevExpress.Web.ASPxImageZoomNavigator"/> elements to be defined.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ImageZoomNavigatorStyles.NavigatorHorizontal">
      <summary>
        <para>Gets the style settings that define the appearance of the <see cref="T:DevExpress.Web.ASPxImageZoomNavigator"/> control when it is horizontal.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageSliderNavigationBarStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageZoomNavigatorStyles.NavigatorVertical">
      <summary>
        <para>Gets the style settings that define the appearance of the <see cref="T:DevExpress.Web.ASPxImageZoomNavigator"/> control when it is vertical.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageSliderNavigationBarStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageZoomNavigatorStyles.NextPageButtonHorizontalOutside">
      <summary>
        <para>Gets the style settings that define the appearance of the Next <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#navigation-buttons">navigation button</see> when the <see cref="T:DevExpress.Web.ASPxImageZoomNavigator"/> is horizontal.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageSliderNavigationButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageZoomNavigatorStyles.NextPageButtonVerticalOutside">
      <summary>
        <para>Gets the style settings that define the appearance of the Next <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#navigation-buttons">navigation button</see> when the <see cref="T:DevExpress.Web.ASPxImageZoomNavigator"/> is vertical.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageSliderNavigationButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageZoomNavigatorStyles.PrevPageButtonHorizontalOutside">
      <summary>
        <para>Gets the style settings that define the appearance of the Previous <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#navigation-buttons">navigation button</see> when the <see cref="T:DevExpress.Web.ASPxImageZoomNavigator"/> is horizontal.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageSliderNavigationButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageZoomNavigatorStyles.PrevPageButtonVerticalOutside">
      <summary>
        <para>Gets the style settings that define the appearance of the Previous <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#navigation-buttons">navigation button</see> when the <see cref="T:DevExpress.Web.ASPxImageZoomNavigator"/> is vertical.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageSliderNavigationButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ImageZoomNavigatorStyles.Thumbnail">
      <summary>
        <para>Gets the style settings that define the appearance of a <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#thumbnail">thumbnail</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageSliderNavigationBarThumbnailStyle"/> object that contains the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.ImageZoomStyles">
      <summary>
        <para>Contains settings that allow the appearance of specific <see cref="T:DevExpress.Web.ASPxImageZoom"/> elements to be defined.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ImageZoomWindowImagesBase">
      <summary>
        <para>Serves as a base for classes that allow defining images for different visual elements of the image zoom control.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ImageZoomWindowStylesBase">
      <summary>
        <para>Serves as a base for classes that define the appearance styles of image zoom windows.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ImageZoomZoomModeSettings">
      <summary>
        <para>Contains settings that relate to the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#zoom-window">zoom window</see> functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ImageZoomZoomModeSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ImageZoomZoomModeSettings"/> 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.ImageZoomZoomModeSettings.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.ImageZoomZoomModeSettings.MouseBoxOpacityMode">
      <summary>
        <para>Specifies whether the image area inside or outside of the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#mouse-box">mouse box</see> is opaque.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.MouseBoxOpacityMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ImageZoomZoomModeSettings.ZoomWindowHeight">
      <summary>
        <para>Gets or sets the height of the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#zoom-window">zoom window</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the height.</value>
    </member>
    <member name="P:DevExpress.Web.ImageZoomZoomModeSettings.ZoomWindowOffset">
      <summary>
        <para>Specifies the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#zoom-window">zoom window</see> offset.</para>
      </summary>
      <value>An integer value that specifies the offset, in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.ImageZoomZoomModeSettings.ZoomWindowPosition">
      <summary>
        <para>Gets or sets the position of the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#zoom-window">zoom window</see> with respect to the preview image.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ZoomWindowPosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ImageZoomZoomModeSettings.ZoomWindowWidth">
      <summary>
        <para>Gets or sets the width of the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#zoom-window">zoom window</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the width.</value>
    </member>
    <member name="T:DevExpress.Web.ImageZoomZoomWindowImages">
      <summary>
        <para>Contains settings that define images displayed within the zoom window of the <see href="https://docs.devexpress.com/AspNetMvc/17116/components/data-and-image-navigation/image-zoom">ImageZoom</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ImageZoomZoomWindowStyles">
      <summary>
        <para>Provides style settings used to define the appearance of the visual elements of the <see href="https://docs.devexpress.com/AspNetMvc/17116/components/data-and-image-navigation/image-zoom">ImageZoom Overview</see> <see href="https://docs.devexpress.com/AspNetMvc/17285/components/data-and-image-navigation/image-zoom/visual-elements/zoom-window">zoom window</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.IncrementalFilteringMode">
      <summary>
        <para>Lists the filter modes.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.IncrementalFilteringMode.Contains">
      <summary>
        <para>The editor filters items that contain the filter string.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.IncrementalFilteringMode.None">
      <summary>
        <para>The editor does not filter items.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.IncrementalFilteringMode.StartsWith">
      <summary>
        <para>The editor filters items that begin with the filter string.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.IndexPanel">
      <summary>
        <para>Represents the <see href="https://docs.devexpress.com/AspNet/3625/components/site-navigation-and-layout/title-index/visual-elements/index-panel">Index Panel</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.IndexPanel.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.IndexPanel"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.IndexPanel.#ctor(DevExpress.Web.ASPxTitleIndex)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.IndexPanel"/> class with the specified owner.</para>
      </summary>
      <param name="titleIndexControl">An <see cref="T:DevExpress.Web.ASPxTitleIndex"/> object specifying the control that will own the created object.</param>
    </member>
    <member name="M:DevExpress.Web.IndexPanel.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.IndexPanel.Behavior">
      <summary>
        <para>Gets or sets a value that controls how the <see cref="T:DevExpress.Web.ASPxTitleIndex"/> control responds to clicks on items displayed within the <see href="https://docs.devexpress.com/AspNet/3625/components/site-navigation-and-layout/title-index/visual-elements/index-panel">Index Panel</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.IndexPanelBehavior"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.IndexPanel.Characters">
      <summary>
        <para>Gets or sets a string of characters to be used as indexes (<see href="https://docs.devexpress.com/AspNet/3626/components/site-navigation-and-layout/title-index/visual-elements/index-panel-item">index panel items</see>) within the <see href="https://docs.devexpress.com/AspNet/3625/components/site-navigation-and-layout/title-index/visual-elements/index-panel">index panel</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that specifies a set of characters.</value>
    </member>
    <member name="P:DevExpress.Web.IndexPanel.Position">
      <summary>
        <para>Gets or sets the index panel’s position within the <see cref="T:DevExpress.Web.ASPxTitleIndex"/> control.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.PagerPosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.IndexPanel.Separator">
      <summary>
        <para>Gets or sets a string that separates items within the index panel.</para>
      </summary>
      <value>A string value that separates items within the index panel.</value>
    </member>
    <member name="P:DevExpress.Web.IndexPanel.ShowNonExistingItems">
      <summary>
        <para>Gets or sets a value that specifies whether <see href="https://docs.devexpress.com/AspNet/3626/components/site-navigation-and-layout/title-index/visual-elements/index-panel-item">index panel items</see> which don’t correspond to any existing <see href="https://docs.devexpress.com/AspNet/3628/components/site-navigation-and-layout/title-index/visual-elements/data-item">data item</see> are displayed within the <see href="https://docs.devexpress.com/AspNet/3625/components/site-navigation-and-layout/title-index/visual-elements/index-panel">index panel</see>.</para>
      </summary>
      <value>true to display index characters which don’t have corresponding data items; false to not display such index characters.</value>
    </member>
    <member name="P:DevExpress.Web.IndexPanel.Visible">
      <summary>
        <para>Gets or sets whether the <see href="https://docs.devexpress.com/AspNet/3625/components/site-navigation-and-layout/title-index/visual-elements/index-panel">Index Panel</see> is visible.</para>
      </summary>
      <value>true to show the index panel; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.IndexPanelBehavior">
      <summary>
        <para>Lists values that control how the <see cref="T:DevExpress.Web.ASPxTitleIndex"/> control responds to clicks on items displayed within the <see href="https://docs.devexpress.com/AspNet/3625/components/site-navigation-and-layout/title-index/visual-elements/index-panel">Index Panel</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.IndexPanelBehavior.Filtering">
      <summary>
        <para>Forces the control to display only the <see href="https://docs.devexpress.com/AspNet/3624/components/site-navigation-and-layout/title-index/visual-elements/group">Group</see> (Category) that corresponds to the selected item (letter). This behavior is implemented through server-side processing, so it requires postbacks to be sent to the server.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.IndexPanelBehavior.Navigation">
      <summary>
        <para>A click on an item (letter) will scroll the page to the corresponding group or category.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.IndexPanelItemCommandEventArgs">
      <summary>
        <para>Provides data for the events whose functionality relates to processing the Command event fired by a child control within a templated <see href="https://docs.devexpress.com/AspNet/3626/components/site-navigation-and-layout/title-index/visual-elements/index-panel-item">index panel item</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.IndexPanelItemCommandEventArgs.#ctor(System.Object,System.Object,System.Web.UI.WebControls.CommandEventArgs)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.IndexPanelItemCommandEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="groupValue">A <see cref="T:System.Object"/> representing the group value of the item related to the generated event.</param>
      <param name="commandSource">A <see cref="T:System.Object"/> object that identifies the source of the command.</param>
      <param name="originalArgs">A <see cref="T:System.Web.UI.WebControls.CommandEventArgs"/> object that contains an argument for the command.</param>
    </member>
    <member name="M:DevExpress.Web.IndexPanelItemCommandEventArgs.#ctor(System.Object,System.Web.UI.WebControls.CommandEventArgs)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.IndexPanelItemCommandEventArgs"/> class.</para>
      </summary>
      <param name="commandSource">A <see cref="T:System.Object"/> that identifies the source of the command.</param>
      <param name="originalArgs">A <see cref="T:System.Web.UI.WebControls.CommandEventArgs"/> object that contains an argument for the command.</param>
    </member>
    <member name="P:DevExpress.Web.IndexPanelItemCommandEventArgs.CommandSource">
      <summary>
        <para>Gets an object representing a control which forced a postback.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> representing a control which forced a postback.</value>
    </member>
    <member name="P:DevExpress.Web.IndexPanelItemCommandEventArgs.GroupValue">
      <summary>
        <para>Gets the value of an index panel item object related to the event.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> value that represents the value of an index panel item, manipulations on which forced the event to be raised.</value>
    </member>
    <member name="T:DevExpress.Web.IndexPanelItemCommandEventHandler">
      <summary>
        <para>A method that will handle specific command events concerning manipulations with index panel items.</para>
      </summary>
      <param name="source">A <see cref="T:System.Object"/> representing the event source. Identifies the <see cref="T:DevExpress.Web.ASPxTitleIndex"/> control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.IndexPanelItemCommandEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.IndexPanelItemStyle">
      <summary>
        <para>Defines style settings for <see href="https://docs.devexpress.com/AspNet/3626/components/site-navigation-and-layout/title-index/visual-elements/index-panel-item">index panel items</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.IndexPanelItemStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.IndexPanelItemStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.IndexPanelItemStyle.CurrentStyle">
      <summary>
        <para>Gets the style settings of the currently selected index character (<see href="https://docs.devexpress.com/AspNet/3626/components/site-navigation-and-layout/title-index/visual-elements/index-panel-item">index panel item</see>) if the <see cref="P:DevExpress.Web.IndexPanel.Behavior">IndexPanel.Behavior</see> property is set to <see cref="F:DevExpress.Web.IndexPanelBehavior.Filtering">IndexPanelBehavior.Filtering</see>.</para>
      </summary>
      <value>An object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.IndexPanelItemStyle.DisabledForeColor">
      <summary>
        <para>Gets or sets the color of index characters (<see href="https://docs.devexpress.com/AspNet/3626/components/site-navigation-and-layout/title-index/visual-elements/index-panel-item">index panel items</see>) which don’t correspond to any existing <see href="https://docs.devexpress.com/AspNet/3628/components/site-navigation-and-layout/title-index/visual-elements/data-item">data item</see>.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> object that specifies the foreground color of disabled <see href="https://docs.devexpress.com/AspNet/3626/components/site-navigation-and-layout/title-index/visual-elements/index-panel-item">index panel items</see>.</value>
    </member>
    <member name="P:DevExpress.Web.IndexPanelItemStyle.DisabledStyle">
      <summary>
        <para>Gets the style settings of index characters (<see href="https://docs.devexpress.com/AspNet/3626/components/site-navigation-and-layout/title-index/visual-elements/index-panel-item">index panel items</see>) which don’t correspond to any existing <see href="https://docs.devexpress.com/AspNet/3628/components/site-navigation-and-layout/title-index/visual-elements/data-item">data item</see>.</para>
      </summary>
      <value>An object that contains style settings.</value>
    </member>
    <member name="T:DevExpress.Web.IndexPanelItemTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render <see href="https://docs.devexpress.com/AspNet/3626/components/site-navigation-and-layout/title-index/visual-elements/index-panel-item">index panel items</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.IndexPanelItemTemplateContainer.#ctor(System.Int32,System.Object,System.Int32,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.IndexPanelItemTemplateContainer"/> class with the specified settings.</para>
      </summary>
      <param name="index">An integer value representing the index of the rendered index panel item whose template is being instantiated.</param>
      <param name="groupValue">An object that represents the value of the index panel item being rendered.</param>
      <param name="groupItemCount">An integer value that represents the number of items contained within the group whose index panel item template is being instantiated.</param>
      <param name="navigateUrl">A String value that defines a URL, representing the navigation location of the item whose template is being instantiated.</param>
    </member>
    <member name="P:DevExpress.Web.IndexPanelItemTemplateContainer.GroupItemCount">
      <summary>
        <para>Gets the number of items contained within the group to which the rendered index panel item corresponds.</para>
      </summary>
      <value>An integer value that represents the total number of data items within the corresponding group.</value>
    </member>
    <member name="P:DevExpress.Web.IndexPanelItemTemplateContainer.GroupValue">
      <summary>
        <para>Gets the value of an <see href="https://docs.devexpress.com/AspNet/3626/components/site-navigation-and-layout/title-index/visual-elements/index-panel-item">index panel item</see> for which the template’s content is being instantiated.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> value that represents the rendered index panel item’s value.</value>
    </member>
    <member name="P:DevExpress.Web.IndexPanelItemTemplateContainer.NavigateUrl">
      <summary>
        <para>Gets a URL, representing the navigation location of the <see href="https://docs.devexpress.com/AspNet/3626/components/site-navigation-and-layout/title-index/visual-elements/index-panel-item">index panel item</see> whose template is being instantiated.</para>
      </summary>
      <value>A string value which represents a URL where the client web browser will navigate.</value>
    </member>
    <member name="T:DevExpress.Web.IndexPanelSeparatorStyle">
      <summary>
        <para>Defines style settings for the <see href="https://docs.devexpress.com/AspNet/3627/components/site-navigation-and-layout/title-index/visual-elements/index-panel-separator">index panel separator</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.IndexPanelSeparatorStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.IndexPanelSeparatorStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.IndexPanelSeparatorStyle.Height">
      <summary>
        <para>Gets or sets the height of the <see href="https://docs.devexpress.com/AspNet/3627/components/site-navigation-and-layout/title-index/visual-elements/index-panel-separator">index panel separator</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the height value.</value>
    </member>
    <member name="T:DevExpress.Web.IndexPanelStyle">
      <summary>
        <para>Defines style settings for the <see href="https://docs.devexpress.com/AspNet/3625/components/site-navigation-and-layout/title-index/visual-elements/index-panel">index panel</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.IndexPanelStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.IndexPanelStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.IndexPanelStyle.LineSpacing">
      <summary>
        <para>Gets or sets the line spacing for lines in the <see href="https://docs.devexpress.com/AspNet/3625/components/site-navigation-and-layout/title-index/visual-elements/index-panel">index panel</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the line spacing.</value>
    </member>
    <member name="P:DevExpress.Web.IndexPanelStyle.Paddings">
      <summary>
        <para>Gets the padding settings of the <see href="https://docs.devexpress.com/AspNet/3625/components/site-navigation-and-layout/title-index/visual-elements/index-panel">index panel</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="T:DevExpress.Web.IndicatorStyle">
      <summary>
        <para>Serves as a base class for objects defining the appearance of the progress bar’s indicator.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.IndicatorStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.IndicatorStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.InlineFastNavigationZoomLevel">
      <summary>
        <para>Lists values that specify the size of a date range displayed within the calendar’s fast navigation area.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.InlineFastNavigationZoomLevel.Century">
      <summary>
        <para>A user can select a date within a current century.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.InlineFastNavigationZoomLevel.Decade">
      <summary>
        <para>A user can select a date within a current decade.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.InlineFastNavigationZoomLevel.Year">
      <summary>
        <para>A user can select a date within a current year.</para>
      </summary>
    </member>
    <member name="N:DevExpress.Web.Internal">
      <summary>
        <para>Contains classes that implement some common functionality of grid columns.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Internal.FloatingActionButtonImages">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Internal.FloatingActionButtonImages.CollapseActions">
      <summary>
        <para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Internal.FloatingActionButtonImages.CollapseActionsName">
      <summary>
        <para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Internal.FloatingActionButtonImages.CopyFrom(DevExpress.Web.ImagesBase)">
      <summary>
        <para>Duplicates the properties of the specified object to the current instance of the <see cref="T:DevExpress.Web.Internal.FloatingActionButtonImages"/> class.</para>
      </summary>
      <param name="source">An <see cref="T:DevExpress.Web.ImagesBase"/> object that the settings will be copied from.</param>
    </member>
    <member name="P:DevExpress.Web.Internal.FloatingActionButtonImages.CreateAction">
      <summary>
        <para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Internal.FloatingActionButtonImages.CreateActionName">
      <summary>
        <para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Internal.FloatingActionButtonImages.ExpandActions">
      <summary>
        <para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Internal.FloatingActionButtonImages.ExpandActionsName">
      <summary>
        <para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Internal.IWebGridColumn">
      <summary>
        <para>A structure holding the main settings of a grid column.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Internal.IWebGridColumn.Caption">
      <summary>
        <para>Gets or sets the text displayed within the column header.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text displayed within the column’s header.</value>
    </member>
    <member name="P:DevExpress.Web.Internal.IWebGridColumn.ExportCellStyle">
      <summary>
        <para>Gets the style settings defining the appearance of data cells when a control is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridExportAppearanceBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.Internal.IWebGridColumn.Name">
      <summary>
        <para>Gets or sets the unique programmatic identifier name for a column.</para>
      </summary>
      <value>A string value that specifies the column’s identifier.</value>
    </member>
    <member name="P:DevExpress.Web.Internal.IWebGridColumn.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.Internal.IWebGridColumn.VisibleIndex">
      <summary>
        <para>Gets or sets the column’s position among the visible columns within a web control.</para>
      </summary>
      <value>An integer value that specifies the column’s position among the visible columns.</value>
    </member>
    <member name="T:DevExpress.Web.Internal.IWebGridDataColumn">
      <summary>
        <para>A structure holding the main settings of a grid data bound column.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Internal.IWebGridDataColumn.Adapter">
      <summary>
        <para>For internal use only</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.InternalCheckBoxImageProperties">
      <summary>
        <para>Contains image settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.InternalCheckBoxImageProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.InternalCheckBoxImageProperties"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.InternalCheckBoxImageProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.InternalCheckBoxImageProperties"/> class with specified settings.</para>
      </summary>
      <param name="owner">An interface.</param>
    </member>
    <member name="M:DevExpress.Web.InternalCheckBoxImageProperties.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.InternalCheckBoxImageProperties"/> class with specified settings.</para>
      </summary>
      <param name="url">The image URL.</param>
      <param name="urlDisabled">The URL of the image for the disabled state.</param>
    </member>
    <member name="M:DevExpress.Web.InternalCheckBoxImageProperties.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.InternalCheckBoxImageProperties"/> class with specified settings.</para>
      </summary>
      <param name="url">The image URL.</param>
    </member>
    <member name="T:DevExpress.Web.IPropertiesOwner">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.IPropertiesOwner.Changed(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ItemBulletStyle">
      <summary>
        <para>Specifies the bullet style for the group’s items.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ItemBulletStyle.Circle">
      <summary>
        <para>The bullet style is an empty circle shape.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ItemBulletStyle.Decimal">
      <summary>
        <para>The bullet style is a number (1, 2, 3, …).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ItemBulletStyle.Disc">
      <summary>
        <para>The bullet style is a filled circle shape.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ItemBulletStyle.LowerAlpha">
      <summary>
        <para>The bullet style is a lowercase letter (a, b, c, …).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ItemBulletStyle.LowerRoman">
      <summary>
        <para>The bullet style is a lowercase Roman numeral (i, ii, iii, …).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ItemBulletStyle.None">
      <summary>
        <para>The bullet style is not applied to group items.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ItemBulletStyle.Square">
      <summary>
        <para>The bullet style is a filled square shape.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ItemBulletStyle.UpperAlpha">
      <summary>
        <para>The bullet style is an uppercase letter (A, B, C, …).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ItemBulletStyle.UpperRoman">
      <summary>
        <para>The bullet style is an uppercase Roman numeral (I, II, III, …).</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ItemClickClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events that relate to clicks on items within web controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ItemClickClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ItemClickClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ItemClickClientSideEvents.ItemClick">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s client ItemClick 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.ItemImageProperties">
      <summary>
        <para>Contains settings that define an item image.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ItemImageProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ItemImageProperties"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ItemImageProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ItemImageProperties"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:DevExpress.Web.IPropertiesOwner"/>-implemented object that owns the created object.</param>
    </member>
    <member name="M:DevExpress.Web.ItemImageProperties.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ItemImageProperties"/> class with the specified image location.</para>
      </summary>
      <param name="url">A <see cref="T:System.String"/> value that specifies the image location. This value is assigned to the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ItemImageProperties.SpriteProperties">
      <summary>
        <para>Gets the settings defining the image position within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ItemImageSpriteProperties"/> object containing image position settings.</value>
    </member>
    <member name="T:DevExpress.Web.ItemImagePropertiesBase">
      <summary>
        <para>Contains base settings that define different states (normal, disabled, hottracked, selected) of an item image.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ItemImagePropertiesBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ItemImagePropertiesBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ItemImagePropertiesBase.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ItemImagePropertiesBase"/> 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.ItemImagePropertiesBase.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ItemImagePropertiesBase"/> class with the specified image location.</para>
      </summary>
      <param name="url">A <see cref="T:System.String"/> value that specifies the image location.</param>
    </member>
    <member name="P:DevExpress.Web.ItemImagePropertiesBase.UrlDisabled">
      <summary>
        <para>Gets or sets the URL of the image used for an element’s disabled state.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the location of an image.</value>
    </member>
    <member name="P:DevExpress.Web.ItemImagePropertiesBase.UrlHottracked">
      <summary>
        <para>Gets or sets the URL of the image used for an element’s hottracked state.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the location of an image.</value>
    </member>
    <member name="P:DevExpress.Web.ItemImagePropertiesBase.UrlSelected">
      <summary>
        <para>Gets or sets the URL of the image used for an element’s selected state.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the location of an image.</value>
    </member>
    <member name="T:DevExpress.Web.ItemImageSpriteProperties">
      <summary>
        <para>Contains settings that define different states of an item image (disabled, hottracked, selected) when it’s taken from a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ItemImageSpriteProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ItemImageSpriteProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ItemImageSpriteProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ItemImageSpriteProperties"/> 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.ItemImageSpriteProperties.DisabledCssClass">
      <summary>
        <para>Gets or sets the name of the cascading style sheet (CSS) class that defines a disabled state image’s position within a custom <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the cascading style sheet class’ name.</value>
    </member>
    <member name="P:DevExpress.Web.ItemImageSpriteProperties.DisabledLeft">
      <summary>
        <para>Gets or sets a disabled state image’s horizontal offset within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>, specified via a control’s SpriteImageUrl property.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the image’s horizontal offset.</value>
    </member>
    <member name="P:DevExpress.Web.ItemImageSpriteProperties.DisabledTop">
      <summary>
        <para>Gets or sets a disabled state image’s vertical offset within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>, specified via a control’s SpriteImageUrl property.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the image’s vertical offset.</value>
    </member>
    <member name="P:DevExpress.Web.ItemImageSpriteProperties.HottrackedCssClass">
      <summary>
        <para>Gets or sets the name of the cascading style sheet (CSS) class that defines a hottracked state image’s position within a custom <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the cascading style sheet class’ name.</value>
    </member>
    <member name="P:DevExpress.Web.ItemImageSpriteProperties.HottrackedLeft">
      <summary>
        <para>Gets or sets a hottracked state image’s horizontal offset within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> specified via a control’s SpriteImageUrl property.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the image’s horizontal offset.</value>
    </member>
    <member name="P:DevExpress.Web.ItemImageSpriteProperties.HottrackedTop">
      <summary>
        <para>Gets or sets a hottracked state image’s vertical offset within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> specified via a control’s SpriteImageUrl property.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the image’s vertical offset.</value>
    </member>
    <member name="P:DevExpress.Web.ItemImageSpriteProperties.SelectedCssClass">
      <summary>
        <para>Gets or sets the name of the cascading style sheet (CSS) class that defines a selected state image’s position within a custom <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the cascading style sheet class’ name.</value>
    </member>
    <member name="P:DevExpress.Web.ItemImageSpriteProperties.SelectedLeft">
      <summary>
        <para>Gets or sets a selected state image’s horizontal offset within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> specified via a control’s SpriteImageUrl property.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the image’s horizontal offset.</value>
    </member>
    <member name="P:DevExpress.Web.ItemImageSpriteProperties.SelectedTop">
      <summary>
        <para>Gets or sets a selected state image’s vertical offset within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>, specified via a control’s SpriteImageUrl property.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the image’s vertical offset.</value>
    </member>
    <member name="T:DevExpress.Web.ItemLinkMode">
      <summary>
        <para>Lists the values that specify how to represent items as links.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ItemLinkMode.ContentBounds">
      <summary>
        <para>Specifies that an item is represented by both the text and image (if any), and the item’s clickable content extends to the width of the parent control’s boundaries.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ItemLinkMode.TextAndImage">
      <summary>
        <para>Specifies that an item is represented by both the text and image (if any), and the item’s clickable content is bounded by the total size of the text and image.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ItemLinkMode.TextOnly">
      <summary>
        <para>Specifies that an item is represented only by its text, and the item’s clickable content is bounded by the text length.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ItemSubMenuOffset">
      <summary>
        <para>Defines different offset settings of submenus relative to their parent menu items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ItemSubMenuOffset.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ItemSubMenuOffset"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ItemSubMenuOffset.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.ItemSubMenuOffset.FirstItemX">
      <summary>
        <para>Gets or sets the horizontal offset of a submenu relative to its parent menu item which is the first item at its menu level.</para>
      </summary>
      <value>An integer value specifying the horizontal offset of a submenu.</value>
    </member>
    <member name="P:DevExpress.Web.ItemSubMenuOffset.FirstItemY">
      <summary>
        <para>Gets or sets the vertical offset of a submenu relative to its parent menu item which is the first item at its menu level.</para>
      </summary>
      <value>An integer value specifying the vertical offset of a submenu.</value>
    </member>
    <member name="P:DevExpress.Web.ItemSubMenuOffset.LastItemX">
      <summary>
        <para>Gets or sets the horizontal offset of a submenu relative to its parent menu item which is the last item at its menu level.</para>
      </summary>
      <value>An integer value specifying the horizontal offset of a submenu.</value>
    </member>
    <member name="P:DevExpress.Web.ItemSubMenuOffset.LastItemY">
      <summary>
        <para>Gets or sets the vertical offset of a submenu relative to its parent menu item which is the last item at its menu level.</para>
      </summary>
      <value>An integer value specifying the vertical offset of a submenu.</value>
    </member>
    <member name="M:DevExpress.Web.ItemSubMenuOffset.ToString">
      <summary>
        <para>Returns the string that represents the current object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> that represents the current <see cref="T:DevExpress.Web.ItemSubMenuOffset"/> object.</returns>
    </member>
    <member name="P:DevExpress.Web.ItemSubMenuOffset.X">
      <summary>
        <para>Gets or sets the horizontal offset of a submenu relative to its parent menu item which is neither the first nor the last item at its menu level.</para>
      </summary>
      <value>An integer value specifying the horizontal offset of a submenu.</value>
    </member>
    <member name="P:DevExpress.Web.ItemSubMenuOffset.Y">
      <summary>
        <para>Gets or sets the vertical offset of a submenu relative to its parent menu item which is neither the first nor the last item at its menu level.</para>
      </summary>
      <value>An integer value specifying the vertical offset of a submenu.</value>
    </member>
    <member name="T:DevExpress.Web.ItemTemplateContainerBase">
      <summary>
        <para>Represents a base class for different template container objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ItemTemplateContainerBase.#ctor(System.Int32,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ItemTemplateContainerBase"/> class with the specified settings.</para>
      </summary>
      <param name="itemIndex">An integer value representing the index of the rendered item object.</param>
      <param name="dataItem">A <see cref="T:System.Object"/> that represents the templated item object being rendered.</param>
    </member>
    <member name="M:DevExpress.Web.ItemTemplateContainerBase.EvalDataItem(System.String)">
      <summary>
        <para>Evaluates a data-binding expression.</para>
      </summary>
      <param name="expression">A string value representing the expression to evaluate. The navigation path from the container to the public property value, to be placed in the bound control property.</param>
      <returns>A <see cref="T:System.Object"/> instance that results from the evaluation of the data-binding expression.</returns>
    </member>
    <member name="T:DevExpress.Web.LabelProperties">
      <summary>
        <para>Contains settings specific to a label control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LabelProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LabelProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LabelProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LabelProperties"/> 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.LabelProperties.AllowEllipsisInText">
      <summary>
        <para>Specifies if the label editor can automatically truncate the text content if it doesn’t fit into the editor width.</para>
      </summary>
      <value>true, to automatically truncate text; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.LargeImageLoadMode">
      <summary>
        <para>Lists values that specify when an image displayed in the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#zoom-window">zoom window</see> and <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#expand-window">expand window</see> should be loaded.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.LargeImageLoadMode.Direct">
      <summary>
        <para>A large image is loaded to the client side directly when the control is loaded.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.LargeImageLoadMode.OnFirstShow">
      <summary>
        <para>A large image is loaded to the client side when the image is shown for the first time.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.LargeImageLoadMode.OnPageLoad">
      <summary>
        <para>A large image is loaded to the client side on the page load event.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.LastButtonProperties">
      <summary>
        <para>Contains settings specific to the button that when clicked, navigates a user to the last page.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LastButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner,System.Boolean,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LastButtonProperties"/> 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="visible">true to display the button within the control; otherwise, false. This value is assigned to the <see cref="P:DevExpress.Web.PagerButtonProperties.Visible">PagerButtonProperties.Visible</see> property.</param>
      <param name="text">A string value that specifies the button’s text. This value is assigned to the <see cref="P:DevExpress.Web.PagerButtonProperties.Text">PagerButtonProperties.Text</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.LastButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LastButtonProperties"/> class.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
      <param name="visible">true to display the button within the control; otherwise, false. This value is assigned to the <see cref="P:DevExpress.Web.PagerButtonProperties.Visible">PagerButtonProperties.Visible</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.LastButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LastButtonProperties"/> 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.Layout">
      <summary>
        <para>Specifies a control’s layout.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Layout.Breakpoints">
      <summary>
        <para>Organizes items according to custom layout scenarios for different browser widths.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Layout.Flow">
      <summary>
        <para>Data items flow one after another, to fill the available page area.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Layout.Table">
      <summary>
        <para>Data items are displayed using the fixed table layout with the specified column and row count.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.LayoutBreakpoint">
      <summary>
        <para>Provides settings that allows you to specify breakpoints at which the Form Layout rearranges its items if the control width changes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LayoutBreakpoint.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LayoutBreakpoint"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LayoutBreakpoint.#ctor(System.String,System.Int32,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LayoutBreakpoint"/> class.</para>
      </summary>
      <param name="name">A String object representing the breakpoint name.</param>
      <param name="maxWidth">An integer value representing the control’s maximum width.</param>
      <param name="columnCount">An integer value specifying the number of columns.</param>
    </member>
    <member name="M:DevExpress.Web.LayoutBreakpoint.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="P:DevExpress.Web.LayoutBreakpoint.ColumnCount">
      <summary>
        <para>Gets or sets the number of columns.</para>
      </summary>
      <value>An integer value specifying the number of columns.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutBreakpoint.MaxWidth">
      <summary>
        <para>Specifies the maximum control width at which it rearranges its items.</para>
      </summary>
      <value>An integer value specifying the maximum control width.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutBreakpoint.Name">
      <summary>
        <para>Specifies a unique breakpoint identifier.</para>
      </summary>
      <value>A string value specifying the breakpoint name.</value>
    </member>
    <member name="T:DevExpress.Web.LayoutBreakpoints">
      <summary>
        <para>A collection of <see cref="T:DevExpress.Web.LayoutBreakpoint"/> objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LayoutBreakpoints.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LayoutBreakpoints"/> class.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.LayoutBreakpoints.Add(DevExpress.Web.LayoutBreakpoint)">
      <summary>
        <para>Adds the <see cref="T:DevExpress.Web.LayoutBreakpoint"/> object to the collection.</para>
      </summary>
      <param name="layoutBreakpoint">A <see cref="T:DevExpress.Web.LayoutBreakpoint"/> object.</param>
    </member>
    <member name="T:DevExpress.Web.LayoutGroup">
      <summary>
        <para>Represents a <see href="https://docs.devexpress.com/AspNet/14354/components/site-navigation-and-layout/form-layout/visual-elements/layout-group">layout group</see> within the <see cref="T:DevExpress.Web.ASPxFormLayout"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LayoutGroup.#ctor">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.LayoutGroup"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LayoutGroup.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LayoutGroup"/> class with the specified settings.</para>
      </summary>
      <param name="caption">A layout group caption.</param>
    </member>
    <member name="P:DevExpress.Web.LayoutGroup.AlignItemCaptions">
      <summary>
        <para>Gets or sets whether the layout item captions are auto-aligned independently within each layout group.</para>
      </summary>
      <value>true, to align layout item captions; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.LayoutGroup.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="P:DevExpress.Web.LayoutGroup.BackColor">
      <summary>
        <para>Gets or sets the current layout group’s background color.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> structure which specifies the layout group’s background color.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutGroup.BackgroundImage">
      <summary>
        <para>Gets the layout group’s background image.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BackgroundImage"/> object that is a background image.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutGroup.Border">
      <summary>
        <para>Gets the layout group border settings defined by the current style.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BorderWrapper"/> object which specifies the border settings.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutGroup.BorderBottom">
      <summary>
        <para>Gets the settings of the bottom layout group border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the bottom border settings.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutGroup.BorderLeft">
      <summary>
        <para>Gets the settings of the left layout group border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the left border settings.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutGroup.BorderRight">
      <summary>
        <para>Gets the settings of the right layout group border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the right border settings.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutGroup.BorderTop">
      <summary>
        <para>Gets the settings of the top layout group border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the right border settings.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutGroup.Caption">
      <summary>
        <para>Gets or sets the text displayed in the <see href="https://docs.devexpress.com/AspNet/14354/components/site-navigation-and-layout/form-layout/visual-elements/layout-group">layout group</see>.</para>
      </summary>
      <value>A string that specifies the text displayed in the layout group.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutGroup.CellStyle">
      <summary>
        <para>Gets the style settings that define the cell appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LayoutGroupCellStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutGroup.ColumnCount">
      <summary>
        <para>Gets or sets the number of columns.</para>
      </summary>
      <value>An integer value specifying the number of columns.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutGroup.CssClass">
      <summary>
        <para>Gets or sets the name of the cascading style sheet (CSS) class associated with the current layout group.</para>
      </summary>
      <value>A string value specifying the name of the associated cascading style sheet class.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutGroup.GridSettings">
      <summary>
        <para>Gets the settings related to the Form Layout’s adaptive grid layout.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridBreakpointSettings"/> object that contains pager settings.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutGroup.GroupBoxDecoration">
      <summary>
        <para>Gets or sets the group box decoration type.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GroupBoxDecoration"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutGroup.GroupBoxStyle">
      <summary>
        <para>Gets the style settings that define the group box appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LayoutGroupBoxStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutGroup.Paddings">
      <summary>
        <para>Gets the padding settings of a layout group.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutGroup.UseDefaultPaddings">
      <summary>
        <para>Specifies if the layout group is displayed with default paddings, or the paddings should be hidden.</para>
      </summary>
      <value>true, to display the layout group with default paddings; false, to display the layout group without paddings (with zero paddings).</value>
    </member>
    <member name="T:DevExpress.Web.LayoutGroupBase">
      <summary>
        <para>Represents the base class for the <see cref="T:DevExpress.Web.LayoutGroup"/> and the <see cref="T:DevExpress.Web.TabbedLayoutGroup"/> classes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LayoutGroupBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LayoutGroupBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LayoutGroupBase.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LayoutGroupBase"/> class with default settings.</para>
      </summary>
      <param name="caption">A layout group caption.</param>
    </member>
    <member name="M:DevExpress.Web.LayoutGroupBase.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.LayoutGroupBase.FindItemByFieldName(System.String)">
      <summary>
        <para>Returns a layout item by its field name.</para>
      </summary>
      <param name="fieldName">A string value specifying the field name of a data source to which the form layout is bound.</param>
      <returns>An <see cref="T:DevExpress.Web.LayoutItem"/> object that is a layout item bound to the specified field name.</returns>
    </member>
    <member name="M:DevExpress.Web.LayoutGroupBase.FindItemByPath(System.String)">
      <summary>
        <para>Returns a layout item by its path.</para>
      </summary>
      <param name="path">A string value specifying the layout item’s path within the <see cref="P:DevExpress.Web.LayoutGroupBase.Items">LayoutGroupBase.Items</see> collection.</param>
      <returns>An <see cref="T:DevExpress.Web.LayoutItemBase"/> object representing the layout item specified by its path.</returns>
    </member>
    <member name="M:DevExpress.Web.LayoutGroupBase.FindItemOrGroupByName(System.String)">
      <summary>
        <para>Returns a layout item or group object with the specified <see cref="P:DevExpress.Web.LayoutItemBase.Name">LayoutItemBase.Name</see> property value.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.LayoutItemBase.Name">LayoutItemBase.Name</see> property value of the required layout item or group.</param>
      <returns>A <see cref="T:DevExpress.Web.LayoutItemBase"/> object with a specific value of the <see cref="P:DevExpress.Web.LayoutItemBase.Name">LayoutItemBase.Name</see> property.</returns>
    </member>
    <member name="M:DevExpress.Web.LayoutGroupBase.FindNestedControlByFieldName(System.String)">
      <summary>
        <para>Returns a control that is nested into the layout item with the specified field name.</para>
      </summary>
      <param name="fieldName">A string value specifying the field name of a data source to which the form layout is bound.</param>
      <returns>An <see cref="T:System.Web.UI.Control"/> object a control that is nested into the layout item with the specified field name.</returns>
    </member>
    <member name="M:DevExpress.Web.LayoutGroupBase.ForEach(System.Action{DevExpress.Web.LayoutItemBase})">
      <summary>
        <para>Performs the specified action on each element of the current collection.</para>
      </summary>
      <param name="method">The <see cref="T:System.Action`1"/> action to perform on each element of the collection.</param>
    </member>
    <member name="M:DevExpress.Web.LayoutGroupBase.GetNestedControlValueByFieldName(System.String)">
      <summary>
        <para>Returns a value of a control that is nested into the layout item with the specified field name.</para>
      </summary>
      <param name="fieldName">A string value specifying the field name of a data source to which the form layout is bound.</param>
      <returns>An <see cref="T:System.Object"/> object that is a value of a control nested into the layout item with the specified field name.</returns>
    </member>
    <member name="P:DevExpress.Web.LayoutGroupBase.Items">
      <summary>
        <para>Provides access to the layout group’s item collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LayoutItemCollection"/> object that is a collection of layout items.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutGroupBase.SettingsItemCaptions">
      <summary>
        <para>Provides access to the layout item caption settings within a layout group.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LayoutItemCaptionSettings"/> object containing properties common to all the layout item captions within a layout group.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutGroupBase.SettingsItemHelpTexts">
      <summary>
        <para>Provides access to the help text settings within a layout group.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LayoutItemHelpTextSettings"/> object containing properties common to all the help texts within a layout group.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutGroupBase.SettingsItems">
      <summary>
        <para>Provides access to the layout item settings within a layout group.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LayoutGroupItemSettings"/> object containing properties common to all the layout items within a layout group.</value>
    </member>
    <member name="T:DevExpress.Web.LayoutGroupBoxCaptionStyle">
      <summary>
        <para>Defines style settings for the layout group caption.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LayoutGroupBoxCaptionStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LayoutGroupBoxCaptionStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LayoutGroupBoxCaptionStyle.AssignToControl(System.Web.UI.WebControls.WebControl,DevExpress.Web.AttributesRange,System.Boolean,System.Boolean,System.Boolean)">
      <summary>
        <para>Copies the settings from the current <see cref="T:DevExpress.Web.LayoutGroupBoxCaptionStyle"/> object to the specified object.</para>
      </summary>
      <param name="control">A <see cref="T:System.Web.UI.WebControls.WebControl"/> object to which the current object’s settings are assigned.</param>
    </member>
    <member name="M:DevExpress.Web.LayoutGroupBoxCaptionStyle.CopyFrom(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.LayoutGroupBoxCaptionStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> object that represents the object that the settings will be copied from.</param>
    </member>
    <member name="P:DevExpress.Web.LayoutGroupBoxCaptionStyle.IsEmpty">
      <summary>
        <para>Gets a value that indicates whether this <see cref="T:DevExpress.Web.LayoutGroupBoxCaptionStyle"/> object is initialized with the default values.</para>
      </summary>
      <value>true if the <see cref="T:DevExpress.Web.LayoutGroupBoxCaptionStyle"/> object is initialized with the default values; otherwise false.</value>
    </member>
    <member name="M:DevExpress.Web.LayoutGroupBoxCaptionStyle.MergeWith(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Combines the properties of the specified <see cref="T:System.Web.UI.WebControls.Style"/> with the current instance of the <see cref="T:DevExpress.Web.LayoutGroupBoxCaptionStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> that is the object to be combined.</param>
    </member>
    <member name="P:DevExpress.Web.LayoutGroupBoxCaptionStyle.OffsetX">
      <summary>
        <para>Gets or sets the horizontal offset of the layout group caption from its default position.</para>
      </summary>
      <value>A <see cref="T:System.Nullable`1"/>&lt;<see cref="T:System.Int32"/>,&gt; value that specifies the horizontal offset, in pixels, of the layout group caption from its default position.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutGroupBoxCaptionStyle.OffsetY">
      <summary>
        <para>Gets or sets the vertical offset of the layout group caption from its default position.</para>
      </summary>
      <value>A <see cref="T:System.Nullable`1"/>&lt;<see cref="T:System.Int32"/>,&gt; value that specifies the vertical offset, in pixels, of the layout group caption from its default position.</value>
    </member>
    <member name="M:DevExpress.Web.LayoutGroupBoxCaptionStyle.Reset">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Web.LayoutGroupBoxCaptionStyle"/> object to its original state.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.LayoutGroupBoxStyle">
      <summary>
        <para>Defines style settings for the layout group box.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LayoutGroupBoxStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LayoutGroupBoxStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.LayoutGroupBoxStyle.Caption">
      <summary>
        <para>Gets the style settings defining the layout group box caption appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.LayoutGroupBoxCaptionStyle"/> object containing style settings.</value>
    </member>
    <member name="M:DevExpress.Web.LayoutGroupBoxStyle.CopyFrom(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.LayoutGroupBoxStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> object that represents the object that the settings will be copied from.</param>
    </member>
    <member name="P:DevExpress.Web.LayoutGroupBoxStyle.IsEmpty">
      <summary>
        <para>Gets a value that indicates whether this <see cref="T:DevExpress.Web.LayoutGroupBoxStyle"/> object is initialized with the default values.</para>
      </summary>
      <value>true, if the <see cref="T:DevExpress.Web.LayoutGroupBoxStyle"/> object is initialized with the default values; otherwise false.</value>
    </member>
    <member name="M:DevExpress.Web.LayoutGroupBoxStyle.MergeWith(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Combines the properties of the specified <see cref="T:System.Web.UI.WebControls.Style"/> with the current instance of the <see cref="T:DevExpress.Web.LayoutGroupBoxStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> that is the object to be combined.</param>
    </member>
    <member name="M:DevExpress.Web.LayoutGroupBoxStyle.Reset">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Web.LayoutGroupBoxStyle"/> object to its original state.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.LayoutGroupCellStyle">
      <summary>
        <para>Defines style settings for the cells displayed within a layout group.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LayoutGroupCellStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LayoutGroupCellStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.LayoutGroupItemSettings">
      <summary>
        <para>Contains settings specific to layout items displayed within a layout group.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LayoutGroupItemSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LayoutGroupItemSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LayoutGroupItemSettings.Assign(DevExpress.Web.PropertiesBase)">
      <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="P:DevExpress.Web.LayoutGroupItemSettings.Height">
      <summary>
        <para>Gets or sets the layout item height within the group.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the height of the layout item.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutGroupItemSettings.HorizontalAlign">
      <summary>
        <para>Gets or sets the current layout group item’s horizontal alignment.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.FormLayoutHorizontalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutGroupItemSettings.ShowCaption">
      <summary>
        <para>Gets or sets a value that defines whether to show or hide the layout group item’s caption.</para>
      </summary>
      <value>true, to show layout group item captions; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.LayoutGroupItemSettings.ToString">
      <summary>
        <para>Returns the string that represents the current object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> that represents the current <see cref="T:DevExpress.Web.LayoutGroupItemSettings"/> object.</returns>
    </member>
    <member name="P:DevExpress.Web.LayoutGroupItemSettings.VerticalAlign">
      <summary>
        <para>Gets or sets the current layout item’s vertical alignment.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.FormLayoutVerticalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutGroupItemSettings.Width">
      <summary>
        <para>Gets or sets the layout item width within the group.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the width of the layout item.</value>
    </member>
    <member name="T:DevExpress.Web.LayoutGroupStyle">
      <summary>
        <para>Defines style settings for the layout group.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LayoutGroupStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LayoutGroupStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.LayoutGroupStyle.Cell">
      <summary>
        <para>Gets the style settings defining the cell appearance within the layout group.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.LayoutGroupCellStyle"/> object containing style settings.</value>
    </member>
    <member name="M:DevExpress.Web.LayoutGroupStyle.CopyFrom(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.LayoutGroupStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> object that represents the object that the settings will be copied from.</param>
    </member>
    <member name="P:DevExpress.Web.LayoutGroupStyle.IsEmpty">
      <summary>
        <para>Gets a value that indicates whether this <see cref="T:DevExpress.Web.LayoutGroupStyle"/> object is initialized with the default values.</para>
      </summary>
      <value>true if the <see cref="T:DevExpress.Web.LayoutGroupStyle"/> object is initialized with the default values; otherwise false.</value>
    </member>
    <member name="M:DevExpress.Web.LayoutGroupStyle.MergeWith(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Combines the properties of the specified <see cref="T:System.Web.UI.WebControls.Style"/> with the current instance of the <see cref="T:DevExpress.Web.LayoutGroupStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> that is the object to be combined.</param>
    </member>
    <member name="M:DevExpress.Web.LayoutGroupStyle.Reset">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Web.LayoutGroupStyle"/> object to its original state.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.LayoutItem">
      <summary>
        <para>Represents a <see href="https://docs.devexpress.com/AspNet/14355/components/site-navigation-and-layout/form-layout/visual-elements/layout-item">layout item</see> within the <see cref="T:DevExpress.Web.ASPxFormLayout"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LayoutItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LayoutItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LayoutItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LayoutItem"/> class with default settings.</para>
      </summary>
      <param name="caption">A layout item caption.</param>
    </member>
    <member name="M:DevExpress.Web.LayoutItem.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="P:DevExpress.Web.LayoutItem.BackColor">
      <summary>
        <para>Gets or sets the current layout item’s background color.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> structure which specifies the layout item’s background color.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItem.BackgroundImage">
      <summary>
        <para>Gets the layout item’s background image.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BackgroundImage"/> object that is a background image.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItem.Border">
      <summary>
        <para>Gets the layout item border settings defined by the current style.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BorderWrapper"/> object which specifies the border settings.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItem.BorderBottom">
      <summary>
        <para>Gets the settings of the layout item bottom border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the bottom border settings.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItem.BorderLeft">
      <summary>
        <para>Gets the settings of the layout item left border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the left border settings.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItem.BorderRight">
      <summary>
        <para>Gets the settings of the layout item right border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the right border settings.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItem.BorderTop">
      <summary>
        <para>Gets the settings of the layout item top border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the top border settings.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItem.Caption">
      <summary>
        <para>Gets or sets the text displayed in the <see href="https://docs.devexpress.com/AspNet/14355/components/site-navigation-and-layout/form-layout/visual-elements/layout-item">layout item</see>.</para>
      </summary>
      <value>A string that specifies the text displayed in the layout item.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItem.CaptionCellStyle">
      <summary>
        <para>Gets the style settings that define the caption cell appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LayoutItemCellStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItem.CaptionSettings">
      <summary>
        <para>Provides access to the layout item caption settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LayoutItemCaptionSettings"/> object containing the layout item caption properties.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItem.CaptionStyle">
      <summary>
        <para>Gets the style settings that define the caption appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LayoutItemCaptionStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItem.Controls">
      <summary>
        <para>Provides access to the ASPxFormLayout item’s collection of nested controls.</para>
      </summary>
      <value>Object that represents a collection of nested controls.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItem.CssClass">
      <summary>
        <para>Gets or sets the name of the cascading style sheet (CSS) class associated with the current layout item.</para>
      </summary>
      <value>A string value specifying the name of the associated cascading style sheet class.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItem.FieldName">
      <summary>
        <para>Gets or sets the name of the database field assigned to the current layout item.</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.LayoutItem.GetNestedControl">
      <summary>
        <para>Returns a nested control contained within the current layout item.</para>
      </summary>
      <returns>An object that represents the nested control within the current layout item.</returns>
    </member>
    <member name="P:DevExpress.Web.LayoutItem.HelpText">
      <summary>
        <para>Gets or sets the current layout item help text.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text content of the current layout item’s help text.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItem.HelpTextSettings">
      <summary>
        <para>Provides access to the help text settings within a layout item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LayoutItemHelpTextSettings"/> object containing the help text properties.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItem.HelpTextStyle">
      <summary>
        <para>Gets the style settings that define the help text appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HelpTextStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItem.LayoutItemNestedControlContainer">
      <summary>
        <para>Gets the object that will function as a container for the layout item’s nested controls.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ContentControl"/> object that is a container for the layout item’s nested controls.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItem.NestedControlCellStyle">
      <summary>
        <para>Gets the style settings of the nested control <see href="https://docs.devexpress.com/AspNet/14350/components/site-navigation-and-layout/form-layout/visual-elements/cell">cell</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LayoutItemCellStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItem.NestedControlStyle">
      <summary>
        <para>Specifies a style for the layout item’s nested editor.</para>
      </summary>
      <value>An object that provides style settings.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItem.Paddings">
      <summary>
        <para>Gets the padding settings of a layout item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItem.RequiredMarkDisplayMode">
      <summary>
        <para>Gets or sets the required mark visibility mode.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.FieldRequiredMarkMode"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.LayoutItemBase">
      <summary>
        <para>Represents the base class for the <see cref="T:DevExpress.Web.LayoutItem"/>, the <see cref="T:DevExpress.Web.LayoutGroup"/>, and <see cref="T:DevExpress.Web.TabbedLayoutGroup"/> classes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LayoutItemBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LayoutItemBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LayoutItemBase.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LayoutItemBase"/> class with specified settings.</para>
      </summary>
      <param name="caption">A <see cref="T:System.String"/> value specifying the layout item’s caption text. The value initializes the layout item’s <see cref="P:DevExpress.Web.LayoutItemBase.Caption">LayoutItemBase.Caption</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which identifies the created layout item. The value initializes the layout item’s <see cref="P:DevExpress.Web.LayoutItemBase.Name">LayoutItemBase.Name</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.LayoutItemBase.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LayoutItemBase"/> class with default settings.</para>
      </summary>
      <param name="caption">A layout item caption.</param>
    </member>
    <member name="M:DevExpress.Web.LayoutItemBase.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="P:DevExpress.Web.LayoutItemBase.Caption">
      <summary>
        <para>Gets or sets the current layout item caption.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text content of the current layout item’s caption.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItemBase.ClientVisible">
      <summary>
        <para>Gets or sets a value that specifies the layout item’s initial visibility state on the client.</para>
      </summary>
      <value>true to make a layout item initially displayed on the client; false to render the item into the control, but make it initially hidden on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItemBase.ColumnSpan">
      <summary>
        <para>Gets or sets a value specifying the number of columns the Form Layout item occupies.</para>
      </summary>
      <value>An integer value specifying the number of columns.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItemBase.Height">
      <summary>
        <para>Gets or sets the layout item height.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the height of the layout item.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItemBase.HorizontalAlign">
      <summary>
        <para>Gets or sets the current layout item’s horizontal alignment.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.FormLayoutHorizontalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItemBase.Name">
      <summary>
        <para>Gets or sets the unique identifier name for the current layout item or layout group.</para>
      </summary>
      <value>A string value that specifies the layout item’s unique identifier name.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItemBase.ParentContainerStyle">
      <summary>
        <para>Gets the style settings that define the layout item’s parent container appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LayoutGroupCellStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItemBase.RowSpan">
      <summary>
        <para>Gets or sets the number of rows that the layout item spans.</para>
      </summary>
      <value>An integer value that specifies the number of rows in the parent container that the layout item spans.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItemBase.ShowCaption">
      <summary>
        <para>Gets or sets a value that defines whether to show or hide the layout item’s caption.</para>
      </summary>
      <value>true, to show layout item captions; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItemBase.SpanRules">
      <summary>
        <para>Provides span rules settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SpanRules"/> object.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItemBase.TabImage">
      <summary>
        <para>Gets the settings of an image displayed by the item when it is contained in the <see href="https://docs.devexpress.com/AspNet/14357/components/site-navigation-and-layout/form-layout/visual-elements/tabbed-layout-group">tabbed layout group</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TabImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItemBase.VerticalAlign">
      <summary>
        <para>Gets or sets the current layout item’s vertical alignment.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.FormLayoutVerticalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItemBase.Visible">
      <summary>
        <para>Gets or sets a value specifying the visibility of the current layout item or group.</para>
      </summary>
      <value>true if the layout item or group is visible; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItemBase.VisibleIndex">
      <summary>
        <para>Gets or sets a value specifying the position of the current layout item or group amongst the visible items in a group (or at a control’s root level).</para>
      </summary>
      <value>An integer value specifying the zero-based index of the <see cref="T:DevExpress.Web.LayoutItemBase"/> amongst visible items or groups at the same level. &#0045;1 if the layout item or group is invisible.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItemBase.Width">
      <summary>
        <para>Gets or sets the layout item width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the width of the layout item.</value>
    </member>
    <member name="T:DevExpress.Web.LayoutItemCaptionLocation">
      <summary>
        <para>Specifies a caption’s location within an item relative to a <see href="https://docs.devexpress.com/AspNet/14351/components/site-navigation-and-layout/form-layout/visual-elements/nested-control">nested control</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.LayoutItemCaptionLocation.Bottom">
      <summary>
        <para>A caption is displayed at the bottom of the nested control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.LayoutItemCaptionLocation.Left">
      <summary>
        <para>A caption is displayed at the left of the nested control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.LayoutItemCaptionLocation.NoSet">
      <summary>
        <para>Obsolete. Use the NotSet field instead.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.LayoutItemCaptionLocation.NotSet">
      <summary>
        <para>A caption location is not set and it is displayed at the default position.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.LayoutItemCaptionLocation.Right">
      <summary>
        <para>A caption is displayed at the right of the nested control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.LayoutItemCaptionLocation.Top">
      <summary>
        <para>A caption is displayed at the top of the nested control.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.LayoutItemCaptionSettings">
      <summary>
        <para>Contains settings specific to layout item caption.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LayoutItemCaptionSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LayoutItemCaptionSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.LayoutItemCaptionSettings.AllowWrapCaption">
      <summary>
        <para>Specifies whether caption wrapping is enabled.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Utils.DefaultBoolean"/> object.</value>
    </member>
    <member name="M:DevExpress.Web.LayoutItemCaptionSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.LayoutItemCaptionSettings.ChangeCaptionLocationInAdaptiveMode">
      <summary>
        <para>Specifies whether to change the caption location of a layout item when the control is in <see href="https://docs.devexpress.com/AspNet/119812/components/site-navigation-and-layout/form-layout/concepts/adaptivity#grid-adaptive-layout">Adaptive Grid Layout (Breakpoints)</see> mode.</para>
      </summary>
      <value>true, to change the caption location of a layout item when the control is in Adaptive Grid Layout mode.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItemCaptionSettings.HorizontalAlign">
      <summary>
        <para>Gets or sets the current layout item’s caption horizontal alignment.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.FormLayoutHorizontalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItemCaptionSettings.Location">
      <summary>
        <para>Gets or sets the location of the layout item caption.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.LayoutItemCaptionLocation"/> enumeration values.</value>
    </member>
    <member name="M:DevExpress.Web.LayoutItemCaptionSettings.ToString">
      <summary>
        <para>Returns the string that represents the current object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> that represents the current <see cref="T:DevExpress.Web.LayoutItemCaptionSettings"/> object.</returns>
    </member>
    <member name="P:DevExpress.Web.LayoutItemCaptionSettings.VerticalAlign">
      <summary>
        <para>Gets or sets the current layout item caption’s vertical alignment.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.FormLayoutVerticalAlign"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.LayoutItemCaptionStyle">
      <summary>
        <para>Defines style settings for the layout item caption.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LayoutItemCaptionStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LayoutItemCaptionStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.LayoutItemCellStyle">
      <summary>
        <para>Defines style settings for the cells displayed within a layout item.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LayoutItemCellStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LayoutItemCellStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.LayoutItemCollection">
      <summary>
        <para>Represents a collection that maintains <see href="https://docs.devexpress.com/AspNet/14355/components/site-navigation-and-layout/form-layout/visual-elements/layout-item">layout items</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LayoutItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LayoutItemCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LayoutItemCollection.Add(DevExpress.Web.LayoutItemBase)">
      <summary>
        <para>Adds the specified item to the <see cref="T:DevExpress.Web.LayoutItemCollection"/> collection.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.LayoutItemBase"/> instance to add to the layout item collection.</param>
      <returns>A <see cref="T:DevExpress.Web.LayoutItemBase"/> object that is the newly added layout item.</returns>
    </member>
    <member name="M:DevExpress.Web.LayoutItemCollection.Add``1(System.String,System.String)">
      <summary>
        <para>Returns a layout item object with the specified caption and name.</para>
      </summary>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the layout items’ caption text.</param>
      <param name="name">A <see cref="T:System.String"/> value that specifies the layout items’ name.</param>
      <returns>A layout item object in the layout items collection with a specific caption and name.</returns>
    </member>
    <member name="M:DevExpress.Web.LayoutItemCollection.Add``1(System.String)">
      <summary>
        <para>Returns a layout item object with the specified Caption property value.</para>
      </summary>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the layout items’ caption text.</param>
      <returns>A layout item object that had been added to the layout items collection with a specific value of the Caption property.</returns>
    </member>
    <member name="P:DevExpress.Web.LayoutItemCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items within the <see cref="T:DevExpress.Web.LayoutItemCollection"/>.</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.LayoutItemBase"/> object representing the item located at the specified index within the collection.</value>
    </member>
    <member name="T:DevExpress.Web.LayoutItemDataBindingEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxFormLayout.LayoutItemDataBinding">ASPxFormLayout.LayoutItemDataBinding</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LayoutItemDataBindingEventArgs.#ctor(DevExpress.Web.LayoutItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LayoutItemDataBindingEventArgs"/> class.</para>
      </summary>
      <param name="layoutItem">A <see cref="T:DevExpress.Web.LayoutItem"/> object representing the item related to the generated event.</param>
    </member>
    <member name="P:DevExpress.Web.LayoutItemDataBindingEventArgs.LayoutItem">
      <summary>
        <para>Gets an item object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LayoutItem"/> object, manipulations on which forced the event to be raised.</value>
    </member>
    <member name="T:DevExpress.Web.LayoutItemDataBindingEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxFormLayout.LayoutItemDataBinding">ASPxFormLayout.LayoutItemDataBinding</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.LayoutItemDataBindingEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.LayoutItemDataBoundEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxFormLayout.LayoutItemDataBound">ASPxFormLayout.LayoutItemDataBound</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LayoutItemDataBoundEventArgs.#ctor(DevExpress.Web.LayoutItem,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LayoutItemDataBoundEventArgs"/> class.</para>
      </summary>
      <param name="layoutItem">A <see cref="T:DevExpress.Web.LayoutItem"/> object representing an item related to the generated event.</param>
      <param name="nestedControlValue">An Object object that is a value of a control nested into the layout item with the specified field name.</param>
    </member>
    <member name="P:DevExpress.Web.LayoutItemDataBoundEventArgs.LayoutItem">
      <summary>
        <para>Gets a layout item object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LayoutItem"/> object, manipulations on which forced the event to be raised.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItemDataBoundEventArgs.NestedControlValue">
      <summary>
        <para>Gets the nested control value.</para>
      </summary>
      <value>An object that represents the nested control value.</value>
    </member>
    <member name="T:DevExpress.Web.LayoutItemDataBoundEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxFormLayout.LayoutItemDataBound">ASPxFormLayout.LayoutItemDataBound</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.LayoutItemDataBoundEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.LayoutItemHelpTextSettings">
      <summary>
        <para>Contains settings specific to the layout item help text.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LayoutItemHelpTextSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LayoutItemHelpTextSettings"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LayoutItemHelpTextSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.LayoutItemHelpTextSettings.HorizontalAlign">
      <summary>
        <para>Gets or sets the current layout item’s help text horizontal alignment.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.HelpTextHorizontalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItemHelpTextSettings.Position">
      <summary>
        <para>Gets or sets the position of the layout item help text.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.HelpTextPosition"/> enumeration values.</value>
    </member>
    <member name="M:DevExpress.Web.LayoutItemHelpTextSettings.ToString">
      <summary>
        <para>Returns the string that represents the current object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> that represents the current <see cref="T:DevExpress.Web.LayoutItemHelpTextSettings"/> object.</returns>
    </member>
    <member name="P:DevExpress.Web.LayoutItemHelpTextSettings.VerticalAlign">
      <summary>
        <para>Gets or sets the current layout item’s help text vertical alignment.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.HelpTextVerticalAlign"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.LayoutItemNestedControlCollection">
      <summary>
        <para>A collection that stores a single container for the layout item contents. This class supports the internal infrastructure of DevExpress control hierarchy realization and is mostly used to create the layout item contents declaratively, in ASP.NET markup (see a <see cref="T:DevExpress.Web.ASPxFormLayout">sample for ASPxFormLayout</see>). To create the layout item contents at run-time (in code-behind files), use the <see cref="P:DevExpress.Web.LayoutItem.Controls">LayoutItem.Controls</see> collection of a control (see a <see cref="T:DevExpress.Web.ASPxFormLayout">sample for ASPxFormLayout</see>).</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LayoutItemNestedControlCollection.#ctor(System.Web.UI.Control)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LayoutItemNestedControlCollection"/> class.</para>
      </summary>
      <param name="owner">A Control object representing the owner of the created object.</param>
    </member>
    <member name="P:DevExpress.Web.LayoutItemNestedControlCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items within the <see cref="T:DevExpress.Web.LayoutItemNestedControlCollection"/>.</para>
      </summary>
      <param name="i">An integer value specifying the zero-based index of the item to be accessed.</param>
      <value>A <see cref="T:DevExpress.Web.LayoutItemNestedControlContainer"/> object representing the item located at the specified index within the collection.</value>
    </member>
    <member name="T:DevExpress.Web.LayoutItemNestedControlContainer">
      <summary>
        <para>A container that stores the layout item contents. This class supports the internal infrastructure of DevExpress control hierarchy realization and is mostly used to create the layout item contents declaratively, in ASP.NET markup (see a <see cref="T:DevExpress.Web.ASPxFormLayout">sample for ASPxFormLayout</see>). To create the layout item contents at run-time (in code-behind files), use the <see cref="P:DevExpress.Web.LayoutItem.Controls">LayoutItem.Controls</see> collection of a control (see a <see cref="T:DevExpress.Web.ASPxFormLayout">sample for ASPxFormLayout</see>).</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LayoutItemNestedControlContainer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LayoutItemNestedControlContainer"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LayoutItemNestedControlContainer.GetNestedControl">
      <summary>
        <para>Returns a nested control contained within the current layout item’s nested container.</para>
      </summary>
      <returns>An object that represents the nested control within the current layout item’s nested container.</returns>
    </member>
    <member name="T:DevExpress.Web.LayoutItemStyle">
      <summary>
        <para>Defines style settings for the layout item.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LayoutItemStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LayoutItemStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.LayoutItemStyle.Caption">
      <summary>
        <para>Gets the style settings that define the layout item’s caption appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LayoutItemCaptionStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItemStyle.CaptionCell">
      <summary>
        <para>Gets the style settings that define the caption cell appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LayoutItemCellStyle"/> object that contains the style settings.</value>
    </member>
    <member name="M:DevExpress.Web.LayoutItemStyle.CopyFrom(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.LayoutItemStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> object that represents the object that the settings will be copied from.</param>
    </member>
    <member name="P:DevExpress.Web.LayoutItemStyle.HelpText">
      <summary>
        <para>Gets the style settings that define the help text appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HelpTextStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItemStyle.IsEmpty">
      <summary>
        <para>Gets a value that indicates whether this <see cref="T:DevExpress.Web.LayoutItemStyle"/> object is initialized with the default values.</para>
      </summary>
      <value>true if the <see cref="T:DevExpress.Web.LayoutItemStyle"/> object is initialized with the default values; otherwise false.</value>
    </member>
    <member name="M:DevExpress.Web.LayoutItemStyle.MergeWith(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Combines the properties of the specified <see cref="T:System.Web.UI.WebControls.Style"/> with the current instance of the <see cref="T:DevExpress.Web.LayoutItemStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> that represents an object to be combined.</param>
    </member>
    <member name="P:DevExpress.Web.LayoutItemStyle.NestedControl">
      <summary>
        <para>Specifies a style for all layout item’s nested editors.</para>
      </summary>
      <value>An object that provides style settings.</value>
    </member>
    <member name="P:DevExpress.Web.LayoutItemStyle.NestedControlCell">
      <summary>
        <para>Gets the style settings for the nested control cell.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LayoutItemCellStyle"/> object that contains the style settings.</value>
    </member>
    <member name="M:DevExpress.Web.LayoutItemStyle.Reset">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Web.LayoutItemStyle"/> object to its original state.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.LevelProperties">
      <summary>
        <para>Contains settings which define the appearance of an individual <see href="https://docs.devexpress.com/AspNet/8293/components/site-navigation-and-layout/site-map-control">node hierarchy level</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LevelProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LevelProperties"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LevelProperties.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="P:DevExpress.Web.LevelProperties.BackColor">
      <summary>
        <para>Gets or sets a level’s background color.</para>
      </summary>
      <value>A System.Drawing.Color structure which specifies a level’s background color.</value>
    </member>
    <member name="P:DevExpress.Web.LevelProperties.BackgroundImage">
      <summary>
        <para>Gets a level’s background image.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BackgroundImage"/> object that represents the background image.</value>
    </member>
    <member name="P:DevExpress.Web.LevelProperties.Border">
      <summary>
        <para>Gets the border settings for all the four sides of a level.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BorderWrapper"/> object which specifies the border settings.</value>
    </member>
    <member name="P:DevExpress.Web.LevelProperties.BorderBottom">
      <summary>
        <para>Gets the settings of a level’s bottom border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the bottom border settings.</value>
    </member>
    <member name="P:DevExpress.Web.LevelProperties.BorderLeft">
      <summary>
        <para>Gets the settings of a level’s left border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the left border settings.</value>
    </member>
    <member name="P:DevExpress.Web.LevelProperties.BorderRight">
      <summary>
        <para>Gets the settings of a level’s right border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the right border settings.</value>
    </member>
    <member name="P:DevExpress.Web.LevelProperties.BorderTop">
      <summary>
        <para>Gets the settings of a level’s top border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the top border settings.</value>
    </member>
    <member name="P:DevExpress.Web.LevelProperties.BulletStyle">
      <summary>
        <para>Gets or sets a level’s bullet style.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.NodeBulletStyle"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.LevelProperties.ChildNodesPaddings">
      <summary>
        <para>Gets the padding settings of the immediate child nodes of the site map nodes belonging to the current level.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="P:DevExpress.Web.LevelProperties.CssClass">
      <summary>
        <para>Gets or sets the name of the cascading style sheet (CSS) class that specifies the level’s display style.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the cascading style sheet class’s name.</value>
    </member>
    <member name="P:DevExpress.Web.LevelProperties.CurrentNodeStyle">
      <summary>
        <para>Gets the style settings for the site map node that refers to the page currently displayed within the client browser.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.LevelProperties.Font">
      <summary>
        <para>Gets a level’s font settings.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.FontInfo"/> object that contains the font settings.</value>
    </member>
    <member name="P:DevExpress.Web.LevelProperties.ForeColor">
      <summary>
        <para>Gets or sets a level’s foreground color (the color of the text).</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> object that represents a level’s foreground color.</value>
    </member>
    <member name="P:DevExpress.Web.LevelProperties.HorizontalAlign">
      <summary>
        <para>Gets or sets the horizontal alignment of a level’s contents.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.HorizontalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.LevelProperties.Image">
      <summary>
        <para>Gets the settings of an image which is displayed by site map nodes that belong to the current level.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.LevelProperties.ImageSpacing">
      <summary>
        <para>Gets or sets the amount of space between an image and the text contents within the site map nodes of the current level.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.LevelProperties.NodePaddings">
      <summary>
        <para>Gets the padding settings of each individual site map node belonging to the current level.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="P:DevExpress.Web.LevelProperties.NodeSpacing">
      <summary>
        <para>Gets or sets the amount of space between the client regions of the site map nodes that belong to the same level.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.LevelProperties.NodeTemplate">
      <summary>
        <para>Gets or sets a template used for displaying the content of all the site map nodes of the current level.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template used for displaying the content of the site map nodes within the level.</value>
    </member>
    <member name="P:DevExpress.Web.LevelProperties.NodeTextTemplate">
      <summary>
        <para>Gets or sets a template used for displaying the text content of all the site map nodes of the current level.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template used for displaying the text content of the site map nodes within the level.</value>
    </member>
    <member name="P:DevExpress.Web.LevelProperties.ParentImage">
      <summary>
        <para>Gets the settings of an image which is displayed by the current level’s site map nodes that have child nodes.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.LevelProperties.Target">
      <summary>
        <para>Gets or sets the window or frame at which to target the contents of the URLs associated with links displayed within the current level.</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.LevelProperties.VerticalAlign">
      <summary>
        <para>Gets or sets the horizontal alignment of a level’s contents.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.VerticalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.LevelProperties.Wrap">
      <summary>
        <para>Gets or sets a value indicating whether the text content wraps within the site map nodes of the current level.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.LevelPropertiesCollection">
      <summary>
        <para>Represents a collection that maintains <see href="https://docs.devexpress.com/AspNet/8293/components/site-navigation-and-layout/site-map-control">node hierarchy level settings</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LevelPropertiesCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LevelPropertiesCollection"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LevelPropertiesCollection.#ctor(DevExpress.Web.ASPxSiteMapControlBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LevelPropertiesCollection"/> class with the specified owner.</para>
      </summary>
      <param name="siteMapControl">An <see cref="T:DevExpress.Web.ASPxSiteMapControlBase"/> specifying the control that will own the collection.</param>
    </member>
    <member name="M:DevExpress.Web.LevelPropertiesCollection.Add">
      <summary>
        <para>Adds new level properties to the end of the collection and returns the newly created object.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.LevelProperties"/> object representing the newly created level properties.</returns>
    </member>
    <member name="T:DevExpress.Web.LinkStyle">
      <summary>
        <para>Contains settings that define the style of links within web controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LinkStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LinkStyle"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LinkStyle.#ctor(System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LinkStyle"/> class with the specified importance attribute declaration.</para>
      </summary>
      <param name="makeAttributesImportant">true, to declare style attributes with the !important statement; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.Web.LinkStyle.Assign(DevExpress.Web.LinkStyle)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.LinkStyle"/> object to the current object.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.LinkStyle"/> object which settings are assigned to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.LinkStyle.Color">
      <summary>
        <para>Gets or sets the color of links.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> value that specifies the link color.</value>
    </member>
    <member name="M:DevExpress.Web.LinkStyle.CopyFrom(DevExpress.Web.LinkStyle)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.LinkStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:DevExpress.Web.LinkStyle"/> object that represents the object which the settings will be copied from.</param>
    </member>
    <member name="P:DevExpress.Web.LinkStyle.Font">
      <summary>
        <para>Gets the font settings for the normal state of links.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.FontInfo"/> object that contains the font settings.</value>
    </member>
    <member name="P:DevExpress.Web.LinkStyle.HoverColor">
      <summary>
        <para>Gets or sets the color for the hovered links.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> value that specifies the link color.</value>
    </member>
    <member name="P:DevExpress.Web.LinkStyle.HoverFont">
      <summary>
        <para>Gets the font settings for the hovered state of links.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.FontInfo"/> object that contains the font settings.</value>
    </member>
    <member name="P:DevExpress.Web.LinkStyle.HoverStyle">
      <summary>
        <para>Gets the style settings for the hovered state of links.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LinkStyleComponentStyle"/> object that contains the style settings.</value>
    </member>
    <member name="M:DevExpress.Web.LinkStyle.Reset">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Web.LinkStyle"/> object to its original state.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.LinkStyle.Style">
      <summary>
        <para>Gets the style settings for the normal state of links.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LinkStyleComponentStyle"/> object that contains the style settings.</value>
    </member>
    <member name="M:DevExpress.Web.LinkStyle.ToString">
      <summary>
        <para>Returns the string that represents the current object.</para>
      </summary>
      <returns>An empty string value.</returns>
    </member>
    <member name="P:DevExpress.Web.LinkStyle.VisitedColor">
      <summary>
        <para>Gets or sets the color for the visited links.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> value that specifies the link color.</value>
    </member>
    <member name="P:DevExpress.Web.LinkStyle.VisitedFont">
      <summary>
        <para>Gets the font settings for the visited state of links.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.FontInfo"/> object that contains the font settings.</value>
    </member>
    <member name="P:DevExpress.Web.LinkStyle.VisitedStyle">
      <summary>
        <para>Gets the style settings for the visited state of links.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LinkStyleComponentStyle"/> object that contains the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.LinkStyleComponentStyle">
      <summary>
        <para>Contains settings that define the style of links within web components.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LinkStyleComponentStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LinkStyleComponentStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LinkStyleComponentStyle.#ctor(System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LinkStyleComponentStyle"/> class with the specified importance attribute declaration.</para>
      </summary>
      <param name="makeAttributesImportant">true, to declare style attributes with the !important statement; otherwise, false.</param>
    </member>
    <member name="T:DevExpress.Web.ListBoxClientSideEvents">
      <summary>
        <para>Contains a client-side list box editor’s event list.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ListBoxClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ListBoxClientSideEvents"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ListBoxClientSideEvents.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ListBoxClientSideEvents"/> 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.ListBoxClientSideEvents.BeginCallback">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle an editor’s client <b>ASPxClientListBox.BeginCallback</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxClientSideEvents.CallbackError">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client editor’s <b>ASPxClientListBox.CallbackError</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxClientSideEvents.CustomHighlighting">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client <b>ASPxClientListBox.CustomHighlighting</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxClientSideEvents.EndCallback">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle an editor’s client <b>ASPxClientListBox.EndCallback</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxClientSideEvents.ItemDoubleClick">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientListBox.ItemDoubleClick</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxClientSideEvents.ItemFiltering">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientListBox.ItemFiltering</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxClientSideEvents.KeyDown">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client editor’s <b>ASPxClientListBox.KeyDown</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxClientSideEvents.KeyPress">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client editor’s <b>ASPxClientListBox.KeyPress</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxClientSideEvents.KeyUp">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client editor’s <b>ASPxClientListBox.KeyUp</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.ListBoxColumn">
      <summary>
        <para>Contains settings that define an individual column within list editors.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ListBoxColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ListBoxColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ListBoxColumn.#ctor(System.String,System.String,System.Web.UI.WebControls.Unit)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ListBoxColumn"/> 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">ListBoxColumn.FieldName</see> property.</param>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the column’s caption. This value is assigned to the <see cref="P:DevExpress.Web.WebColumnBase.Caption">WebColumnBase.Caption</see> 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">WebColumnBase.Width</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.ListBoxColumn.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ListBoxColumn"/> 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">ListBoxColumn.FieldName</see> property.</param>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the column’s caption. This value is assigned to the <see cref="P:DevExpress.Web.WebColumnBase.Caption">WebColumnBase.Caption</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.ListBoxColumn.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ListBoxColumn"/> 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">ListBoxColumn.FieldName</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.ListBoxColumn.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="P:DevExpress.Web.ListBoxColumn.CellTemplate">
      <summary>
        <para>Gets or sets a common template used for displaying the content of all cells within the list box.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template used for displaying the content of all cells within the list box.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxColumn.ClientVisible">
      <summary>
        <para>Specifies the list box column’s initial visibility state on the client.</para>
      </summary>
      <value>true to make a column visible on the client side; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxColumn.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.ListBoxColumn.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> that represents the current <see cref="T:DevExpress.Web.ListBoxColumn"/> object.</returns>
    </member>
    <member name="T:DevExpress.Web.ListBoxColumnCollection">
      <summary>
        <para>Represents a collection of columns for list editors.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ListBoxColumnCollection.Add">
      <summary>
        <para>Creates a new column with the default settings and adds it to the collection.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.ListBoxColumn"/> object representing the newly created column.</returns>
    </member>
    <member name="M:DevExpress.Web.ListBoxColumnCollection.Add(DevExpress.Web.ListBoxColumn)">
      <summary>
        <para>Adds the specified column to the end of an editor’s column collection.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.ListBoxColumn"/> object to add to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.ListBoxColumnCollection.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">ListBoxColumn.FieldName</see> property.</param>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the column’s caption. This value is assigned to the <see cref="P:DevExpress.Web.WebColumnBase.Caption">WebColumnBase.Caption</see> 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">WebColumnBase.Width</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.ListBoxColumn"/> object representing the newly created column.</returns>
    </member>
    <member name="M:DevExpress.Web.ListBoxColumnCollection.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">ListBoxColumn.FieldName</see> property.</param>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the column’s caption. This value is assigned to the <see cref="P:DevExpress.Web.WebColumnBase.Caption">WebColumnBase.Caption</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.ListBoxColumn"/> object representing the newly created column.</returns>
    </member>
    <member name="M:DevExpress.Web.ListBoxColumnCollection.Add(System.String)">
      <summary>
        <para>Creates a new column with the specified setting 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">ListBoxColumn.FieldName</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.ListBoxColumn"/> object representing the newly created column.</returns>
    </member>
    <member name="M:DevExpress.Web.ListBoxColumnCollection.IndexOf(DevExpress.Web.ListBoxColumn)">
      <summary>
        <para>Searches for the specified column and returns the zero-based index of its first occurrence within the collection.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.ListBoxColumn"/> object representing the column to locate in the collection.</param>
      <returns>The zero-based index of the first occurrence of the specified column within the collection, if found; otherwise, negative one (&#0045;1).</returns>
    </member>
    <member name="M:DevExpress.Web.ListBoxColumnCollection.Insert(System.Int32,DevExpress.Web.ListBoxColumn)">
      <summary>
        <para>Adds the column to the specified position within the collection.</para>
      </summary>
      <param name="index">An integer value that specifies the zero-based index at which the specified column should be inserted. If it’s negative or exceeds the number of elements, an exception is raised.</param>
      <param name="column">A <see cref="T:DevExpress.Web.ListBoxColumn"/> object to insert.</param>
    </member>
    <member name="P:DevExpress.Web.ListBoxColumnCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual columns within the <see cref="T:DevExpress.Web.ListBoxColumnCollection"/>.</para>
      </summary>
      <param name="index">An integer that specifies the index of the required column within the collection.</param>
      <value>A <see cref="T:DevExpress.Web.ListBoxColumn"/> object that represents a column at the specified index.</value>
    </member>
    <member name="M:DevExpress.Web.ListBoxColumnCollection.Remove(DevExpress.Web.ListBoxColumn)">
      <summary>
        <para>Removes the specified column from the collection.</para>
      </summary>
      <param name="column">A <see cref="T:DevExpress.Web.ListBoxColumn"/> object to remove from the collection.</param>
    </member>
    <member name="T:DevExpress.Web.ListBoxFilteringSettings">
      <summary>
        <para>Provides settings that affect the list box’s filtering functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ListBoxFilteringSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ListBoxFilteringSettings"/> 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.ListBoxFilteringSettings.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.ListBoxFilteringSettings.CustomEditorID">
      <summary>
        <para>Specifies the ID of a DevExpress editor that is used to set the list box’s filter criterion.</para>
      </summary>
      <value>A string value that is the editor ID.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxFilteringSettings.Delay">
      <summary>
        <para>Gets or sets the time interval between the time when a user starts typing within the list box’s filter editor, and filtering is applied.</para>
      </summary>
      <value>An integer value that specifies the time interval in milliseconds.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxFilteringSettings.EditorNullText">
      <summary>
        <para>Gets or sets the string displayed in the filter editor when the editor’s value is null.</para>
      </summary>
      <value>A string value that specifies the prompt text.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxFilteringSettings.EditorNullTextDisplayMode">
      <summary>
        <para>Specifies when the null text is visible in the list box’s filter editor.</para>
      </summary>
      <value>The null text display mode.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxFilteringSettings.EnableAnimation">
      <summary>
        <para>Gets or sets the value that specifies whether a specific animation effect is used when the filter editor invokes/hides if the “Select All” mode is enabled.</para>
      </summary>
      <value>true, to use animation; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxFilteringSettings.MinLength">
      <summary>
        <para>Gets or sets the minimum number of characters an end-user should enter into the editor before the filtering executes.</para>
      </summary>
      <value>An integer value specifying the minimum number of characters.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxFilteringSettings.ShowSearchUI">
      <summary>
        <para>Gets or sets a value specifying whether the <see cref="T:DevExpress.Web.ASPxListBox"/>‘s search UI is visible.</para>
      </summary>
      <value>true, to display the search UI within the list box; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxFilteringSettings.UseCompactView">
      <summary>
        <para>Gets or sets a value specifying whether the list box’s search UI is displayed in Compact mode.</para>
      </summary>
      <value>true, to display the search UI in Compact mode; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ListBoxItemRowPreparedEventArgs">
      <summary>
        <para>Provides data for the editor’s ItemRowPrepared event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ListBoxItemRowPreparedEventArgs.#ctor(DevExpress.Web.ListEditItem,System.Web.UI.WebControls.TableRow)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ListBoxItemRowPreparedEventArgs"/> class with specified settings.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.ListEditItem"/> object representing the item related to the generated event.</param>
      <param name="row">A <see cref="T:System.Web.UI.WebControls.TableRow"/> object that represents the processed row.</param>
    </member>
    <member name="P:DevExpress.Web.ListBoxItemRowPreparedEventArgs.Item">
      <summary>
        <para>Gets an item object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ListEditItem"/> object, manipulations on which forced the event to be raised.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxItemRowPreparedEventArgs.Row">
      <summary>
        <para>Gets the processed row.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.TableRow"/> object that represents the processed row.</value>
    </member>
    <member name="T:DevExpress.Web.ListBoxItemStyle">
      <summary>
        <para>Contains style settings that define the appearance of items within an editor’s item list.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ListBoxItemStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ListBoxItemStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ListBoxItemStyle.Height">
      <summary>
        <para>Gets or sets the height of items displayed within the editor’s list.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the height of the editor’s items.</value>
    </member>
    <member name="T:DevExpress.Web.ListBoxItemTextCellPreparedEventArgs">
      <summary>
        <para>Provides data for the editor’s ItemTextCellPrepared event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ListBoxItemTextCellPreparedEventArgs.#ctor(DevExpress.Web.ListEditItem,DevExpress.Web.ListBoxColumn,System.Web.UI.WebControls.TableCell)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ListBoxItemTextCellPreparedEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.ListEditItem"/> object representing an item related to the event.</param>
      <param name="column">A <see cref="T:DevExpress.Web.ListBoxColumn"/> object that owns a cell that is about to be processed.</param>
      <param name="textCell">A <see cref="T:System.Web.UI.WebControls.TableCell"/> control representing the processed cell.</param>
    </member>
    <member name="P:DevExpress.Web.ListBoxItemTextCellPreparedEventArgs.Column">
      <summary>
        <para>Gets the column that owns a cell that is about to be processed.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ListBoxColumn"/> object that is the processed column.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxItemTextCellPreparedEventArgs.Item">
      <summary>
        <para>Gets an item object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ListEditItem"/> object that represents an item related to the generated event.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxItemTextCellPreparedEventArgs.TextCell">
      <summary>
        <para>Gets the currently processed cell of the editor.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.TableCell"/> object that is the currently processed cell.</value>
    </member>
    <member name="T:DevExpress.Web.ListBoxProperties">
      <summary>
        <para>Contains settings specific to a listbox editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ListBoxProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ListBoxProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ListBoxProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ListBoxProperties"/> 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.ListBoxProperties.AllowEllipsisInText">
      <summary>
        <para>Specifies if the list box can automatically truncate the item’s text if it doesn’t fit into the item’s width.</para>
      </summary>
      <value>true, to automatically truncate text; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ListBoxProperties.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.ListBoxProperties.CallbackPageSize">
      <summary>
        <para>Gets or sets the number of items returned from the server on each callback request performed in response to a predefined client user action.</para>
      </summary>
      <value>An integer value that specifies the number of items to dynamically obtain from the server.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxProperties.CheckBox">
      <summary>
        <para>Gets the style settings that define the check box appearance within the <see cref="T:DevExpress.Web.ASPxListBox"/> control.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditorDecorationStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxProperties.CheckBoxChecked">
      <summary>
        <para>Provides access to the settings that define the image of check boxes in the checked state within the <see cref="T:DevExpress.Web.ASPxListBox"/> control.</para>
      </summary>
      <value>An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxProperties.CheckBoxFocused">
      <summary>
        <para>Gets the style settings that define the check box appearance in the focused state within the <see cref="T:DevExpress.Web.ASPxListBox"/> control.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditorDecorationStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxProperties.CheckBoxGrayed">
      <summary>
        <para>Provides access to the settings that define the image of the “Select All” check box when one or more list box items are selected.</para>
      </summary>
      <value>An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxProperties.CheckBoxUnchecked">
      <summary>
        <para>Provides access to the settings that define the image of check boxes in the unchecked state within the <see cref="T:DevExpress.Web.ASPxListBox"/> control.</para>
      </summary>
      <value>An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxProperties.ClearFilterImage">
      <summary>
        <para>Gets the settings of an image displayed within the “Clear filter” button in the list box.</para>
      </summary>
      <value>Contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxProperties.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ListBoxProperties"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ListBoxClientSideEvents"/> object that enables assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.ListBoxProperties"/>.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxProperties.Columns">
      <summary>
        <para>Provides access to the editor’s column collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ListBoxColumnCollection"/> object which represents the collection columns within the editor.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxProperties.DataSecurityMode">
      <summary>
        <para>Provides the capability to restrict setting the editor value on the client side to values listed in the server <see cref="P:DevExpress.Web.ListEditProperties.Items">ListEditProperties.Items</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.DataSecurityMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxProperties.EnableCallbackMode">
      <summary>
        <para>Specifies whether the editor’s list items can be loaded to the client side on demand via callbacks.</para>
      </summary>
      <value>true, if on demand item loading is available; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxProperties.EnableSelectAll">
      <summary>
        <para>Gets or sets whether selecting all items within a list box is available.</para>
      </summary>
      <value>true, to enable the “Select All” check box in the list box; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxProperties.EnableSynchronization">
      <summary>
        <para>Gets or sets a value that specifies whether client manipulations with the editor’s list items (adding, deleting) should be synchronized with the editor’s server Items collection.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxProperties.FilterEditorStyle">
      <summary>
        <para>Gets the style settings which define a filter editor appearance in the list box.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxProperties.FilterImage">
      <summary>
        <para>Gets the settings of an image displayed within the filter button in the list box.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxProperties.FilteringSettings">
      <summary>
        <para>Gets the editor’s filtering settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ListBoxFilteringSettings"/> object that contains the editor’s filtering settings.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxProperties.FilterStyle">
      <summary>
        <para>Gets the style settings which define a filtering area appearance in the list box.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains the style settings.</value>
    </member>
    <member name="M:DevExpress.Web.ListBoxProperties.GetEditorType">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ListBoxProperties.HideFilterImage">
      <summary>
        <para>Gets the settings of an image displayed within the list box’s filter button that hides the filter.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxProperties.HideFilterRtlImage">
      <summary>
        <para>Gets the settings of an image displayed within the list box’s filter button that hides the filter when the list box is in RTL mode.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxProperties.ItemStyle">
      <summary>
        <para>Gets the style settings for all items within the editor.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ListBoxItemStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxProperties.Native">
      <summary>
        <para>Gets or sets a value specifying whether a list box editor is rendered as a native HTML list box.</para>
      </summary>
      <value>true if a list box control is rendered as a standard HTML list box; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxProperties.Rows">
      <summary>
        <para>Gets or sets the number of rows displayed within the editor when it’s used in native mode.</para>
      </summary>
      <value>An integer value that specifies the number of rows displayed in the editor.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxProperties.SelectAllStyle">
      <summary>
        <para>Gets the style settings that define the appearance of the list box’s “Select All” element.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxProperties.SelectAllText">
      <summary>
        <para>Gets or sets the text (or tooltip) for the “Select All” check box in a list box.</para>
      </summary>
      <value>A string value specifying the “Select All” check box’s text (or tooltip).</value>
    </member>
    <member name="P:DevExpress.Web.ListBoxProperties.SelectionMode">
      <summary>
        <para>Specifies item selection behavior.</para>
      </summary>
      <value>One of the enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.ListEditClientSideEvents">
      <summary>
        <para>Contains a client-side list editor’s event list.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ListEditClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ListEditClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ListEditClientSideEvents.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ListEditClientSideEvents"/> 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.ListEditClientSideEvents.SelectedIndexChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientListEdit.SelectedIndexChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.ListEditCustomFilteringEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxAutoCompleteBoxBase.CustomFiltering">ASPxAutoCompleteBoxBase.CustomFiltering</see> and <see cref="E:DevExpress.Web.ASPxListBox.CustomFiltering">ASPxListBox.CustomFiltering</see> events.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ListEditCustomFilteringEventArgs.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ListEditCustomFilteringEventArgs"/> class.</para>
      </summary>
      <param name="filter">A string value specifying the search text the user typed in the search box.</param>
      <param name="filterExpression">A string value specifying the filter criteria.</param>
    </member>
    <member name="P:DevExpress.Web.ListEditCustomFilteringEventArgs.CustomHighlighting">
      <summary>
        <para>Specifies rules according to which the editor highlights the filtered items.</para>
      </summary>
      <value>The highlighting rules.</value>
    </member>
    <member name="P:DevExpress.Web.ListEditCustomFilteringEventArgs.Filter">
      <summary>
        <para>Gets the filter string.</para>
      </summary>
      <value>The filter string.</value>
    </member>
    <member name="P:DevExpress.Web.ListEditCustomFilteringEventArgs.FilterExpression">
      <summary>
        <para>Specifies the filter expression.</para>
      </summary>
      <value>The filter expression.</value>
    </member>
    <member name="T:DevExpress.Web.ListEditCustomFilteringEventHandler">
      <summary>
        <para>Represents a method that will handle the <see cref="E:DevExpress.Web.ASPxAutoCompleteBoxBase.CustomFiltering">ASPxAutoCompleteBoxBase.CustomFiltering</see> and <see cref="E:DevExpress.Web.ASPxListBox.CustomFiltering">ASPxListBox.CustomFiltering</see> events.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A  class instance containing event data.</param>
    </member>
    <member name="T:DevExpress.Web.ListEditCustomHighlighting">
      <summary>
        <para>Provides settings related to the editor’s custom highlighting for filtered items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ListEditCustomHighlighting.#ctor(System.Collections.Generic.IDictionary{System.String,System.String[]})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ListEditCustomHighlighting"/> class.</para>
      </summary>
      <param name="textsByColumn">A dictionary, containing the column’s texts.</param>
    </member>
    <member name="M:DevExpress.Web.ListEditCustomHighlighting.#ctor(System.Collections.Generic.IDictionary{System.String,System.String})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ListEditCustomHighlighting"/> class.</para>
      </summary>
      <param name="textByColumn">A dictionary, containing the column’s text.</param>
    </member>
    <member name="M:DevExpress.Web.ListEditCustomHighlighting.#ctor(System.Collections.Generic.IEnumerable{System.String})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ListEditCustomHighlighting"/> class.</para>
      </summary>
      <param name="texts">An object that implements the <see cref="T:System.Collections.IEnumerable"/> interface.</param>
    </member>
    <member name="M:DevExpress.Web.ListEditCustomHighlighting.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ListEditCustomHighlighting"/> class.</para>
      </summary>
      <param name="text">A string value specifying the filter condition.</param>
    </member>
    <member name="P:DevExpress.Web.ListEditCustomHighlighting.StringToRegularExpression">
      <summary>
        <para>Specifies whether to convert the “string” filter condition into a regular expression.</para>
      </summary>
      <value>true, to convert the “string” filter condition into the regular expression; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ListEditItem">
      <summary>
        <para>A list item.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ListEditItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ListEditItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ListEditItem.#ctor(System.String,System.Object,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ListEditItem"/> class with the specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item’s display text.</param>
      <param name="value">A <see cref="T:System.Object"/> that specifies the value associated with the item.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value that specifies the path to the image displayed by the item.</param>
    </member>
    <member name="M:DevExpress.Web.ListEditItem.#ctor(System.String,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ListEditItem"/> class with the specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item’s display text.</param>
      <param name="value">A <see cref="T:System.Object"/> that specifies the value associated with the item.</param>
    </member>
    <member name="M:DevExpress.Web.ListEditItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ListEditItem"/> class with the specified setting.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item’s display text.</param>
    </member>
    <member name="M:DevExpress.Web.ListEditItem.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings from the specified item 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.ListEditItem.GetDataItem">
      <summary>
        <para>Returns the data source’s item object of the specified list item.</para>
      </summary>
      <returns>The data source’s item object.</returns>
    </member>
    <member name="P:DevExpress.Web.ListEditItem.ImageUrl">
      <summary>
        <para>Gets or sets the path to the image displayed within the item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value which specifies the URL that represents the path to the image displayed within the item.</value>
    </member>
    <member name="P:DevExpress.Web.ListEditItem.Selected">
      <summary>
        <para>Gets or sets whether a list box item is selected.</para>
      </summary>
      <value>true if an item is selected; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ListEditItem.Text">
      <summary>
        <para>Gets or sets the list item’s text.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value representing the list item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.ListEditItem.Value">
      <summary>
        <para>Gets or sets the item’s associated value.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> that specifies the item’s value</value>
    </member>
    <member name="T:DevExpress.Web.ListEditItemBase">
      <summary>
        <para>The base class for list editor items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ListEditItemBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ListEditItemBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ListEditItemBase.#ctor(System.String,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ListEditItemBase"/> class with the specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item’s display text. Initializes the item’s <see cref="P:DevExpress.Web.ListEditItemBase.Text">ListEditItemBase.Text</see> property.</param>
      <param name="value">A <see cref="T:System.Object"/> that specifies the value associated with the item. Initializes the item’s <see cref="P:DevExpress.Web.ListEditItemBase.Value">ListEditItemBase.Value</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.ListEditItemBase.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ListEditItemBase"/> class with the specified display text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item’s display text. Initializes the item’s <see cref="P:DevExpress.Web.ListEditItemBase.Text">ListEditItemBase.Text</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.ListEditItemBase.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings of 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.ListEditItemBase.GetFieldValue(System.String)">
      <summary>
        <para>Returns the value of the specified data field of the list item.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that identifies a data field. This value specifies the name of the data field.</param>
      <returns>An <see cref="T:System.Object"/> that is the specified data field’s value in the list item.</returns>
    </member>
    <member name="M:DevExpress.Web.ListEditItemBase.GetValue(System.String)">
      <summary>
        <para>Returns the value of the specified column within the list item.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that identifies a data column. This value specifies the name of the column’s corresponding data field.</param>
      <returns>An <see cref="T:System.Object"/> that is the specified column’s value in the list item.</returns>
    </member>
    <member name="M:DevExpress.Web.ListEditItemBase.SetFieldValue(System.String,System.Object)">
      <summary>
        <para>Sets the data field’s value.</para>
      </summary>
      <param name="fieldName">A String value that specifies the field’s name.</param>
      <param name="value">The data field’s value.</param>
    </member>
    <member name="M:DevExpress.Web.ListEditItemBase.SetValue(System.String,System.Object)">
      <summary>
        <para>Modifies the value of the specified column within the list item.</para>
      </summary>
      <param name="fieldName">A <see cref="T:System.String"/> value that identifies a data column. This value specifies the name of the column’s corresponding data field.</param>
      <param name="value">An <see cref="T:System.Object"/> that specifies the column’s value in the list item.</param>
    </member>
    <member name="P:DevExpress.Web.ListEditItemBase.Text">
      <summary>
        <para>Gets or sets the list item’s text.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the list item’s text.</value>
    </member>
    <member name="M:DevExpress.Web.ListEditItemBase.ToString">
      <summary>
        <para>Returns a string that identifies the <see cref="T:DevExpress.Web.ListEditItemBase"/> object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value that identifies the <see cref="T:DevExpress.Web.ListEditItemBase"/> object.</returns>
    </member>
    <member name="P:DevExpress.Web.ListEditItemBase.Value">
      <summary>
        <para>Gets or sets the item’s associated value.</para>
      </summary>
      <value>An <see cref="T:System.Object"/> that specifies the item’s value.</value>
    </member>
    <member name="T:DevExpress.Web.ListEditItemCollection">
      <summary>
        <para>Represents the collection of list items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ListEditItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ListEditItemCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ListEditItemCollection.Add">
      <summary>
        <para>Adds a new item to the collection and returns the newly created item object.</para>
      </summary>
      <returns>An <see cref="T:DevExpress.Web.ListEditItem"/> object that represents the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.ListEditItemCollection.Add(DevExpress.Web.ListEditItem)">
      <summary>
        <para>Adds the specified item to the collection</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.ListEditItem"/> object that specifies the item to add to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.ListEditItemCollection.Add(System.String,System.Object,System.String)">
      <summary>
        <para>Adds a new item to the collection and specifies the item’s display text, image, and associated value.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the item’s display text.</param>
      <param name="value">A <see cref="T:System.Object"/> specifying the value associated with the item.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the image displayed within the item.</param>
      <returns>A <see cref="T:DevExpress.Web.ListEditItem"/> object that is the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.ListEditItemCollection.Add(System.String,System.Object)">
      <summary>
        <para>Adds a new item to the collection and specifies the item’s display text and associated value.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the item’s display text.</param>
      <param name="value">A <see cref="T:System.Object"/> specifying the value associated with the item.</param>
      <returns>A <see cref="T:DevExpress.Web.ListEditItem"/> object that represents the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.ListEditItemCollection.Add(System.String)">
      <summary>
        <para>Adds a new item to the collection and specifies the item’s display text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the item’s display text.</param>
      <returns>A <see cref="T:DevExpress.Web.ListEditItem"/> object that represents the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.ListEditItemCollection.Assign(DevExpress.Utils.IAssignableCollection)">
      <summary>
        <para>Copies the items from the specified IAssignableCollection-supported object to the current object.</para>
      </summary>
      <param name="source">An IAssignableCollection-supported object whose items are assigned to the current object.</param>
    </member>
    <member name="M:DevExpress.Web.ListEditItemCollection.FindByText(System.String)">
      <summary>
        <para>Returns an item with the specified <see cref="P:DevExpress.Web.ListEditItem.Text">ListEditItem.Text</see> property value.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.ListEditItem.Text">ListEditItem.Text</see> property value of the required item.</param>
      <returns>A <see cref="T:DevExpress.Web.ListEditItem"/> object with a specific value of the <see cref="P:DevExpress.Web.ListEditItem.Text">ListEditItem.Text</see> property.</returns>
    </member>
    <member name="M:DevExpress.Web.ListEditItemCollection.FindByTextWithTrim(System.String)">
      <summary>
        <para>Removes all leading and trailing white-space characters from the passed string and returns an item with the identical <see cref="P:DevExpress.Web.ListEditItem.Text">ListEditItem.Text</see> property value.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.ListEditItem.Text">ListEditItem.Text</see> property value of the required item.</param>
      <returns>A <see cref="T:DevExpress.Web.ListEditItem"/> object with a specific value of the <see cref="P:DevExpress.Web.ListEditItem.Text">ListEditItem.Text</see> property.</returns>
    </member>
    <member name="M:DevExpress.Web.ListEditItemCollection.FindByValue(System.Object)">
      <summary>
        <para>Returns an item with the specified <see cref="P:DevExpress.Web.ListEditItem.Value">ListEditItem.Value</see> property value.</para>
      </summary>
      <param name="value">A <see cref="T:System.Object"/> value that is the <see cref="P:DevExpress.Web.ListEditItem.Value">ListEditItem.Value</see> property value of the required item.</param>
      <returns>A <see cref="T:DevExpress.Web.ListEditItem"/> object with a specific value of the <see cref="P:DevExpress.Web.ListEditItem.Value">ListEditItem.Value</see> property, or the null reference (Nothing in Visual Basic) if the specified item is not found.</returns>
    </member>
    <member name="M:DevExpress.Web.ListEditItemCollection.IndexOf(DevExpress.Web.ListEditItem)">
      <summary>
        <para>Searches for the specified item and returns the zero-based index of its first occurrence within the collection.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.ListEditItem"/> object representing the item to locate in the collection.</param>
      <returns>The zero-based index of the first occurrence of the specified item within the collection, if found; otherwise, negative one (&#0045;1).</returns>
    </member>
    <member name="M:DevExpress.Web.ListEditItemCollection.Insert(System.Int32,DevExpress.Web.ListEditItem)">
      <summary>
        <para>Adds the specified item to the specified position within the collection.</para>
      </summary>
      <param name="index">An integer value that specifies the zero-based index at which the specified item should be inserted. If it’s negative or exceeds the number of elements, an exception is raised.</param>
      <param name="item">A <see cref="T:DevExpress.Web.ListEditItem"/> object to insert.</param>
    </member>
    <member name="P:DevExpress.Web.ListEditItemCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items within the <see cref="T:DevExpress.Web.ListEditItemCollection"/>.</para>
      </summary>
      <param name="index">An integer value specifying the zero-based index of the item to be accessed.</param>
      <value>An <see cref="T:DevExpress.Web.ListEditItem"/> object representing an item located at the specified index within the collection.</value>
    </member>
    <member name="M:DevExpress.Web.ListEditItemCollection.Remove(DevExpress.Web.ListEditItem)">
      <summary>
        <para>Removes an item from the collection.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.ListEditItem"/> object to remove from the collection.</param>
    </member>
    <member name="T:DevExpress.Web.ListEditItemCollectionBase">
      <summary>
        <para>The base class for list editor item collections.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ListEditItemCollectionBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ListEditItemCollectionBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ListEditItemCollectionBase.AddRange(System.Collections.ICollection)">
      <summary>
        <para>Adds a collection of items to the end of the collection.</para>
      </summary>
      <param name="collection">An array that contains zero or more <see cref="T:System.Collections.ICollection"/> objects.</param>
    </member>
    <member name="M:DevExpress.Web.ListEditItemCollectionBase.Clear">
      <summary>
        <para>Clears the items collection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ListEditItemCollectionBase.IndexOfText(System.String)">
      <summary>
        <para>Searches for an item by its display text and returns the zero-based index of its first occurrence within the collection.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that is the display text of the item which is to be located in the collection.</param>
      <returns>The zero-based index of the first occurrence of the specified item within the collection, if found; otherwise negative one (&#0045;1).</returns>
    </member>
    <member name="M:DevExpress.Web.ListEditItemCollectionBase.IndexOfTextWithTrim(System.String)">
      <summary>
        <para>Removes all leading and trailing white-space characters from the passed string and searches for the first occurrence of the item with the identical value in the collection.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that is the display text of the item which is to be located in the collection.</param>
      <returns>The zero-based index of the first occurrence of the specified item within the collection, if found; otherwise negative one (&#0045;1).</returns>
    </member>
    <member name="M:DevExpress.Web.ListEditItemCollectionBase.IndexOfValue(System.Object)">
      <summary>
        <para>Searches for the item by its associated value and returns the zero-based index of its first occurrence within the collection.</para>
      </summary>
      <param name="value">A <see cref="T:System.Object"/> value that is the value associated with the item which is to be located in the collection.</param>
      <returns>The zero-based index of the first occurrence of the specified item within the collection, if found; otherwise negative one (&#0045;1).</returns>
    </member>
    <member name="M:DevExpress.Web.ListEditItemCollectionBase.RemoveAt(System.Int32)">
      <summary>
        <para>Removes an item with the specified index location from the collection.</para>
      </summary>
      <param name="index">The zero-based index location of the list edit item to remove.</param>
    </member>
    <member name="T:DevExpress.Web.ListEditItemRequestedByValueEventArgs">
      <summary>
        <para>Provides data for the editor’s ItemRequestedByValue event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ListEditItemRequestedByValueEventArgs.#ctor(System.Object,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ListEditItemRequestedByValueEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="value">An object that specifies the item’s value.</param>
      <param name="text">A string that specifies the item’s text.</param>
    </member>
    <member name="P:DevExpress.Web.ListEditItemRequestedByValueEventArgs.Text">
      <summary>
        <para>Gets a string representing text of an item (entered or selected on the client side).</para>
      </summary>
      <value>A string value that represents a text.</value>
    </member>
    <member name="P:DevExpress.Web.ListEditItemRequestedByValueEventArgs.Value">
      <summary>
        <para>Gets an object that is the requested item’s value.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> that is the item’s value.</value>
    </member>
    <member name="T:DevExpress.Web.ListEditItemRequestedByValueEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxComboBox.ItemRequestedByValue">ASPxComboBox.ItemRequestedByValue</see> event.</para>
      </summary>
      <param name="source">The event source. This parameter identifies the combo box which raised the event.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ListEditItemRequestedByValueEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ListEditItemsRequestedByFilterConditionEventArgs">
      <summary>
        <para>Provides data for the editor’s ItemsRequestedByFilterCondition event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ListEditItemsRequestedByFilterConditionEventArgs.#ctor(System.Int32,System.Int32,System.String)">
      <summary>
        <para>Initializes a new object of the <see cref="T:DevExpress.Web.ListEditItemsRequestedByFilterConditionEventArgs"/> type with the specified settings.</para>
      </summary>
      <param name="beginIndex">An integer value that identifies the start index of the items.</param>
      <param name="endIndex">An integer value that identifies the end index of the items.</param>
      <param name="filter">A string value that specifies the filter conditions.</param>
    </member>
    <member name="P:DevExpress.Web.ListEditItemsRequestedByFilterConditionEventArgs.BeginIndex">
      <summary>
        <para>Gets an integer value that identifies the begin index of the editor’s items.</para>
      </summary>
      <value>An integer value that represents the begin index.</value>
    </member>
    <member name="P:DevExpress.Web.ListEditItemsRequestedByFilterConditionEventArgs.EndIndex">
      <summary>
        <para>Gets an integer value that identifies the end index of the editor’s items.</para>
      </summary>
      <value>An integer value that represent the end index.</value>
    </member>
    <member name="P:DevExpress.Web.ListEditItemsRequestedByFilterConditionEventArgs.Filter">
      <summary>
        <para>Gets a string that represents a filter condition for the editor’s items.</para>
      </summary>
      <value>A string value that represents a filter condition.</value>
    </member>
    <member name="T:DevExpress.Web.ListEditItemsRequestedByFilterConditionEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxComboBox.ItemsRequestedByFilterCondition">ASPxComboBox.ItemsRequestedByFilterCondition</see> event.</para>
      </summary>
      <param name="source">The event source. This parameter identifies the combo box which raised the event.</param>
      <param name="e">An <see cref="T:DevExpress.Web.ListEditItemsRequestedByFilterConditionEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.ListEditItemTemplateContainer">
      <summary>
        <para>A container for the templates used to render list edit items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ListEditItemTemplateContainer.#ctor(DevExpress.Web.ListEditItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ListEditItemTemplateContainer"/> class.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.ListEditItem"/> object specifying the list edit item to which the current object belongs.</param>
    </member>
    <member name="M:DevExpress.Web.ListEditItemTemplateContainer.DataBind">
      <summary>
        <para>Binds all child controls within a template to a data source.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ListEditItemTemplateContainer.Item">
      <summary>
        <para>Gets an item for which the template’s content is being instantiated.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ListEditItem"/> object that is the item being rendered.</value>
    </member>
    <member name="T:DevExpress.Web.ListEditItemTextTemplateContainer">
      <summary>
        <para>A container for the templates used to render the text of list edit items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ListEditItemTextTemplateContainer.#ctor(DevExpress.Web.ListEditItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ListEditItemTextTemplateContainer"/> class with specified settings.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.ListEditItem"/> object that represents the data item which the current object belongs to. This value is assigned to the <see cref="P:DevExpress.Web.ListEditItemTextTemplateContainer.Item">ListEditItemTextTemplateContainer.Item</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.ListEditItemTextTemplateContainer.Item">
      <summary>
        <para>Gets an item for whose text the template’s content is being rendered.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ListEditItem"/> object that is the item being rendered.</value>
    </member>
    <member name="T:DevExpress.Web.ListEditProperties">
      <summary>
        <para>Contains the base settings specific to editors which display a list of items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ListEditProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ListEditProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ListEditProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ListEditProperties"/> 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.ListEditProperties.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.ListEditProperties.DataMember">
      <summary>
        <para>Gets or sets a specific data member in a multimember data source to bind to the editor.</para>
      </summary>
      <value>The name of a data member from a multimember data source.</value>
    </member>
    <member name="P:DevExpress.Web.ListEditProperties.DataSource">
      <summary>
        <para>Gets or sets the object from which the data-bound editor retrieves its list of data items.</para>
      </summary>
      <value>An object that represents the data source from which the data-bound editor retrieves its items.</value>
    </member>
    <member name="P:DevExpress.Web.ListEditProperties.DataSourceID">
      <summary>
        <para>Gets or sets the ID of the control from which the data-bound editor retrieves its list of data items.</para>
      </summary>
      <value>The ID of a control that represents the data source from which the data-bound editor retrieves its items.</value>
    </member>
    <member name="M:DevExpress.Web.ListEditProperties.GetExportValue(DevExpress.Web.CreateDisplayControlArgs)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ListEditProperties.ImageUrlField">
      <summary>
        <para>Gets or sets the data source field that provides image locations for the editor’s items.</para>
      </summary>
      <value>A string value that specifies the name of the data source field from which the editor obtains item image locations.</value>
    </member>
    <member name="P:DevExpress.Web.ListEditProperties.ItemImage">
      <summary>
        <para>Gets the settings of a common image which is displayed by all the items within the editor.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ListEditProperties.Items">
      <summary>
        <para>Gets the collection of items in the list editor.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ListEditItemCollection"/> instance that is the collection of the editor’s items.</value>
    </member>
    <member name="M:DevExpress.Web.ListEditProperties.RequireDataBinding">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ListEditProperties.TextField">
      <summary>
        <para>Gets or sets the data source field that provides display texts for the editor’s items.</para>
      </summary>
      <value>A string value that specifies the name of the data source field from which the editor obtains item texts.</value>
    </member>
    <member name="P:DevExpress.Web.ListEditProperties.ValueField">
      <summary>
        <para>Gets or sets the data source field that provides values for the editor’s items.</para>
      </summary>
      <value>A string value that specifies the name of the data source field from which the editor obtains item values.</value>
    </member>
    <member name="P:DevExpress.Web.ListEditProperties.ValueType">
      <summary>
        <para>Gets the data type of the editor’s values.</para>
      </summary>
      <value>A <see cref="T:System.Type"/> object that represents the type of values.</value>
    </member>
    <member name="T:DevExpress.Web.ListEditSelectionMode">
      <summary>
        <para>Lists the values that specify the selection behavior for a list editor.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ListEditSelectionMode.CheckColumn">
      <summary>
        <para>Multiple items can be selected within the editor by clicking specific check boxes or list items (the Shift key can also be used in this mode to select a range of items).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ListEditSelectionMode.Multiple">
      <summary>
        <para>Multiple items can be selected within the editor by clicking list items while pressing Ctrl (to add an individual item) or Shift (to select a range of items).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ListEditSelectionMode.Single">
      <summary>
        <para>Only one list box item can be selected at once.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.LoadContentViaCallback">
      <summary>
        <para>Lists values specifying the content loading mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.LoadContentViaCallback.None">
      <summary>
        <para>Specifies that the content is always (initially) rendered inside popup windows.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.LoadContentViaCallback.OnFirstShow">
      <summary>
        <para>Specifies that loading of popup window contents starts when a popup window is invoked for the first time.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.LoadContentViaCallback.OnPageLoad">
      <summary>
        <para>Specifies that loading of the popup window contents starts immediately after the entire page has been loaded.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.LoadingDivStyle">
      <summary>
        <para>Contains the style settings of a specific loading div displayed over a web control while it’s waiting for a callback response.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LoadingDivStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LoadingDivStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.LoadingDivStyle.Opacity">
      <summary>
        <para>Gets or sets the opacity level of the loading div element.</para>
      </summary>
      <value>An integer value that specifies the opacity level.</value>
    </member>
    <member name="T:DevExpress.Web.LoadingPanelStyle">
      <summary>
        <para>Contains settings that define the style of a loading panel, which can be displayed while waiting for a callback response.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.LoadingPanelStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.LoadingPanelStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.LoadingPanelStyles">
      <summary>
        <para>Provides the style settings used to paint the <see href="https://docs.devexpress.com/AspNetMvc/11426/components/docking-and-popups/loading-panel/visual-elements">visual elements</see> within the MVCxLoadingPanel.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.LoadingPanelStyles.LoadingDiv">
      <summary>
        <para>Gets the style settings that define the appearance of a <see href="https://docs.devexpress.com/AspNetMvc/11426/components/docking-and-popups/loading-panel/visual-elements">loading div</see> element.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LoadingDivStyle"/> object that contains the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.LoadPanelContentViaCallback">
      <summary>
        <para>Lists values specifying the panel content loading mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.LoadPanelContentViaCallback.None">
      <summary>
        <para>Specifies that the content is always (initially) rendered inside panels.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.LoadPanelContentViaCallback.OnDock">
      <summary>
        <para>Specifies that loading panel contents occurs after a panel is docked or it changes a position within a zone via end-user interaction. If the panel is initially docked, the panel content is loaded on the Page_Load.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.LoadPanelContentViaCallback.OnDockStateChange">
      <summary>
        <para>Specifies that loading panel contents occurs after a panel changes its state, changes its position within a zone, or is moved (in the floating state) via an end-user interaction.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.LoadPanelContentViaCallback.OnFirstShow">
      <summary>
        <para>Specifies that loading panel contents occurs when a panel is invoked for the first time.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.LoadPanelContentViaCallback.OnFloating">
      <summary>
        <para>Specifies that loading panel contents occurs after a panel leaves a zone (undocks) or after it is moved (in the floating state) via an end-user interaction.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.LoadPanelContentViaCallback.OnPageLoad">
      <summary>
        <para>Specifies that loading panel contents occurs immediately after the entire page has been loaded.</para>
      </summary>
    </member>
    <member name="N:DevExpress.Web.Localization">
      <summary>
        <para>Contains classes and enumerations that are intended to <see href="https://docs.devexpress.com/AspNet/6909/common-concepts/localization">localize</see> the User Interface of most DevExpress controls for ASP.NET.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Localization.ASPxEditorsLocalizer">
      <summary>
        <para>Provides a means to localize the <see href="https://docs.devexpress.com/AspNet/7898/components/data-editors/product-information#included-components">data editors</see>‘ UI elements at runtime.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Localization.ASPxEditorsLocalizer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Localization.ASPxEditorsLocalizer"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Localization.ASPxEditorsLocalizer.CreateDefaultLocalizer">
      <summary>
        <para>Returns an object comprising resources based on the thread’s language and regional settings (culture).</para>
      </summary>
      <returns>An <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/>&lt;<see cref="T:DevExpress.Web.Localization.ASPxEditorsStringId"/>,&gt; object comprising resources based on the thread’s culture.</returns>
    </member>
    <member name="M:DevExpress.Web.Localization.ASPxEditorsLocalizer.CreateResXLocalizer">
      <summary>
        <para>Returns an object comprising resources based on the thread’s language and regional settings (culture).</para>
      </summary>
      <returns>An <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/>&lt;<see cref="T:DevExpress.Web.Localization.ASPxEditorsStringId"/>,&gt; object comprising resources based on the thread’s culture.</returns>
    </member>
    <member name="M:DevExpress.Web.Localization.ASPxEditorsLocalizer.GetString(DevExpress.Web.Localization.ASPxEditorsStringId)">
      <summary>
        <para>Returns a localized string for the specified string identifier.</para>
      </summary>
      <param name="id">An <see cref="T:DevExpress.Web.Localization.ASPxEditorsStringId"/> enumeration value identifying the string to localize.</param>
      <returns>A <see cref="T:System.String"/> corresponding to the specified identifier.</returns>
    </member>
    <member name="T:DevExpress.Web.Localization.ASPxEditorsResLocalizer">
      <summary>
        <para>Provides a means to localize the <see href="https://docs.devexpress.com/AspNet/7898/components/data-editors/product-information#included-components">data editors</see>‘ UI elements at runtime.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Localization.ASPxEditorsResLocalizer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Localization.ASPxEditorsResLocalizer"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Localization.ASPxEditorsStringId">
      <summary>
        <para>Contains strings that can be localized for the <see href="https://docs.devexpress.com/AspNet/7898/components/data-editors/product-information#included-components">data editors</see>. For more information, refer to the  topic.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.BinaryImage_Cancel">
      <summary>
        <para>The text of a button that allows end-users to cancel image uploading in an <see cref="T:DevExpress.Web.ASPxBinaryImage"/>.</para>
        <para>Default Value: “Cancel”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.BinaryImage_Clear">
      <summary>
        <para>The tooltip of the Delete button displayed in the <see href="https://docs.devexpress.com/AspNet/11646/components/data-editors/binaryimage#visual-elements">binary image</see> control, when image editing is enabled.</para>
        <para>Default Value: “Clear”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.BinaryImage_DropZone">
      <summary>
        <para>The text displayed in an <see cref="T:DevExpress.Web.ASPxBinaryImage"/> when the drag and drop feature is enabled and an image is dragged over the control.</para>
        <para>Default Value: “Drop image file here”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.BinaryImage_Empty">
      <summary>
        <para>The text displayed in a <see cref="T:DevExpress.Web.ASPxBinaryImage"/> when image uploading is enabled and there is no uploaded image.</para>
        <para>Default Value: “No image”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.BinaryImage_InvalidData">
      <summary>
        <para>An error text displayed when an uploaded image is not valid.</para>
        <para>Default Value: “Invalid image data”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.BinaryImage_UploadFile">
      <summary>
        <para>The tooltip of the Open Dialog button displayed in the <see href="https://docs.devexpress.com/AspNet/11646/components/data-editors/binaryimage#visual-elements">binary image</see> control and allowing end-users to select a file for upload when image editing is enabled.</para>
        <para>Default Value: “Upload File…”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.BinaryImage_Uploading">
      <summary>
        <para>The text displayed in an <see cref="T:DevExpress.Web.ASPxBinaryImage"/> when an image is being uploaded.</para>
        <para>Default Value: “Uploading…”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.Calendar_Cancel">
      <summary>
        <para>Specifies the caption of the Cancel button of the <see cref="T:DevExpress.Web.ASPxCalendar"/>‘s fast navigation panel.</para>
        <para>Default Value: “Cancel”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.Calendar_Clear">
      <summary>
        <para>Specifies the caption of the Clear button of the <see cref="T:DevExpress.Web.ASPxCalendar"/>.</para>
        <para>Default Value: “Clear”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.Calendar_FastNavBackToDays">
      <summary>
        <para>Specifies the caption of the back-element within the ASPxCalendar’s fast navigation area.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.Calendar_FastNavBackToMonths">
      <summary>
        <para>Specifies the caption of the back-element within the ASPxCalendar’s fast navigation area.</para>
        <para>Default Value: “Back To Months”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.Calendar_FastNavBackToYears">
      <summary>
        <para>Specifies the caption of the back-element within the ASPxCalendar’s fast navigation area.</para>
        <para>Default Value: “Back To Years”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.Calendar_FastNavigation_HeaderBackAlt">
      <summary>
        <para>Specifies the ALT caption of the back-element within the ASPxCalendar’s fast navigation area.</para>
        <para>Default Value: “Back”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.Calendar_FastNavigation_HeaderBackRtlAlt">
      <summary>
        <para>Specifies the ALT caption of the back-element within the ASPxCalendar’s fast navigation area in RTL mode.</para>
        <para>Default Value: “Back”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.Calendar_FastNavigation_NextPeriodAlt">
      <summary>
        <para>Specifies the ALT caption of the next period (months, years, days) element within the ASPxCalendar’s fast navigation area.</para>
        <para>Default Value: “Forward”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.Calendar_FastNavigation_NextYearAlt">
      <summary>
        <para>Specifies the ALT caption of the next year element within the ASPxCalendar’s fast navigation area.</para>
        <para>Default Value: “Forward”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.Calendar_FastNavigation_PrevPeriodAlt">
      <summary>
        <para>Specifies the ALT caption of the previous period (months, years, days) element within the ASPxCalendar’s fast navigation area.</para>
        <para>Default Value: “Back”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.Calendar_FastNavigation_PrevYearAlt">
      <summary>
        <para>Specifies the ALT caption of the previous year element within the ASPxCalendar’s fast navigation area.</para>
        <para>Default Value: “Back”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.Calendar_NextLargePeriodAlt">
      <summary>
        <para>Specifies the ALT caption of the &gt;&gt; next period element (months, years, days) within the ASPxCalendar.</para>
        <para>Default Value: “Next year”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.Calendar_NextMonthAlt">
      <summary>
        <para>Specifies the ALT caption of the next month element within the ASPxCalendar.</para>
        <para>Default Value: “Next month”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.Calendar_NextPeriodAlt">
      <summary>
        <para>Specifies the ALT caption of the next period element (months, years, days) within the ASPxCalendar.</para>
        <para>Default Value: “Forward”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.Calendar_NextYearAlt">
      <summary>
        <para>Specifies the ALT caption of the next year element within the ASPxCalendar.</para>
        <para>Default Value: “Next year”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.Calendar_OK">
      <summary>
        <para>Specifies the caption of the OK button of the <see cref="T:DevExpress.Web.ASPxCalendar"/>‘s fast navigation panel.</para>
        <para>Default Value: “OK”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.Calendar_PrevLargePeriodAlt">
      <summary>
        <para>Specifies the ALT caption of the &lt;&lt; element within the ASPxCalendar.</para>
        <para>Default Value: “Previous year”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.Calendar_PrevMonthAlt">
      <summary>
        <para>Specifies the ALT caption of the previous month element within the ASPxCalendar.</para>
        <para>Default Value: “Previous month”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.Calendar_PrevPeriodAlt">
      <summary>
        <para>Specifies the ALT caption of the previous period (months, years, days) element within the ASPxCalendar.</para>
        <para>Default Value: “Back”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.Calendar_PrevYearAlt">
      <summary>
        <para>Specifies the ALT caption of the previous year element within the ASPxCalendar.</para>
        <para>Default Value: “Previous year”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.Calendar_Today">
      <summary>
        <para>Specifies the caption of the Today <see cref="T:DevExpress.Web.ASPxCalendar"/>‘s button.</para>
        <para>Default Value: “Today”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.Captcha_DefaultErrorText">
      <summary>
        <para>The default error text displayed under the <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#text-box">text box</see> if the <see cref="T:DevExpress.Web.ASPxCaptcha"/>‘s validation has failed. It is specified via the <see cref="P:DevExpress.Web.Captcha.CaptchaValidationSettings.ErrorText">CaptchaValidationSettings.ErrorText</see> property.</para>
        <para>Default Value: “The submitted code is incorrect”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.Captcha_DefaultImageAlternateText">
      <summary>
        <para>Specifies the textual representation of the captcha’s <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#challenge-image">challenge image</see>.</para>
        <para>Default Value: “Captcha image”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.Captcha_DefaultTextBoxLabelText">
      <summary>
        <para>Specifies the text shown over the <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#text-box">text box</see></para>
        <para>Default Value: “Type the code shown:”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.Captcha_RefreshText">
      <summary>
        <para>Specifies the text shown on the <see cref="T:DevExpress.Web.ASPxCaptcha"/>‘s <see href="https://docs.devexpress.com/AspNet/7935/components/multi-use-site-controls/captcha-control/visual-elements#refresh-button">refresh button</see>.</para>
        <para>Default Value: “Show another code”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.CheckBox_Checked">
      <summary>
        <para>Specifies the text that defines the checked state of the <see cref="T:DevExpress.Web.ASPxCheckBox"/> control.</para>
        <para>Default value: “Checked”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.CheckBox_Unchecked">
      <summary>
        <para>Specifies the text that defines the unchecked state of the <see cref="T:DevExpress.Web.ASPxCheckBox"/> control.</para>
        <para>Default value: “Unchecked”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.CheckBox_Undefined">
      <summary>
        <para>Specifies the text that defines the undefined state of the <see cref="T:DevExpress.Web.ASPxCheckBox"/> control.</para>
        <para>Default value: “Undefined”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.ColorEdit_AutomaticColor">
      <summary>
        <para>The caption of an <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#automatic-color-item">automatic color item</see> displayed in a color editor.</para>
        <para>Default Value: “Automatic Color”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.ColorEdit_Cancel">
      <summary>
        <para>Specifies the caption of the Cancel button in the <see cref="T:DevExpress.Web.ASPxColorEdit"/>‘s <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#color-picker">color picker</see>.</para>
        <para>Default Value: “Cancel”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.ColorEdit_CustomColor">
      <summary>
        <para>Specifies the caption of the Custom Color button in the <see cref="T:DevExpress.Web.ASPxColorEdit"/>‘s <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#color-table">color table</see>.</para>
        <para>Default Value: “Custom Color…”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.ColorEdit_ModalDropDownCaption">
      <summary>
        <para>Specifies the text that is used as an editor’s caption in modal mode.</para>
        <para>Default value: “Choose Color”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.ColorEdit_OK">
      <summary>
        <para>Specifies the caption of the OK button in the <see cref="T:DevExpress.Web.ASPxColorEdit"/>‘s <see href="https://docs.devexpress.com/AspNet/6799/components/data-editors/aspxcoloredit/visual-elements#color-picker">color picker</see>.</para>
        <para>Default Value: “OK”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.ComboBox_FilterMinLengthText">
      <summary>
        <para>Specifies the text displayed under the filter editor when the user enters fewer characters than specified in the <see cref="P:DevExpress.Web.ASPxAutoCompleteBoxBase.FilterMinLength">ASPxAutoCompleteBoxBase.FilterMinLength</see> property.</para>
        <para>Default value: “Filter strings must be at least {0} characters.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.ComboBox_FilterNoResultsText">
      <summary>
        <para>Specifies the text displayed in the combo box when no items will appear when end users type the filter string.</para>
        <para>Default value: “No data to display.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.ComboBox_ModalDropDownCaption">
      <summary>
        <para>Specifies the text that is used as an editor’s caption in modal mode.</para>
        <para>Default value: “Choose Value”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.DateEdit_ModalDropDownCaption">
      <summary>
        <para>Specifies the text that is used as an editor’s caption in modal mode.</para>
        <para>Default value: “Choose Date”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.DateEdit_ScrollPickerAmPmCaption">
      <summary>
        <para>The caption that refers to the “AM/PM” rotating wheel in the date edit.</para>
        <para>Default Value: “AM/PM”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.DateEdit_ScrollPickerDaysCaption">
      <summary>
        <para>The caption that refers to the “Days” rotating wheel in the date edit.</para>
        <para>Default Value: “Days”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.DateEdit_ScrollPickerHoursCaption">
      <summary>
        <para>The caption that refers to the “Hours” rotating wheel in the date edit.</para>
        <para>Default Value: “Hours”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.DateEdit_ScrollPickerMillisecondsCaption">
      <summary>
        <para>The caption that refers to the “Milliseconds” rotating wheel in the date edit.</para>
        <para>Default Value: “Milliseconds”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.DateEdit_ScrollPickerMinutesCaption">
      <summary>
        <para>The caption that refers to the “Minutes” rotating wheel in the date edit.</para>
        <para>Default Value: “Minutes”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.DateEdit_ScrollPickerMonthsCaption">
      <summary>
        <para>The caption that refers to the “Months” rotating wheel in the date edit.</para>
        <para>Default Value: “Months”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.DateEdit_ScrollPickerSecondsCaption">
      <summary>
        <para>The caption that refers to the “Seconds” rotating wheel in the date edit.</para>
        <para>Default Value: “Seconds”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.DateEdit_ScrollPickerYearsCaption">
      <summary>
        <para>The caption that refers to the “Years” rotating wheel in the date edit.</para>
        <para>Default Value: “Years”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.DateRangeErrorText">
      <summary>
        <para>Specifies the error text to be displayed within an editor’s error frame if the number of selected days is out of range, as specified by the <see cref="P:DevExpress.Web.DateEditRangeSettings.MinDayCount">DateEditRangeSettings.MinDayCount</see> and <see cref="P:DevExpress.Web.DateEditRangeSettings.MaxDayCount">DateEditRangeSettings.MaxDayCount</see> properties.</para>
        <para>Default Value: “The date range must be from {0} to {1} days”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.DateRangeErrorTextDaysPlaceholder">
      <summary>
        <para>Specifies the text that will be displayed in the editor’s error text.</para>
        <para>Default value: “days”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.DateRangeErrorTextDecadesPlaceholder">
      <summary>
        <para>Specifies the text that will be displayed in the editor’s error text.</para>
        <para>Default value: “decades”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.DateRangeErrorTextMonthsPlaceholder">
      <summary>
        <para>Specifies the text that will be displayed in the editor’s error text.</para>
        <para>Default value: “months”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.DateRangeErrorTextYearsPlaceholder">
      <summary>
        <para>Specifies the text that will be displayed in the editor’s error text.</para>
        <para>Default value: “years”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.DateRangeMinErrorText">
      <summary>
        <para>Specifies the error text to be displayed within an editor’s error frame if the selected date range is less than the value specified by the <see cref="P:DevExpress.Web.DateEditRangeSettings.MinDayCount">DateEditRangeSettings.MinDayCount</see> property, provided that the <see cref="P:DevExpress.Web.DateEditRangeSettings.MaxDayCount">DateEditRangeSettings.MaxDayCount</see> property is not specified.</para>
        <para>Default Value: “The date range must be greater than or equal to {0} days”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.DefaultErrorText">
      <summary>
        <para>Specifies the error text to be displayed within an editor’s error frame if an editor’s custom validation fails.</para>
        <para>Default value: “Invalid value”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.FilterControl_AddCondition">
      <summary>
        <para>The caption of the Add Condition item in the dropdown menu displayed when an end&#0045;user clicks the logical operator that combines conditions in an <see cref="T:DevExpress.Web.ASPxFilterControl"/>.</para>
        <para>Default value: “Add Condition”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.FilterControl_AddConditionHint">
      <summary>
        <para>The tooltip text of the button used to add a new condition in an <see cref="T:DevExpress.Web.ASPxFilterControl"/>.</para>
        <para>Default value: “Adds a new condition to this group”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.FilterControl_AddGroup">
      <summary>
        <para>The caption of the Add Group item in the dropdown menu displayed when an end&#0045;user clicks the logical operator that combines conditions in an <see cref="T:DevExpress.Web.ASPxFilterControl"/>.</para>
        <para>Default value: “Add Group”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.FilterControl_AddValueHint">
      <summary>
        <para>The tooltip text of the button used to add a new item to the list of operand values (this list is used by “Is Any of“ and “Is None Of“ criteria operators) in an <see cref="T:DevExpress.Web.ASPxFilterControl"/>.</para>
        <para>Default value: “Adds a new item to the list”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.FilterControl_AggregateType">
      <summary>
        <para>The captions of the filter clauses displayed for a list object in the <see cref="T:DevExpress.Web.ASPxFilterControl"/> control.</para>
        <para>Default Value: “Exist,Count,Max,Min,Avg,Sum”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.FilterControl_BetweenAnd">
      <summary>
        <para>Defines the text that is displayed between two operand values ( used by “Is between“ and “Is not between“ criteria operators) in an <see cref="T:DevExpress.Web.ASPxFilterControl"/>.</para>
        <para>Default value: “And”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.FilterControl_Cancel">
      <summary>
        <para>Specifies the caption of the Cancel button of the <see cref="T:DevExpress.Web.ASPxFilterControl"/>.</para>
        <para>Default Value: “Cancel”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.FilterControl_ClauseType">
      <summary>
        <para>The captions of the filter clauses in the <see cref="T:DevExpress.Web.ASPxFilterControl"/> control.</para>
        <para>Default value: “Equals,Does not equal,Is greater than,Is greater than or equal to,Is less than,Is less than or equal to,Is between,Is not between,Contains,Does not contain,Begins with,Ends with,Is like,Is not like,Is blank,Is not blank,Is any of,Is none of,,,Is beyond this year,Is later this year,Is later this month,Is next week,Is later this week,Is tomorrow,Is today,Is yesterday,Is earlier this week,Is last week,Is earlier this month,Is earlier this year,Is prior this year”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.FilterControl_ClearFilter">
      <summary>
        <para>Defines the text of a Clear button that is used to clear filtering expressions in a filter bar of an <see cref="T:DevExpress.Web.ASPxFilterControl"/></para>
        <para>Default value: “Clear”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.FilterControl_DateTimeOperatorMenuCaption">
      <summary>
        <para>The caption of the Date and time operators command displayed in the <see href="https://docs.devexpress.com/AspNet/11155/components/data-editors/aspxfiltercontrol/visual-elements#comparison-operator">comparison operator</see> drop-down menu in the <see cref="T:DevExpress.Web.ASPxFilterControl"/>.</para>
        <para>Default Value: “Date and time operators”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.FilterControl_Empty">
      <summary>
        <para>Defines the text shown when the specified condition value contains the white-space characters only in <see cref="T:DevExpress.Web.ASPxFilterControl"/>.</para>
        <para>Default Value: “&lt;empty&gt;”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.FilterControl_EmptyEnter">
      <summary>
        <para>Defines the text shown when no condition value is specified in the <see cref="T:DevExpress.Web.ASPxFilterControl"/>.</para>
        <para>Default Value: “&lt;enter a value&gt;”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.FilterControl_FunctionType">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.FilterControl_GroupType">
      <summary>
        <para>The captions of the filter group types in the <see cref="T:DevExpress.Web.ASPxFilterControl"/> control.</para>
        <para>Default value: “And,Or,Not And,Not Or”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.FilterControl_Not">
      <summary>
        <para>Defines the Not logical operator text that is displayed in the filter bar (used by “Is none of“ and “Is not between” criteria operators) in an <see cref="T:DevExpress.Web.ASPxFilterControl"/>.</para>
        <para>Default value: “Not”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.FilterControl_OK">
      <summary>
        <para>Specifies the caption of the OK button of the <see cref="T:DevExpress.Web.ASPxFilterControl"/>.</para>
        <para>Default Value: “OK”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.FilterControl_OperandTypeButtonHint">
      <summary>
        <para>The tooltip text of the <see href="https://docs.devexpress.com/AspNet/11155/components/data-editors/aspxfiltercontrol/visual-elements#buttons">operand type button</see> displayed in the <see cref="T:DevExpress.Web.ASPxFilterControl"/>.</para>
        <para>Default Value: “Compare to a value / another field’s value”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.FilterControl_PopupHeaderText">
      <summary>
        <para>Defines the <see cref="T:DevExpress.Web.ASPxFilterControl"/>‘s caption, displayed when the <see cref="P:DevExpress.Web.ASPxGridTextSettingsBase.FilterControlPopupCaption">ASPxGridTextSettingsBase.FilterControlPopupCaption</see> property is not set.</para>
        <para>Default value: “Filter Builder”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.FilterControl_Remove">
      <summary>
        <para>The caption of the Remove item in the dropdown menu displayed when an end&#0045;user clicks the logical operator that combines conditions in an <see cref="T:DevExpress.Web.ASPxFilterControl"/>.</para>
        <para>Default value: “Remove”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.FilterControl_RemoveConditionHint">
      <summary>
        <para>The tooltip text of the button used to remove a condition from an <see cref="T:DevExpress.Web.ASPxFilterControl"/>.</para>
        <para>Default value: “Removes this condition”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.FilterControl_ShowFilterControl">
      <summary>
        <para>Defines the text of the Create Filter button that is shown in the filter bar when no filter is specified in an <see cref="T:DevExpress.Web.ASPxFilterControl"/>.</para>
        <para>Default value: “Create Filter”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.FilterControl_TextFilterTabCaption">
      <summary>
        <para>The caption of the Text tab in the <see cref="T:DevExpress.Web.ASPxFilterControl"/>.</para>
        <para>Default Value: “Text”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.FilterControl_VisualFilterTabCaption">
      <summary>
        <para>The caption of the Visual tab in the <see cref="T:DevExpress.Web.ASPxFilterControl"/>.</para>
        <para>Default Value: “Visual”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.InvalidDateEditMaxDate">
      <summary>
        <para>Specifies the warning text displayed when an end&#0045;user types a date greater than the value specified by the <see cref="P:DevExpress.Web.ASPxDateEdit.MaxDate">ASPxDateEdit.MaxDate</see> property, provided that the <see cref="P:DevExpress.Web.ASPxSpinEdit.ShowOutOfRangeWarning">ASPxSpinEdit.ShowOutOfRangeWarning</see> property is set to true and the <see cref="P:DevExpress.Web.ASPxSpinEdit.MinValue">ASPxSpinEdit.MinValue</see> property is not specified.</para>
        <para>Default Value: “The date must be less than or equal to {0}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.InvalidDateEditMinDate">
      <summary>
        <para>Specifies the warning text displayed when an end&#0045;user types a date less than the value specified by the <see cref="P:DevExpress.Web.ASPxDateEdit.MinDate">ASPxDateEdit.MinDate</see> property, provided that the <see cref="P:DevExpress.Web.ASPxSpinEdit.ShowOutOfRangeWarning">ASPxSpinEdit.ShowOutOfRangeWarning</see> property is set to true and the <see cref="P:DevExpress.Web.ASPxSpinEdit.MaxValue">ASPxSpinEdit.MaxValue</see> property is not specified.</para>
        <para>Default Value: “The date must be greater than or equal to {0}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.InvalidDateEditRange">
      <summary>
        <para>Specifies the warning text displayed when an end&#0045;user types a date that is out of range, specified by the <see cref="P:DevExpress.Web.ASPxDateEdit.MinDate">ASPxDateEdit.MinDate</see> and <see cref="P:DevExpress.Web.ASPxDateEdit.MaxDate">ASPxDateEdit.MaxDate</see> properties, provided that the <see cref="P:DevExpress.Web.ASPxDateEdit.ShowOutOfRangeWarning">ASPxDateEdit.ShowOutOfRangeWarning</see> property is set to true.</para>
        <para>Default Value: “The date must be in the range {0}…{1}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.InvalidSpinEditMaxValue">
      <summary>
        <para>Specifies the warning text displayed when an end&#0045;user types a number greater than a value specified by the <see cref="P:DevExpress.Web.ASPxSpinEdit.MaxValue">ASPxSpinEdit.MaxValue</see> property, provided that the <see cref="P:DevExpress.Web.ASPxSpinEdit.ShowOutOfRangeWarning">ASPxSpinEdit.ShowOutOfRangeWarning</see> property is set to true and the <see cref="P:DevExpress.Web.ASPxSpinEdit.MinValue">ASPxSpinEdit.MinValue</see> property is not defined.</para>
        <para>Default Value: “The number must be less than or equal to {0}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.InvalidSpinEditMinValue">
      <summary>
        <para>Specifies the warning text displayed when an end&#0045;user types a number less than a value specified by the <see cref="P:DevExpress.Web.ASPxSpinEdit.MinValue">ASPxSpinEdit.MinValue</see> property, provided that the <see cref="P:DevExpress.Web.ASPxSpinEdit.ShowOutOfRangeWarning">ASPxSpinEdit.ShowOutOfRangeWarning</see> property is set to true and the <see cref="P:DevExpress.Web.ASPxSpinEdit.MaxValue">ASPxSpinEdit.MaxValue</see> property is not defined.</para>
        <para>Default Value: “The number must be greater than or equal to {0}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.InvalidSpinEditRange">
      <summary>
        <para>Specifies the warning text displayed when an end&#0045;user types a number that is out of range, specified by the <see cref="P:DevExpress.Web.ASPxSpinEdit.MinValue">ASPxSpinEdit.MinValue</see> and <see cref="P:DevExpress.Web.ASPxSpinEdit.MaxValue">ASPxSpinEdit.MaxValue</see> properties, provided that the <see cref="P:DevExpress.Web.ASPxSpinEdit.ShowOutOfRangeWarning">ASPxSpinEdit.ShowOutOfRangeWarning</see> property is set to true.</para>
        <para>Default Value: “The number must be in the range {0}…{1}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.ListBoxFilteringEditorNullText">
      <summary>
        <para>Defines the null text shown within the list box’s filter editor.</para>
        <para>Default value: “Enter text to filter…”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.ListBoxSelectAllText">
      <summary>
        <para>Defines the text shown within the “Select All” check box in the list box.</para>
        <para>Default value: “Select All”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.RegExValidationErrorText">
      <summary>
        <para>Specifies the error text to be displayed within an editor’s error frame if an editor’s regular expression validation fails.</para>
        <para>Default value: “Regular expression validation failed”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.RequiredFieldErrorText">
      <summary>
        <para>Specifies the error text to be displayed within an editor’s error frame if an editor’s required field validation fails.</para>
        <para>Default value: “*”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.TokenBox_ModalDropDownCaption">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.TokenBox_TokenRemoveButtonToolTip">
      <summary>
        <para>The tooltip text of the remove button used to remove the token from a control’s text box.</para>
        <para>Default value: “Remove”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.TrackBar_Decrement">
      <summary>
        <para>Specifies the default tooltip for the <see cref="T:DevExpress.Web.ASPxTrackBar"/>‘s <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#decrement-button">decrement button</see>.</para>
        <para>Default Value: “Decrement”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.TrackBar_Drag">
      <summary>
        <para>Specifies the default tooltip for the <see cref="T:DevExpress.Web.ASPxTrackBar"/>‘s <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#drag-handle">drag handle</see>.</para>
        <para>Default Value: “Drag”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxEditorsStringId.TrackBar_Increment">
      <summary>
        <para>Specifies the default tooltip for the <see cref="T:DevExpress.Web.ASPxTrackBar"/>‘s <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#increment-button">increment button</see>.</para>
        <para>Default Value: “Increment”</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Localization.ASPxGridViewLocalizer">
      <summary>
        <para>Provides a means to localize the <see cref="T:DevExpress.Web.ASPxCardView"/>‘s, <see cref="T:DevExpress.Web.ASPxGridView"/>‘s, and <see cref="T:DevExpress.Web.ASPxVerticalGrid"/>‘s UI elements at runtime.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Localization.ASPxGridViewLocalizer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Localization.ASPxGridViewLocalizer"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Localization.ASPxGridViewLocalizer.CreateResXLocalizer">
      <summary>
        <para>Returns an object comprising resources based on the thread’s language and regional settings (culture).</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object comprising resources based on the thread’s culture.</returns>
    </member>
    <member name="M:DevExpress.Web.Localization.ASPxGridViewLocalizer.GetString(DevExpress.Web.Localization.ASPxGridViewStringId)">
      <summary>
        <para>Returns a localized string for the specified string identifier.</para>
      </summary>
      <param name="id">A <see cref="T:DevExpress.Web.Localization.ASPxGridViewStringId"/> enumeration value identifying the string to localize.</param>
      <returns>A <see cref="T:System.String"/> corresponding to the specified identifier.</returns>
    </member>
    <member name="T:DevExpress.Web.Localization.ASPxGridViewResLocalizer">
      <summary>
        <para>Provides a means to localize the <see cref="T:DevExpress.Web.ASPxCardView"/>‘s, <see cref="T:DevExpress.Web.ASPxGridView"/>‘s, and <see cref="T:DevExpress.Web.ASPxVerticalGrid"/>‘s UI elements at runtime.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Localization.ASPxGridViewResLocalizer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Localization.ASPxGridViewResLocalizer"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Localization.ASPxGridViewResLocalizer.#ctor(DevExpress.Web.Localization.ASPxGridViewLocalizer)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Localization.ASPxGridViewResLocalizer"/> class with the specified default localizer that provides default values of localized resources.</para>
      </summary>
      <param name="localizer">An <see cref="T:DevExpress.Web.Localization.ASPxGridViewLocalizer"/> object specifying the default localizer.</param>
    </member>
    <member name="T:DevExpress.Web.Localization.ASPxGridViewStringId">
      <summary>
        <para>Contains strings that can be localized for the <see cref="T:DevExpress.Web.ASPxCardView"/>, <see cref="T:DevExpress.Web.ASPxGridView"/>, and <see cref="T:DevExpress.Web.ASPxVerticalGrid"/>. For more information, refer to the  topic.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Alt_Collapse">
      <summary>
        <para>Defines the alternative text for collapse buttons within <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group rows</see>.</para>
        <para>Default value: “[Collapse]”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Alt_DragAndDropArrowDown">
      <summary>
        <para>Defines the alternative text for an image displayed at the top of a column header when it is dragged by an end-user.</para>
        <para>Default value: “Down Arrow”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Alt_DragAndDropArrowLeft">
      <summary>
        <para>Defines the alternative text for an image displayed at the right of a column header when it is dragged by an end-user.</para>
        <para>Default value: “Down Left”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Alt_DragAndDropArrowRight">
      <summary>
        <para>Defines the alternative text for an image displayed at the left of a column header when it is dragged by an end-user.</para>
        <para>Default value: “Down Right”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Alt_DragAndDropArrowUp">
      <summary>
        <para>Defines the alternative text for an image displayed at the bottom of a column header when it is dragged by an end-user.</para>
        <para>Default value: “Up Arrow”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Alt_DragAndDropHideColumnIcon">
      <summary>
        <para>Defines the alternative text for an image displayed below the column header  when it is dragged to the <see href="https://docs.devexpress.com/AspNet/3679/components/grid-view/visual-elements/customization-window">Customization Window</see>.</para>
        <para>Default value: “Hide”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Alt_Expand">
      <summary>
        <para>Defines the alternative text for expand buttons within <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group rows</see>.</para>
        <para>Default value: “[Expand]”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Alt_FilterRowButton">
      <summary>
        <para>Defines the alternative text for the Filter Row Button within an <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">auto filter row</see>.</para>
        <para>Default value: “[Condition]”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Alt_HeaderFilterButton">
      <summary>
        <para>Defines the alternative text for the Header Filter Button within an <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">auto filter row</see> when the filter is not active.</para>
        <para>Default value: “[Filter]”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Alt_HeaderFilterButtonActive">
      <summary>
        <para>Defines the alternative text for the Header Filter Button within an <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">auto filter row</see> when the filter is active.</para>
        <para>Default value: “[Filtered]”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Alt_SortedAscending">
      <summary>
        <para>Defines the alternative text for the Sort Glyph within a <see href="https://docs.devexpress.com/AspNet/3669/components/grid-view/visual-elements/column-header">column header</see> that is displayed when data is sorted by the column’s values in ascending order.</para>
        <para>Default value: “(Ascending)”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Alt_SortedDescending">
      <summary>
        <para>Defines the alternative text for the Sort Glyph within a <see href="https://docs.devexpress.com/AspNet/3669/components/grid-view/visual-elements/column-header">column header</see> that is displayed when data is sorted by the column’s values in descending order.</para>
        <para>Default value: “(Descending)”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.AutoFilterBeginsWith">
      <summary>
        <para>The text of a <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row menu</see> item that specifies the corresponding filter condition.</para>
        <para>Default Value: “Begins with”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.AutoFilterContains">
      <summary>
        <para>The text of a <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row menu</see> item that specifies the corresponding filter condition.</para>
        <para>Default Value: “Contains”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.AutoFilterDoesNotContain">
      <summary>
        <para>The text of a <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row menu</see> item that specifies the corresponding filter condition.</para>
        <para>Default Value: “Doesn’t contain”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.AutoFilterEndsWith">
      <summary>
        <para>The text of a <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row menu</see> item that specifies the corresponding filter condition.</para>
        <para>Default Value: “Ends with”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.AutoFilterEquals">
      <summary>
        <para>The text of a <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row menu</see> item that specifies the corresponding filter condition.</para>
        <para>Default Value: “Equals”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.AutoFilterGreater">
      <summary>
        <para>The text of a <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row menu</see> item that specifies the corresponding filter condition.</para>
        <para>Default Value: “Is greater than”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.AutoFilterGreaterOrEqual">
      <summary>
        <para>The text of a <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row menu</see> item that specifies the corresponding filter condition.</para>
        <para>Default Value: “Is greater than or equal to”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.AutoFilterLess">
      <summary>
        <para>The text of a <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row menu</see> item that specifies the corresponding filter condition.</para>
        <para>Default Value: “Is less than”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.AutoFilterLessOrEqual">
      <summary>
        <para>The text of a <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row menu</see> item that specifies the corresponding filter condition.</para>
        <para>Default Value: “Is less than or equal to”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.AutoFilterLike">
      <summary>
        <para>The text of a <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row menu</see> item that specifies the corresponding filter condition.</para>
        <para>Default Value: “Like (‘%’, ‘_’)”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.AutoFilterLikeToolTip">
      <summary>
        <para>The tooltip of the Like <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row menu</see> item.</para>
        <para>Default Value: “Two wildcard symbols are supported: ‘%’ substitutes zero or more characters; ‘_’ substitutes a single character.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.AutoFilterNotEqual">
      <summary>
        <para>The text of a <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row menu</see> item that specifies the corresponding filter condition.</para>
        <para>Default Value: “Doesn’t equal”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.BatchEdit_ChangesPreviewDeletedValues">
      <summary>
        <para>Specifies the text that is displayed in the grid in Changes Preview mode.</para>
        <para>Default value: “Deleted values”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.BatchEdit_ChangesPreviewInsertedValues">
      <summary>
        <para>Specifies the text that is displayed in the grid in Changes Preview mode.</para>
        <para>Default value: “Inserted values”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.BatchEdit_ChangesPreviewUpdatedValues">
      <summary>
        <para>Specifies the text that is displayed in the grid in Changes Preview mode.</para>
        <para>Default value: “Updated values”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CardView_CustomizationWindowCaption">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CardView_DeletedCard">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CardView_EndlessPagingShowMoreCardsButton">
      <summary>
        <para>The text displayed in a button allowing end-users to show more cards in <see href="https://docs.devexpress.com/AspNet/114361/components/card-view/concepts/focus-and-navigation/paging-and-scrolling/endless-paging">endless paging mode</see>.</para>
        <para>Default Value: “Show more cards…”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CardView_GroupRow_Continued">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CardView_GroupSelector_Caption">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CardView_GroupSelector_ClearGroupingItem">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CardView_PagerRowPerPage">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CardView_Toolbar_ShowCardFooter">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CardView_Toolbar_ShowCardHeader">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CardView_Toolbar_ShowHeaderPanel">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ClipboardAccessDeniedError">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CommandApplyFilter">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command item</see> that allows applying the filter expression specified by a <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row</see>.</para>
        <para>Default Value: “Apply”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CommandApplySearchPanelFilter">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command item</see> that allows applying the filter expression within a grid <see href="https://docs.devexpress.com/AspNet/17646/components/grid-view/visual-elements/search-panel">search panel</see>.</para>
        <para>Default Value: “Search”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CommandBatchEditCancel">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command item</see> that allows canceling grid data changes in batch edit mode.</para>
        <para>Default Value: “Cancel changes”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CommandBatchEditHidePreview">
      <summary>
        <para>The label of a command item that allows hiding modified changes and switches the grid to batch edit mode.</para>
        <para>Default Value: “Hide preview”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CommandBatchEditPreviewChanges">
      <summary>
        <para>The label of a command item that allows hiding modified changes and switches the grid to batch edit mode.</para>
        <para>Default Value: “Preview changes”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CommandBatchEditUpdate">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command item</see> that allows updating grid data changes in batch edit mode.</para>
        <para>Default Value: “Save changes”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CommandBatchEditUpdateSummaries">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command item</see> that allows you to update summary values.</para>
        <para>Default Value: “Update summaries”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CommandCancel">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command item</see> that allows canceling grid data changes.</para>
        <para>Default Value: “Cancel”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CommandClearFilter">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command item</see> that allows clearing the filter expression within a grid.</para>
        <para>Default Value: “Clear”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CommandClearSearchPanelFilter">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command item</see> that allows clearing the filter expression within a grid <see href="https://docs.devexpress.com/AspNet/17646/components/grid-view/visual-elements/search-panel">search panel</see>.</para>
        <para>Default Value: “Clear”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CommandCustomizationDialogApply">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CommandCustomizationDialogClose">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CommandDelete">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command item</see> that allows deleting grid data.</para>
        <para>Default Value: “Delete”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CommandDeselectAllOnAllPages">
      <summary>
        <para>This field is now obsolete.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CommandDeselectAllOnPage">
      <summary>
        <para>This field is now obsolete.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CommandEdit">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command item</see> that allows editing grid data.</para>
        <para>Default Value: “Edit”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CommandHideAdaptiveDetail">
      <summary>
        <para>The tooltip of a button that allows end-users to hide an adaptive detail row.</para>
        <para>Default Value: “X”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CommandNew">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command item</see> that allows creating new grid rows.</para>
        <para>Default Value: “New”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CommandRecover">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command item</see> that allows recovering the grid rows.</para>
        <para>Default Value: “Recover”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CommandSelect">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command item</see> that allows selecting/deselecting a data row.</para>
        <para>Default Value: “Select”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CommandSelectAllOnAllPages">
      <summary>
        <para>This field is now obsolete. Use the SelectAllCheckBoxInAllPagesMode field value instead.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CommandSelectAllOnPage">
      <summary>
        <para>This field is now obsolete. Use the SelectAllCheckBoxInPageMode field value instead.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CommandShowAdaptiveDetail">
      <summary>
        <para>The tooltip of a button that allows end-users to show an adaptive detail row.</para>
        <para>Default Value: “…”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CommandUpdate">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/3689/components/grid-view/visual-elements/command-item">command item</see> that allows applying grid data changes.</para>
        <para>Default Value: “Update”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ConfirmDelete">
      <summary>
        <para>The text message displayed within the <see href="https://docs.devexpress.com/AspNet/401080/components/grid-view/concepts/edit-data/delete-records#confirm-delete">Confirm Delete</see> window.</para>
        <para>Default Value: “Confirm Delete?”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ConfirmOnLosingBatchChanges">
      <summary>
        <para>The text of a confirm message that is shown before grid data changes is lost in batch edit mode.</para>
        <para>Default Value: “Are you sure you want to perform the action? All unsaved grid data will be lost.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_ClearFilter">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item that clears <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row</see> filter applied to the current column.</para>
        <para>Default Value: “Clear Filter”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_ClearGrouping">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item that clears grouping in the <see href="https://docs.devexpress.com/AspNet/3682/components/grid-view/visual-elements/group-panel">group panel</see>.</para>
        <para>Default Value: “Clear Grouping”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_ClearSorting">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item that clears sorting by the current column.</para>
        <para>Default Value: “Clear Sorting”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_CollapseDetailRow">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item that collapses the current <see href="https://docs.devexpress.com/AspNet/3769/components/grid-view/visual-elements/detail-row">detail row</see>.</para>
        <para>Default Value: “Collapse Detail”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_CollapseRow">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item that collapses the current <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group row</see>.</para>
        <para>Default Value: “Collapse”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_CopyToClipboard">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item that copies the selected data to the clipboard.</para>
        <para>Default Value: “Copy”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_DeleteRow">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item that deletes the current <see href="https://docs.devexpress.com/AspNet/3673/components/grid-view/visual-elements/data-row">data row</see>.</para>
        <para>Default Value: “Delete”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_EditRow">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item that allows editing the current <see href="https://docs.devexpress.com/AspNet/3673/components/grid-view/visual-elements/data-row">data row</see>.</para>
        <para>Default Value: “Edit”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_ExpandDetailRow">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item that expands the current <see href="https://docs.devexpress.com/AspNet/3769/components/grid-view/visual-elements/detail-row">detail row</see>.</para>
        <para>Default Value: “Expand Detail”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_ExpandRow">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item that expands the current <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group row</see>.</para>
        <para>Default Value: “Expand”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_Export">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item that exports grid data.</para>
        <para>Default Value: “Export”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_ExportTo">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_FullCollapse">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item that collapses all <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group rows</see>.</para>
        <para>Default Value: “Collapse All”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_FullExpand">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item that expands all <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group rows</see>.</para>
        <para>Default Value: “Expand All”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_GroupByColumn">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item that groups grid data by the current column.</para>
        <para>Default Value: “Group by This Column”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_GroupSummaryMenu">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item that provides a group summary submenu for a group row.</para>
        <para>Default Value: “Group Summary”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_HideColumn">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item that hides the current column.</para>
        <para>Default Value: “Hide Column”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_NewRow">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item that creates a new row.</para>
        <para>Default Value: “New”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_PasteFromClipboard">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item that pastes data from the clipboard.</para>
        <para>Default Value: “Paste”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_Refresh">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item that refreshes grid data.</para>
        <para>Default Value: “Refresh”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_ShowColumn">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item that shows a column in the grid</para>
        <para>Default Value: “Show Column”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_ShowCustomizationDialog">
      <summary>
        <para>The label of a context menu item that controls the customization dialog visibility.</para>
        <para>Default Value: “Show Customization Dialog”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_ShowCustomizationWindow">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item that controls the <see href="https://docs.devexpress.com/AspNet/3679/components/grid-view/visual-elements/customization-window">customization window</see> visibility.</para>
        <para>Default Value: “Column Chooser”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_ShowFilterEditor">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item that controls the <see href="https://docs.devexpress.com/AspNet/11573/components/grid-view/visual-elements/filter-builder-filter-control">filter builder</see> visibility.</para>
        <para>Default Value: “Filter Builder…”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_ShowFilterRow">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item that controls the <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row</see> visibility.</para>
        <para>Default Value: “Filter Row”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_ShowFilterRowMenu">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item that controls the <see href="https://docs.devexpress.com/AspNet/3684/components/grid-view/visual-elements/filter-row">filter row</see> menu visibility.</para>
        <para>Default Value: “Filter Row Menu”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_ShowFooter">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item that controls the <see href="https://docs.devexpress.com/AspNet/3675/components/grid-view/visual-elements/footer">footer</see> visibility.</para>
        <para>Default Value: “Footer”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_ShowGroupPanel">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item that controls the <see href="https://docs.devexpress.com/AspNet/3682/components/grid-view/visual-elements/group-panel">group panel</see> visibility.</para>
        <para>Default Value: “Group Panel”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_ShowSearchPanel">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item that controls the <see href="https://docs.devexpress.com/AspNet/17646/components/grid-view/visual-elements/search-panel">search panel</see> visibility.</para>
        <para>Default Value: “Search Panel”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_SortAscending">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item that sorts grid data by the current column ascending.</para>
        <para>Default Value: “Sort Ascending”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_SortDescending">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item that sorts grid data by the current column descending.</para>
        <para>Default Value: “Sort Descending”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_SummaryAverage">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item that displays an average cell value in the current column.</para>
        <para>Default Value: “Average”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_SummaryCount">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item that displays a count of the current column cell values.</para>
        <para>Default Value: “Count”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_SummaryMax">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item that displays a maximum cell value in the current column.</para>
        <para>Default Value: “Max”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_SummaryMin">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item that displays a minimum cell value in the current column.</para>
        <para>Default Value: “Min”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_SummaryNone">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item that hides every summary item in the current column.</para>
        <para>Default Value: “None”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_SummarySum">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item that displays a sum of the current column cell values.</para>
        <para>Default Value: “Sum”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.ContextMenu_UngroupColumn">
      <summary>
        <para>The label of a <see href="https://docs.devexpress.com/AspNet/17125/components/grid-view/visual-elements/context-menu">context menu</see> item that ungroups grid data by the current column.</para>
        <para>Default Value: “Ungroup”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CustomizationDialog_ColumnChooserTab">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CustomizationDialog_FilterPageUniqueFilterLoadValues">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CustomizationDialog_FilterTab">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CustomizationDialog_GroupPageEmptyDragArea">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CustomizationDialog_GroupPageListArea">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CustomizationDialog_GroupTab">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CustomizationDialog_SortPageEmptyDragArea">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CustomizationDialog_SortPageListArea">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CustomizationDialog_SortTab">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.CustomizationWindowCaption">
      <summary>
        <para>A text displayed in a title bar of the <see href="https://docs.devexpress.com/AspNet/3679/components/grid-view/visual-elements/customization-window">Customization Window</see>.</para>
        <para>Default Value: “Field Chooser”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.EmptyDataRow">
      <summary>
        <para>The explanatory text displayed within an <see href="https://docs.devexpress.com/AspNet/3790/components/grid-view/visual-elements/empty-data-row">Empty Data Row</see>.</para>
        <para>Default Value: “No data to display”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.EmptyHeaders">
      <summary>
        <para>A text displayed in the Header Panel when grid <see href="https://docs.devexpress.com/AspNet/3669/components/grid-view/visual-elements/column-header">column headers</see> are empty.</para>
        <para>Default Value: “Drag a column here…”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.GridLookup_ModalDropDownCaption">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.GroupContinuedOnNextPage">
      <summary>
        <para>The text displayed in a <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group row</see> when the grouped data rows do not fit to a page.</para>
        <para>Default Value: “(Continued on the next page)”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.GroupPanel">
      <summary>
        <para>The explanatory text displayed within a <see href="https://docs.devexpress.com/AspNet/3682/components/grid-view/visual-elements/group-panel">Group Panel</see> when there is no column.</para>
        <para>Default Value: “Drag a column header here to group by that column”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.HeaderFilterCancelButton">
      <summary>
        <para>The text of the Cancel button within the <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">header filter</see>.</para>
        <para>Default Value: “Cancel”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.HeaderFilterFrom">
      <summary>
        <para>A label of a date edit where end-users can specify the first date of a date range in the date range <see href="https://docs.devexpress.com/AspNet/11579/components/grid-view/concepts/filter-data/header-filter">header filter</see>.</para>
        <para>Default Value: “From”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.HeaderFilterLastMonth">
      <summary>
        <para>A label of a check box allowing end-users to add last month to the filter criterion in the date range <see href="https://docs.devexpress.com/AspNet/11579/components/grid-view/concepts/filter-data/header-filter">header filter</see>.</para>
        <para>Default Value: “Last Month”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.HeaderFilterLastWeek">
      <summary>
        <para>A label of a check box allowing end-users to add last week to the filter criterion in the date range <see href="https://docs.devexpress.com/AspNet/11579/components/grid-view/concepts/filter-data/header-filter">header filter</see>.</para>
        <para>Default Value: “Last Week”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.HeaderFilterLastYear">
      <summary>
        <para>The label of a check box allowing end-users to add last year to the filter criterion in the date range <see href="https://docs.devexpress.com/AspNet/11579/components/grid-view/concepts/filter-data/header-filter">header filter</see>.</para>
        <para>Default Value: “Last Year”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.HeaderFilterNextMonth">
      <summary>
        <para>The label of a check box allowing end-users to add next month to the filter criterion in the date range <see href="https://docs.devexpress.com/AspNet/11579/components/grid-view/concepts/filter-data/header-filter">header filter</see>.</para>
        <para>Default Value: “Next Month”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.HeaderFilterNextWeek">
      <summary>
        <para>The label of a check box allowing end-users to add next week to the filter criterion in the date range <see href="https://docs.devexpress.com/AspNet/11579/components/grid-view/concepts/filter-data/header-filter">header filter</see>.</para>
        <para>Default Value: “Next Week”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.HeaderFilterNextYear">
      <summary>
        <para>The label of a check box allowing end-users to add next year to the filter criterion in the date range <see href="https://docs.devexpress.com/AspNet/11579/components/grid-view/concepts/filter-data/header-filter">header filter</see>.</para>
        <para>Default Value: “Next Year”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.HeaderFilterOkButton">
      <summary>
        <para>The text of the Ok button within the <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">header filter</see>.</para>
        <para>Default Value: “OK”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.HeaderFilterSelectAll">
      <summary>
        <para>The text of the <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">header filter</see> item specifying that all rows should be selected.</para>
        <para>Default Value: “(Select All)”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.HeaderFilterShowAllItem">
      <summary>
        <para>The text of the <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">filter dropdown</see> item specifying that all rows should be displayed.</para>
        <para>Default Value: “(All)”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.HeaderFilterShowBlanksItem">
      <summary>
        <para>The text of the <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">filter dropdown</see> item specifying that only rows with a blank field value of the current column should be displayed.</para>
        <para>Default Value: “(Blanks)”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.HeaderFilterShowNonBlanksItem">
      <summary>
        <para>The text of the <see href="https://docs.devexpress.com/AspNet/4022/components/grid-view/visual-elements/header-filter">filter dropdown</see> item specifying that rows with a blank field value of the current column are not displayed.</para>
        <para>Default Value: “(Non blanks)”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.HeaderFilterThisMonth">
      <summary>
        <para>The label of a check box allowing end-users to add this month to the filter criterion in the date range <see href="https://docs.devexpress.com/AspNet/11579/components/grid-view/concepts/filter-data/header-filter">header filter</see>.</para>
        <para>Default Value: “This Month”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.HeaderFilterThisWeek">
      <summary>
        <para>The label of a check box allowing end-users to add this week to the filter criterion in the date range <see href="https://docs.devexpress.com/AspNet/11579/components/grid-view/concepts/filter-data/header-filter">header filter</see>.</para>
        <para>Default Value: “This Week”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.HeaderFilterThisYear">
      <summary>
        <para>The label of a check box allowing end-users to add this year to the filter criterion in the date range <see href="https://docs.devexpress.com/AspNet/11579/components/grid-view/concepts/filter-data/header-filter">header filter</see>.</para>
        <para>Default Value: “This Year”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.HeaderFilterTo">
      <summary>
        <para>A label of a date edit where end-users can specify the last date of a date range in the date range <see href="https://docs.devexpress.com/AspNet/11579/components/grid-view/concepts/filter-data/header-filter">header filter</see>.</para>
        <para>Default Value: “To”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.HeaderFilterToday">
      <summary>
        <para>The label of a check box allowing end-users to add today to the filter criterion in the date range <see href="https://docs.devexpress.com/AspNet/11579/components/grid-view/concepts/filter-data/header-filter">header filter</see>.</para>
        <para>Default Value: “Today”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.HeaderFilterTomorrow">
      <summary>
        <para>The label of a check box allowing end-users to add tomorrow to the filter criterion in the date range <see href="https://docs.devexpress.com/AspNet/11579/components/grid-view/concepts/filter-data/header-filter">header filter</see>.</para>
        <para>Default Value: “Tomorrow”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.HeaderFilterYesterday">
      <summary>
        <para>The label of a check box allowing end-users to add yesterday to the filter criterion in the date range <see href="https://docs.devexpress.com/AspNet/11579/components/grid-view/concepts/filter-data/header-filter">header filter</see>.</para>
        <para>Default Value: “Yesterday”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.IncorrectSelectionError">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Outlook_BeyondNextMonth">
      <summary>
        <para>The text of the corresponding <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group row</see> when rows are grouped by column with date/time data.</para>
        <para>Default Value: “Beyond Next Month”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Outlook_EarlierThisMonth">
      <summary>
        <para>The text of the corresponding <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group row</see> when rows are grouped by column with date/time data.</para>
        <para>Default Value: “Earlier this Month”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Outlook_LastMonth">
      <summary>
        <para>The text of the corresponding <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group row</see> when rows are grouped by column with date/time data.</para>
        <para>Default Value: “Last Month”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Outlook_LastWeek">
      <summary>
        <para>The text of the corresponding <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group row</see> when rows are grouped by column with date/time data.</para>
        <para>Default Value: “Last Week”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Outlook_LaterThisMonth">
      <summary>
        <para>The text of the corresponding <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group row</see> when rows are grouped by column with date/time data.</para>
        <para>Default Value: “Later this Month”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Outlook_NextMonth">
      <summary>
        <para>The text of the corresponding <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group row</see> when rows are grouped by column with date/time data.</para>
        <para>Default Value: “Next Month”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Outlook_NextWeek">
      <summary>
        <para>The text of the corresponding <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group row</see> when rows are grouped by column with date/time data.</para>
        <para>Default Value: “Next Week”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Outlook_Older">
      <summary>
        <para>The text of the corresponding <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group row</see> when rows are grouped by column with date/time data.</para>
        <para>Default Value: “Older”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Outlook_ThreeWeeksAgo">
      <summary>
        <para>The text of the corresponding <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group row</see> when rows are grouped by column with date/time data.</para>
        <para>Default Value: “Three Weeks Ago”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Outlook_ThreeWeeksAway">
      <summary>
        <para>The text of the corresponding <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group row</see> when rows are grouped by column with date/time data.</para>
        <para>Default Value: “Three Weeks Away”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Outlook_Today">
      <summary>
        <para>The text of the corresponding <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group row</see> when rows are grouped by column with date/time data.</para>
        <para>Default Value: “Today”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Outlook_Tomorrow">
      <summary>
        <para>The text of the corresponding <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group row</see> when rows are grouped by column with date/time data.</para>
        <para>Default Value: “Tomorrow”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Outlook_TwoWeeksAgo">
      <summary>
        <para>The text of the corresponding <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group row</see> when rows are grouped by column with date/time data.</para>
        <para>Default Value: “Two Weeks Ago”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Outlook_TwoWeeksAway">
      <summary>
        <para>The text of the corresponding <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group row</see> when rows are grouped by column with date/time data.</para>
        <para>Default Value: “Two Weeks Away”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Outlook_Yesterday">
      <summary>
        <para>The text of the corresponding <see href="https://docs.devexpress.com/AspNet/3681/components/grid-view/visual-elements/group-row">group row</see> when rows are grouped by column with date/time data.</para>
        <para>Default Value: “Yesterday”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.PopupEditFormCaption">
      <summary>
        <para>A text displayed in a title bar of a <see href="https://docs.devexpress.com/AspNet/3816/components/grid-view/visual-elements/popup-edit-form">Popup Edit Form</see>.</para>
        <para>Default Value: “Edit Form”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.SearchPanelEditorNullText">
      <summary>
        <para>The text displayed in a <see href="https://docs.devexpress.com/AspNet/17646/components/grid-view/visual-elements/search-panel">search panel</see> editor when it is clear and not focused.</para>
        <para>Default Value: “Enter text to search…”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.SelectAllCheckBoxInAllPagesMode">
      <summary>
        <para>The text displayed in the Select All check box tooltip when the <see cref="P:DevExpress.Web.GridViewCommandColumn.SelectAllCheckboxMode">GridViewCommandColumn.SelectAllCheckboxMode</see> property is set to AllPages.</para>
        <para>Default Value: “Selection state of all rows on all pages”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.SelectAllCheckBoxInPageMode">
      <summary>
        <para>The text displayed in the Select All check box tooltip when the <see cref="P:DevExpress.Web.GridViewCommandColumn.SelectAllCheckboxMode">GridViewCommandColumn.SelectAllCheckboxMode</see> property is set to Page.</para>
        <para>Default Value: “Selection state of all rows on this page”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Summary_Average">
      <summary>
        <para>The summary label of a predefined aggregate function calculating a column’s average, displayed within the associated column whose values it aggregates.</para>
        <para>Default Value: “Avg={0}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Summary_Average_OtherColumn">
      <summary>
        <para>The summary label of a predefined aggregate function calculating a column’s average displayed within another column.</para>
        <para>Default Value: “Avg of {1} is {0}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Summary_Count">
      <summary>
        <para>The summary label of a predefined aggregate function calculating the number of records within a column.</para>
        <para>Default Value: “Count={0}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Summary_Max">
      <summary>
        <para>The summary label of a predefined aggregate function calculating a column’s maximum value, displayed within the associated column which values it aggregates.</para>
        <para>Default Value: “Max={0}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Summary_Max_OtherColumn">
      <summary>
        <para>The summary label of a predefined aggregate function calculating a column’s maximum value, displayed within another column.</para>
        <para>Default Value: “Max of {1} is {0}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Summary_Min">
      <summary>
        <para>The summary label of a predefined aggregate function calculating a column’s minimum value, displayed within the associated column which values it aggregates.</para>
        <para>Default Value: “Min={0}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Summary_Min_OtherColumn">
      <summary>
        <para>The summary label of a predefined aggregate function calculating a column’s minimum value, displayed within another column.</para>
        <para>Default Value: “Min of {1} is {0}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Summary_Sum">
      <summary>
        <para>The summary label of a predefined aggregate function calculating the sum of a column’s values, displayed within the associated column which values it aggregates.</para>
        <para>Default Value: “Sum={0}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Summary_Sum_OtherColumn">
      <summary>
        <para>The summary label of a predefined aggregate function calculating the sum of a column’s values, displayed within another column.</para>
        <para>Default Value: “Sum of {1} is {0}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Toolbar_Cancel">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Toolbar_ClearFilter">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Toolbar_ClearGrouping">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Toolbar_ClearSorting">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Toolbar_CollapseDetailRow">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Toolbar_CollapseRow">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Toolbar_Delete">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Toolbar_Edit">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Toolbar_ExpandDetailRow">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Toolbar_ExpandRow">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Toolbar_ExportTo">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Toolbar_FullCollapse">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Toolbar_FullExpand">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Toolbar_New">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Toolbar_Refresh">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Toolbar_ShowCustomizationDialog">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Toolbar_ShowCustomizationWindow">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Toolbar_ShowFilterEditor">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Toolbar_ShowFilterRow">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Toolbar_ShowFilterRowMenu">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Toolbar_ShowFooter">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Toolbar_ShowGroupPanel">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Toolbar_ShowSearchPanel">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Toolbar_ShowSummaryPanel">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.Toolbar_Update">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.VerticalGrid_AltCollapseCategory">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.VerticalGrid_AltCollapseRow">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.VerticalGrid_AltExpandCategory">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxGridViewStringId.VerticalGrid_AltExpandRow">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Localization.ASPxperienceLocalizer">
      <summary>
        <para>Provides a means to localize the <see href="https://docs.devexpress.com/AspNet/14828/components/data-and-image-navigation">Data and Image Navigation</see>, <see href="https://docs.devexpress.com/AspNet/14830/components/docking-and-popups">Docking and Popups</see>, <see href="https://docs.devexpress.com/AspNet/14826/components/site-navigation-and-layout">Site Navigation and Layout</see>, <see href="https://docs.devexpress.com/AspNet/14829/components/file-management">File Management</see>, and <see href="https://docs.devexpress.com/AspNet/7925/components/multi-use-site-controls">Multi-Use Site Controls</see> controls’ UI elements at runtime.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Localization.ASPxperienceLocalizer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Localization.ASPxperienceLocalizer"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Localization.ASPxperienceLocalizer.CreateResXLocalizer">
      <summary>
        <para>Returns an object comprising resources based on the thread’s language and regional settings (culture).</para>
      </summary>
      <returns>An <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/>&lt;<see cref="T:DevExpress.Web.Localization.ASPxperienceStringId"/>,&gt; object comprising resources based on the thread’s culture.</returns>
    </member>
    <member name="M:DevExpress.Web.Localization.ASPxperienceLocalizer.GetString(DevExpress.Web.Localization.ASPxperienceStringId)">
      <summary>
        <para>Returns a localized string for the specified string identifier.</para>
      </summary>
      <param name="id">An <see cref="T:DevExpress.Web.Localization.ASPxperienceStringId"/> enumeration value identifying the string to localize.</param>
      <returns>A <see cref="T:System.String"/> corresponding to the specified identifier.</returns>
    </member>
    <member name="T:DevExpress.Web.Localization.ASPxperienceResLocalizer">
      <summary>
        <para>Provides a means to localize the <see href="https://docs.devexpress.com/AspNet/14828/components/data-and-image-navigation">Data and Image Navigation</see>, <see href="https://docs.devexpress.com/AspNet/14830/components/docking-and-popups">Docking and Popups</see>, <see href="https://docs.devexpress.com/AspNet/14826/components/site-navigation-and-layout">Site Navigation and Layout</see>, <see href="https://docs.devexpress.com/AspNet/14829/components/file-management">File Management</see>, and <see href="https://docs.devexpress.com/AspNet/7925/components/multi-use-site-controls">Multi-Use Site Controls</see> controls’ UI elements at runtime.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Localization.ASPxperienceResLocalizer.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Localization.ASPxperienceResLocalizer"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Localization.ASPxperienceStringId">
      <summary>
        <para>Contains strings that can be localized for the controls of the <see href="https://docs.devexpress.com/AspNet/14828/components/data-and-image-navigation">Data and Image Navigation</see>, <see href="https://docs.devexpress.com/AspNet/14830/components/docking-and-popups">Docking and Popups</see>, <see href="https://docs.devexpress.com/AspNet/14826/components/site-navigation-and-layout">Site Navigation and Layout</see>, <see href="https://docs.devexpress.com/AspNet/14829/components/file-management">File Management</see>, and <see href="https://docs.devexpress.com/AspNet/7925/components/multi-use-site-controls">Multi-Use Site Controls</see>. For more information, refer to the  topic.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_AltLoadingPanelImage">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Loading image”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_AscendingSortOrder">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Sorted ascending”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_BatchChanged">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “was changed”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_BatchCheckBoxDescriptionFormat">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “has {0} check box”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_BatchDeletedRow">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “row deleted”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_BatchEditableCellFormat">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “{0} editable cell”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_BatchFocusedRow">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “row focused”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_BatchFocusedSelectedRow">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “row focused and selected”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_BatchNotEditableCellFormat">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “{0} not editable cell”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_BatchProgressBarDescriptionFormat">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “has {0} progress bar”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_BatchRadioButtonDescriptionFormat">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “has {0} radio button”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_BatchSelectedRow">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “row selected”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_BlankEditor">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “blank”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_ButtonEditClearButton">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Clear value”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_ButtonEditEllipsisButton">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Ellipsis”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_CalendarDescription">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Calendar. Use arrow keys to navigate.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_CalendarPickerTypeText">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “You can select {0} only.”</para>
        <para>Where the {0} depends on the PickerType property value (months, years, decades).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_CalendarPickerTypeTextDecadesPlaceholder">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “decades”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_CalendarPickerTypeTextMonthsPlaceholder">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “months”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_CalendarPickerTypeTextYearsPlaceholder">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “years”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_CardViewCardDescriptionFormat">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Card {0} of {1}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_CardViewSelectCardStateCheckBoxFormat">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Selection state of card {0}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_CheckBoxColumnHeader">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Check box column”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_CheckBoxListItemFormat">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “{2}, {0} of {1}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_Checked">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “checked”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_ClearFilter">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Clear filter”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_ClientCalendarMultiSelect">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Selected dates are: “</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_ClientCalendarRangeFormat">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “from {0} to {1}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_ColorEditCollapsedState">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Dropdown color table is closed.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_ColorEditDescription">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Color editor.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_ColorNestedControlAutomaticColorDescription">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Set automatic color”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_ColorNestedControlColumnPositionFormat">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “column {0} of {1}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_ColorNestedControlCustomButtonDescription">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Open color picker, button”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_ColorNestedControlDescription">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Choose a color by arrow keys”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_ColorNestedControlEmptyColorCellDescription">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Select custom color”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_ColorNestedControlRowPositionFormat">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “row {0} of {1}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_ColorNestedControlTableValueFormat">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Color {0}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_ColorNestedControlToolbarButtonDescription">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Use arrow down key to open color table”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_ColorPickerHexInputDescription">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “HEX”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_ComboBoxCurrentTextFormat">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Current text is {2}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_ComboBoxFilteringResultFormat">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “The found item count is {0}. The selected item text is {1}. “</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_DateEditCollapsedState">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Dropdown calendar is closed.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_DateEditDescription">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Date editor.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_DefaultCallback">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Callback in process.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_DescendingSortOrder">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Sorted descending”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_DropDownApplyButton">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Apply”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_DropDownCloseButton">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Close”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_DropDownEditDropDownButton">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Open or close the drop-down window”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_EmptyItem">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “empty”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_ExpandCollapse">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Expand-collapse”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_FilterControlConditionEditor">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Enter a filter condition.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_FilterEditorFormat">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Filter for {0} column.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_GridFilterBarCheckBoxDescription">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Apply filter state”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_GridFilterBarDescription">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “A bar used to filter grid data”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_GridHeaderFilterButtonActive">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Filter applied”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_GridHeaderFilterButtonFormat">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Open filter options for {0} column. {1}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_GridHeaderFilterButtonInactive">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Not filtered”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_GridHeaderFilterPopupDescription">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Filter options. Use Enter key to immediately apply or Escape to cancel”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_GridHiddenColumn">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Hidden column.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_GridSearchPanelDescription">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “The grid’s search panel.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_GridStatusBarDescription">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “A grid status bar”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_GridToolbarDescription">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “A horizontal toolbar used to execute commands associated with the parent control.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_GridViewDataTableCaption">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Data table related to the headers above”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_GridViewFilterRowButtonFormat">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Filter criteria for {0} column”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_GridViewFilterRowEditorFormat">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Filter for {0} column. Displays data records whose column value {1} the filter value.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_GridViewFooterTableCaption">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Footer table related to the header and data tables above”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_GridViewHeaderLinkFormat">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “{0} header column. “</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_GridViewHeaderTableCaption">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Headers for the data table below”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_GridViewSelectRowStateCheckBoxFormat">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Selection state of row {0}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_IFrameTitle">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “No user content”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_ItemPositionFormat">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “, {0} of {1}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_ListBoxDescription">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “ListBox. Use arrow keys to navigate.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_ListBoxHideFilter">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_ListBoxShowFilter">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_Menu">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “menu”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_MenuAdaptivityEllipsisItem">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Show hidden items”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_MenuBar">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “menubar”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_MenuHorizontal">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Horizontal”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_MenuLevel">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “level”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_MenuShowSubMenu">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Show sub menu”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_MenuVertical">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Vertical”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_NavBarDescription">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Navigation bar. Use the Tab key for navigation.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_NoneSortOrder">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Not sorted”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_PagerDescription">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “A pager used to navigate through the parent control’s data.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_PagerSummaryFormat">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Page {0} of {1}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_PopupControlClose">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Close popup”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_RatingControlDescription">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Rating Control. Current value is {0}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_RatingControlItemLabel">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Item {0} of {1}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_RemoveFilter">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Remove filter”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_ShowGridFilterBuilderDialog">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Show filter builder dialog”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_SpinEditDecrementButtonFormat">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Decrement by {0}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_SpinEditIncrementButtonFormat">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Increment by {0}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_TableItemFormat">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “{0} column {1} value, “</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_TitleForFakeInput">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “This input displays selected file names”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_TreeListCheckBoxSelectionDescription">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Use check boxes to select nodes.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_TreeListCollapse">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Collapse”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_TreeListCollapseExpandButtonFormat">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “{0} button. Row {1}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_TreeListDescriptionFormat">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “A TreeList with {0} rows and {1} columns.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_TreeListDeselectAllCheckBox">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Deselect all nodes”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_TreeListExpand">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Expand”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_TreeListHeaderLinkFormat">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Header cell. {0} column, {1}. Sort”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_TreeListLevelFormat">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Level {0}.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_TreeListNavigationDescription">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Use the Tab key to navigate. Use the Enter key to expand or collapse nodes. “</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_TreeListNodeCollapsedState">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Collapsed. “</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_TreeListNodeExpandedState">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Expanded. “</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_TreeListNotSelectedRow">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Row not selected.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_TreeListSelectAllCheckBox">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Select all nodes”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_TreeListSelectedRow">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Row selected.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_TreeViewNodeCheckState">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Check state”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_Unchecked">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “unchecked”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_ValidationSummaryFocusedEditor">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “and editor is focused”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_VerticalGridHeaderFilterButtonFormat">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Open filter options for {0} record. {1}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_VerticalGridHeaderLinkFormat">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “{0} row header. “</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Accessibility_VerticalGridSelectRecordStateCheckBoxFormat">
      <summary>
        <para>Contains localizable text of the corresponding UI element. This text can be accessed by screen readers.</para>
        <para>Default value: “Selection state of record {0}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.CallbackGenericErrorText">
      <summary>
        <para>Defines a general error message shown if an exception occurred on the server when processing a callback sent by a DevExpress control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.DataView_PagerPageSize">
      <summary>
        <para>Specifies the caption of the pager’s page size item when the <see cref="P:DevExpress.Web.ASPxDataView.Layout">ASPxDataView.Layout</see> property is set to Flow.</para>
        <para>Default Value: “Page Size:”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.DataView_PagerRowPerPage">
      <summary>
        <para>Specifies the caption of the pager’s page size item when the <see cref="P:DevExpress.Web.ASPxDataView.Layout">ASPxDataView.Layout</see> property is set to Table.</para>
        <para>Default Value: “Row per page:”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.DataView_PagerSummaryAllPages">
      <summary>
        <para>The text displayed within the <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#pager">pager</see> when all pages are shown.</para>
        <para>Default Value: “All pages”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.DataView_PagerSummaryFormat">
      <summary>
        <para>The <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#pager">pager</see> summary format.</para>
        <para>Default Value: “Page {0} of {1}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.DataView_ShowMoreItemsText">
      <summary>
        <para>A text displayed in a ‘Show more items’ button.</para>
        <para>Default Value: “Show more items…”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.DataViewBase_EmptyDataText">
      <summary>
        <para>The explanatory text displayed within an <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#empty-data-area">empty data area</see>.</para>
        <para>Default Value: “No data to display”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Documents_CantSaveToAlreadyOpenedFileMessage">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_Cancel">
      <summary>
        <para>Specifies the caption of the move popup window OK button of the <see cref="T:DevExpress.Web.ASPxFileManager"/>.</para>
        <para>Default Value: “Cancel”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_DeleteConfirm">
      <summary>
        <para>Defines the confirmation dialog text when deleting a <see href="https://docs.devexpress.com/AspNet/8952/components/file-management/file-manager/visual-elements/file">file</see> from <see href="https://docs.devexpress.com/AspNet/9032/components/file-management/file-manager">ASPxFileManager</see>.</para>
        <para>Default value: “Are you sure you want to delete ‘{0}’?”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_ErrorAccessProhibited">
      <summary>
        <para>Defines the error message text shown when access is prohibited.</para>
        <para>Default value: “Access prohibited. The operation cannot be completed”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_ErrorAlreadyExists">
      <summary>
        <para>Defines the error message text shown when moving a file/folder to a folder that already contents a file/folder with the same name.</para>
        <para>Default value: “The specified file/folder already exists.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_ErrorCloudAccessFailed">
      <summary>
        <para>Defines the error message text shown when an attempt to access a cloud service fails.</para>
        <para>Default Value: “Failed to access a remote cloud service”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_ErrorFileNotFound">
      <summary>
        <para>Defines the error message text shown when the file was not found.</para>
        <para>Default value: “File not found”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_ErrorFolderNotFound">
      <summary>
        <para>Defines the error message text shown when the folder was not found.</para>
        <para>Default value: “Folder not found”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_ErrorInvalidSymbols">
      <summary>
        <para>Defines the error message text shown when the specified name contains invalid characters.</para>
        <para>Default value: “This name contains invalid characters. The operation cannot be completed”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_ErrorIO">
      <summary>
        <para>Defines the error message text shown when an Input/Output error occurs.</para>
        <para>Default value: “Unspecified IO error. The operation cannot be completed”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_ErrorNameCannotBeEmpty">
      <summary>
        <para>Defines the error message text shown when the specified file/folder name is empty.</para>
        <para>Default value: “The file/folder name cannot be empty”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_ErrorNoAccess">
      <summary>
        <para>Defines the error message text shown when access is denied.</para>
        <para>Default value: “Access denied. The operation cannot be completed”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_ErrorOther">
      <summary>
        <para>Defines the error message text shown when an unspecified error occurs.</para>
        <para>Default value: “Unspecified error”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_ErrorPathToLong">
      <summary>
        <para>Defines the error message text shown when the file or folder path is too long.</para>
        <para>Default value: “The specified path, file name, or both are too long”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_ErrorRootFolderNotSpecified">
      <summary>
        <para>Defines the error message text shown when the root folder is not specified or doesn’t exist.</para>
        <para>Default value: “The root folder is not specified or does not exist”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_ErrorThumbnail">
      <summary>
        <para>Defines the error message text shown when the thumbnail folder is inaccessible.</para>
        <para>Default value: “No access to the thumbnail folder”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_ErrorUploadSeveralFiles">
      <summary>
        <para>Defines the error message text shown when file upload fails.</para>
        <para>Default value: “The upload was unsuccessful for {0} of {1} files”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_ErrorUsedByAnotherProcess">
      <summary>
        <para>Defines the error message text shown when the file/folder is used by another process.</para>
        <para>Default value: “The operation cannot be completed because the file/folder is being used by another process”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_ErrorWrongExtension">
      <summary>
        <para>Defines the error message text shown when the specified file extension is not allowed.</para>
        <para>Default value: “This file extension is not allowed. The operation cannot be completed”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_ErrorWrongIdPathLength">
      <summary>
        <para>Defines the error message text shown when the relativeName or idPath property is specified incorrectly.</para>
        <para>Default value: “The number of directories in relativeName must be equal to the idPath array length.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_FileInfoTypeCaption_FileName">
      <summary>
        <para>The caption of a column containing file names.</para>
        <para>Default Value: “Name”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_FileInfoTypeCaption_LastWriteTime">
      <summary>
        <para>The caption of a column containing the last file modified date.</para>
        <para>Default Value: “Date modified”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_FileInfoTypeCaption_Location">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_FileInfoTypeCaption_Size">
      <summary>
        <para>The caption of a column containing file sizes.</para>
        <para>Default Value: “Size”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_Filter">
      <summary>
        <para>Defines the label caption for the <see href="https://docs.devexpress.com/AspNet/8910/components/file-management/file-manager/visual-elements/toolbar-elements/filter-box">filter box</see> of the <see href="https://docs.devexpress.com/AspNet/9032/components/file-management/file-manager">ASPxFileManager</see>.</para>
        <para>Default value: “Filter By:”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_Folder">
      <summary>
        <para>Defines the alternative text for the <see href="https://docs.devexpress.com/AspNet/8953/components/file-management/file-manager/visual-elements/folder">folder</see>.</para>
        <para>Default value: “Folder”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_FolderBrowserPopupHeader">
      <summary>
        <para>Defines the header text of the folder browser popup.</para>
        <para>Default Value: “Select Destination Folder”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_FolderLocked">
      <summary>
        <para>Defines the alternative text for the locked <see href="https://docs.devexpress.com/AspNet/8953/components/file-management/file-manager/visual-elements/folder">folder</see>.</para>
        <para>Default value: “Locked for upload”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_GridViewFilter_DateMonth">
      <summary>
        <para>The text of the last write time column’s header filter item that specifies the corresponding filter condition.</para>
        <para>Default Value: “Last Month”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_GridViewFilter_DateToday">
      <summary>
        <para>The text of the last write time column’s header filter item that specifies the corresponding filter condition.</para>
        <para>Default Value: “Today”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_GridViewFilter_DateWeek">
      <summary>
        <para>The text of the last write time column’s header filter item that specifies the corresponding filter condition.</para>
        <para>Default Value: “Last Week”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_GridViewFilter_DateYear">
      <summary>
        <para>The text of the last write time column’s header filter item that specifies the corresponding filter condition.</para>
        <para>Default Value: “Last Year”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_GridViewFilter_SizeEmpty">
      <summary>
        <para>The text of the size column’s header filter item that specifies the corresponding filter condition.</para>
        <para>Default Value: “Empty ({0})”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_GridViewFilter_SizeGigantic">
      <summary>
        <para>The text of the size column’s header filter item that specifies the corresponding filter condition.</para>
        <para>Default Value: “Gigantic ({0})”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_GridViewFilter_SizeHuge">
      <summary>
        <para>The text of the size column’s header filter item that specifies the corresponding filter condition.</para>
        <para>Default Value: “Huge ({0})”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_GridViewFilter_SizeLarge">
      <summary>
        <para>The text of the size column’s header filter item that specifies the corresponding filter condition.</para>
        <para>Default Value: “Large ({0})”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_GridViewFilter_SizeMedium">
      <summary>
        <para>The text of the size column’s header filter item that specifies the corresponding filter condition.</para>
        <para>Default Value: “Medium ({0})”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_GridViewFilter_SizeSmall">
      <summary>
        <para>The text of the size column’s header filter item that specifies the corresponding filter condition.</para>
        <para>Default Value: “Small ({0})”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_GridViewFilter_SizeTiny">
      <summary>
        <para>The text of the size column’s header filter item that specifies the corresponding filter condition.</para>
        <para>Default Value: “Tiny ({0})”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_InformationUnitSymbol">
      <summary>
        <para>Defines an abbreviation used for the designation of the byte.</para>
        <para>Default value: “B”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_NewFolderName">
      <summary>
        <para>Defines a default name of a newly created folder.</para>
        <para>Default value: “NewFolder”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_Ok">
      <summary>
        <para>Specifies the caption of the move popup window OK button of the <see cref="T:DevExpress.Web.ASPxFileManager"/>.</para>
        <para>Default Value: “OK”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_Path">
      <summary>
        <para>Specifies the caption of the Path: label of the <see href="https://docs.devexpress.com/AspNet/8911/components/file-management/file-manager/visual-elements/toolbar-elements/path-box">path box</see>.</para>
        <para>Default Value: “Path:”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_SelectAll">
      <summary>
        <para>Defines the tooltip text shown when the Select All check box is hovered.</para>
        <para>Default value: “Select All”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_TbCopy">
      <summary>
        <para>Specifies the tooltip text of the <see href="https://docs.devexpress.com/AspNet/16041/components/file-management/file-manager/visual-elements/toolbar-elements/copy-button">copy button</see> in the <see cref="T:DevExpress.Web.ASPxFileManager"/>.</para>
        <para>Default Value: “Copy”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_TbCreate">
      <summary>
        <para>Specifies the tooltip text of the <see href="https://docs.devexpress.com/AspNet/8905/components/file-management/file-manager/visual-elements/toolbar-elements/create-button">create button</see> in the <see cref="T:DevExpress.Web.ASPxFileManager"/>.</para>
        <para>Default Value: “Create (F7)”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_TbDelete">
      <summary>
        <para>Specifies the tooltip text of the <see href="https://docs.devexpress.com/AspNet/8908/components/file-management/file-manager/visual-elements/toolbar-elements/delete-button">delete button</see> in the <see cref="T:DevExpress.Web.ASPxFileManager"/>.</para>
        <para>Default Value: “Delete (Del)”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_TbDownload">
      <summary>
        <para>Specifies the tooltip text of the <see href="https://docs.devexpress.com/AspNet/9841/components/file-management/file-manager/visual-elements/toolbar-elements/download-button">download button</see> in the <see cref="T:DevExpress.Web.ASPxFileManager"/>.</para>
        <para>Default Value: “Download”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_TbExpandFolderContainer">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_TbMove">
      <summary>
        <para>Specifies the tooltip text of the <see href="https://docs.devexpress.com/AspNet/8907/components/file-management/file-manager/visual-elements/toolbar-elements/move-button">move button</see> in the <see cref="T:DevExpress.Web.ASPxFileManager"/>.</para>
        <para>Default Value: “Move (F6)”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_TbRefresh">
      <summary>
        <para>Specifies the tooltip text of the <see href="https://docs.devexpress.com/AspNet/8909/components/file-management/file-manager/visual-elements/toolbar-elements/refresh-button">refresh button</see> in the <see cref="T:DevExpress.Web.ASPxFileManager"/>.</para>
        <para>Default Value: “Refresh”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_TbRename">
      <summary>
        <para>Specifies the tooltip text of the <see href="https://docs.devexpress.com/AspNet/8906/components/file-management/file-manager/visual-elements/toolbar-elements/rename-button">rename button</see> in the <see cref="T:DevExpress.Web.ASPxFileManager"/>.</para>
        <para>Default Value: “Rename (F2)”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.FileManager_UploadProgressPopupText">
      <summary>
        <para>Specifies the text of a popup window displaying upload progress.</para>
        <para>Default Value: “Uploading…”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.ImageZoom_HintText">
      <summary>
        <para>The text displayed in a <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#hint">hint</see>.</para>
        <para />
        <para>Default Value: “Zoom”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.InsertTableControl_InsertTable">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
        <para>Default value: “Insert Table”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Loading">
      <summary>
        <para>The text that is <see href="https://docs.devexpress.com/AspNet/8283/components/docking-and-popups/loading-panel#loading-panel-text">loading panel text</see>.</para>
        <para>Default Value: “Loading…”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.NewsControl_BackToTop">
      <summary>
        <para>The label of a button that allows returning to an <see cref="T:DevExpress.Web.ASPxNewsControl"/> control top.</para>
        <para>Default Value: “Back to top”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.NewsControl_Page">
      <summary>
        <para>The text that heads the area of a pager within the ASPxNewsControl.</para>
        <para>Default Value: “Page:”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Pager_All">
      <summary>
        <para>The text displayed in a <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#navigation-buttons">navigation button</see> that allows displaying the content of all the pages within a view.</para>
        <para />
        <para>Default Value: “All”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Pager_First">
      <summary>
        <para>The text displayed in a <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#navigation-buttons">navigation button</see> that allows navigating a user to the first page.</para>
        <para />
        <para>Default Value: “First”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Pager_Last">
      <summary>
        <para>The text displayed in a <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#navigation-buttons">navigation button</see> that allows navigating a user to the last page.</para>
        <para />
        <para>Default Value: “Last”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Pager_Next">
      <summary>
        <para>The text displayed in a <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#navigation-buttons">navigation button</see> that allows navigating a user to the next page.</para>
        <para />
        <para>Default Value: “Next”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Pager_PageSize">
      <summary>
        <para>The text displayed in a <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">page size item</see>‘s caption.</para>
        <para>Default Value: “Page Size:”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Pager_PageSizeAllItem">
      <summary>
        <para>The text displayed in an All item within the <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">page size item</see> that allows displaying the content of all the pages within a view.</para>
        <para />
        <para>Default Value: “All”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Pager_Prev">
      <summary>
        <para>The text displayed in a <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#navigation-buttons">navigation button</see> that allows navigating a user to the previous page.</para>
        <para />
        <para>Default Value: “Prev”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Pager_SummaryAllPagesFormat">
      <summary>
        <para>The <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#summary">summary</see> label format, used when all pages are shown.</para>
        <para>Default Value: “Pages: {0} &#0045; {1} ({2} items)”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Pager_SummaryEmptyText">
      <summary>
        <para>The <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#summary">summary</see> text displayed when there is no data to paginate.</para>
        <para>Default Value: “No data to paginate”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Pager_SummaryFormat">
      <summary>
        <para>The <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#summary">summary</see> label format.</para>
        <para>Default Value: “Page {0} of {1} ({2} items)”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.PopupControl_CloseButton">
      <summary>
        <para>Defines the alternative text for the <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">close button</see>.</para>
        <para>Default value: “[Close]”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.PopupControl_CollapseButton">
      <summary>
        <para>Defines the alternative text for the <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">collapse button</see>.</para>
        <para>Default value: “[Collapse/Expand]”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.PopupControl_MaximizeButton">
      <summary>
        <para>Defines the alternative text for the <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">maximize button</see>.</para>
        <para>Default value: “[Maximize/Restore]”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.PopupControl_PinButton">
      <summary>
        <para>Defines the alternative text for the <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">pin button</see>.</para>
        <para>Default value: “[Pin/Unpin]”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.PopupControl_RefreshButton">
      <summary>
        <para>Defines the alternative text for the <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">refresh button</see>.</para>
        <para>Default value: “[Refresh]”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.PopupControl_SizeGrip">
      <summary>
        <para>Defines the alternative text for the <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#footer">size grip</see>.</para>
        <para>Default value: “[Resize]”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.Ribbon_FileTabText">
      <summary>
        <para>Specifies the <see href="https://docs.devexpress.com/AspNet/15864/components/site-navigation-and-layout/ribbon/visual-elements/file-tab">file tab</see> text in the <see cref="T:DevExpress.Web.ASPxRibbon"/>.</para>
        <para>Default Value: “File”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.RoundPanel_CollapseButton">
      <summary>
        <para>Defines the alternative text for the collapse button.</para>
        <para>Default value: “[Collapse/Expand]”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.SharePoint_DesignTime_EmptyView">
      <summary>
        <para>Contains localizable text of the corresponding UI element.</para>
        <para>Default value: “This control cannot be rendered in the Design view for the current project type”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.TitleIndex_BackToTop">
      <summary>
        <para>The label of a button that allows returning to an <see cref="T:DevExpress.Web.ASPxTitleIndex"/> control top.</para>
        <para>Default Value: “[Back to Top]”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.TitleIndex_FilterCaption">
      <summary>
        <para>The caption of the <see href="https://docs.devexpress.com/AspNet/3617/components/site-navigation-and-layout/title-index/visual-elements/filter-box">filter box</see> within an ASPxTitleIndex control.</para>
        <para>Default Value: “Filter:”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.TitleIndex_FilterHint">
      <summary>
        <para>The <see href="https://docs.devexpress.com/AspNet/3619/components/site-navigation-and-layout/title-index/visual-elements/filter-box-info-text">filter box info text</see> within an ASPxTitleIndex control.</para>
        <para>Default Value: “? = any single character &#0042; = any characters”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.TitleIndex_NoData">
      <summary>
        <para>The text displayed within an <see cref="T:DevExpress.Web.ASPxTitleIndex"/> control when no item meets the <see href="https://docs.devexpress.com/AspNet/3617/components/site-navigation-and-layout/title-index/visual-elements/filter-box">filter</see> condition.</para>
        <para>Default Value: “No data for this filter criteria”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.TreeView_AltCollapse">
      <summary>
        <para>Defines the alternative text for an <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#expand-buttons">expand button</see> image, which when clicked, collapses a node.</para>
        <para>Default value: “Collapse”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.TreeView_AltExpand">
      <summary>
        <para>Defines the alternative text for an <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#expand-buttons">expand button</see> image, which when clicked, expands a node.</para>
        <para>Default value: “Expand”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.TreeView_AltLoading">
      <summary>
        <para>Defines the alternative text for the <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#loading-panel">loading panel</see> image.</para>
        <para>Default value: “Loading”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.UploadControl_AccessDeniedError">
      <summary>
        <para>The error text to be displayed within the <see cref="T:DevExpress.Web.ASPxUploadControl"/>‘s error frame, if  access to a required server path is denied.</para>
        <para />
        <para>Default Value: “Access to the server path “{0}” is denied. The reason might be due to lack of permissions to write files in this (or parent) folder.’”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.UploadControl_AddButton">
      <summary>
        <para>The text displayed in the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#add-button">add button</see>.</para>
        <para>Default Value: “Add”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.UploadControl_BrowseButton">
      <summary>
        <para>The text displayed in the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#browse-button">browse button</see>.</para>
        <para>Default Value: “Browse…”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.UploadControl_CallbackResultIncorrectError">
      <summary>
        <para>The error text to be displayed within the <see cref="T:DevExpress.Web.ASPxUploadControl"/> if the server returned unexpected response.</para>
        <para />
        <para>Default Value: “The web server returned unexpected response.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.UploadControl_CancelButton">
      <summary>
        <para>The text displayed in the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#cancel-button">cancel button</see>.</para>
        <para>Default Value: “Cancel”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.UploadControl_ClearFileSelectionButtonToolTip">
      <summary>
        <para>A text displayed in a tooltip of a <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#clear-file-selection-button">clear file selection button</see>.</para>
        <para>Default Value: “Clear selection”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.UploadControl_DragAndDropMoreThanOneFileError">
      <summary>
        <para>The error text to be displayed in the <see cref="T:DevExpress.Web.ASPxUploadControl"/>‘s error frame, if an end-user dragged more than one file for upload, whereas multiple file selection is not allowed.</para>
        <para>Default Value: “You dragged more than one file, whereas multiple file selection is not allowed. Please drag a single file only.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.UploadControl_DropZone">
      <summary>
        <para>A text displayed in a <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#drop-zone">drop zone</see>.</para>
        <para />
        <para>Default Value: “Drop files here”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.UploadControl_EnctypeError">
      <summary>
        <para>The error text to be displayed within the <see cref="T:DevExpress.Web.ASPxUploadControl"/>‘s error frame, if a form’s enctype attribute is not correct.</para>
        <para />
        <para>Default Value: “File uploading fails because the form’s enctype attribute is not set to ‘multipart/form&#0045;data’”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.UploadControl_FileDoesNotExistError">
      <summary>
        <para>The error text to be displayed within the <see cref="T:DevExpress.Web.ASPxUploadControl"/>‘s error frame, if an uploaded file doesn’t exist.</para>
        <para />
        <para>Default Value: “The uploading file doesn’t exist”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.UploadControl_GeneralError">
      <summary>
        <para>The error text to be displayed within the <see cref="T:DevExpress.Web.ASPxUploadControl"/>‘s error frame, if an external error occurs.</para>
        <para />
        <para>Default Value: “File upload failed due to an external error”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.UploadControl_InvalidWindowsFileName">
      <summary>
        <para>The error text to be displayed in the <see cref="T:DevExpress.Web.ASPxUploadControl"/>‘s error frame if the specified file name contains invalid characters.</para>
        <para />
        <para>Default Value: “The file name contains invalid characters.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.UploadControl_MaxFileCountError">
      <summary>
        <para>The error text to be displayed in the <see cref="T:DevExpress.Web.ASPxUploadControl"/>‘s error frame, if an end-user has selected more files than are allowed for upload.</para>
        <para />
        <para>Default Value: “{0} file(s) have been removed from the selection because they exceed the limit of files to be uploaded at once (which is set to {1}).”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.UploadControl_MaxSize">
      <summary>
        <para>The error text to be displayed within the <see cref="T:DevExpress.Web.ASPxUploadControl"/>‘s error frame, if the selected file’s size exceeds the maximum allowed size.</para>
        <para />
        <para>Default Value: “File size exceeds the maximum allowed size, which is {0} bytes”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.UploadControl_MultiSelection">
      <summary>
        <para>The error text to be displayed within the <see cref="T:DevExpress.Web.ASPxUploadControl"/>‘s error message, if the selected files exceed the allowed file size or their extensions are not allowed.</para>
        <para />
        <para>Default Value: “Attention! The following {0} files are invalid because they exceed the allowed file size ({1}) or their extensions are not allowed. These files have been removed from selection, so they will not be uploaded. {2}”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.UploadControl_NotAllowedContentTypes">
      <summary>
        <para>The error text to be displayed within the <see cref="T:DevExpress.Web.ASPxUploadControl"/>‘s error frame, if the selected file content type isn’t allowed.</para>
        <para />
        <para>Default Value: “This content type isn’t allowed”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.UploadControl_NotAllowedFileExtension">
      <summary>
        <para>The error text to be displayed within the <see cref="T:DevExpress.Web.ASPxUploadControl"/>‘s error frame, if the selected file extension isn’t allowed.</para>
        <para />
        <para>Default Value: “This file extension isn’t allowed”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.UploadControl_OperationTimeoutError">
      <summary>
        <para>The error text to be displayed in the <see cref="T:DevExpress.Web.ASPxUploadControl"/>‘s error frame if the file upload cannot be completed due to an operation timeout.</para>
        <para />
        <para>Default Value: “The file upload cannot be completed due to an operation timeout. Reload the web page and upload your file(s) once again.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.UploadControl_PlatformErrorText">
      <summary>
        <para>The error text to be displayed within the <see cref="T:DevExpress.Web.ASPxUploadControl"/>‘s error frame, if the platform utilized does not support this file upload mode.</para>
        <para>Default Value: “Please use a browser with HTML5 support; or install &lt;a href=&quot;{0}&quot;&gt;Microsoft Silverlight v3 or later&lt;/a&gt; to view this content and have an ability to upload files.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.UploadControl_RemoveButton">
      <summary>
        <para>The text displayed in the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#remove-button">remove button</see>.</para>
        <para>Default Value: “Remove”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.UploadControl_SelectedSeveralFiles">
      <summary>
        <para>The text displayed in the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#text-box">text box</see> in multiupload mode if several files are selected for upload.</para>
        <para />
        <para>Default Value: “{0} files are selected for upload”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.UploadControl_SessionHasExpiredError">
      <summary>
        <para>The error text to be displayed within the ASPxUploadControl’s error frame, if the session has expired.</para>
        <para>Default Value: “Your session has expired. Please refresh the page to continue.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.UploadControl_TooManyFilesError">
      <summary>
        <para>The error text to be displayed within the <see cref="T:DevExpress.Web.ASPxUploadControl"/>‘s error frame, if an end-user has selected too many files for upload.</para>
        <para />
        <para>Default Value: “Too many files are selected. Reduce the number of selected files and try again.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.UploadControl_UnspecifiedError">
      <summary>
        <para>The error text to be displayed within the <see cref="T:DevExpress.Web.ASPxUploadControl"/>‘s error frame, if an internal unspecified error occurs.</para>
        <para />
        <para>Default Value: “The server encountered an internal unspecified error that prevented it from fulfilling the request.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.UploadControl_UploadButton">
      <summary>
        <para>The text displayed in the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#upload-button">upload button</see>.</para>
        <para>Default Value: “Upload”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.UploadControl_UploadModeNotSupported">
      <summary>
        <para>The error text to be displayed within the <see cref="T:DevExpress.Web.ASPxUploadControl"/>‘s error frame, if the browser utilized  does not support this file upload mode.</para>
        <para />
        <para>Default Value: “Your browser does not support this file upload mode.”</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Localization.ASPxperienceStringId.UploadControl_UploadWasCanceledError">
      <summary>
        <para>The error text to be displayed within the <see cref="T:DevExpress.Web.ASPxUploadControl"/>, if upload was canceled.</para>
        <para />
        <para>Default Value: “File upload was canceled.”</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Localization.ASPxResLocalizerBase`1">
      <summary>
        <para>Represents the base class for all localizer classes, which are used to <see href="https://docs.devexpress.com/AspNet/12048/common-concepts/localization/localizer-objects">localize</see> DevExpress ASP.NET controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Localization.ASPxResLocalizerBase`1.#ctor(DevExpress.Utils.Localization.XtraLocalizer{`0})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Localization.ASPxResLocalizerBase`1"/> class with the specified default localizer that provides default values of localizable resources.</para>
      </summary>
      <param name="embeddedLocalizer">An <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object representing the default localizer.</param>
    </member>
    <member name="M:DevExpress.Web.Localization.ASPxResLocalizerBase`1.CreateResXLocalizer">
      <summary>
        <para>Returns a localizer object, which provides resources based on the thread’s language and regional settings (culture).</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object representing resources based on the thread’s culture.</returns>
    </member>
    <member name="M:DevExpress.Web.Localization.ASPxResLocalizerBase`1.CreateXmlDocument">
      <summary>
        <para>Creates an XML document which contains resource strings provided by the current <see cref="T:DevExpress.Web.Localization.ASPxResLocalizerBase`1"/> object.</para>
      </summary>
      <returns>A <see cref="T:System.Xml.XmlDocument"/> object.</returns>
    </member>
    <member name="M:DevExpress.Web.Localization.ASPxResLocalizerBase`1.GetLocalizedString(`0)">
      <summary>
        <para>Gets the string, localized by the current <see cref="T:DevExpress.Web.Localization.ASPxResLocalizerBase`1"/>, for the specified user interface element.</para>
      </summary>
      <param name="id">A T enumeration value specifying the UI element whose caption (text) is to be localized.</param>
      <returns>A <see cref="T:System.String"/> representing the text to be displayed within the specified UI element.</returns>
    </member>
    <member name="P:DevExpress.Web.Localization.ASPxResLocalizerBase`1.IsDesignMode">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Localization.ASPxResLocalizerBase`1.Language">
      <summary>
        <para>Gets the name of the language currently used by this localizer object.</para>
      </summary>
      <value>A <see cref="T:System.String"/> specifying the language used to localize the user interface.</value>
    </member>
    <member name="T:DevExpress.Web.Margins">
      <summary>
        <para>Contains margin settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Margins.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Margins"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Margins.#ctor(System.Web.UI.WebControls.Unit,System.Web.UI.WebControls.Unit,System.Web.UI.WebControls.Unit,System.Web.UI.WebControls.Unit,System.Web.UI.WebControls.Unit)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Margins"/> class with the specified margin values for all the edges.</para>
      </summary>
      <param name="margin">A <see cref="T:System.Web.UI.WebControls.Unit"/> that is the common margin value for all the four edges.</param>
      <param name="marginLeft">A <see cref="T:System.Web.UI.WebControls.Unit"/> that is the margin value for the left edge.</param>
      <param name="marginTop">A <see cref="T:System.Web.UI.WebControls.Unit"/> that is the margin value for the top edge.</param>
      <param name="marginRight">A <see cref="T:System.Web.UI.WebControls.Unit"/> that is the margin value for the right edge.</param>
      <param name="marginBottom">A <see cref="T:System.Web.UI.WebControls.Unit"/> that is the margin value for the bottom edge.</param>
    </member>
    <member name="M:DevExpress.Web.Margins.#ctor(System.Web.UI.WebControls.Unit,System.Web.UI.WebControls.Unit,System.Web.UI.WebControls.Unit,System.Web.UI.WebControls.Unit)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Margins"/> class with the specified margin values for the left, right, top and bottom edges.</para>
      </summary>
      <param name="marginLeft">A <see cref="T:System.Web.UI.WebControls.Unit"/> that is the margin value for the left edge.</param>
      <param name="marginTop">A <see cref="T:System.Web.UI.WebControls.Unit"/> that is the margin value for the top edge.</param>
      <param name="marginRight">A <see cref="T:System.Web.UI.WebControls.Unit"/> that is the margin value for the right edge.</param>
      <param name="marginBottom">A <see cref="T:System.Web.UI.WebControls.Unit"/> that is the margin value for the bottom edge.</param>
    </member>
    <member name="M:DevExpress.Web.Margins.#ctor(System.Web.UI.WebControls.Unit)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Margins"/> class with the specified margin value for all the edges.</para>
      </summary>
      <param name="margin">A <see cref="T:System.Web.UI.WebControls.Unit"/> that is the common margin value for all the four edges.</param>
    </member>
    <member name="M:DevExpress.Web.Margins.Assign(DevExpress.Web.Margins)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.Margins"/> object to the current object.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.Margins"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="M:DevExpress.Web.Margins.AssignToControl(System.Web.UI.WebControls.WebControl)">
      <summary>
        <para>Copies the settings from the current <see cref="T:DevExpress.Web.Margins"/> object to the specified object.</para>
      </summary>
      <param name="control">A <see cref="T:System.Web.UI.WebControls.WebControl"/> object to which the current object’s settings are assigned.</param>
    </member>
    <member name="M:DevExpress.Web.Margins.CopyFrom(DevExpress.Web.Margins)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.Margins"/> class.</para>
      </summary>
      <param name="margins">A <see cref="T:DevExpress.Web.Paddings"/> object that is the object that the settings will be copied from.</param>
    </member>
    <member name="M:DevExpress.Web.Margins.FillStyleAttributes(System.Web.UI.CssStyleCollection,System.Web.UI.IUrlResolutionService)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Margins.GetMarginBottom">
      <summary>
        <para>Returns the margin value for the bottom edge.</para>
      </summary>
      <returns>A <see cref="T:System.Web.UI.WebControls.Unit"/> that is the margin value.</returns>
    </member>
    <member name="M:DevExpress.Web.Margins.GetMarginLeft">
      <summary>
        <para>Returns the margin value for the left edge.</para>
      </summary>
      <returns>A <see cref="T:System.Web.UI.WebControls.Unit"/> that is the margin value.</returns>
    </member>
    <member name="M:DevExpress.Web.Margins.GetMarginRight">
      <summary>
        <para>Returns the margin value for the right edge.</para>
      </summary>
      <returns>A <see cref="T:System.Web.UI.WebControls.Unit"/> that is the margin value.</returns>
    </member>
    <member name="M:DevExpress.Web.Margins.GetMarginTop">
      <summary>
        <para>Returns the margin value for the top edge.</para>
      </summary>
      <returns>A <see cref="T:System.Web.UI.WebControls.Unit"/> that is the margin value.</returns>
    </member>
    <member name="P:DevExpress.Web.Margins.IsEmpty">
      <summary>
        <para>Gets a value that indicates whether this <see cref="T:DevExpress.Web.Margins"/> object is initialized with the default values.</para>
      </summary>
      <value>true if the <see cref="T:DevExpress.Web.Margins"/> object is initialized with the default values; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.Margins.Margin">
      <summary>
        <para>Gets or sets the common margin value for all four edges.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that is the margin value.</value>
    </member>
    <member name="P:DevExpress.Web.Margins.MarginBottom">
      <summary>
        <para>Gets or sets the margin value for the bottom edge.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that is the margin value.</value>
    </member>
    <member name="P:DevExpress.Web.Margins.MarginLeft">
      <summary>
        <para>Gets or sets the margin value for the left edge.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that is the margin value.</value>
    </member>
    <member name="P:DevExpress.Web.Margins.MarginRight">
      <summary>
        <para>Gets or sets the margin value for the right edge.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that is the margin value.</value>
    </member>
    <member name="P:DevExpress.Web.Margins.MarginTop">
      <summary>
        <para>Gets or sets the margin value for the top edge.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that is the margin value.</value>
    </member>
    <member name="M:DevExpress.Web.Margins.MergeWith(DevExpress.Web.Margins)">
      <summary>
        <para>Combines the properties of the specified <see cref="T:DevExpress.Web.Margins"/> with the current instance of the <see cref="T:DevExpress.Web.Margins"/> class.</para>
      </summary>
      <param name="margins">A <see cref="T:DevExpress.Web.Margins"/> that specifies the object to combine.</param>
    </member>
    <member name="M:DevExpress.Web.Margins.Reset">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Web.Margins"/> object to its original state.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Margins.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> that represents the current <see cref="T:DevExpress.Web.Margins"/> object.</returns>
    </member>
    <member name="T:DevExpress.Web.MaskHintStyle">
      <summary>
        <para>Defines style settings for the mask hint.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.MaskHintStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.MaskHintStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.MaskIncludeLiteralsMode">
      <summary>
        <para>Specifies which literal characters of the mask are included in an editor’s value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.MaskIncludeLiteralsMode.All">
      <summary>
        <para>All literals are included in an editor’s value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.MaskIncludeLiteralsMode.DecimalSymbol">
      <summary>
        <para>Only decimal symbol literals are included in an editor’s value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.MaskIncludeLiteralsMode.None">
      <summary>
        <para>Literals are not included in an editor’s value.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.MaskSettings">
      <summary>
        <para>Contains mask settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.MaskSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.MaskSettings"/> 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.MaskSettings.AllowEscapingInEnums">
      <summary>
        <para>Gets or sets a value that specifies whether specific symbols can be escaped using a back slash and quotes (both single and double) to include them into the mask value containing enumerations.</para>
      </summary>
      <value>true, if escaping is allowed in enumeration masks; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.MaskSettings.AllowMouseWheel">
      <summary>
        <para>Gets or sets a value that specifies whether an end-user is able to change the masked value within the editor using the mouse wheel.</para>
      </summary>
      <value>true if the masked value can be changed via the mouse wheel when the editor is focused; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.MaskSettings.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="F:DevExpress.Web.MaskSettings.DefaultPromptChar">
      <summary>
        <para>Stores the underscore character  (“_”).</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.MaskSettings.ErrorText">
      <summary>
        <para>Gets or sets the error text to be displayed, if user input is not valid against the specified mask.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the error text.</value>
    </member>
    <member name="P:DevExpress.Web.MaskSettings.IncludeLiterals">
      <summary>
        <para>Gets or sets a value that specifies which constantly displayed mask characters (literals) are included in an editor’s value.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.MaskIncludeLiteralsMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.MaskSettings.Mask">
      <summary>
        <para>Gets or sets a mask expression.</para>
      </summary>
      <value>A string representing a mask expression.</value>
    </member>
    <member name="P:DevExpress.Web.MaskSettings.PromptChar">
      <summary>
        <para>Gets or sets the 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.MaskSettings.ShowHints">
      <summary>
        <para>Gets or sets a value that specifies whether a mask hint can be displayed when an end-user enters a value into a masked editor.</para>
      </summary>
      <value>true if an editor’s mask hint can be displayed; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.MaskSettings.ToString">
      <summary>
        <para>Returns the string that represents the current object.</para>
      </summary>
      <returns>A String.Empty value.</returns>
    </member>
    <member name="P:DevExpress.Web.MaskSettings.UseInvariantCultureDecimalSymbolOnClient">
      <summary>
        <para>Specifies whether to use the period (.) as the decimal point in an editor’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.MediaObjectProperties">
      <summary>
        <para>Serves as a base for classes that provide settings for media objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.MediaObjectProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.MediaObjectProperties"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.MediaObjectProperties.#ctor(DevExpress.Web.ASPxObjectContainer)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.MediaObjectProperties"/> class with the specified object container control.</para>
      </summary>
      <param name="objectContainer">A <see cref="T:DevExpress.Web.ASPxObjectContainer"/> object.</param>
    </member>
    <member name="M:DevExpress.Web.MediaObjectProperties.Assign(DevExpress.Web.ObjectProperties)">
      <summary>
        <para>Copies public properties from the specified <see cref="T:DevExpress.Web.ObjectProperties"/> object to the current object.</para>
      </summary>
      <param name="objectProperties">A <see cref="T:DevExpress.Web.ObjectProperties"/> object or descendant whose properties are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.MediaObjectProperties.PluginVersion">
      <summary>
        <para>Gets or sets the player’s plug-in version.</para>
      </summary>
      <value>A string value that specifies the player’s plug-in version.</value>
    </member>
    <member name="T:DevExpress.Web.MemoProperties">
      <summary>
        <para>Contains settings specific to a memo editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.MemoProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.MemoProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.MemoProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.MemoProperties"/> 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.MemoProperties.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.MemoProperties.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxMemo"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TextEditClientSideEvents"/> object which allows assigning handlers to the client-side events available to the editor.</value>
    </member>
    <member name="P:DevExpress.Web.MemoProperties.Columns">
      <summary>
        <para>Gets or sets the memo editor’s display width in characters.</para>
      </summary>
      <value>An integer value specifying the editor’s display width, in characters.</value>
    </member>
    <member name="P:DevExpress.Web.MemoProperties.MaxLength">
      <summary>
        <para>Gets or sets the maximum number of characters an end user can enter into the editor.</para>
      </summary>
      <value>A positive integer specifying the maximum number of characters end users can enter. 0 to disable the length limit on the text.</value>
    </member>
    <member name="P:DevExpress.Web.MemoProperties.Native">
      <summary>
        <para>Gets or sets a value specifying whether a memo editor is rendered as a native HTML text area element.</para>
      </summary>
      <value>true if a memo control is rendered as a standard HTML text area; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.MemoProperties.NullText">
      <summary>
        <para>Gets or sets the prompt text displayed within the editor’s input box when the editor is not focused and its value is null.</para>
      </summary>
      <value>A string value that specifies the prompt text.</value>
    </member>
    <member name="P:DevExpress.Web.MemoProperties.Rows">
      <summary>
        <para>Gets or sets the number of text lines displayed by the memo editor.</para>
      </summary>
      <value>An integer value specifying the number of rows within the editor.</value>
    </member>
    <member name="T:DevExpress.Web.MenuClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events available for a menu.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.MenuClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.MenuClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.MenuClientSideEvents.CloseUp">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client menu’s <b>ASPxClientMenuBase.CloseUp</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.MenuClientSideEvents.ItemClick">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client menu’s <b>ASPxClientMenuBase.ItemClick</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.MenuClientSideEvents.ItemMouseOut">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client menu’s <b>ASPxClientMenuBase.ItemMouseOut</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.MenuClientSideEvents.ItemMouseOver">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client menu’s <b>ASPxClientMenuBase.ItemMouseOver</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.MenuClientSideEvents.PopUp">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client menu’s <b>ASPxClientMenuBase.PopUp</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.MenuIconSetType">
      <summary>
        <para>Lists values specifying a set of icons to be used within a ribbon, toolbar or menu.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.MenuIconSetType.Colored">
      <summary>
        <para>Identifies an icon set containing colored images.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.MenuIconSetType.ColoredLight">
      <summary>
        <para>Identifies an icon set containing colored and bleached images.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.MenuIconSetType.GrayScaled">
      <summary>
        <para>Identifies an icon set containing grayscale images.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.MenuIconSetType.GrayScaledWithWhiteHottrack">
      <summary>
        <para>Identifies an icon set containing grayscale images with white hottracked coloring.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.MenuIconSetType.GrayScaledWithWhiteHottrackInToolbar">
      <summary>
        <para>Identifies an icon set containing grayscale images with white hottracked coloring in the ribbon and root menu items.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.MenuIconSetType.NotSet">
      <summary>
        <para>No icon set is used. When the default theme is applied, corresponds to the Colored value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.MenuIconSetType.SvgGray">
      <summary>
        <para>Identifies an icon set containing svg images.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.MenuIconSetType.SvgGrayWithWhiteHottrack">
      <summary>
        <para>Identifies an icon set containing svg images with white hottracked coloring.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.MenuImages">
      <summary>
        <para>Contains settings that allow images to be defined for the <see cref="T:DevExpress.Web.ASPxMenu"/>‘s (<see cref="T:DevExpress.Web.ASPxPopupMenu"/>‘s) specific elements.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.MenuImages.AdaptiveMenu">
      <summary>
        <para>Gets the settings of an image displayed in an adaptive menu, when it contains hidden items.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ItemImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.MenuImages.AdaptiveMenuImageName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.MenuImages.GutterImageName">
      <summary>
        <para>Represents the name of the Gutter image file which is used in the <see cref="T:DevExpress.Web.ASPxMenu"/> control.</para>
        <para>This name is equal to “mPopupBack.gif”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.MenuImages.HorizontalPopOut">
      <summary>
        <para>Gets the settings of an image that is an item’s horizontal pop-out image.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ItemImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.MenuImages.HorizontalPopOutImageName">
      <summary>
        <para>Represents the name of the HorizontalPopOut image file which is used in the <see cref="T:DevExpress.Web.ASPxMenu"/> control.</para>
        <para>This name is equal to “mHorizontalPopOut.gif”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.MenuImages.Item">
      <summary>
        <para>Gets the settings that define an image displayed within root items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuItemImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.MenuImages.ItemImageName">
      <summary>
        <para>Represents the name of the Item image file which is used in the <see cref="T:DevExpress.Web.ASPxMenu"/> control.</para>
        <para>This name is equal to “mItem.gif”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.MenuImages.ScrollDownButton">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNetMvc/10069/components/site-navigation-and-layout/menu/visual-elements/scroll-buttons">scroll down button</see> of a submenu.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuScrollButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.MenuImages.ScrollDownButtonImageName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.MenuImages.ScrollUpButton">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNetMvc/10069/components/site-navigation-and-layout/menu/visual-elements/scroll-buttons">scroll up button</see> of a submenu.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuScrollButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.MenuImages.ScrollUpButtonImageName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.MenuImages.SubMenuItem">
      <summary>
        <para>Gets the settings that define an image displayed within submenu items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuItemImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.MenuImages.SubMenuItemImageName">
      <summary>
        <para>Represents the name of the SubMenuItem image file which is used in the <see cref="T:DevExpress.Web.ASPxMenu"/> control.</para>
        <para>This name is equal to “mSubMenuItem.gif”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.MenuImages.VerticalPopOut">
      <summary>
        <para>Gets the settings of an item’s vertical pop-out image.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ItemImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.MenuImages.VerticalPopOutImageName">
      <summary>
        <para>Represents the name of the VerticalPopOut image file which is used in the <see cref="T:DevExpress.Web.ASPxMenu"/> control.</para>
        <para>This name is equal to “mVerticalPopOut.gif”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.MenuImages.VerticalPopOutRtl">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.MenuImages.VerticalPopOutRtlImageName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.MenuItem">
      <summary>
        <para>Represents an individual menu item within menu controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.MenuItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.MenuItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.MenuItem.#ctor(System.String,System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.MenuItem"/> class with specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the item’s display text. The value initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Text">MenuItem.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which identifies the created item. The value initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the image displayed by the item. The value initializes the Url property (see <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see>) of the item’s <see cref="P:DevExpress.Web.MenuItem.Image">MenuItem.Image</see>.</param>
      <param name="navigateUrl">A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the item is clicked. The value initializes the item’s <see cref="P:DevExpress.Web.MenuItem.NavigateUrl">MenuItem.NavigateUrl</see> property.</param>
      <param name="target">A <see cref="T:System.String"/> value which identifies the window or frame at which to target URL content when the item is clicked. The value initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Target">MenuItem.Target</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.MenuItem.#ctor(System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.MenuItem"/> class with specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the item’s display text. The value initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Text">MenuItem.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which identifies the created item. The value initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the image displayed by the item. The value initializes the Url property (see <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see>) of the item’s <see cref="P:DevExpress.Web.MenuItem.Image">MenuItem.Image</see>.</param>
      <param name="navigateUrl">A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the item is clicked. The value initializes the item’s <see cref="P:DevExpress.Web.MenuItem.NavigateUrl">MenuItem.NavigateUrl</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.MenuItem.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.MenuItem"/> class with specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the item’s display text. The value initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Text">MenuItem.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which identifies the created item. The value initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the image displayed by the item. The value initializes the Url property (see <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see>) of the item’s <see cref="P:DevExpress.Web.MenuItem.Image">MenuItem.Image</see>.</param>
    </member>
    <member name="M:DevExpress.Web.MenuItem.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.MenuItem"/> class with specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the item’s display text. The value initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Text">MenuItem.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which identifies the created item. The value initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.MenuItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.MenuItem"/> class with the specified display text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the item’s display text. The value initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Text">MenuItem.Text</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.MenuItem.AdaptivePriority">
      <summary>
        <para>Gets or sets the priority of item hiding in adaptive mode.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value specifying the item priority.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItem.AdaptiveText">
      <summary>
        <para>Specifies the text content of the current menu item when it is displayed in the adaptive drop-down menu.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItem.Alignment">
      <summary>
        <para>Gets or sets the value that specifies a root item’s horizontal layout within the menu.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuItemAlignment"/> value that specifies the root item’s horizontal layout.</value>
    </member>
    <member name="M:DevExpress.Web.MenuItem.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="P:DevExpress.Web.MenuItem.BeginGroup">
      <summary>
        <para>Gets or sets a value that specifies whether the current menu item starts a group.</para>
      </summary>
      <value>true if the current menu item starts a group; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItem.Checked">
      <summary>
        <para>Gets or sets whether the menu item is checked.</para>
      </summary>
      <value>true if the menu item is in the checked state; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItem.ClientEnabled">
      <summary>
        <para>Gets or sets a value that indicates whether the menu item is enabled on the client.</para>
      </summary>
      <value>true if the menu item is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItem.ClientVisible">
      <summary>
        <para>Gets or sets a value that specifies the menu item’s initial visibility state on the client.</para>
      </summary>
      <value>true to make an item initially displayed on the client; false to render the item into the control, but make it initially hidden on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItem.DataItem">
      <summary>
        <para>Gets the data item that is bound to the menu item.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> that represents the data item that is bound to the menu item.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItem.DataPath">
      <summary>
        <para>Gets the path to the data that is bound to the menu item.</para>
      </summary>
      <value>The path to the data that is bound to the item. This value comes from the hierarchical data source control to which the menu control is bound.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItem.Depth">
      <summary>
        <para>Gets the level at which a menu item is displayed.</para>
      </summary>
      <value>The level at which a menu item is displayed.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItem.DropDownMode">
      <summary>
        <para>Gets or sets a value that specifies whether the menu item’s sub menu should only be invoked by using a specific <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements#drop-down-button">drop down button</see>.</para>
      </summary>
      <value>true if the drop down button is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItem.Enabled">
      <summary>
        <para>Gets or sets a value that indicates whether the menu item is enabled, allowing the item to respond to end-user interactions.</para>
      </summary>
      <value>true if the item is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItem.EnableScrolling">
      <summary>
        <para>Gets or sets a value indicating whether submenu scrolling is enabled for a particular menu item.</para>
      </summary>
      <value>true if scrolling is enabled; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.MenuItem.FindControl(System.String)">
      <summary>
        <para>Searches the current naming container for a server control with the specified id parameter.</para>
      </summary>
      <param name="id">The identifier for the control to be found.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object representing the specified control, or the null reference (Nothing in Visual Basic) if the specified control does not exist.</returns>
    </member>
    <member name="P:DevExpress.Web.MenuItem.GroupName">
      <summary>
        <para>Gets or sets the name of a logical check group to which the menu item belongs.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the group name.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItem.HasChildren">
      <summary>
        <para>Returns a value that indicates whether the current menu item has any child items.</para>
      </summary>
      <value>true if the menu item contains any child subitems; false if the menu item doesn’t have subitems at all.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItem.HasVisibleChildren">
      <summary>
        <para>Returns a value that indicates whether the current menu item has visible child items.</para>
      </summary>
      <value>true if the menu item contains any visible subitem; false if no subitem is visible within the menu item (or the item doesn’t have subitems at all).</value>
    </member>
    <member name="P:DevExpress.Web.MenuItem.Image">
      <summary>
        <para>Gets the settings of an <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements#item-image">image</see> displayed within the menu item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuItemImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItem.IndexPath">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.MenuItem.Items">
      <summary>
        <para>Gets a collection that contains the submenu items of the current menu item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuItemCollection"/> that contains the submenu items of the current menu item.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItem.ItemStyle">
      <summary>
        <para>Gets the style settings for the current menu’s item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuItemStyle"/> object that contains the style settings for the current menu item.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItem.Menu">
      <summary>
        <para>Gets the menu object to which the current menu item belongs.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxMenuBase"/> object representing the menu to which the menu item belongs.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItem.Name">
      <summary>
        <para>Gets or sets the unique identifier name for the current menu item.</para>
      </summary>
      <value>A string value that specifies the item’s unique identifier name.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItem.NavigateUrl">
      <summary>
        <para>Gets or sets an URL which defines the navigation location.</para>
      </summary>
      <value>A string value which represents an URL where the client web browser will navigate.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItem.Parent">
      <summary>
        <para>Gets the immediate parent menu item to which the current menu item belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuItem"/> object representing the menu item’s immediate parent.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItem.PopOutImage">
      <summary>
        <para>Gets the settings of an image, which represents an item’s pop-out image.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ItemImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItem.ScrollButtonStyle">
      <summary>
        <para>Gets the style settings that define the appearance of <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements#scroll-button">scroll buttons</see> for a particular item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuScrollButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItem.ScrollDownButtonImage">
      <summary>
        <para>Gets the settings which define an image, displayed within a particular item’s <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements#scroll-button">scroll down button </see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuScrollButtonImageProperties"/> object, which defines the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItem.ScrollUpButtonImage">
      <summary>
        <para>Gets the settings which define an image, displayed within a particular item’s <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements#scroll-button">scroll up button </see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuScrollButtonImageProperties"/> object, which defines the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItem.Selected">
      <summary>
        <para>Gets or sets a value that specifies whether the current menu item is selected.</para>
      </summary>
      <value>true if the item is selected; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItem.SubMenuItemImage">
      <summary>
        <para>Gets the settings of an image displayed by all the submenu items of the current menu item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuItemImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItem.SubMenuItemStyle">
      <summary>
        <para>Gets the style settings for all submenu items of the current menu item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuItemStyle"/> object that contains the style settings for the menu item’s subitems.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItem.SubMenuPopOutImage">
      <summary>
        <para>Gets the settings of an image displayed by all pop-out images of the current submenu items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ItemImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItem.SubMenuStyle">
      <summary>
        <para>Gets the style settings for the client regions of all submenus of the current menu item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuStyle"/> object that contains the style settings for the client regions of the menu item’s submenus.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItem.SubMenuTemplate">
      <summary>
        <para>Gets or sets a template used for displaying the client region’s content of the current menu item’s submenus.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template used for displaying the client regions of all submenus of the current menu item.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItem.Target">
      <summary>
        <para>Gets or sets the window or frame at which to target the contents of the URL associated with the current menu item.</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.MenuItem.Template">
      <summary>
        <para>Gets or sets a template used to display the content of the current menu item.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template used to display the menu item’s content.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItem.Text">
      <summary>
        <para>Gets or sets the text content of the current menu item.</para>
      </summary>
      <value>A string value that specifies the text content of the <see cref="T:DevExpress.Web.MenuItem"/>.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItem.TextTemplate">
      <summary>
        <para>Gets or sets a template used for displaying the text content of the current menu item.</para>
      </summary>
      <value>An object supporting the <see cref="T:System.Web.UI.ITemplate"/> interface which contains the template used for displaying the menu item’s text content.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItem.ToolTip">
      <summary>
        <para>Gets or sets the current menu item’s tooltip text.</para>
      </summary>
      <value>A string which specifies the text content of the current menu item’s tooltip.</value>
    </member>
    <member name="M:DevExpress.Web.MenuItem.ToString">
      <summary>
        <para>Returns the string that represents the current object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> that represents the current <see cref="T:DevExpress.Web.MenuItem"/> object.</returns>
    </member>
    <member name="P:DevExpress.Web.MenuItem.Visible">
      <summary>
        <para>Gets or sets a value specifying the visibility of the current menu item.</para>
      </summary>
      <value>true if the item is visible; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItem.VisibleIndex">
      <summary>
        <para>Gets or sets a value specifying the position of the current menu item amongst the visible items in a submenu (or at a menu’s root level).</para>
      </summary>
      <value>An integer value specifying the zero-based index of the <see cref="T:DevExpress.Web.MenuItem"/> amongst visible items at the same level. &#0045;1 if the menu item is invisible.</value>
    </member>
    <member name="T:DevExpress.Web.MenuItemAlignment">
      <summary>
        <para>Lists the values used to specify menu root items’ alignment.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.MenuItemAlignment.Center">
      <summary>
        <para>The menu root items are positioned at the menu’s center.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.MenuItemAlignment.Default">
      <summary>
        <para>The menu root items are positioned in standard order.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.MenuItemAlignment.Left">
      <summary>
        <para>The menu root items are positioned at the menu’s left.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.MenuItemAlignment.Right">
      <summary>
        <para>The menu root items are positioned at the menu’s right.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.MenuItemCollection">
      <summary>
        <para>Represents a collection that maintains <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements">menu items</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.MenuItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.MenuItemCollection"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.MenuItemCollection.#ctor(DevExpress.Web.MenuItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.MenuItemCollection"/> class with the specified menu item that will own the collection.</para>
      </summary>
      <param name="menuItem">A <see cref="T:DevExpress.Web.MenuItem"/> object specifying the menu item that will own the collection.</param>
    </member>
    <member name="M:DevExpress.Web.MenuItemCollection.Add">
      <summary>
        <para>Adds a new menu item to the end of the collection and returns the newly created object.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.MenuItem"/> object representing the newly created menu item.</returns>
    </member>
    <member name="M:DevExpress.Web.MenuItemCollection.Add(System.String,System.String,System.String,System.String,System.String)">
      <summary>
        <para>Adds a new menu item to the collection and specifies the item’s display text, name, associated image and URL as well as the target of the URL content.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the menu item’s display text. Initializes the menu item’s <see cref="P:DevExpress.Web.MenuItem.Text">MenuItem.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which indentifies the created item. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the image displayed by the item. Initializes the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> property of the item’s <see cref="P:DevExpress.Web.MenuItem.Image">MenuItem.Image</see>.</param>
      <param name="navigateUrl">A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the item’s text or associated image is clicked. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.NavigateUrl">MenuItem.NavigateUrl</see> property.</param>
      <param name="target">A <see cref="T:System.String"/> value which identifies the window or frame at which to target URL content when the item’s text or associated image is clicked. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Target">MenuItem.Target</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.MenuItem"/> object representing the newly created menu item.</returns>
    </member>
    <member name="M:DevExpress.Web.MenuItemCollection.Add(System.String,System.String,System.String,System.String)">
      <summary>
        <para>Adds a new menu item to the collection and specifies the item’s display text, name, associated image and URL.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the menu item’s display text. Initializes the menu item’s <see cref="P:DevExpress.Web.MenuItem.Text">MenuItem.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which indentifies the created item. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the image displayed by the item. Initializes the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> property of the item’s <see cref="P:DevExpress.Web.MenuItem.Image">MenuItem.Image</see>.</param>
      <param name="navigateUrl">A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the item’s text or associated image is clicked. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.NavigateUrl">MenuItem.NavigateUrl</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.MenuItem"/> object representing the newly created menu item.</returns>
    </member>
    <member name="M:DevExpress.Web.MenuItemCollection.Add(System.String,System.String,System.String)">
      <summary>
        <para>Adds a new menu item to the collection and specifies the item’s display text, name and associated image.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the menu item’s display text. Initializes the menu item’s <see cref="P:DevExpress.Web.MenuItem.Text">MenuItem.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which identifies the created item. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the image displayed by the item. Initializes the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> property of the item’s <see cref="P:DevExpress.Web.MenuItem.Image">MenuItem.Image</see>.</param>
      <returns>A <see cref="T:DevExpress.Web.MenuItem"/> object representing the newly created menu item.</returns>
    </member>
    <member name="M:DevExpress.Web.MenuItemCollection.Add(System.String,System.String)">
      <summary>
        <para>Adds a new item to the collection and specifies the item’s display text and name.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the menu item’s display text. Initializes the menu item’s <see cref="P:DevExpress.Web.MenuItem.Text">MenuItem.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which indentifies the created item. Initializes the item’s <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.MenuItem"/> object representing the newly created menu item.</returns>
    </member>
    <member name="M:DevExpress.Web.MenuItemCollection.Add(System.String)">
      <summary>
        <para>Adds a new item to the collection and specifies the item’s display text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the menu item’s display text. Initializes the menu item’s <see cref="P:DevExpress.Web.MenuItem.Text">MenuItem.Text</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.MenuItem"/> object representing the newly created menu item.</returns>
    </member>
    <member name="M:DevExpress.Web.MenuItemCollection.FindByName(System.String)">
      <summary>
        <para>Returns an item object with the specified <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property value.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property value of the required item.</param>
      <returns>A <see cref="T:DevExpress.Web.MenuItem"/> object with a specific value of the <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property.</returns>
    </member>
    <member name="M:DevExpress.Web.MenuItemCollection.FindByText(System.String)">
      <summary>
        <para>Returns an item object with the specified <see cref="P:DevExpress.Web.MenuItem.Text">MenuItem.Text</see> property value.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.MenuItem.Text">MenuItem.Text</see> property value of the required item.</param>
      <returns>A <see cref="T:DevExpress.Web.MenuItem"/> object with a specific value of the <see cref="P:DevExpress.Web.MenuItem.Text">MenuItem.Text</see> property.</returns>
    </member>
    <member name="M:DevExpress.Web.MenuItemCollection.IndexOfName(System.String)">
      <summary>
        <para>Searches for an item object specified by the value of its <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property and returns the zero-based index of the first occurrence within the item collection.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property value of the required item.</param>
      <returns>The zero-based index of the first occurrence of the item with the specified name within the item collection, if found; otherwise, the negative one (&#0045;1).</returns>
    </member>
    <member name="M:DevExpress.Web.MenuItemCollection.IndexOfText(System.String)">
      <summary>
        <para>Searches for an item object specified by the value of its <see cref="P:DevExpress.Web.MenuItem.Text">MenuItem.Text</see> property and returns the zero-based index of the first occurrence within the item collection.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.MenuItem.Text">MenuItem.Text</see> property value of the required item.</param>
      <returns>The zero-based index of the first occurrence of the specified item within the item collection, if found; otherwise, the negative one (&#0045;1).</returns>
    </member>
    <member name="T:DevExpress.Web.MenuItemCommandEventArgs">
      <summary>
        <para>Provides data for the events whose functionality relates to processing the Command event fired by a child control within a templated menu item.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.MenuItemCommandEventArgs.#ctor(DevExpress.Web.MenuItem,System.Object,System.Web.UI.WebControls.CommandEventArgs)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.MenuItemCommandEventArgs"/> class.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.MenuItem"/> object representing a menu item related to the generated event.</param>
      <param name="commandSource">A <see cref="T:System.Object"/> identifying the source of the command.</param>
      <param name="originalArgs">A <see cref="T:System.Web.UI.WebControls.CommandEventArgs"/> object that contains an argument for the command.</param>
    </member>
    <member name="M:DevExpress.Web.MenuItemCommandEventArgs.#ctor(System.Object,System.Web.UI.WebControls.CommandEventArgs)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.MenuItemCommandEventArgs"/> class.</para>
      </summary>
      <param name="commandSource">A <see cref="T:System.Object"/> identifying the source of the command.</param>
      <param name="originalArgs">A <see cref="T:System.Web.UI.WebControls.CommandEventArgs"/> object that contains an argument for the command.</param>
    </member>
    <member name="P:DevExpress.Web.MenuItemCommandEventArgs.CommandSource">
      <summary>
        <para>Gets an object representing the control which forced a postback.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> representing the control which forced a postback.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItemCommandEventArgs.Item">
      <summary>
        <para>Gets an item object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuItem"/> object, manipulations on which forced the event to be raised.</value>
    </member>
    <member name="T:DevExpress.Web.MenuItemCommandEventHandler">
      <summary>
        <para>A method that will handle specific command events concerning manipulations with menu items.</para>
      </summary>
      <param name="source">A <see cref="T:System.Object"/> representing the event source. Identifies the menu control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.MenuItemCommandEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.MenuItemDropDownButtonSelectedStyle">
      <summary>
        <para>Defines style settings for the selected dropdown button within a menu.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.MenuItemDropDownButtonSelectedStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.MenuItemDropDownButtonSelectedStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.MenuItemDropDownButtonStyle">
      <summary>
        <para>Defines style settings for a drop down button within a menu.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.MenuItemDropDownButtonStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.MenuItemDropDownButtonStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.MenuItemEventArgs">
      <summary>
        <para>Provides data for events which concern manipulations on menu items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.MenuItemEventArgs.#ctor(DevExpress.Web.MenuItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.MenuItemEventArgs"/> class.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.MenuItem"/> object representing an item related to the generated event.</param>
    </member>
    <member name="P:DevExpress.Web.MenuItemEventArgs.Item">
      <summary>
        <para>Gets an item object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuItem"/> object, manipulations on which forced the event to be raised.</value>
    </member>
    <member name="T:DevExpress.Web.MenuItemEventHandler">
      <summary>
        <para>A method that will handle the events concerning the manipulations with menu items.</para>
      </summary>
      <param name="source">A <see cref="T:System.Object"/> representing the event source. Identifies the menu control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.MenuItemEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.MenuItemImageProperties">
      <summary>
        <para>Contains settings that define the menu item’s image.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.MenuItemImageProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.MenuItemImageProperties"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.MenuItemImageProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.MenuItemImageProperties"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:DevExpress.Web.IPropertiesOwner"/>-implemented object that owns the created object.</param>
    </member>
    <member name="M:DevExpress.Web.MenuItemImageProperties.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.MenuItemImageProperties"/> class with the specified image location.</para>
      </summary>
      <param name="url">A <see cref="T:System.String"/> value that specifies the image location. This value is assigned to the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.MenuItemImageProperties.SpriteProperties">
      <summary>
        <para>Gets the settings defining the image position within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuItemImageSpriteProperties"/> object containing image position settings.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItemImageProperties.UrlChecked">
      <summary>
        <para>Gets or sets the URL of an image displayed when the menu item is checked.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the image location.</value>
    </member>
    <member name="T:DevExpress.Web.MenuItemImageSpriteProperties">
      <summary>
        <para>Contains settings that define different states of a menu item image (disabled, hottracked, selected, checked) when it’s taken from a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.MenuItemImageSpriteProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.MenuItemImageSpriteProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.MenuItemImageSpriteProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.MenuItemImageSpriteProperties"/> 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.MenuItemImageSpriteProperties.CheckedCssClass">
      <summary>
        <para>Gets or sets the name of the cascading style sheet (CSS) class that defines a checked state image’s position within a custom <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the cascading style sheet class’ name.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItemImageSpriteProperties.CheckedLeft">
      <summary>
        <para>Gets or sets a checked state image’s horizontal offset within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> specified via a control’s SpriteImageUrl property.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the image’s horizontal offset.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItemImageSpriteProperties.CheckedTop">
      <summary>
        <para>Gets or sets a checked state image’s vertical offset within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> specified via a control’s SpriteImageUrl property.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the image’s vertical offset.</value>
    </member>
    <member name="T:DevExpress.Web.MenuItemStyle">
      <summary>
        <para>Defines style settings for <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements">menu items</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.MenuItemStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.MenuItemStyle"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.MenuItemStyle.CopyFrom(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.MenuItemStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> object that represents the object which the settings will be copied from.</param>
    </member>
    <member name="P:DevExpress.Web.MenuItemStyle.DropDownButtonSpacing">
      <summary>
        <para>Gets or sets the amount of space between the right border of a menu item and the <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements#drop-down-button">drop down button</see> displayed at the menu level that the current style applies to.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItemStyle.DropDownButtonStyle">
      <summary>
        <para>Gets the style settings which define a <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements#drop-down-button">drop down button</see>‘s appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MenuItemDropDownButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItemStyle.IsEmpty">
      <summary>
        <para>Gets a value that indicates whether this <see cref="T:DevExpress.Web.MenuItemStyle"/> object is initialized with the default values.</para>
      </summary>
      <value>true if the <see cref="T:DevExpress.Web.MenuItemStyle"/> object is initialized with the default values; otherwise false.</value>
    </member>
    <member name="M:DevExpress.Web.MenuItemStyle.MergeWith(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Combines the properties of the specified <see cref="T:System.Web.UI.WebControls.Style"/> with the current instance of the <see cref="T:DevExpress.Web.MenuItemStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> that represents the object to be combined.</param>
    </member>
    <member name="M:DevExpress.Web.MenuItemStyle.Reset">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Web.MenuItemStyle"/> object to its original state.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.MenuItemStyle.ToolbarDropDownButtonSpacing">
      <summary>
        <para>Gets or sets the amount of space between the border of a menu item contents (text or image) and its <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements#drop-down-button">drop down button</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItemStyle.ToolbarPopOutImageSpacing">
      <summary>
        <para>Gets or sets the amount of space between the border of the menu item’s contents (text or image) and its <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements#pop-out-image">pop-out image</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that is the spacing value.</value>
    </member>
    <member name="T:DevExpress.Web.MenuItemStyleBase">
      <summary>
        <para>Defines the base style settings for the items of different objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.MenuItemStyleBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.MenuItemStyleBase"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.MenuItemStyleBase.CheckedStyle">
      <summary>
        <para>Gets the style settings which define a menu item’s appearance in the checked state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains the checked style settings.</value>
    </member>
    <member name="M:DevExpress.Web.MenuItemStyleBase.CopyFrom(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.MenuItemStyleBase"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:DevExpress.Web.StylesBase"/> object that represents the object from which the settings are copied.</param>
    </member>
    <member name="P:DevExpress.Web.MenuItemStyleBase.Height">
      <summary>
        <para>Gets or sets an item’s height.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the item’s height.</value>
    </member>
    <member name="P:DevExpress.Web.MenuItemStyleBase.IsEmpty">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.MenuItemStyleBase"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.MenuItemStyleBase.MergeWith(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Combines the properties of the specified <see cref="T:System.Web.UI.WebControls.Style"/> with the current instance of the <see cref="T:DevExpress.Web.MenuItemStyleBase"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> that represents the object to be combined.</param>
    </member>
    <member name="P:DevExpress.Web.MenuItemStyleBase.PopOutImageSpacing">
      <summary>
        <para>Gets or sets the amount of space between the right borders of a menu item and the <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements#pop-out-image">pop-out image</see> displayed at the menu level which the current style applies to.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="M:DevExpress.Web.MenuItemStyleBase.Reset">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Web.MenuItemStyleBase"/> object to its original state.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.MenuItemStyleBase.Width">
      <summary>
        <para>Gets or sets the item’s width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the item’s width.</value>
    </member>
    <member name="T:DevExpress.Web.MenuItemTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render menu items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.MenuItemTemplateContainer.#ctor(DevExpress.Web.MenuItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.MenuItemTemplateContainer"/> class with the specified setting.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.MenuItem"/> object specifying the menu item which the current object belongs to.</param>
    </member>
    <member name="P:DevExpress.Web.MenuItemTemplateContainer.Item">
      <summary>
        <para>Gets an item for which the template’s content is being instantiated.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuItem"/> object representing the item being rendered.</value>
    </member>
    <member name="T:DevExpress.Web.MenuScrollButtonImageProperties">
      <summary>
        <para>Contains settings that define a <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements#scroll-button">scroll button </see> image.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.MenuScrollButtonImageProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.MenuScrollButtonImageProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.MenuScrollButtonImageProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.MenuScrollButtonImageProperties"/> 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.MenuScrollButtonImageProperties.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.MenuScrollButtonImageProperties"/> class with the specified image location.</para>
      </summary>
      <param name="url">A <see cref="T:System.String"/> value that specifies the image location.</param>
    </member>
    <member name="P:DevExpress.Web.MenuScrollButtonImageProperties.SpriteProperties">
      <summary>
        <para>Gets the settings defining the image position within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuScrollButtonImageSpriteProperties"/> object containing image position settings.</value>
    </member>
    <member name="T:DevExpress.Web.MenuScrollButtonImageSpriteProperties">
      <summary>
        <para>Contains settings that define different states (hottracked, pressed) of a <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements#scroll-button">scroll button</see> image when it’s taken from a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.MenuScrollButtonImageSpriteProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.MenuScrollButtonImageSpriteProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.MenuScrollButtonImageSpriteProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.MenuScrollButtonImageSpriteProperties"/> 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.MenuScrollButtonStyle">
      <summary>
        <para>Defines style settings for <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements#scroll-button">scroll buttons</see>, that can be displayed within a menu.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.MenuScrollButtonStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.MenuScrollButtonStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.MenuSettingsAdaptivity">
      <summary>
        <para>Contains settings that relate to the menu’s adaptivity.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.MenuSettingsAdaptivity.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.MenuSettingsAdaptivity"/> 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.MenuSettingsAdaptivity.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.MenuSettingsAdaptivity.CollapseRootItemsToIconsAtWindowInnerWidth">
      <summary>
        <para>Gets or sets a value that defines the maximum browser window inner width when the menu hides items’ text and displays only icons.</para>
      </summary>
      <value>The browser inner window width in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.MenuSettingsAdaptivity.CollapseToSideMenuAtWindowInnerWidth">
      <summary>
        <para>Gets or sets a value that defines the maximum browser window inner width when the menu collapses its side menu.</para>
      </summary>
      <value>The browser inner window width in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.MenuSettingsAdaptivity.EnableAutoHideRootItems">
      <summary>
        <para>Specifies whether the menu root items are automatically hidden when the browser width changes.</para>
      </summary>
      <value>true, to hide the menu root items automatically; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.MenuSettingsAdaptivity.EnableCollapseRootItemsToIcons">
      <summary>
        <para>Allows you to hide menu root item texts (and display only icons) when you minimize the browser window’s width.</para>
      </summary>
      <value>true, to hide item texts; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.MenuSettingsAdaptivity.EnableCollapseToSideMenu">
      <summary>
        <para>Specifies whether the menu should be collapsed to the side menu when the browser window width is changed.</para>
      </summary>
      <value>true, to collapse the menu to the side menu; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.MenuSettingsAdaptivity.Enabled">
      <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.MenuSettingsAdaptivity.SideMenuExpandMode">
      <summary>
        <para>Specifies the side menu expand mode.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.SideMenuExpandMode"/> values.</value>
    </member>
    <member name="T:DevExpress.Web.MenuStyle">
      <summary>
        <para>Defines style settings for the client regions of submenus.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.MenuStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.MenuStyle"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.MenuStyle.CopyFrom(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.MenuStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> object that represents the object which the settings will be copied from.</param>
    </member>
    <member name="P:DevExpress.Web.MenuStyle.GutterBackgroundImage">
      <summary>
        <para>Gets a sub menu <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements#gutter">gutter</see>‘s background image.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BackgroundImage"/> object that is a gutter’s background image.</value>
    </member>
    <member name="P:DevExpress.Web.MenuStyle.GutterColor">
      <summary>
        <para>Gets the menu gutter’s color.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.MenuStyle.GutterCssClass">
      <summary>
        <para>Gets or sets the name of the cascading style sheet (CSS) class that defines a sub menu <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements#gutter">gutter</see>‘s style settings.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the name of the cascading style sheet class.</value>
    </member>
    <member name="P:DevExpress.Web.MenuStyle.GutterImageSpacing">
      <summary>
        <para>Gets or sets the amount of space between the menu gutter’s image and the text contents within a menu item.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.MenuStyle.GutterStyle">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.MenuStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.MenuStyle.GutterWidth">
      <summary>
        <para>Gets or sets a sub menu <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements#gutter">gutter</see>‘s width.</para>
      </summary>
      <value>A System.Web.UI.WebControls.Unit value specifying the width of a gutter.</value>
    </member>
    <member name="P:DevExpress.Web.MenuStyle.IsEmpty">
      <summary>
        <para>Gets a value that indicates whether this <see cref="T:DevExpress.Web.MenuStyle"/> object is initialized with the default values.</para>
      </summary>
      <value>true if the <see cref="T:DevExpress.Web.MenuStyle"/> object is initialized with the default values; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.MenuStyle.ItemSpacing">
      <summary>
        <para>Gets or sets the amount of space between the sub-menu items.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="M:DevExpress.Web.MenuStyle.MergeWith(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Combines the properties of the specified <see cref="T:System.Web.UI.WebControls.Style"/> with the current instance of the <see cref="T:DevExpress.Web.MenuStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> that represents the object to be combined.</param>
    </member>
    <member name="M:DevExpress.Web.MenuStyle.Reset">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Web.MenuStyle"/> object to its original state.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.MenuStyle.SeparatorBackgroundImage">
      <summary>
        <para>Gets a <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements">separator</see>‘s background image.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BackgroundImage"/> object that represents a separator’s background image.</value>
    </member>
    <member name="P:DevExpress.Web.MenuStyle.SeparatorColor">
      <summary>
        <para>Gets or sets a <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements">separator</see>‘s color.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> object that specifies a separator’s color.</value>
    </member>
    <member name="P:DevExpress.Web.MenuStyle.SeparatorCssClass">
      <summary>
        <para>Gets or sets the name of the cascading style sheet (CSS) class that defines a separator style settings.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the name of the cascading style sheet class.</value>
    </member>
    <member name="P:DevExpress.Web.MenuStyle.SeparatorHeight">
      <summary>
        <para>Gets or sets a <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements">separator</see>‘s height.</para>
      </summary>
      <value>A System.Web.UI.WebControls.Unit value specifying the height of a separator.</value>
    </member>
    <member name="P:DevExpress.Web.MenuStyle.SeparatorPaddings">
      <summary>
        <para>Gets the padding settings of <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements">separators</see> which the current style applies to.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="P:DevExpress.Web.MenuStyle.SeparatorStyle">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements">separator</see>‘s style settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.MenuStyle.SeparatorWidth">
      <summary>
        <para>Gets or sets a <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements">separator</see>‘s width.</para>
      </summary>
      <value>A System.Web.UI.WebControls.Unit value specifying the width of a separator.</value>
    </member>
    <member name="P:DevExpress.Web.MenuStyle.TextIndent">
      <summary>
        <para>Gets or sets the amount of space between an <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements#subitem">item</see>‘s  left border and text.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that is the spacing value.</value>
    </member>
    <member name="T:DevExpress.Web.MenuStyles">
      <summary>
        <para>Contains settings that allow the <see cref="T:DevExpress.Web.ASPxMenu"/>‘s (<see cref="T:DevExpress.Web.ASPxPopupMenu"/>‘s) appearance to be defined.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.MenuStyles.Control">
      <summary>
        <para>Gets the style settings that define the menu appearance.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.MenuStyles.DXCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.MenuStyles.Item">
      <summary>
        <para>Gets the style settings that define the common appearance of root level menu items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuItemStyle"/> object that contains the style settings.</value>
    </member>
    <member name="F:DevExpress.Web.MenuStyles.ItemStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.MenuStyles.Link">
      <summary>
        <para>Gets an object that contains style settings to be applied to links in a menu.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LinkStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.MenuStyles.ScrollButton">
      <summary>
        <para>Gets the style settings that define the scroll button appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuScrollButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="F:DevExpress.Web.MenuStyles.ScrollButtonStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.MenuStyles.Style">
      <summary>
        <para>Gets the style settings defining the menu appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuStyle"/> object containing the style settings.</value>
    </member>
    <member name="F:DevExpress.Web.MenuStyles.StyleStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.MenuStyles.SubMenu">
      <summary>
        <para>Gets the style settings that define the submenu appearance within a menu.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.MenuStyles.SubMenuItem">
      <summary>
        <para>Gets the style settings for all submenu items within the current menu.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MenuItemStyle"/> object that contains the style settings.</value>
    </member>
    <member name="F:DevExpress.Web.MenuStyles.SubMenuItemStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.MenuStyles.SubMenuStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.MenuStyles.ToolbarColorButtonItemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.MenuStyles.ToolbarComboBoxCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.MenuStyles.ToolbarCssClassPrefix">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.MenuStyles.ToolbarCustomDDImageItemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.MenuStyles.ToolbarCustomDDTextItemCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.MenuStyles.ToolbarLabelCssClass">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.MouseBoxOpacityMode">
      <summary>
        <para>Lists values that specify the opacity mode of the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#mouse-box">mouse box</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.MouseBoxOpacityMode.Inside">
      <summary>
        <para>An area inside the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#mouse-box">mouse box</see> is opaque.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.MouseBoxOpacityMode.Outside">
      <summary>
        <para>An area outside the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#mouse-box">mouse box</see> is opaque.</para>
        <para />
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.NavBarClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events available for the navbar control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NavBarClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NavBarClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.NavBarClientSideEvents.ExpandedChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client navbar’s <b>ASPxClientNavBar.ExpandedChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarClientSideEvents.ExpandedChanging">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client navbar’s <b>ASPxClientNavBar.ExpandedChanging</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarClientSideEvents.HeaderClick">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client navbar’s <b>ASPxClientNavBar.HeaderClick</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarClientSideEvents.ItemClick">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client navbar’s <b>ASPxClientNavBar.ItemClick</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.NavBarDataFields">
      <summary>
        <para>Serves as a base for classes that contain properties allowing you to specify data fields from which item and group settings of a bound <see cref="T:DevExpress.Web.ASPxNavBar"/> should be obtained.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NavBarDataFields.#ctor(DevExpress.Web.ASPxNavBar)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NavBarDataFields"/> class specifying its owner.</para>
      </summary>
      <param name="navBar">A <see cref="T:DevExpress.Web.ASPxNavBar"/> object specifying the navbar control that will own the created object.</param>
    </member>
    <member name="P:DevExpress.Web.NavBarDataFields.NameField">
      <summary>
        <para>Gets or sets the name of an xml element’s attribute which provides unique identifier names for items or groups.</para>
      </summary>
      <value>A string value that specifies the name of the required data source field.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarDataFields.NavBar">
      <summary>
        <para>Gets the navbar object to which the current object belongs.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxNavBar"/> object representing the navbar control owning the current object.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarDataFields.NavigateUrlField">
      <summary>
        <para>Gets or sets the name of an xml element’s attribute which provides navigate URLs for items or groups.</para>
      </summary>
      <value>A string value that specifies the name of the required data source field.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarDataFields.NavigateUrlFormatString">
      <summary>
        <para>Gets or sets the pattern used to format the navigate URLs.</para>
      </summary>
      <value>A string value that represents the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarDataFields.TextField">
      <summary>
        <para>Gets or sets the name of an xml element’s attribute which provides texts for items or groups.</para>
      </summary>
      <value>A string value that specifies the name of the required data source field.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarDataFields.TextFormatString">
      <summary>
        <para>Gets or sets the pattern used to format texts of items or groups.</para>
      </summary>
      <value>A string value that represents the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarDataFields.ToolTipField">
      <summary>
        <para>Gets or sets the data source field which provides tooltip texts for items or groups.</para>
      </summary>
      <value>A string value that specifies the name of the required data source field.</value>
    </member>
    <member name="T:DevExpress.Web.NavBarGroup">
      <summary>
        <para>Represents an individual <see href="https://docs.devexpress.com/AspNet/5690/components/site-navigation-and-layout/navigation-bar/visual-elements/group">group</see> within the <see cref="T:DevExpress.Web.ASPxNavBar"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NavBarGroup.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NavBarGroup"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NavBarGroup.#ctor(System.String,System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NavBarGroup"/> class with the specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the group’s display text. Initializes the group’s <see cref="P:DevExpress.Web.NavBarGroup.Text">NavBarGroup.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which indentifies the created group. Initializes the group’s <see cref="P:DevExpress.Web.NavBarGroup.Name">NavBarGroup.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the image displayed by the group’s header. Initializes the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> property of the group’s <see cref="P:DevExpress.Web.NavBarGroup.HeaderImage">NavBarGroup.HeaderImage</see>.</param>
      <param name="navigateUrl">A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the group’s text or associated image is clicked. Initializes the group’s <see cref="P:DevExpress.Web.NavBarGroup.NavigateUrl">NavBarGroup.NavigateUrl</see> property.</param>
      <param name="target">A <see cref="T:System.String"/> value which identifies the window or frame at which to target URL content when the group’s text or associated image is clicked. Initializes the group’s <see cref="P:DevExpress.Web.NavBarGroup.Target">NavBarGroup.Target</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.NavBarGroup.#ctor(System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NavBarGroup"/> class with the specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the group’s display text. Initializes the group’s <see cref="P:DevExpress.Web.NavBarGroup.Text">NavBarGroup.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which indentifies the created group. Initializes the group’s <see cref="P:DevExpress.Web.NavBarGroup.Name">NavBarGroup.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the image displayed by the group’s header. Initializes the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> property of the group’s <see cref="P:DevExpress.Web.NavBarGroup.HeaderImage">NavBarGroup.HeaderImage</see>.</param>
      <param name="navigateUrl">A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the group’s text or associated image is clicked. Initializes the group’s <see cref="P:DevExpress.Web.NavBarGroup.NavigateUrl">NavBarGroup.NavigateUrl</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.NavBarGroup.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NavBarGroup"/> class with the specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the group’s display text. Initializes the group’s <see cref="P:DevExpress.Web.NavBarGroup.Text">NavBarGroup.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which indentifies the created group. Initializes the group’s <see cref="P:DevExpress.Web.NavBarGroup.Name">NavBarGroup.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the image displayed by the group’s header. Initializes the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> property of the group’s <see cref="P:DevExpress.Web.NavBarGroup.HeaderImage">NavBarGroup.HeaderImage</see>.</param>
    </member>
    <member name="M:DevExpress.Web.NavBarGroup.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NavBarGroup"/> class with the specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the group’s display text. Initializes the group’s <see cref="P:DevExpress.Web.NavBarGroup.Text">NavBarGroup.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which indentifies the created group. Initializes the group’s <see cref="P:DevExpress.Web.NavBarGroup.Name">NavBarGroup.Name</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.NavBarGroup.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NavBarGroup"/> class using the specified display text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the group’s display text. Initializes the group’s <see cref="P:DevExpress.Web.NavBarGroup.Text">NavBarGroup.Text</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.NavBarGroup.AllowDragging">
      <summary>
        <para>Reserved for future use.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.NavBarGroup.AllowExpanding">
      <summary>
        <para>Specifies whether the group’s expansion state can be changed.</para>
      </summary>
      <value>true if the group’s expansion state can be changed; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.NavBarGroup.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="P:DevExpress.Web.NavBarGroup.ClientVisible">
      <summary>
        <para>Gets or sets a value that specifies the group’s initial visibility state on the client.</para>
      </summary>
      <value>true to make a group initially displayed on the client; false to render the group into the control, but make it initially hidden on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarGroup.CollapseImage">
      <summary>
        <para>Gets an image a click on which collapses the group.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarGroup.ContentStyle">
      <summary>
        <para>Gets the style settings for the group’s client region.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.NavBarGroupContentStyle"/> object that contains the style settings for the group’s client region.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarGroup.ContentTemplate">
      <summary>
        <para>Gets or sets a template used for displaying the client region’s content of the current group.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template used for displaying the group’s client region.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarGroup.DataItem">
      <summary>
        <para>Gets the data item that is bound to the navbar group.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> that represents the data item that is bound to the navbar group.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarGroup.DataPath">
      <summary>
        <para>Gets the path to the data that is bound to the navbar group.</para>
      </summary>
      <value>The path to the data that is bound to the group. This value comes from the hierarchical data source control to which the navbar control is bound.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarGroup.Enabled">
      <summary>
        <para>Gets or sets a value that indicates whether the group is enabled, allowing the group to response to end-user interactions.</para>
      </summary>
      <value>true if the group is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarGroup.ExpandButtonPosition">
      <summary>
        <para>Gets or sets a value that specifies the position at which the expand button is displayed within the group’s header.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ExpandButtonPosition"/> values.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarGroup.Expanded">
      <summary>
        <para>Gets or sets a value specifying whether the group is expanded.</para>
      </summary>
      <value>true if the group is expanded, otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarGroup.ExpandImage">
      <summary>
        <para>Gets an image a click on which expands the group.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="M:DevExpress.Web.NavBarGroup.FindControl(System.String)">
      <summary>
        <para>Searches the current naming container for a server control with the specified id parameter.</para>
      </summary>
      <param name="id">The identifier for the control to be found.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object representing the specified control, or the null reference (Nothing in Visual Basic) if the specified control does not exist.</returns>
    </member>
    <member name="M:DevExpress.Web.NavBarGroup.HasVisibleItems">
      <summary>
        <para>Returns a value that indicates whether the group has visible items.</para>
      </summary>
      <returns>true if the group contains any visible item; false if no item is visible within the group (or the group doesn’t have items at all).</returns>
    </member>
    <member name="P:DevExpress.Web.NavBarGroup.HeaderImage">
      <summary>
        <para>Gets the settings of a <see href="https://docs.devexpress.com/AspNet/5694/components/site-navigation-and-layout/navigation-bar/visual-elements/group-header-image">group header image</see> which is displayed within the group’s header.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarGroup.HeaderImageCollapsed">
      <summary>
        <para>Gets the settings of a <see href="https://docs.devexpress.com/AspNet/5694/components/site-navigation-and-layout/navigation-bar/visual-elements/group-header-image">group header image</see> which is displayed within the group’s header when the group is collapsed.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarGroup.HeaderStyle">
      <summary>
        <para>Gets the style settings for the group’s header.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.NavBarGroupHeaderStyle"/> object that contains the style settings for the group’s header.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarGroup.HeaderStyleCollapsed">
      <summary>
        <para>Gets the header style of the group which is in collapsed state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.NavBarGroupHeaderStyle"/> object that contains the style settings for the collapsed group’s header.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarGroup.HeaderTemplate">
      <summary>
        <para>Gets or sets a template used for displaying the content of the group’s header.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template used for displaying the content of the group’s header.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarGroup.HeaderTemplateCollapsed">
      <summary>
        <para>Gets or sets a template used for displaying the content of the group’s header when the group is in a collapsed state.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template used for displaying the content of the collapsed group’s header.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarGroup.ItemBulletStyle">
      <summary>
        <para>Gets or sets the bullet style for the group’s items.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ItemBulletStyle"/> values.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarGroup.ItemImage">
      <summary>
        <para>Gets the image settings displayed by all the items within the group.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ItemImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarGroup.ItemImagePosition">
      <summary>
        <para>Gets or sets a value that specifies how item images are positioned within the group’s items.</para>
      </summary>
      <value>The image position.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarGroup.ItemLinkMode">
      <summary>
        <para>Gets or sets a value that specifies how items are represented as links within the group.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GroupItemLinkMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarGroup.Items">
      <summary>
        <para>Gets the collection of items within the group and provides indexed access to them.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.NavBarItemCollection"/> object representing the collection of the group’s items.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarGroup.ItemStyle">
      <summary>
        <para>Gets the style settings for the group’s items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.NavBarItemStyle"/> object that contains the style settings for the group’s items.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarGroup.ItemTemplate">
      <summary>
        <para>Gets or sets a template used for displaying the content of the group’s items.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template used for displaying the content of items within the group.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarGroup.ItemTextTemplate">
      <summary>
        <para>Gets or sets a template used for displaying the text content of the group’s items.</para>
      </summary>
      <value>An object supporting the <see cref="T:System.Web.UI.ITemplate"/> interface which contains the template used for displaying the text content of items within the group.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarGroup.Name">
      <summary>
        <para>Gets or sets the unique identifier name for the group.</para>
      </summary>
      <value>A string value that specifies the group’s unique identifier name.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarGroup.NavBar">
      <summary>
        <para>Gets the navbar object to which the current group belongs.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxNavBar"/> object representing the navbar that contains the group.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarGroup.NavigateUrl">
      <summary>
        <para>Gets or sets an URL which defines the navigation location.</para>
      </summary>
      <value>A string value which represents an URL where the client’s web browser will navigate.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarGroup.ShowExpandButton">
      <summary>
        <para>Gets or sets a value that specifies whether the <see href="https://docs.devexpress.com/AspNet/5693/components/site-navigation-and-layout/navigation-bar/visual-elements/group-expand-button">expand button</see> is displayed within the group’s header.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarGroup.Target">
      <summary>
        <para>Gets or sets the window or frame at which to target the contents of the URL associated with the group’s caption.</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.NavBarGroup.Text">
      <summary>
        <para>Gets or sets the group’s caption (the text content of the group’s header).</para>
      </summary>
      <value>A string value that specifies the group’s caption text.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarGroup.ToolTip">
      <summary>
        <para>Gets or sets the tooltip text for the group’s header.</para>
      </summary>
      <value>A string which specifies the text content of the group header’s tooltip.</value>
    </member>
    <member name="M:DevExpress.Web.NavBarGroup.ToString">
      <summary>
        <para>Returns the textual representation of the <see cref="T:DevExpress.Web.NavBarGroup"/> object.</para>
      </summary>
      <returns>A string that represents the <see cref="P:DevExpress.Web.NavBarGroup.Text">NavBarGroup.Text</see> property’s value or, if it’s empty, the type name of the <see cref="T:DevExpress.Web.NavBarGroup"/>.</returns>
    </member>
    <member name="P:DevExpress.Web.NavBarGroup.Visible">
      <summary>
        <para>Gets or sets a value specifying the visibility of the group.</para>
      </summary>
      <value>true if the group is visible; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarGroup.VisibleIndex">
      <summary>
        <para>Gets or sets a value specifying the position of the group amongst the visible groups in the navbar control.</para>
      </summary>
      <value>An integer value specifying the zero-based index of the <see cref="T:DevExpress.Web.NavBarGroup"/> amongst the navbar’s visible groups. &#0045;1 if the group is invisible.</value>
    </member>
    <member name="T:DevExpress.Web.NavBarGroupCancelEventArgs">
      <summary>
        <para>Provides data for cancellable events which concern manipulations on groups.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NavBarGroupCancelEventArgs.#ctor(DevExpress.Web.NavBarGroup)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NavBarGroupCancelEventArgs"/> class.</para>
      </summary>
      <param name="group">A <see cref="T:DevExpress.Web.NavBarGroup"/> object representing the group related to the generated event.</param>
    </member>
    <member name="P:DevExpress.Web.NavBarGroupCancelEventArgs.Cancel">
      <summary>
        <para>Gets or sets a value indicating whether the command which raised an event should be canceled.</para>
      </summary>
      <value>true if the operation raising the event should be canceled; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.NavBarGroupCancelEventHandler">
      <summary>
        <para>A method that will handle the cancelable events concerning manipulations with groups.</para>
      </summary>
      <param name="source">A <see cref="T:System.Object"/> representing the event source. Identifies the <see cref="T:DevExpress.Web.ASPxNavBar"/> control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.NavBarGroupCancelEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.NavBarGroupCollection">
      <summary>
        <para>Represents a collection of <see href="https://docs.devexpress.com/AspNet/5690/components/site-navigation-and-layout/navigation-bar/visual-elements/group">groups</see> within the navbar control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NavBarGroupCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NavBarGroupCollection"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NavBarGroupCollection.#ctor(DevExpress.Web.ASPxNavBar)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NavBarGroupCollection"/> class specifying its owner.</para>
      </summary>
      <param name="navBar">A <see cref="T:DevExpress.Web.ASPxNavBar"/> object specifying the navbar control that will own the collection.</param>
    </member>
    <member name="M:DevExpress.Web.NavBarGroupCollection.Add">
      <summary>
        <para>Adds a new group to the end of the collection and returns the newly created object.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.NavBarGroup"/> object representing the newly created group.</returns>
    </member>
    <member name="M:DevExpress.Web.NavBarGroupCollection.Add(System.String,System.String,System.String,System.String,System.String)">
      <summary>
        <para>Adds a new group to the collection and specifies the group’s display text, name, associated image and URL as well as the target of the URL content.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the group’s display text. Initializes the group’s <see cref="P:DevExpress.Web.NavBarGroup.Text">NavBarGroup.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which indentifies the created group. Initializes the group’s <see cref="P:DevExpress.Web.NavBarGroup.Name">NavBarGroup.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the image displayed by the group’s header. Initializes the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> property of the group’s <see cref="P:DevExpress.Web.NavBarGroup.HeaderImage">NavBarGroup.HeaderImage</see>.</param>
      <param name="navigateUrl">A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the group’s text or associated image is clicked. Initializes the group’s <see cref="P:DevExpress.Web.NavBarGroup.NavigateUrl">NavBarGroup.NavigateUrl</see> property.</param>
      <param name="target">A <see cref="T:System.String"/> value which identifies the window or frame at which to target URL content when the group’s text or associated image is clicked. Initializes the group’s <see cref="P:DevExpress.Web.NavBarGroup.Target">NavBarGroup.Target</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.NavBarGroup"/> object representing the newly created group.</returns>
    </member>
    <member name="M:DevExpress.Web.NavBarGroupCollection.Add(System.String,System.String,System.String,System.String)">
      <summary>
        <para>Adds a new group to the collection and specifies the group’s display text, name, associated image and URL.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the group’s display text. Initializes the group’s <see cref="P:DevExpress.Web.NavBarGroup.Text">NavBarGroup.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which indentifies the created group. Initializes the group’s <see cref="P:DevExpress.Web.NavBarGroup.Name">NavBarGroup.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the image displayed by the group’s header. Initializes the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> property of the group’s <see cref="P:DevExpress.Web.NavBarGroup.HeaderImage">NavBarGroup.HeaderImage</see>.</param>
      <param name="navigateUrl">A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the group’s text or associated image is clicked. Initializes the group’s <see cref="P:DevExpress.Web.NavBarGroup.NavigateUrl">NavBarGroup.NavigateUrl</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.NavBarGroup"/> object representing the newly created group.</returns>
    </member>
    <member name="M:DevExpress.Web.NavBarGroupCollection.Add(System.String,System.String,System.String)">
      <summary>
        <para>Adds a new group to the collection and specifies the group’s display text, name and associated image.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the group’s display text. Initializes the group’s <see cref="P:DevExpress.Web.NavBarGroup.Text">NavBarGroup.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which indentifies the created group. Initializes the group’s <see cref="P:DevExpress.Web.NavBarGroup.Name">NavBarGroup.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the image displayed by the group’s header. Initializes the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> property of the group’s <see cref="P:DevExpress.Web.NavBarGroup.HeaderImage">NavBarGroup.HeaderImage</see>.</param>
      <returns>A <see cref="T:DevExpress.Web.NavBarGroup"/> object representing the newly created group.</returns>
    </member>
    <member name="M:DevExpress.Web.NavBarGroupCollection.Add(System.String,System.String)">
      <summary>
        <para>Adds a new group to the collection and specifies the group’s display text and name.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the group’s display text. Initializes the group’s <see cref="P:DevExpress.Web.NavBarGroup.Text">NavBarGroup.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which identifies the created group. Initializes the group’s <see cref="P:DevExpress.Web.NavBarGroup.Name">NavBarGroup.Name</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.NavBarGroup"/> object representing the newly created group.</returns>
    </member>
    <member name="M:DevExpress.Web.NavBarGroupCollection.Add(System.String)">
      <summary>
        <para>Adds a new group to the collection and specifies the group’s display text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the group’s display text. Initializes the group’s <see cref="P:DevExpress.Web.NavBarGroup.Text">NavBarGroup.Text</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.NavBarGroup"/> object representing the newly created group.</returns>
    </member>
    <member name="M:DevExpress.Web.NavBarGroupCollection.CollapseAll">
      <summary>
        <para>Collapses all groups that belong to the collection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NavBarGroupCollection.CollapseAll(DevExpress.Web.NavBarGroup)">
      <summary>
        <para>Collapses all groups but the specified one.</para>
      </summary>
      <param name="exceptGroup">A <see cref="T:DevExpress.Web.NavBarGroup"/> object representing the group whose expansion state should not be changed.</param>
    </member>
    <member name="M:DevExpress.Web.NavBarGroupCollection.ExpandAll">
      <summary>
        <para>Expands all groups which belong to the current collection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NavBarGroupCollection.FindByName(System.String)">
      <summary>
        <para>Returns a group object with the specified <see cref="P:DevExpress.Web.NavBarGroup.Name">NavBarGroup.Name</see> property value.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.NavBarGroup.Name">NavBarGroup.Name</see> property value of the required group.</param>
      <returns>A <see cref="T:DevExpress.Web.NavBarGroup"/> object with a specific value of the <see cref="P:DevExpress.Web.NavBarGroup.Name">NavBarGroup.Name</see> property.</returns>
    </member>
    <member name="M:DevExpress.Web.NavBarGroupCollection.FindByText(System.String)">
      <summary>
        <para>Returns a group object with the specified <see cref="P:DevExpress.Web.NavBarGroup.Text">NavBarGroup.Text</see> property value.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.NavBarGroup.Text">NavBarGroup.Text</see> property value of the required group.</param>
      <returns>A <see cref="T:DevExpress.Web.NavBarGroup"/> object with a specific value of the <see cref="P:DevExpress.Web.NavBarGroup.Text">NavBarGroup.Text</see> property.</returns>
    </member>
    <member name="M:DevExpress.Web.NavBarGroupCollection.GetVisibleGroup(System.Int32)">
      <summary>
        <para>Gets a group by its visible index.</para>
      </summary>
      <param name="index">An integer value representing the visible index of the group to be returned.</param>
      <returns>A <see cref="T:DevExpress.Web.NavBarGroup"/> object which represents the required visible column.</returns>
    </member>
    <member name="M:DevExpress.Web.NavBarGroupCollection.GetVisibleGroupCount">
      <summary>
        <para>Returns the number of visible groups in the navbar.</para>
      </summary>
      <returns>An integer value representing the number of visible groups in the navbar.</returns>
    </member>
    <member name="M:DevExpress.Web.NavBarGroupCollection.IndexOfName(System.String)">
      <summary>
        <para>Searches for a group object specified by the value of its <see cref="P:DevExpress.Web.NavBarGroup.Name">NavBarGroup.Name</see> property and returns the zero-based index of the first occurrence within the group collection.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.NavBarGroup.Name">NavBarGroup.Name</see> property value of the required group.</param>
      <returns>The zero-based index of the first occurrence of the specified group within the group collection, if found; otherwise, the negative one (&#0045;1).</returns>
    </member>
    <member name="M:DevExpress.Web.NavBarGroupCollection.IndexOfText(System.String)">
      <summary>
        <para>Searches for a group object specified by the value of its <see cref="P:DevExpress.Web.NavBarGroup.Text">NavBarGroup.Text</see> property and returns the zero-based index of the first occurrence within the group collection.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.NavBarGroup.Text">NavBarGroup.Text</see> property value of the required group.</param>
      <returns>The zero-based index of the first occurrence of the specified group within the group collection, if found; otherwise, the negative one (&#0045;1).</returns>
    </member>
    <member name="T:DevExpress.Web.NavBarGroupCommandEventArgs">
      <summary>
        <para>Provides data for the events whose functionality relates to processing the Command event fired by a child control within a templated group.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NavBarGroupCommandEventArgs.#ctor(DevExpress.Web.NavBarGroup,System.Object,System.Web.UI.WebControls.CommandEventArgs)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NavBarGroupCommandEventArgs"/> class.</para>
      </summary>
      <param name="group">A <see cref="T:DevExpress.Web.NavBarGroup"/> object representing a group related to the generated event.</param>
      <param name="commandSource">A <see cref="T:System.Object"/> identifying the source of the command.</param>
      <param name="originalArgs">A <see cref="T:System.Web.UI.WebControls.CommandEventArgs"/> object that contains the argument for the command.</param>
    </member>
    <member name="M:DevExpress.Web.NavBarGroupCommandEventArgs.#ctor(System.Object,System.Web.UI.WebControls.CommandEventArgs)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NavBarGroupCommandEventArgs"/> class.</para>
      </summary>
      <param name="commandSource">A <see cref="T:System.Object"/> identifying the source of the command.</param>
      <param name="originalArgs">A <see cref="T:System.Web.UI.WebControls.CommandEventArgs"/> object that contains the argument for the command.</param>
    </member>
    <member name="P:DevExpress.Web.NavBarGroupCommandEventArgs.CommandSource">
      <summary>
        <para>Gets an object representing the control which forced a postback.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> representing the control which forced a postback.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarGroupCommandEventArgs.Group">
      <summary>
        <para>Gets a group object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.NavBarGroup"/> object, manipulations on which forced the event to be raised.</value>
    </member>
    <member name="T:DevExpress.Web.NavBarGroupCommandEventHandler">
      <summary>
        <para>A method that will handle specific command events concerning manipulations with groups.</para>
      </summary>
      <param name="source">A <see cref="T:System.Object"/> representing the event source. Identifies the <see cref="T:DevExpress.Web.ASPxNavBar"/> control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.NavBarGroupCommandEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.NavBarGroupContentStyle">
      <summary>
        <para>Defines style settings for the client regions of <see href="https://docs.devexpress.com/AspNet/5690/components/site-navigation-and-layout/navigation-bar/visual-elements/group">groups</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NavBarGroupContentStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NavBarGroupContentStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.NavBarGroupContentStyle.ItemSpacing">
      <summary>
        <para>Gets or sets the vertical spacing between <see href="https://docs.devexpress.com/AspNet/5695/components/site-navigation-and-layout/navigation-bar/visual-elements/item">items</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="T:DevExpress.Web.NavBarGroupDataFields">
      <summary>
        <para>Contains properties allowing you to specify data fields from which group settings of a bound <see cref="T:DevExpress.Web.ASPxNavBar"/> should be obtained.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NavBarGroupDataFields.#ctor(DevExpress.Web.ASPxNavBar)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NavBarGroupDataFields"/> class specifying its owner.</para>
      </summary>
      <param name="navBar">A <see cref="T:DevExpress.Web.ASPxNavBar"/> object specifying the navbar control that will own the created object.</param>
    </member>
    <member name="P:DevExpress.Web.NavBarGroupDataFields.HeaderImageUrlField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) which provides URLs for images displayed within group headers.</para>
      </summary>
      <value>A string value that specifies the name of the required data source field.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarGroupDataFields.NameField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) which provides group 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.NavBarGroupDataFields.NavigateUrlField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) which provides group 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.NavBarGroupDataFields.NavigateUrlFormatString">
      <summary>
        <para>Gets or sets the pattern used to format navigate URLs of groups.</para>
      </summary>
      <value>A string value that represents the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarGroupDataFields.TextField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) which provides group texts.</para>
      </summary>
      <value>A string value that specifies the name of the required data source field.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarGroupDataFields.TextFormatString">
      <summary>
        <para>Gets or sets the pattern used to format group texts.</para>
      </summary>
      <value>A string value that represents the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarGroupDataFields.ToolTipField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) which provides group 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.NavBarGroupEventArgs">
      <summary>
        <para>Provides data for events which concern manipulations on groups.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NavBarGroupEventArgs.#ctor(DevExpress.Web.NavBarGroup)">
      <summary>
        <para>Creates an instance of the <see cref="T:DevExpress.XtraNavBar.NavBarGroupEventArgs"/> class.</para>
      </summary>
      <param name="group">A <see cref="T:DevExpress.XtraNavBar.NavBarGroup"/> object representing the group for which the event has fired.</param>
    </member>
    <member name="P:DevExpress.Web.NavBarGroupEventArgs.Group">
      <summary>
        <para>Gets a group for which the event is fired.</para>
      </summary>
      <value>A <see cref="T:DevExpress.XtraNavBar.NavBarGroup"/> object representing the group for which the event is raised.</value>
    </member>
    <member name="T:DevExpress.Web.NavBarGroupEventHandler">
      <summary>
        <para>A method that will handle the events concerning manipulations with groups.</para>
      </summary>
      <param name="source">A <see cref="T:System.Object"/> representing the event source. Identifies the <see cref="T:DevExpress.Web.ASPxNavBar"/> control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.NavBarGroupEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.NavBarGroupHeaderStyle">
      <summary>
        <para>Defines style settings for <see href="https://docs.devexpress.com/AspNet/5691/components/site-navigation-and-layout/navigation-bar/visual-elements/group-header">group headers</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NavBarGroupHeaderStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NavBarGroupHeaderStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.NavBarGroupHeaderStyle.Height">
      <summary>
        <para>Gets or sets the group header height.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the height of group headers.</value>
    </member>
    <member name="T:DevExpress.Web.NavBarGroupTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render elements of a group - such as the group’s header and the content of the group.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NavBarGroupTemplateContainer.#ctor(DevExpress.Web.NavBarGroup)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NavBarGroupTemplateContainer"/> class with the specified value.</para>
      </summary>
      <param name="group">A <see cref="T:DevExpress.Web.NavBarGroup"/> object specifying the group which the created object belongs to.</param>
    </member>
    <member name="P:DevExpress.Web.NavBarGroupTemplateContainer.Group">
      <summary>
        <para>Gets a group for which the template’s content is being instantiated.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.NavBarGroup"/> object representing the group being rendered.</value>
    </member>
    <member name="T:DevExpress.Web.NavBarImages">
      <summary>
        <para>Contains settings that allow images to be defined for the <see cref="T:DevExpress.Web.ASPxNavBar"/>‘s specific elements.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.NavBarImages.Collapse">
      <summary>
        <para>Gets an image, that when clicked, collapses a group within the NavBar.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.NavBarImages.CollapseImageName">
      <summary>
        <para>Represents the name of the Collapse image file which is used in the <see cref="T:DevExpress.Web.ASPxNavBar"/> control.</para>
        <para>This name is equal to “nbCollapse.png”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.NavBarImages.Expand">
      <summary>
        <para>Gets an image that when clicked, expands a group within the NavBar.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.NavBarImages.ExpandImageName">
      <summary>
        <para>Represents the name of the Expand image file which is used in the <see cref="T:DevExpress.Web.ASPxNavBar"/> control.</para>
        <para>This name is equal to “nbExpand.png”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.NavBarImages.GroupHeader">
      <summary>
        <para>Gets the settings of a common <see href="https://docs.devexpress.com/AspNetMvc/10084/components/site-navigation-and-layout/navbar/visual-elements/group-header-image">group header image</see> displayed by all the <see href="https://docs.devexpress.com/AspNetMvc/10083/components/site-navigation-and-layout/navbar/visual-elements/group-header">group headers</see> within the NavBar.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarImages.GroupHeaderCollapsed">
      <summary>
        <para>Gets the settings of a common <see href="https://docs.devexpress.com/AspNetMvc/10084/components/site-navigation-and-layout/navbar/visual-elements/group-header-image">group header image</see> that is displayed in all collapsed <see href="https://docs.devexpress.com/AspNetMvc/10083/components/site-navigation-and-layout/navbar/visual-elements/group-header">group headers</see> within the NavBar.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.NavBarImages.GroupHeaderImageCollapsedName">
      <summary>
        <para>Represents the name of the GroupHeaderCollapsed image file which is used in the <see cref="T:DevExpress.Web.ASPxNavBar"/> control.</para>
        <para>This name is equal to “nbGroupHeaderCollapsed.gif”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.NavBarImages.GroupHeaderImageName">
      <summary>
        <para>Represents the name of the Group Header image file which is used in the <see cref="T:DevExpress.Web.ASPxNavBar"/> control.</para>
        <para>This name is equal to “nbGroupHeader.gif”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.NavBarImages.Item">
      <summary>
        <para>Gets the settings that define an image displayed within navbar items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ItemImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.NavBarImages.ItemImageName">
      <summary>
        <para>Represents the name of the Item image file which is used in the <see cref="T:DevExpress.Web.ASPxNavBar"/> control.</para>
        <para>This name is equal to “nbItem.gif”.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.NavBarItem">
      <summary>
        <para>Represents an individual item within the <see cref="T:DevExpress.Web.ASPxNavBar"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NavBarItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NavBarItem"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NavBarItem.#ctor(System.String,System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NavBarItem"/> class with the specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the item’s display text. Initializes the item’s <see cref="P:DevExpress.Web.NavBarItem.Text">NavBarItem.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which indentifies the created item. Initializes the item’s <see cref="P:DevExpress.Web.NavBarItem.Name">NavBarItem.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the image displayed by the item. Initializes the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> property of the item’s <see cref="P:DevExpress.Web.NavBarItem.Image">NavBarItem.Image</see>.</param>
      <param name="navigateUrl">A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the item is clicked. Initializes the item’s <see cref="P:DevExpress.Web.NavBarItem.NavigateUrl">NavBarItem.NavigateUrl</see> property.</param>
      <param name="target">A <see cref="T:System.String"/> value which identifies the window or frame at which to target URL content when the item is clicked. Initializes the item’s <see cref="P:DevExpress.Web.NavBarItem.Target">NavBarItem.Target</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.NavBarItem.#ctor(System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NavBarItem"/> class with the specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the item’s display text. Initializes the item’s <see cref="P:DevExpress.Web.NavBarItem.Text">NavBarItem.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which indentifies the created item. Initializes the item’s <see cref="P:DevExpress.Web.NavBarItem.Name">NavBarItem.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the image displayed by the item. Initializes the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> property of the item’s <see cref="P:DevExpress.Web.NavBarItem.Image">NavBarItem.Image</see>.</param>
      <param name="navigateUrl">A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the item is clicked. Initializes the item’s <see cref="P:DevExpress.Web.NavBarItem.NavigateUrl">NavBarItem.NavigateUrl</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.NavBarItem.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NavBarItem"/> class with the specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the item’s display text. Initializes the item’s <see cref="P:DevExpress.Web.NavBarItem.Text">NavBarItem.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which indentifies the created item. Initializes the item’s <see cref="P:DevExpress.Web.NavBarItem.Name">NavBarItem.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the image displayed by the item. Initializes the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> property of the item’s <see cref="P:DevExpress.Web.NavBarItem.Image">NavBarItem.Image</see>.</param>
    </member>
    <member name="M:DevExpress.Web.NavBarItem.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NavBarItem"/> class with the specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the item’s display text. Initializes the item’s <see cref="P:DevExpress.Web.NavBarItem.Text">NavBarItem.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which indentifies the created item. Initializes the item’s <see cref="P:DevExpress.Web.NavBarItem.Name">NavBarItem.Name</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.NavBarItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NavBarItem"/> class using the specified display text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the item’s display text. Initializes the item’s <see cref="P:DevExpress.Web.NavBarItem.Text">NavBarItem.Text</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.NavBarItem.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="P:DevExpress.Web.NavBarItem.ClientEnabled">
      <summary>
        <para>Gets or sets a value that indicates whether the item is enabled on the client.</para>
      </summary>
      <value>true if the item is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarItem.ClientVisible">
      <summary>
        <para>Gets or sets a value that specifies the group item’s initial visibility state on the client.</para>
      </summary>
      <value>true to make an item initially displayed on the client; false to render the item into the control, but make it initially hidden on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarItem.DataItem">
      <summary>
        <para>Gets the data item that is bound to the navbar item.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> that represents the data item that is bound to the navbar item.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarItem.DataPath">
      <summary>
        <para>Gets the path to the data that is bound to the navbar item.</para>
      </summary>
      <value>The path to the data that is bound to the item. This value comes from the hierarchical data source control to which the navbar control is bound.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarItem.Enabled">
      <summary>
        <para>Gets or sets a value that indicates whether the item is enabled, allowing the item to respond to end-user interactions.</para>
      </summary>
      <value>true if the item is enabled; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.NavBarItem.FindControl(System.String)">
      <summary>
        <para>Searches the current naming container for a server control with the specified id parameter.</para>
      </summary>
      <param name="id">The identifier for the control to be found.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object representing the specified control, or the null reference (Nothing in Visual Basic) if the specified control does not exist.</returns>
    </member>
    <member name="P:DevExpress.Web.NavBarItem.Group">
      <summary>
        <para>Gets the group to which the current item belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.NavBarGroup"/> object representing the group that contains the item.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarItem.Image">
      <summary>
        <para>Gets the settings of an image displayed by the item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ItemImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarItem.Name">
      <summary>
        <para>Gets or sets the unique identifier name for the current item.</para>
      </summary>
      <value>A string value that specifies the item’s unique identifier name.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarItem.NavBar">
      <summary>
        <para>Gets the navbar object to which the current item belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxNavBar"/> object representing the navbar that contains the current item.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarItem.NavigateUrl">
      <summary>
        <para>Gets or sets an URL which defines the navigation location.</para>
      </summary>
      <value>A string value which represents an URL where the client web browser will navigate.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarItem.Selected">
      <summary>
        <para>Gets or sets a value that specifies whether the item is selected.</para>
      </summary>
      <value>true if the item is selected; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarItem.Target">
      <summary>
        <para>Gets or sets the window or frame at which to target the contents of the URL associated with the current item.</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.NavBarItem.Template">
      <summary>
        <para>Gets or sets a template used to display the content of the item.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template used for displaying the item’s content.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarItem.Text">
      <summary>
        <para>Gets or sets the text content of the current item.</para>
      </summary>
      <value>A string value that specifies the text content of the <see cref="T:DevExpress.Web.NavBarItem"/>.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarItem.TextTemplate">
      <summary>
        <para>Gets or sets a template used to display the text content of the item.</para>
      </summary>
      <value>An object supporting the <see cref="T:System.Web.UI.ITemplate"/> interface which contains the template used to display the item’s text content.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarItem.ToolTip">
      <summary>
        <para>Gets or sets the current item’s tooltip text.</para>
      </summary>
      <value>A string which specifies the text content of the current item’s tooltip.</value>
    </member>
    <member name="M:DevExpress.Web.NavBarItem.ToString">
      <summary>
        <para>Returns the textual representation of the <see cref="T:DevExpress.Web.NavBarItem"/> object.</para>
      </summary>
      <returns>A string that represents the <see cref="P:DevExpress.Web.NavBarItem.Text">NavBarItem.Text</see> property’s value or, if it’s empty, the type name of the <see cref="T:DevExpress.Web.NavBarItem"/>.</returns>
    </member>
    <member name="P:DevExpress.Web.NavBarItem.Visible">
      <summary>
        <para>Gets or sets a value specifying the visibility of the current item.</para>
      </summary>
      <value>true if the item is visible; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarItem.VisibleIndex">
      <summary>
        <para>Gets or sets a value specifying the position of the current item amongst the visible items in a group.</para>
      </summary>
      <value>An integer value specifying the zero-based index of the <see cref="T:DevExpress.Web.NavBarItem"/> amongst a group’s visible items. &#0045;1 if the item is invisible.</value>
    </member>
    <member name="T:DevExpress.Web.NavBarItemCollection">
      <summary>
        <para>Represents a collection of <see href="https://docs.devexpress.com/AspNet/5695/components/site-navigation-and-layout/navigation-bar/visual-elements/item">items</see> within a <see href="https://docs.devexpress.com/AspNet/5690/components/site-navigation-and-layout/navigation-bar/visual-elements/group">group</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NavBarItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NavBarItemCollection"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NavBarItemCollection.#ctor(DevExpress.Web.NavBarGroup)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NavBarItemCollection"/>class specifying its owner.</para>
      </summary>
      <param name="group">A <see cref="T:DevExpress.Web.NavBarGroup"/> object specifying the navbar group that will own the collection.</param>
    </member>
    <member name="M:DevExpress.Web.NavBarItemCollection.Add">
      <summary>
        <para>Adds a new item to the end of the collection and returns the newly created object.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.NavBarItem"/> object representing the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.NavBarItemCollection.Add(System.String,System.String,System.String,System.String,System.String)">
      <summary>
        <para>Adds a new item to the collection and specifies the item’s display text, name, associated image and URL as well as the target of the URL content.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the item’s display text. Initializes the item’s <see cref="P:DevExpress.Web.NavBarItem.Text">NavBarItem.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which indentifies the created item. Initializes the item’s <see cref="P:DevExpress.Web.NavBarItem.Name">NavBarItem.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the image displayed by the item. Initializes the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> property of the item’s <see cref="P:DevExpress.Web.NavBarItem.Image">NavBarItem.Image</see>.</param>
      <param name="navigateUrl">A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the item is clicked. Initializes the item’s <see cref="P:DevExpress.Web.NavBarItem.NavigateUrl">NavBarItem.NavigateUrl</see> property.</param>
      <param name="target">A <see cref="T:System.String"/> value which identifies the window or frame at which to target URL content when the item is clicked. Initializes the item’s <see cref="P:DevExpress.Web.NavBarItem.Target">NavBarItem.Target</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.NavBarItem"/> object representing the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.NavBarItemCollection.Add(System.String,System.String,System.String,System.String)">
      <summary>
        <para>Adds a new item to the collection and specifies the item’s display text, name, associated image and URL.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the item’s display text. Initializes the item’s <see cref="P:DevExpress.Web.NavBarItem.Text">NavBarItem.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which indentifies the created item. Initializes the item’s <see cref="P:DevExpress.Web.NavBarItem.Name">NavBarItem.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the image displayed by the item. Initializes the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> property of the item’s <see cref="P:DevExpress.Web.NavBarItem.Image">NavBarItem.Image</see>.</param>
      <param name="navigateUrl">A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the item is clicked. Initializes the item’s <see cref="P:DevExpress.Web.NavBarItem.NavigateUrl">NavBarItem.NavigateUrl</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.NavBarItem"/> object representing the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.NavBarItemCollection.Add(System.String,System.String,System.String)">
      <summary>
        <para>Adds a new item to the collection and specifies the item’s display text, name and associated image.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the item’s display text. Initializes the item’s <see cref="P:DevExpress.Web.NavBarItem.Text">NavBarItem.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which indentifies the created item. Initializes the item’s <see cref="P:DevExpress.Web.NavBarItem.Name">NavBarItem.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the image displayed by the item. Initializes the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> property of the item’s <see cref="P:DevExpress.Web.NavBarItem.Image">NavBarItem.Image</see>.</param>
      <returns>A <see cref="T:DevExpress.Web.NavBarItem"/> object representing the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.NavBarItemCollection.Add(System.String,System.String)">
      <summary>
        <para>Adds a new item to the collection and specifies the item’s display text and name.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the item’s display text. Initializes the item’s <see cref="P:DevExpress.Web.NavBarItem.Text">NavBarItem.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which indentifies the created item. Initializes the item’s <see cref="P:DevExpress.Web.NavBarItem.Name">NavBarItem.Name</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.NavBarItem"/> object representing the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.NavBarItemCollection.Add(System.String)">
      <summary>
        <para>Adds a new item to the collection and specifies the item’s display text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the item’s display text. Initializes the item’s <see cref="P:DevExpress.Web.NavBarItem.Text">NavBarItem.Text</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.NavBarItem"/> object representing the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.NavBarItemCollection.FindByName(System.String)">
      <summary>
        <para>Returns an item object with the specified <see cref="P:DevExpress.Web.NavBarItem.Name">NavBarItem.Name</see> property value.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.NavBarItem.Name">NavBarItem.Name</see> property value of the required item.</param>
      <returns>A <see cref="T:DevExpress.Web.NavBarItem"/> object with a specific value of the <see cref="P:DevExpress.Web.NavBarItem.Name">NavBarItem.Name</see> property.</returns>
    </member>
    <member name="M:DevExpress.Web.NavBarItemCollection.FindByText(System.String)">
      <summary>
        <para>Returns an item object with the specified <see cref="P:DevExpress.Web.NavBarItem.Text">NavBarItem.Text</see> property value.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.NavBarItem.Text">NavBarItem.Text</see> property value of the required item.</param>
      <returns>A <see cref="T:DevExpress.Web.NavBarItem"/> object with a specific value of the <see cref="P:DevExpress.Web.NavBarItem.Text">NavBarItem.Text</see> property.</returns>
    </member>
    <member name="M:DevExpress.Web.NavBarItemCollection.IndexOfName(System.String)">
      <summary>
        <para>Searches for an item object specified by the value of its <see cref="P:DevExpress.Web.NavBarItem.Name">NavBarItem.Name</see> property and returns the zero-based index of the first occurrence within the item collection.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.NavBarItem.Name">NavBarItem.Name</see> property value of the required item.</param>
      <returns>The zero-based index of the first occurrence of the specified item within the item collection, if found; otherwise, the negative one (&#0045;1).</returns>
    </member>
    <member name="M:DevExpress.Web.NavBarItemCollection.IndexOfText(System.String)">
      <summary>
        <para>Searches for an item object specified by the value of its <see cref="P:DevExpress.Web.NavBarItem.Text">NavBarItem.Text</see> property and returns the zero-based index of the first occurrence within the item collection.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.NavBarItem.Text">NavBarItem.Text</see> property value of the required item.</param>
      <returns>The zero-based index of the first occurrence of the specified item within the item collection, if found; otherwise, the negative one (&#0045;1).</returns>
    </member>
    <member name="T:DevExpress.Web.NavBarItemCommandEventArgs">
      <summary>
        <para>Provides data for the events whose functionality relates to processing the Command event fired by a child control within a templated item.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NavBarItemCommandEventArgs.#ctor(DevExpress.Web.NavBarItem,System.Object,System.Web.UI.WebControls.CommandEventArgs)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NavBarItemCommandEventArgs"/> class.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.NavBarItem"/> object representing an item related to the generated event.</param>
      <param name="commandSource">A <see cref="T:System.Object"/> identifying the source of the command.</param>
      <param name="originalArgs">A <see cref="T:System.Web.UI.WebControls.CommandEventArgs"/> object that contains the argument for the command.</param>
    </member>
    <member name="M:DevExpress.Web.NavBarItemCommandEventArgs.#ctor(System.Object,System.Web.UI.WebControls.CommandEventArgs)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NavBarItemCommandEventArgs"/> class.</para>
      </summary>
      <param name="commandSource">A <see cref="T:System.Object"/> identifying the source of the command.</param>
      <param name="originalArgs">A <see cref="T:System.Web.UI.WebControls.CommandEventArgs"/> object that contains the argument for the command.</param>
    </member>
    <member name="P:DevExpress.Web.NavBarItemCommandEventArgs.CommandSource">
      <summary>
        <para>Gets an object representing the control which forced a postback.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> representing the control which forced a postback.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarItemCommandEventArgs.Item">
      <summary>
        <para>Gets an item object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.NavBarItem"/> object, manipulations on which forced the event to be raised.</value>
    </member>
    <member name="T:DevExpress.Web.NavBarItemCommandEventHandler">
      <summary>
        <para>A method that will handle specific command events concerning manipulations with items.</para>
      </summary>
      <param name="source">A <see cref="T:System.Object"/> representing the event source. Identifies the <see cref="T:DevExpress.Web.ASPxNavBar"/> control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.NavBarItemCommandEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.NavBarItemDataFields">
      <summary>
        <para>Contains properties allowing you to specify data fields from which item settings of a bound <see cref="T:DevExpress.Web.ASPxNavBar"/> should be obtained.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NavBarItemDataFields.#ctor(DevExpress.Web.ASPxNavBar)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NavBarItemDataFields"/> class specifying its owner.</para>
      </summary>
      <param name="navBar">A <see cref="T:DevExpress.Web.ASPxNavBar"/> object specifying the navbar control that will own the created object.</param>
    </member>
    <member name="P:DevExpress.Web.NavBarItemDataFields.ImageUrlField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) which provides URLs for images displayed within items.</para>
      </summary>
      <value>A string value that specifies the name of the required data source field.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarItemDataFields.NameField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) which provides item 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.NavBarItemDataFields.NavigateUrlField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) which provides 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.NavBarItemDataFields.NavigateUrlFormatString">
      <summary>
        <para>Gets or sets the pattern used to format the navigate URLs of items.</para>
      </summary>
      <value>A string value that represents the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarItemDataFields.TextField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) which provides 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.NavBarItemDataFields.TextFormatString">
      <summary>
        <para>Gets or sets the pattern used to format item texts.</para>
      </summary>
      <value>A string value that represents the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarItemDataFields.ToolTipField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) which provides 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.NavBarItemEventArgs">
      <summary>
        <para>Provides data for events which concern manipulations on items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NavBarItemEventArgs.#ctor(DevExpress.Web.NavBarItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NavBarItemEventArgs"/> class.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.NavBarItem"/> object representing the item related to the generated event.</param>
    </member>
    <member name="P:DevExpress.Web.NavBarItemEventArgs.Item">
      <summary>
        <para>Gets an item object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.NavBarItem"/> object, manipulations on which forced the event to be raised.</value>
    </member>
    <member name="T:DevExpress.Web.NavBarItemEventHandler">
      <summary>
        <para>A method that will handle the events concerning the manipulations with items.</para>
      </summary>
      <param name="source">A <see cref="T:System.Object"/> representing the event source. Identifies the <see cref="T:DevExpress.Web.ASPxNavBar"/> control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.NavBarItemEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.NavBarItems">
      <summary>
        <para>Represents a collection of all <see href="https://docs.devexpress.com/AspNet/5695/components/site-navigation-and-layout/navigation-bar/visual-elements/item">items</see> within a navbar control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NavBarItems.#ctor(DevExpress.Web.ASPxNavBar)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NavBarItems"/> class with the specified owner.</para>
      </summary>
      <param name="navBar">An <see cref="T:DevExpress.Web.ASPxNavBar"/> object that represents the navbar to which the currently created collection belongs.</param>
    </member>
    <member name="P:DevExpress.Web.NavBarItems.Count">
      <summary>
        <para>Gets the number of items contained in the <see cref="T:DevExpress.Web.NavBarItems"/> collection.</para>
      </summary>
      <value>An integer value representing the number of items contained in the collection.</value>
    </member>
    <member name="M:DevExpress.Web.NavBarItems.FindByName(System.String)">
      <summary>
        <para>Returns an item object with the specified <see cref="P:DevExpress.Web.NavBarItem.Name">NavBarItem.Name</see> property value.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.NavBarItem.Name">NavBarItem.Name</see> property value of the required item.</param>
      <returns>A <see cref="T:DevExpress.Web.NavBarItem"/> object with a specific value of the <see cref="P:DevExpress.Web.NavBarItem.Name">NavBarItem.Name</see> property.</returns>
    </member>
    <member name="M:DevExpress.Web.NavBarItems.FindByText(System.String)">
      <summary>
        <para>Returns an item object with the specified <see cref="P:DevExpress.Web.NavBarItem.Text">NavBarItem.Text</see> property value.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.NavBarItem.Text">NavBarItem.Text</see> property value of the required item.</param>
      <returns>A <see cref="T:DevExpress.Web.NavBarItem"/> object with a specific value of the <see cref="P:DevExpress.Web.NavBarItem.Text">NavBarItem.Text</see> property.</returns>
    </member>
    <member name="P:DevExpress.Web.NavBarItems.Item(System.Int32)">
      <summary>
        <para>Returns a <see cref="T:DevExpress.Web.NavBarItem"/> object from the <see cref="T:DevExpress.Web.NavBarItems"/> at the specified index.</para>
      </summary>
      <param name="index">An integer value representing the zero-based index of the <see cref="T:DevExpress.Web.NavBarItem"/> to retrieve from the <see cref="T:DevExpress.Web.NavBarItems"/>.</param>
      <value>A <see cref="T:DevExpress.Web.NavBarItem"/> object representing an item with the specified index.</value>
    </member>
    <member name="T:DevExpress.Web.NavBarItemStyle">
      <summary>
        <para>Defines style settings for <see href="https://docs.devexpress.com/AspNet/5695/components/site-navigation-and-layout/navigation-bar/visual-elements/item">navbar items</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NavBarItemStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NavBarItemStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.NavBarItemStyle.Height">
      <summary>
        <para>Gets or sets the item height.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the height of items.</value>
    </member>
    <member name="T:DevExpress.Web.NavBarItemTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NavBarItemTemplateContainer.#ctor(DevExpress.Web.NavBarItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NavBarItemTemplateContainer"/> class with the specified setting.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.NavBarItem"/> object specifying the navbar item which the current object belongs to.</param>
    </member>
    <member name="P:DevExpress.Web.NavBarItemTemplateContainer.Item">
      <summary>
        <para>Gets an item for which the template’s content is being instantiated.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.NavBarItem"/> object representing the item being rendered.</value>
    </member>
    <member name="T:DevExpress.Web.NavBarStyle">
      <summary>
        <para>Contains specific NavBar related style settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NavBarStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NavBarStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.NavBarStyle.GroupSpacing">
      <summary>
        <para>Gets or sets the vertical spacing between the groups in the navigation bar.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarStyle.Paddings">
      <summary>
        <para>Gets the padding settings of ASPxNavBar control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="T:DevExpress.Web.NavBarStyles">
      <summary>
        <para>Contains settings that allow the <see cref="T:DevExpress.Web.ASPxNavBar"/>‘s appearance to be defined.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.NavBarStyles.GroupContent">
      <summary>
        <para>Gets the style settings defining the appearance of <see href="https://docs.devexpress.com/AspNetMvc/10085/components/site-navigation-and-layout/navbar/visual-elements/group-content">group content</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.NavBarGroupContentStyle"/> object that contains the style settings.</value>
    </member>
    <member name="F:DevExpress.Web.NavBarStyles.GroupContentStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.NavBarStyles.GroupHeader">
      <summary>
        <para>Gets the style settings defining the appearance of <see href="https://docs.devexpress.com/AspNetMvc/10083/components/site-navigation-and-layout/navbar/visual-elements/group-header">group headers</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.NavBarGroupHeaderStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarStyles.GroupHeaderCollapsed">
      <summary>
        <para>Gets the style settings defining the appearance of all collapsed <see href="https://docs.devexpress.com/AspNetMvc/10083/components/site-navigation-and-layout/navbar/visual-elements/group-header">group headers</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.NavBarGroupHeaderStyle"/> object that contains the style settings.</value>
    </member>
    <member name="F:DevExpress.Web.NavBarStyles.GroupHeaderCollapsedStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.NavBarStyles.GroupHeaderStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.NavBarStyles.Item">
      <summary>
        <para>Gets the style settings that define the common appearance of navbar items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.NavBarItemStyle"/> object that contains the style settings.</value>
    </member>
    <member name="F:DevExpress.Web.NavBarStyles.ItemStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.NavBarStyles.Link">
      <summary>
        <para>Gets the style settings, defining the common appearance of navbar links.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LinkStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.NavBarStyles.LoadingPanel">
      <summary>
        <para>Gets the style settings of a specific <see href="https://docs.devexpress.com/AspNetMvc/10089/components/site-navigation-and-layout/navbar/visual-elements/loading-panel">loading panel</see> displayed as a group’s content 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="T:DevExpress.Web.NavigationBarMode">
      <summary>
        <para>Lists values that specify how items are displayed within the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.NavigationBarMode.Dots">
      <summary>
        <para>The <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see> displays dots.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.NavigationBarMode.Thumbnails">
      <summary>
        <para>The <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see> displays thumbnails.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.NavigationBarPagingMode">
      <summary>
        <para>Lists values that specify the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see> paging mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.NavigationBarPagingMode.Page">
      <summary>
        <para>Thumbnails are scrolled by a page.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.NavigationBarPagingMode.Single">
      <summary>
        <para>Thumbnails are scrolled one by one.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.NavigationBarPosition">
      <summary>
        <para>Lists values that specify the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see>‘s position within an <see cref="T:DevExpress.Web.ASPxImageSlider"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.NavigationBarPosition.Bottom">
      <summary>
        <para>The <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see> is displayed at the bottom of the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.NavigationBarPosition.Left">
      <summary>
        <para>The <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see> is displayed at the left of the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.NavigationBarPosition.Right">
      <summary>
        <para>The <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see> is displayed at the rigth of the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.NavigationBarPosition.Top">
      <summary>
        <para>The <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see> is displayed at the top of the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#image-area">image area</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.NavigationButtonVisibilityMode">
      <summary>
        <para>Lists values that specify the visibility mode of <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#navigation-buttons">navigation buttons</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.NavigationButtonVisibilityMode.Always">
      <summary>
        <para><see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#navigation-buttons">Navigation buttons</see> are always visible.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.NavigationButtonVisibilityMode.Auto">
      <summary>
        <para><see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#navigation-buttons">Navigation buttons</see> are visible when the width of all <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#thumbnail">thumbnails</see> exceeds the width of the <see cref="T:DevExpress.Web.ASPxImageZoomNavigator"/> control.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.NavigationDirection">
      <summary>
        <para>Lists the values that specify the direction in which items navigate within the image slider control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.NavigationDirection.Horizontal">
      <summary>
        <para>Image slider items navigate horizontally.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.NavigationDirection.Vertical">
      <summary>
        <para>Image slider items navigate vertically.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.NestedControlStyle">
      <summary>
        <para>Defines style settings for the layout item’s nested editors.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NestedControlStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.NestedControlStyle.DisabledStyle">
      <summary>
        <para>Gets the style settings that define a layout item’s appearance in the disabled state.</para>
      </summary>
      <value>An object that provides style settings.</value>
    </member>
    <member name="T:DevExpress.Web.NewsControlClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events available for a news control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NewsControlClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NewsControlClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.NewsControlClientSideEvents.TailClick">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientNewsControl.TailClick</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.NewsControlImages">
      <summary>
        <para>Contains settings that allow images to be defined for the <see cref="T:DevExpress.Web.ASPxNewsControl"/>‘s specific elements.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.NewsControlImages.BackToTop">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.NewsControlImages.BackToTopImageName">
      <summary>
        <para>Represents the name of the BackToTop image file which is used in the <see cref="T:DevExpress.Web.ASPxNewsControl"/> control.</para>
        <para>This name is equal to “ncBackToTop.gif”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.NewsControlImages.Item">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.NewsControlImages.ItemImageName">
      <summary>
        <para>Represents the name of the Item image file which is used in the <see cref="T:DevExpress.Web.ASPxNewsControl"/> control.</para>
        <para>This name is equal to “ncItem.gif”.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.NewsControlPagerAllButtonProperties">
      <summary>
        <para>Contains settings specific to the button that when clicked, displays the content of all the pages.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NewsControlPagerAllButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NewsControlPagerAllButtonProperties"/> 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.NewsControlPagerFirstButtonProperties">
      <summary>
        <para>Contains settings specific to the button that when clicked, navigates a user to the first page.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NewsControlPagerFirstButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NewsControlPagerFirstButtonProperties"/> 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.NewsControlPagerLastButtonProperties">
      <summary>
        <para>Contains settings specific to the button that when clicked, navigates a user to the last page.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NewsControlPagerLastButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NewsControlPagerLastButtonProperties"/> 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.NewsControlPagerNextButtonProperties">
      <summary>
        <para>Contains settings specific to the button that when clicked, navigates a user to the next page.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NewsControlPagerNextButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NewsControlPagerNextButtonProperties"/> 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.NewsControlPagerPageSizeItemSettings">
      <summary>
        <para>Contains <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">Page Size Item</see> element specific settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NewsControlPagerPageSizeItemSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NewsControlPagerPageSizeItemSettings"/> 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.NewsControlPagerPageSizeItemSettings.Text">
      <summary>
        <para>Gets or sets the text displayed within the page size item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the text.</value>
    </member>
    <member name="T:DevExpress.Web.NewsControlPagerPrevButtonProperties">
      <summary>
        <para>Contains settings specific to the button that when clicked, navigates a user to the previous page.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NewsControlPagerPrevButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NewsControlPagerPrevButtonProperties"/> 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.NewsControlPagerSettings">
      <summary>
        <para>Contains pager settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NewsControlPagerSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NewsControlPagerSettings"/> 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.NewsControlPagerSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.NewsControlPagerSettings.EndlessPagingMode">
      <summary>
        <para>Gets or sets a value that defines endless paging mode.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.DataViewEndlessPagingMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.NewsControlPagerSettings.Position">
      <summary>
        <para>Gets or sets the pager’s position within an ASPxNewsControl.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.PagerPosition"/> enumeration values that specifies the position of the pager.</value>
    </member>
    <member name="P:DevExpress.Web.NewsControlPagerSettings.SEOFriendly">
      <summary>
        <para>Gets or sets whether Search-Engine Optimization (SEO) mode is enabled.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SEOFriendlyMode"/> enumeration value that specifies whether SEO mode is enabled.</value>
    </member>
    <member name="P:DevExpress.Web.NewsControlPagerSettings.ShowDefaultImages">
      <summary>
        <para>Gets or sets whether default button images are shown.</para>
      </summary>
      <value>true, to show default button images; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.NewsControlPagerSettings.ShowMoreItemsText">
      <summary>
        <para>Gets or sets the text displayed within the ShowMoreItems button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the ShowMoreItems button text.</value>
    </member>
    <member name="T:DevExpress.Web.NewsControlPagerSummaryProperties">
      <summary>
        <para>Provides the built-in pager <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#summary">summary</see> settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NewsControlPagerSummaryProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NewsControlPagerSummaryProperties"/> 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.NewsControlStyles">
      <summary>
        <para>Contains settings that allow the <see cref="T:DevExpress.Web.ASPxNewsControl"/>‘s appearance to be defined.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NewsControlStyles.#ctor(DevExpress.Web.ASPxNewsControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NewsControlStyles"/> class with the specified owner.</para>
      </summary>
      <param name="newsControl">An <see cref="T:DevExpress.Web.ASPxNewsControl"/> object that represents the class’ owner.</param>
    </member>
    <member name="P:DevExpress.Web.NewsControlStyles.BackToTop">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.NewsControlStyles.ItemContent">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.NewsControlStyles.ItemDate">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.NewsControlStyles.ItemHeader">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.NewsControlStyles.ItemLeftPanel">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.NewsControlStyles.ItemRightPanel">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.NewsControlStyles.ItemTail">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.NewsItem">
      <summary>
        <para>Represents a news item.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NewsItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NewsItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NewsItem.#ctor(System.String,System.String,System.String,System.String,System.String,System.DateTime)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NewsItem"/> class with the specified settings.</para>
      </summary>
      <param name="headerText">A string value that specifies the text displayed within the item’s header. This value is assigned to the <see cref="P:DevExpress.Web.NewsItem.HeaderText">NewsItem.HeaderText</see> property.</param>
      <param name="text">A string value that specifies the item’s contents. This value is assigned to the <see cref="P:DevExpress.Web.NewsItem.Text">NewsItem.Text</see> property.</param>
      <param name="navigateUrl">A string value that specifies the item’s URL. This value is assigned to the <see cref="P:DevExpress.Web.NewsItem.NavigateUrl">NewsItem.NavigateUrl</see> property.</param>
      <param name="name">A string value that specifies the item’s unique identifier name.</param>
      <param name="imageUrl">A string value that specifies the location of the item’s image.</param>
      <param name="date">A DateTime structure that represents the item’s date. This value is assigned to the <see cref="P:DevExpress.Web.NewsItem.Date">NewsItem.Date</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.NewsItem.#ctor(System.String,System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NewsItem"/> class with the specified settings.</para>
      </summary>
      <param name="headerText">A string value that specifies the text dispalyed within the item’s header. This value is assigned to the <see cref="P:DevExpress.Web.NewsItem.HeaderText">NewsItem.HeaderText</see> property.</param>
      <param name="text">A string value that specifies the item’s contents. This value is assigned to the <see cref="P:DevExpress.Web.NewsItem.Text">NewsItem.Text</see> property.</param>
      <param name="navigateUrl">A string value that specifies the item’s URL. This value is assigned to the <see cref="P:DevExpress.Web.NewsItem.NavigateUrl">NewsItem.NavigateUrl</see> property.</param>
      <param name="name">A string value that specifies the item’s unique identifier name.</param>
      <param name="imageUrl">A string value that specifies the location of the item’s image.</param>
    </member>
    <member name="M:DevExpress.Web.NewsItem.#ctor(System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NewsItem"/> class with the specified settings.</para>
      </summary>
      <param name="headerText">A string value that specifies the text dispalyed within the item’s header. This value is assigned to the <see cref="P:DevExpress.Web.NewsItem.HeaderText">NewsItem.HeaderText</see> property.</param>
      <param name="text">A string value that specifies the item’s contents. This value is assigned to the <see cref="P:DevExpress.Web.NewsItem.Text">NewsItem.Text</see> property.</param>
      <param name="navigateUrl">A string value that specifies the item’s URL. This value is assigned to the <see cref="P:DevExpress.Web.NewsItem.NavigateUrl">NewsItem.NavigateUrl</see> property.</param>
      <param name="name">A string value that specifies location of the item’s image.</param>
    </member>
    <member name="M:DevExpress.Web.NewsItem.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NewsItem"/> class with the specified settings.</para>
      </summary>
      <param name="headerText">A string value that specifies the text dispalyed within the item’s header. This value is assigned to the <see cref="P:DevExpress.Web.NewsItem.HeaderText">NewsItem.HeaderText</see> property.</param>
      <param name="text">A string value that specifies the item’s contents. This value is assigned to the <see cref="P:DevExpress.Web.NewsItem.Text">NewsItem.Text</see> property.</param>
      <param name="navigateUrl">A string value that specifies the item’s URL. This value is assigned to the <see cref="P:DevExpress.Web.NewsItem.NavigateUrl">NewsItem.NavigateUrl</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.NewsItem.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NewsItem"/> class with the specified header text and contents.</para>
      </summary>
      <param name="headerText">A string value that specifies the text dispalyed within the item’s header. This value is assigned to the <see cref="P:DevExpress.Web.NewsItem.HeaderText">NewsItem.HeaderText</see> property.</param>
      <param name="text">A string value that specifies the item’s contents. This value is assigned to the <see cref="P:DevExpress.Web.NewsItem.Text">NewsItem.Text</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.NewsItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NewsItem"/> class with the specified header text.</para>
      </summary>
      <param name="headerText">A string value that specifies the text dispalyed within the item’s header. This value is assigned to the <see cref="P:DevExpress.Web.NewsItem.HeaderText">NewsItem.HeaderText</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.NewsItem.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.NewsItem.Date">
      <summary>
        <para>Gets or sets the item’s date.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> structure that represents the item’s date.</value>
    </member>
    <member name="P:DevExpress.Web.NewsItem.HeaderText">
      <summary>
        <para>Gets or sets the text displayed within the item’s header.</para>
      </summary>
      <value>A string value that specifies the text dispalyed within the item’s header.</value>
    </member>
    <member name="P:DevExpress.Web.NewsItem.Image">
      <summary>
        <para>Gets the settings of an image displayed within the item.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.NewsItem.Name">
      <summary>
        <para>Gets or sets the item’s unique identifier name.</para>
      </summary>
      <value>A string value that specifies the item’s unique identifier name.</value>
    </member>
    <member name="P:DevExpress.Web.NewsItem.NavigateUrl">
      <summary>
        <para>Gets or sets the item’s URL.</para>
      </summary>
      <value>A string value that specifies the item’s URL.</value>
    </member>
    <member name="P:DevExpress.Web.NewsItem.Text">
      <summary>
        <para>Gets or sets the item’s contents.</para>
      </summary>
      <value>A string value that specifies the item’s content.</value>
    </member>
    <member name="M:DevExpress.Web.NewsItem.ToString">
      <summary>
        <para>Returns the string that represents the <see cref="T:DevExpress.Web.NewsItem"/> object.</para>
      </summary>
      <returns>A string value that represents the <see cref="T:DevExpress.Web.NewsItem"/> object.</returns>
    </member>
    <member name="T:DevExpress.Web.NewsItemCollection">
      <summary>
        <para>Represents a collection of <see cref="T:DevExpress.Web.NewsItem"/> objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NewsItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NewsItemCollection"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NewsItemCollection.#ctor(DevExpress.Web.ASPxNewsControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NewsItemCollection"/> class with the specified owner.</para>
      </summary>
      <param name="newsControl">An <see cref="T:DevExpress.Web.ASPxNewsControl"/> object that will own a new collection.</param>
    </member>
    <member name="M:DevExpress.Web.NewsItemCollection.Add">
      <summary>
        <para>Adds a new item to the end of the collection.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.NewsItem"/> object that has been added to the collection.</returns>
    </member>
    <member name="M:DevExpress.Web.NewsItemCollection.Add(DevExpress.Web.NewsItem)">
      <summary>
        <para>Adds the specified item to the collection.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.NewsItem"/> object to add to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.NewsItemCollection.Add(System.String,System.String,System.String,System.String,System.String,System.DateTime)">
      <summary>
        <para>Creates a new item with the specified settings and adds it to the collection.</para>
      </summary>
      <param name="headerText">A string value that specifies the text dispalyed within the item’s header. This value is assigned to the <see cref="P:DevExpress.Web.NewsItem.HeaderText">NewsItem.HeaderText</see> property.</param>
      <param name="text">A string value that specifies the item’s contents. This value is assigned to the <see cref="P:DevExpress.Web.NewsItem.Text">NewsItem.Text</see> property.</param>
      <param name="navigateUrl">A string value that specifies the item’s URL. This value is assigned to the <see cref="P:DevExpress.Web.NewsItem.NavigateUrl">NewsItem.NavigateUrl</see> property.</param>
      <param name="name">A string value that specifies the item’s unique identifier name. This value is assigned to the <see cref="P:DevExpress.Web.NewsItem.Name">NewsItem.Name</see> property.</param>
      <param name="imageUrl">A string value that specifies the location of the item’s image.</param>
      <param name="date">A string value that specifies the item’s date. This value is assigned to the <see cref="P:DevExpress.Web.NewsItem.Date">NewsItem.Date</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.NewsItem"/> object that has been added to the collection.</returns>
    </member>
    <member name="M:DevExpress.Web.NewsItemCollection.Add(System.String,System.String,System.String,System.String,System.String)">
      <summary>
        <para>Creates a new item with the specified settings and adds it to the collection.</para>
      </summary>
      <param name="headerText">A string value that specifies the text dispalyed within the item’s header. This value is assigned to the <see cref="P:DevExpress.Web.NewsItem.HeaderText">NewsItem.HeaderText</see> property.</param>
      <param name="text">A string value that specifies the item’s contents. This value is assigned to the <see cref="P:DevExpress.Web.NewsItem.Text">NewsItem.Text</see> property.</param>
      <param name="navigateUrl">A string value that specifies the item’s URL. This value is assigned to the <see cref="P:DevExpress.Web.NewsItem.NavigateUrl">NewsItem.NavigateUrl</see> property.</param>
      <param name="name">A string value that specifies the item’s unique identifier name. This value is assigned to the <see cref="P:DevExpress.Web.NewsItem.Name">NewsItem.Name</see> property.</param>
      <param name="imageUrl">A string value that specifies the location of the item’s image.</param>
      <returns>A <see cref="T:DevExpress.Web.NewsItem"/> object that has been added to the collection.</returns>
    </member>
    <member name="M:DevExpress.Web.NewsItemCollection.Add(System.String,System.String,System.String,System.String)">
      <summary>
        <para>Creates a new item with the specified settings and adds it to the collection.</para>
      </summary>
      <param name="headerText">A string value that specifies the text dispalyed within the item’s header. This value is assigned to the <see cref="P:DevExpress.Web.NewsItem.HeaderText">NewsItem.HeaderText</see> property.</param>
      <param name="text">A string value that specifies the item’s contents. This value is assigned to the <see cref="P:DevExpress.Web.NewsItem.Text">NewsItem.Text</see> property.</param>
      <param name="navigateUrl">A string value that specifies the item’s URL. This value is assigned to the <see cref="P:DevExpress.Web.NewsItem.NavigateUrl">NewsItem.NavigateUrl</see> property.</param>
      <param name="name">A string value that specifies the item’s unique identifier name. This value is assigned to the <see cref="P:DevExpress.Web.NewsItem.Name">NewsItem.Name</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.NewsItem"/> object that has been added to the collection.</returns>
    </member>
    <member name="M:DevExpress.Web.NewsItemCollection.Add(System.String,System.String,System.String)">
      <summary>
        <para>Adds a new item to the end of the collection.</para>
      </summary>
      <param name="headerText">A string value that specifies the text dispalyed within the item’s header. This value is assigned to the <see cref="P:DevExpress.Web.NewsItem.HeaderText">NewsItem.HeaderText</see> property.</param>
      <param name="text">A string value that specifies the item’s contents. This value is assigned to the <see cref="P:DevExpress.Web.NewsItem.Text">NewsItem.Text</see> property.</param>
      <param name="navigateUrl">A string value that specifies the item’s URL. This value is assigned to the <see cref="P:DevExpress.Web.NewsItem.NavigateUrl">NewsItem.NavigateUrl</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.NewsItem"/> object that has been added to the collection.</returns>
    </member>
    <member name="M:DevExpress.Web.NewsItemCollection.Add(System.String,System.String)">
      <summary>
        <para>Adds a new item to the end of the collection.</para>
      </summary>
      <param name="headerText">A string value that specifies the text dispalyed within the item’s header. This value is assigned to the <see cref="P:DevExpress.Web.NewsItem.HeaderText">NewsItem.HeaderText</see> property.</param>
      <param name="text">A string value that specifies the item’s contents. This value is assigned to the <see cref="P:DevExpress.Web.NewsItem.Text">NewsItem.Text</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.NewsItem"/> object that has been added to the collection.</returns>
    </member>
    <member name="M:DevExpress.Web.NewsItemCollection.Add(System.String)">
      <summary>
        <para>Adds a new item to the end of the collection.</para>
      </summary>
      <param name="headerText">A string value that specifies the text dispalyed within the item’s header. This value is assigned to the <see cref="P:DevExpress.Web.NewsItem.HeaderText">NewsItem.HeaderText</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.NewsItem"/> object that has been added to the collection.</returns>
    </member>
    <member name="M:DevExpress.Web.NewsItemCollection.FindByDate(System.DateTime)">
      <summary>
        <para>Returns an item by its date.</para>
      </summary>
      <param name="date">A <see cref="T:System.DateTime"/> structure that represents the date of the requested node.</param>
      <returns>A <see cref="T:DevExpress.Web.NewsItem"/> object with the specified date. null (Nothing in Visual Basic) if the item isn’t found.</returns>
    </member>
    <member name="M:DevExpress.Web.NewsItemCollection.FindByHeaderText(System.String)">
      <summary>
        <para>Returns an item by its header text.</para>
      </summary>
      <param name="headerText">A string value that specifies the header text of the requested node.</param>
      <returns>A <see cref="T:DevExpress.Web.NewsItem"/> object with the specified header text. null (Nothing in Visual Basic) if the item isn’t found.</returns>
    </member>
    <member name="M:DevExpress.Web.NewsItemCollection.FindByName(System.String)">
      <summary>
        <para>Returns an item object with the specified <see cref="P:DevExpress.Web.NewsItem.Name">NewsItem.Name</see> property value.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.NewsItem.Name">NewsItem.Name</see> property value of the required item.</param>
      <returns>A <see cref="T:DevExpress.Web.NewsItem"/> object with a specific value of the <see cref="P:DevExpress.Web.NewsItem.Name">NewsItem.Name</see> property.</returns>
    </member>
    <member name="M:DevExpress.Web.NewsItemCollection.FindByText(System.String)">
      <summary>
        <para>Returns an item by its text.</para>
      </summary>
      <param name="text">A string value that specifies the text of the requested item.</param>
      <returns>A <see cref="T:DevExpress.Web.NewsItem"/> object with the specified contents. null (Nothing in Visual Basic) if the item isn’t found.</returns>
    </member>
    <member name="M:DevExpress.Web.NewsItemCollection.IndexOf(DevExpress.Web.NewsItem)">
      <summary>
        <para>Returns the specified item’s position within the collection.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.NewsItem"/> object to locate in the collection.</param>
      <returns>An integer value that specifies the item’s position within the collection. &#0045;1 if the collection doesn’t contain the specified item.</returns>
    </member>
    <member name="M:DevExpress.Web.NewsItemCollection.IndexOfDate(System.DateTime)">
      <summary>
        <para>Returns the specified item’s position within the collection. The item is identified by its date.</para>
      </summary>
      <param name="date">A <see cref="T:System.DateTime"/> structure that specifies the date of the requested item.</param>
      <returns>An integer value that specifies the item’s position within the collection. &#0045;1 if the collection doesn’t contain the item with the specified date.</returns>
    </member>
    <member name="M:DevExpress.Web.NewsItemCollection.IndexOfHeaderText(System.String)">
      <summary>
        <para>Returns the specified item’s position within the collection. The item is identified by its header text.</para>
      </summary>
      <param name="headerText">A string value that specifies the header text of the requested item.</param>
      <returns>An integer value that specifies the item’s position within the collection. &#0045;1 if the collection doesn’t contain the item with the specified header text.</returns>
    </member>
    <member name="M:DevExpress.Web.NewsItemCollection.IndexOfName(System.String)">
      <summary>
        <para>Searches for an item object specified by the value of its <see cref="P:DevExpress.Web.NewsItem.Name">NewsItem.Name</see> property and returns the zero-based index of the first occurrence within the item collection.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.NewsItem.Name">NewsItem.Name</see> property value of the required item.</param>
      <returns>The zero-based index of the first occurrence of the specified item within the item collection, if found; otherwise, negative one (&#0045;1).</returns>
    </member>
    <member name="M:DevExpress.Web.NewsItemCollection.IndexOfText(System.String)">
      <summary>
        <para>Returns the specified item’s position within the collection. The item is identified by its contents.</para>
      </summary>
      <param name="text">A string value that represents the text of the requested item.</param>
      <returns>An integer value that specifies the item’s position within the collection. &#0045;1 if the collection doesn’t contain the item with the specified contents.</returns>
    </member>
    <member name="M:DevExpress.Web.NewsItemCollection.Insert(System.Int32,DevExpress.Web.NewsItem)">
      <summary>
        <para>Adds the specified item to the specified position within the collection.</para>
      </summary>
      <param name="index">An integer value that specifies the zero-based index at which the specified item should be inserted. If it’s negative or exceeds the number of elements, an exception is raised.</param>
      <param name="item">A <see cref="T:DevExpress.Web.NewsItem"/> object to insert.</param>
    </member>
    <member name="P:DevExpress.Web.NewsItemCollection.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.NewsItem"/> object that represents the item at the specified position.</value>
    </member>
    <member name="M:DevExpress.Web.NewsItemCollection.Remove(DevExpress.Web.NewsItem)">
      <summary>
        <para>Removes the specified item from the collection.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.NewsItem"/> object to remove from the collection.</param>
    </member>
    <member name="T:DevExpress.Web.NewsItemEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxNewsControl.ItemDataBound">ASPxNewsControl.ItemDataBound</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NewsItemEventArgs.#ctor(DevExpress.Web.NewsItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NewsItemEventArgs"/> class.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.NewsItem"/> object that represents an item currently being processed. This value is assigned to the <see cref="P:DevExpress.Web.NewsItemEventArgs.Item">NewsItemEventArgs.Item</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.NewsItemEventArgs.Item">
      <summary>
        <para>Gets the item currently being processed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.NewsItem"/> object that represents an item currently being processed.</value>
    </member>
    <member name="T:DevExpress.Web.NewsItemEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxNewsControl.ItemDataBound">ASPxNewsControl.ItemDataBound</see> event.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.NewsItemEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.NewsItemSettings">
      <summary>
        <para>Contains news item settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NewsItemSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NewsItemSettings"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NewsItemSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NewsItemSettings"/> 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.NewsItemSettings.DateVerticalPosition">
      <summary>
        <para>Gets or sets the date’s vertical position within news items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DateVerticalPosition"/> enumeration value that specifies the date’s vertical position within news items.</value>
    </member>
    <member name="T:DevExpress.Web.NextButtonProperties">
      <summary>
        <para>Contains settings specific to the button that when clicked, navigates a user to the next page.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NextButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner,System.Boolean,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NextButtonProperties"/> 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="visible">true to display the button within the control; otherwise, false. This value is assigned to the <see cref="P:DevExpress.Web.PagerButtonProperties.Visible">PagerButtonProperties.Visible</see> property.</param>
      <param name="text">A string value that specifies the button’s text. This value is assigned to the <see cref="P:DevExpress.Web.PagerButtonProperties.Text">PagerButtonProperties.Text</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.NextButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NextButtonProperties"/> class.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
      <param name="visible">true to display the button within the control; otherwise, false. This value is assigned to the <see cref="P:DevExpress.Web.PagerButtonProperties.Visible">PagerButtonProperties.Visible</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.NextButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NextButtonProperties"/> 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.NodeBulletStyle">
      <summary>
        <para>Specifies the bullet style for the site map nodes located at a specific nesting level.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.NodeBulletStyle.Auto">
      <summary>
        <para>Different bullet styles are automatically applied to different hierarchy levels.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.NodeBulletStyle.Circle">
      <summary>
        <para>The bullet style is an empty circle shape.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.NodeBulletStyle.Disc">
      <summary>
        <para>The bullet style is a filled circle shape.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.NodeBulletStyle.None">
      <summary>
        <para>No bullet style is used.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.NodeBulletStyle.NotSet">
      <summary>
        <para>The bullet style is not set explicitly and depends upon the default settings of a site map control or the settings of an applied theme.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.NodeBulletStyle.Square">
      <summary>
        <para>The bullet style is a filled square shape.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.NodeTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render <see href="https://docs.devexpress.com/AspNet/8293/components/site-navigation-and-layout/site-map-control">nodes</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.NodeTemplateContainer.#ctor(System.Web.SiteMapNode)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.NodeTemplateContainer"/> class with the specified setting.</para>
      </summary>
      <param name="node">A <see cref="T:System.Web.SiteMapNode"/> object specifying the site map node which the current object belongs to.</param>
    </member>
    <member name="P:DevExpress.Web.NodeTemplateContainer.SiteMapNode">
      <summary>
        <para>Gets a site map node for which the template’s content is being instantiated.</para>
      </summary>
      <value>A <see cref="T:System.Web.SiteMapNode"/> object representing the site map node being rendered.</value>
    </member>
    <member name="T:DevExpress.Web.NullTextDisplayMode">
      <summary>
        <para>Lists values that specify the null text mode for editors.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.NullTextDisplayMode.Unfocused">
      <summary>
        <para>The null text is displayed when the editor is unfocused.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.NullTextDisplayMode.UnfocusedAndFocused">
      <summary>
        <para>The null text is displayed when the editor is focused or unfocused.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ObjectContainerClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events available for the control on the client side.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ObjectContainerClientSideEvents.#ctor">
      <summary>
        <para>Creates a new instance of the <see cref="T:DevExpress.Web.ObjectContainerClientSideEvents"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ObjectContainerClientSideEvents.FlashScriptCommand">
      <summary>
        <para>Gets or sets the name of the JavaScript function, or the entire code which will handle a client object container’s <b>ASPxClientObjectContainer.FlashScriptCommand</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.ObjectContainerImages">
      <summary>
        <para>Contains settings that allow images to be defined for the <see cref="T:DevExpress.Web.ASPxObjectContainer"/>‘s specific elements.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ObjectContainerImages.Audio">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ObjectContainerImages.AudioImageName">
      <summary>
        <para>Represents the name of the Audio image file which is used in the <see cref="T:DevExpress.Web.ASPxObjectContainer"/> control.</para>
        <para>This name is equal to “ocAudioObjectProperties”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ObjectContainerImages.Error">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ObjectContainerImages.ErrorImageName">
      <summary>
        <para>Represents the name of the Error image file which is used in the <see cref="T:DevExpress.Web.ASPxObjectContainer"/> control.</para>
        <para>This name is equal to “ocErrorObjectProperties”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ObjectContainerImages.Flash">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ObjectContainerImages.FlashImageName">
      <summary>
        <para>Represents the name of the Flash image file which is used in the <see cref="T:DevExpress.Web.ASPxObjectContainer"/> control.</para>
        <para>This name is equal to “ocFlashObjectProperties”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ObjectContainerImages.Html5Audio">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ObjectContainerImages.Html5AudioImageName">
      <summary>
        <para>The name of the HTML5 Audio image file which is used in the <see cref="T:DevExpress.Web.ASPxObjectContainer"/> control.</para>
        <para>This name is equal to “ocHtml5AudioObjectProperties”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ObjectContainerImages.Html5Video">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ObjectContainerImages.Html5VideoImageName">
      <summary>
        <para>The name of the HTML5 Video image file which is used in the <see cref="T:DevExpress.Web.ASPxObjectContainer"/> control.</para>
        <para>This name is equal to “ocHtml5VideoObjectProperties”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ObjectContainerImages.Image">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ObjectContainerImages.ImageImageName">
      <summary>
        <para>Represents the name of the Image image file which is used in the <see cref="T:DevExpress.Web.ASPxObjectContainer"/> control.</para>
        <para>This name is equal to “ocImageObjectProperties”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ObjectContainerImages.QuickTime">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ObjectContainerImages.QuickTimeImageName">
      <summary>
        <para>Represents the name of the Quick Time image file which is used in the <see cref="T:DevExpress.Web.ASPxObjectContainer"/> control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ObjectContainerImages.Video">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ObjectContainerImages.VideoImageName">
      <summary>
        <para>Represents the name of the Video image file which is used in the <see cref="T:DevExpress.Web.ASPxObjectContainer"/> control.</para>
        <para>This name is equal to “ocVideoObjectProperties”.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ObjectProperties">
      <summary>
        <para>Serves as a base for classes that provide settings for media objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ObjectProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ObjectProperties"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ObjectProperties.#ctor(DevExpress.Web.ASPxObjectContainer)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ObjectProperties"/> class with the specified object container control.</para>
      </summary>
      <param name="objectContainer">A <see cref="T:DevExpress.Web.ASPxObjectContainer"/> object.</param>
    </member>
    <member name="M:DevExpress.Web.ObjectProperties.Assign(DevExpress.Web.ObjectProperties)">
      <summary>
        <para>Copies public properties from the specified <see cref="T:DevExpress.Web.ObjectProperties"/> object to the current one.</para>
      </summary>
      <param name="objectProperties">A <see cref="T:DevExpress.Web.ObjectProperties"/> object whose properties are copied to the current object.</param>
    </member>
    <member name="T:DevExpress.Web.ObjectType">
      <summary>
        <para>Specifies the type of a media object.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ObjectType.Audio">
      <summary>
        <para>An audio object is used.</para>
        <para>Supported formats: MID, MIDI, MP3, MP3, MPEGA, MPGA, M4A, WAV, WAX, WMA</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ObjectType.Auto">
      <summary>
        <para>To automatically determine the type of a media object.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ObjectType.Flash">
      <summary>
        <para>A Macromedia Shockwave Flash (SWF) object is used.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ObjectType.Html5Audio">
      <summary>
        <para>An HTML5 audio object is used.</para>
        <para>Supported formats: MP3</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ObjectType.Html5Video">
      <summary>
        <para>An HTML5 video object is used.</para>
        <para>Supported formats: MP4</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ObjectType.Image">
      <summary>
        <para>An image is used.</para>
        <para>Supported formats: GIF, JPEG, PNG, BMP, TIFF, ICO</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ObjectType.QuickTime">
      <summary>
        <para>A Quick Time object is used.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ObjectType.Video">
      <summary>
        <para>A video object is used.</para>
        <para>Supported formats: MPE, MPEG, MPG, ASF, ASX, AVI, MP4, WM, WMV, WMX, WVX</para>
      </summary>
    </member>
    <member name="N:DevExpress.Web.Office">
      <summary>
        <para>Contains classes that implement the document management functionality common for DevExpress ASP.NET Office controls (ASPxRichEdit and ASPxSpreadsheet).</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Office.DocumentAutoSavingEventHandler">
      <summary>
        <para>A method that handles the <see cref="E:DevExpress.Web.Office.DocumentManager.AutoSaving">DocumentManager.AutoSaving</see> event.</para>
      </summary>
      <param name="documentInfo">An object that contains information about the processed document.</param>
      <param name="e">An object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Office.DocumentManager">
      <summary>
        <para>A server document manager that allows you to operate the currently opened office documents.</para>
      </summary>
    </member>
    <member name="E:DevExpress.Web.Office.DocumentManager.AutoSaving">
      <summary>
        <para>Allows you to implement a custom autosave logic.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Office.DocumentManager.CloseAllDocuments">
      <summary>
        <para>Closes all open documents.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Office.DocumentManager.CloseDocument(System.String)">
      <summary>
        <para>Closes a document with the specified ID.</para>
      </summary>
      <param name="documentId">The unique identifier of a document.</param>
    </member>
    <member name="P:DevExpress.Web.Office.DocumentManager.EnableHibernation">
      <summary>
        <para>Specifies whether the document work session hibernation is enabled.</para>
      </summary>
      <value>true, if hibernation is enabled; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.Office.DocumentManager.FindDocument(System.String,System.Boolean)">
      <summary>
        <para>Finds a document by its identifier</para>
      </summary>
      <param name="documentId">The document identifier</param>
      <param name="loadRemoteState">true, to upload the target document to the local web-server; otherwise false</param>
      <returns>An object that define the found document.</returns>
    </member>
    <member name="M:DevExpress.Web.Office.DocumentManager.FindDocument(System.String)">
      <summary>
        <para>Finds a document by its identifier.</para>
      </summary>
      <param name="documentId">The document identifier.</param>
      <returns>An object that define the found document.</returns>
    </member>
    <member name="M:DevExpress.Web.Office.DocumentManager.GetAllDocuments">
      <summary>
        <para>Returns a collection of objects that contain information about every open document.</para>
      </summary>
      <returns>A collection of the <see cref="T:DevExpress.Web.Office.RichEditDocumentInfo"/> or <see cref="T:DevExpress.Web.Office.SpreadsheetDocumentInfo"/> objects.</returns>
    </member>
    <member name="M:DevExpress.Web.Office.DocumentManager.HibernateAllDocuments">
      <summary>
        <para>Hibernates all open documents.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Office.DocumentManager.HibernateAllDocumentsOnApplicationEnd">
      <summary>
        <para>Specifies whether all open documents should be hibernated on application end.</para>
      </summary>
      <value>true, if all documents should be hibernated; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.Office.DocumentManager.HibernatedDocumentsDisposeTimeout">
      <summary>
        <para>Specifies how long hibernated documents are stored on the server before disposal.</para>
      </summary>
      <value>An object that specifies the storage time for hibernated documents.</value>
    </member>
    <member name="P:DevExpress.Web.Office.DocumentManager.HibernateTimeout">
      <summary>
        <para>Specifies the idle timeout after which an open document is hibernated.</para>
      </summary>
      <value>An object that specifies the idle timeout.</value>
    </member>
    <member name="P:DevExpress.Web.Office.DocumentManager.HibernationStoragePath">
      <summary>
        <para>Specifies the path to the server directory to which documents are hibernated.</para>
      </summary>
      <value>The path to the server directory.</value>
    </member>
    <member name="P:DevExpress.Web.Office.DocumentManager.StateProvider">
      <summary>
        <para>Specifies a custom session-state store provider.</para>
      </summary>
      <value>A custom session-state store provider.</value>
    </member>
    <member name="T:DevExpress.Web.Office.DocumentSavingEventArgs">
      <summary>
        <para>Provides data for document saving events.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Office.DocumentSavingEventArgs.#ctor(System.String,DevExpress.Web.Office.MultiUserConflict)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Office.DocumentSavingEventArgs"/> class with the specified settings.</para>
      </summary>
      <param name="documentID">The unique document identifier.</param>
      <param name="multiUserConflict">A value that identifies the reason for the multi-user conflict.</param>
    </member>
    <member name="P:DevExpress.Web.Office.DocumentSavingEventArgs.DocumentID">
      <summary>
        <para>Gets the document’s unique identifier.</para>
      </summary>
      <value>The unique document identifier.</value>
    </member>
    <member name="P:DevExpress.Web.Office.DocumentSavingEventArgs.Handled">
      <summary>
        <para>Gets or sets whether the event is handled manually, so no default processing is required.</para>
      </summary>
      <value>true if the event is handled and no default processing is required; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.Office.DocumentSavingEventArgs.MultiUserConflict">
      <summary>
        <para>Identifies the multi-user conflict reason.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Office.MultiUserConflict"/> values.</value>
    </member>
    <member name="P:DevExpress.Web.Office.DocumentSavingEventArgs.MultiUserConflictResolve">
      <summary>
        <para>Gets or sets how to resolve an open document’s multi-user conflict.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Office.MultiUserConflictResolve"/> values.</value>
    </member>
    <member name="T:DevExpress.Web.Office.DocumentSavingEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.Office.DocumentManager.AutoSaving">DocumentManager.AutoSaving</see> event.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.Office.DocumentSavingEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.Office.IDocumentInfo">
      <summary>
        <para>Declares members to store information about an office document and to operate it on the server (to close or save a copy).</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Office.IDocumentInfo.Close">
      <summary>
        <para>Closes the document.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Office.IDocumentInfo.DocumentId">
      <summary>
        <para>Gets the document’s unique identifier.</para>
      </summary>
      <value>The document’s unique identifier.</value>
    </member>
    <member name="P:DevExpress.Web.Office.IDocumentInfo.LastAccessTime">
      <summary>
        <para>Gets the last access time for the document.</para>
      </summary>
      <value>A value that is the last access time.</value>
    </member>
    <member name="P:DevExpress.Web.Office.IDocumentInfo.LastModifyTime">
      <summary>
        <para>Gets the last modify time for the document.</para>
      </summary>
      <value>A value that is the last modify time.</value>
    </member>
    <member name="P:DevExpress.Web.Office.IDocumentInfo.Modified">
      <summary>
        <para>Gets a value indicating whether the current document was modified after it was opened.</para>
      </summary>
      <value>true, if the document was modified; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.Office.IDocumentInfo.SaveCopy">
      <summary>
        <para>Saves a document copy to a byte array.</para>
      </summary>
      <returns>An array of bytes where the document is saved to.</returns>
    </member>
    <member name="M:DevExpress.Web.Office.IDocumentInfo.SaveCopy(System.IO.Stream)">
      <summary>
        <para>Saves a document copy to a stream.</para>
      </summary>
      <param name="stream">A stream object where to save the document.</param>
    </member>
    <member name="M:DevExpress.Web.Office.IDocumentInfo.SaveCopy(System.String)">
      <summary>
        <para>Saves a document copy to a target file.</para>
      </summary>
      <param name="filePath">A string value specifying the document path to save to.</param>
    </member>
    <member name="N:DevExpress.Web.Office.Internal">
      <summary>
        <para>Contains classes that implement some common functionality of ASP.NET office controls.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Office.Internal.AutoSaveMode">
      <summary>
        <para>Lists values that specify the autosave mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Office.Internal.AutoSaveMode.Default">
      <summary>
        <para>The autosave feature is disabled by default. If a document is opened by multiple controls with different values of the AutoSaveMode property, the autosave feature is enabled for every control. The timeout is set to the smallest value among all these controls.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Office.Internal.AutoSaveMode.On">
      <summary>
        <para>The autosave mode is enabled. The control saves the active document automatically on each timeout.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Office.Internal.OfficeDocumentBase`1">
      <summary>
        <para>Contains the base settings that are common for RichEdit and Spreadsheet documents opened on the server and provides the means to operate the document (close or save a copy).</para>
      </summary>
      <typeparam name="T">The type of work session.</typeparam>
    </member>
    <member name="M:DevExpress.Web.Office.Internal.OfficeDocumentBase`1.#ctor(`0)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Office.Internal.OfficeDocumentBase`1"/> class.</para>
      </summary>
      <param name="workSession">An object representing the current work session.</param>
    </member>
    <member name="M:DevExpress.Web.Office.Internal.OfficeDocumentBase`1.Close">
      <summary>
        <para>Closes the document.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Office.Internal.OfficeDocumentBase`1.DocumentId">
      <summary>
        <para>Gets the document’s unique identifier.</para>
      </summary>
      <value>A string value that is the unique document identifier.</value>
    </member>
    <member name="P:DevExpress.Web.Office.Internal.OfficeDocumentBase`1.LastAccessTime">
      <summary>
        <para>Gets the last access time for the document.</para>
      </summary>
      <value>A <see cref="T:System.DateTime"/> value that is the last access time.</value>
    </member>
    <member name="P:DevExpress.Web.Office.Internal.OfficeDocumentBase`1.LastModifyTime">
      <summary>
        <para>Gets the last modify time for the document.</para>
      </summary>
      <value>A nullable <see cref="T:System.DateTime"/> value that is the last modify time.</value>
    </member>
    <member name="P:DevExpress.Web.Office.Internal.OfficeDocumentBase`1.Modified">
      <summary>
        <para>Gets a value indicating whether the current document was modified after it was opened.</para>
      </summary>
      <value>true. if the document was modified; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.Office.Internal.OfficeDocumentBase`1.SaveCopy">
      <summary>
        <para>Saves a document copy to a byte array.</para>
      </summary>
      <returns>An array of bytes where the document is saved to.</returns>
    </member>
    <member name="M:DevExpress.Web.Office.Internal.OfficeDocumentBase`1.SaveCopy(System.IO.Stream)">
      <summary>
        <para>Saves a document copy to the specified stream.</para>
      </summary>
      <param name="stream">A stream object where to save the document.</param>
    </member>
    <member name="M:DevExpress.Web.Office.Internal.OfficeDocumentBase`1.SaveCopy(System.String)">
      <summary>
        <para>Saves a document copy to the specified path.</para>
      </summary>
      <param name="filePath">A string value specifying the document path to save to.</param>
    </member>
    <member name="T:DevExpress.Web.Office.MultiUserConflict">
      <summary>
        <para>Lists values specifying possible reasons for multi-user conflicts.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Office.MultiUserConflict.None">
      <summary>
        <para>There is no multi-user conflict.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Office.MultiUserConflict.OpenedDocumentDeleting">
      <summary>
        <para>The target open document is about to be deleted.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Office.MultiUserConflict.OtherUserDocumentOverride">
      <summary>
        <para>The target open document containing unsaved changes from another user is about to be overridden.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Office.MultiUserConflictResolve">
      <summary>
        <para>Lists values specifying how to resolve an open document’s multi-user conflict.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Office.MultiUserConflictResolve.Override">
      <summary>
        <para>Specifies that the target open document should be overridden with the currently processed document.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Office.MultiUserConflictResolve.Persist">
      <summary>
        <para>Specifies that the target open document should be persisted. A specific exception will be thrown for the processed document: “It is impossible to save to an already opened file.”</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.OneDriveAccount">
      <summary>
        <para>Provides OneDrive account settings allowing the control to be connected to an OneDrive storage account.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.OneDriveAccount.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.OneDriveAccount"/> class.</para>
      </summary>
      <param name="name">A string value that specifies the OneDrive account’s name.</param>
      <param name="clientId">A string value that specifies the client ID.</param>
      <param name="clientSecret">A string value that specifies the Client Secret.</param>
    </member>
    <member name="P:DevExpress.Web.OneDriveAccount.ClientID">
      <summary>
        <para>Specifies the OneDrive account’s client ID.</para>
      </summary>
      <value>A string value that specifies the OneDrive account’s client ID.</value>
    </member>
    <member name="P:DevExpress.Web.OneDriveAccount.ClientSecret">
      <summary>
        <para>Specifies the OneDrive account’s client secret.</para>
      </summary>
      <value>A string value that specifies the OneDrive account’s client secret.</value>
    </member>
    <member name="T:DevExpress.Web.OneDriveFileSystemProvider">
      <summary>
        <para>Provides an implementation of the <see href="https://docs.devexpress.com/AspNet/120624/components/file-management/file-manager/concepts/file-system-providers/onedrive-file-system-provider">OneDrive File System Provider</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.OneDriveFileSystemProvider.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.OneDriveFileSystemProvider"/> class.</para>
      </summary>
      <param name="rootFolder">A string value that specifies the root folder.</param>
    </member>
    <member name="T:DevExpress.Web.OneDriveFileSystemProviderBase">
      <summary>
        <para>Serves as a base class for the <see cref="T:DevExpress.Web.OneDriveFileSystemProvider"/> and <see cref="T:DevExpress.Web.OneDrivePersonalFileSystemProvider"/> classes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.OneDriveFileSystemProviderBase.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.OneDriveFileSystemProviderBase"/> class.</para>
      </summary>
      <param name="rootFolder">A string value that specifies the root folder.</param>
    </member>
    <member name="P:DevExpress.Web.OneDriveFileSystemProviderBase.AccountName">
      <summary>
        <para>Gets or sets a value that specifies the name of the OneDrive account.</para>
      </summary>
      <value>A string value that specifies the account name.</value>
    </member>
    <member name="M:DevExpress.Web.OneDriveFileSystemProviderBase.CopyFile(DevExpress.Web.FileManagerFile,DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements file copying.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the copied file.</param>
      <param name="newParentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder where the current file is being copied.</param>
    </member>
    <member name="M:DevExpress.Web.OneDriveFileSystemProviderBase.CopyFolder(DevExpress.Web.FileManagerFolder,DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements folder copying.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the copied folder.</param>
      <param name="newParentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder to which the current folder is being copied.</param>
    </member>
    <member name="M:DevExpress.Web.OneDriveFileSystemProviderBase.CreateFolder(DevExpress.Web.FileManagerFolder,System.String)">
      <summary>
        <para>Implements folder creation.</para>
      </summary>
      <param name="parent">A <see cref="T:DevExpress.Web.FileManagerFolder"/> value that is the immediate parent folder to which the created folder belongs.</param>
      <param name="name">A <see cref="T:System.String"/> value that is the name of the created folder.</param>
    </member>
    <member name="M:DevExpress.Web.OneDriveFileSystemProviderBase.DeleteFile(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Implements file deletion.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the deleted file.</param>
    </member>
    <member name="M:DevExpress.Web.OneDriveFileSystemProviderBase.DeleteFolder(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements folder deletion.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the deleted folder.</param>
    </member>
    <member name="M:DevExpress.Web.OneDriveFileSystemProviderBase.Exists(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Implements file existence verification.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the processed file.</param>
      <returns>true, if the file exists within a file manager; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.OneDriveFileSystemProviderBase.Exists(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements file existence verification.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the processed file.</param>
      <returns>true if the file exists within a file manager; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.OneDriveFileSystemProviderBase.GetDownloadUrl(DevExpress.Web.FileManagerFile[])">
      <summary>
        <para>Returns the download URL of the specified files.</para>
      </summary>
      <param name="files">A list of <see cref="T:DevExpress.Web.FileManagerFile"/> objects that are the files to download.</param>
      <returns>A <see cref="T:System.String"/> value specifying the URL of the files to download.</returns>
    </member>
    <member name="M:DevExpress.Web.OneDriveFileSystemProviderBase.GetFiles(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements getting a collection of files that are located in the current folder.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder currently being processed.</param>
      <returns>A collection of <see cref="T:DevExpress.Web.FileManagerFile"/> objects.</returns>
    </member>
    <member name="M:DevExpress.Web.OneDriveFileSystemProviderBase.GetFolders(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements getting a collection of folders that are located in the current folder.</para>
      </summary>
      <param name="parentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder currently being processed.</param>
      <returns>A collection of <see cref="T:DevExpress.Web.FileManagerFolder"/> objects.</returns>
    </member>
    <member name="M:DevExpress.Web.OneDriveFileSystemProviderBase.GetLastWriteTime(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Implements getting the time of the last file modification.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the processed file.</param>
      <returns>A <see cref="T:System.DateTime"/> value that is the last write time.</returns>
    </member>
    <member name="M:DevExpress.Web.OneDriveFileSystemProviderBase.GetLastWriteTime(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements getting the time of the last file modification.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the processed file.</param>
      <returns>A <see cref="T:System.DateTime"/> value that is the last write time.</returns>
    </member>
    <member name="M:DevExpress.Web.OneDriveFileSystemProviderBase.GetLength(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Returns the length of the specified file.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object identifying the processed file.</param>
      <returns>A <see cref="T:System.Int64"/> value that is the file length, in bytes.</returns>
    </member>
    <member name="M:DevExpress.Web.OneDriveFileSystemProviderBase.GetThumbnail(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Returns the file’s thumbnail in the storage.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the file in the storage.</param>
      <returns>A Stream object that represents the file’s thumbnail.</returns>
    </member>
    <member name="M:DevExpress.Web.OneDriveFileSystemProviderBase.MoveFile(DevExpress.Web.FileManagerFile,DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements file moving.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the moved file.</param>
      <param name="newParentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder where the current file is being moved.</param>
    </member>
    <member name="M:DevExpress.Web.OneDriveFileSystemProviderBase.MoveFolder(DevExpress.Web.FileManagerFolder,DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements folder moving.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the moved folder.</param>
      <param name="newParentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder where the current folder is being moved.</param>
    </member>
    <member name="P:DevExpress.Web.OneDriveFileSystemProviderBase.RedirectUri">
      <summary>
        <para>Specifies the URL to which the browser is redirected when authentication is complete.</para>
      </summary>
      <value>The redirect URI.</value>
    </member>
    <member name="M:DevExpress.Web.OneDriveFileSystemProviderBase.RenameFile(DevExpress.Web.FileManagerFile,System.String)">
      <summary>
        <para>Implements file renaming.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the renamed file.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the new file name.</param>
    </member>
    <member name="M:DevExpress.Web.OneDriveFileSystemProviderBase.RenameFolder(DevExpress.Web.FileManagerFolder,System.String)">
      <summary>
        <para>Implements folder renaming.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the renamed folder.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the new folder name.</param>
    </member>
    <member name="P:DevExpress.Web.OneDriveFileSystemProviderBase.TokenEndpoint">
      <summary>
        <para>Specifies the URL that the application uses to get the token.</para>
      </summary>
      <value>A string value that specifies the URL.</value>
    </member>
    <member name="M:DevExpress.Web.OneDriveFileSystemProviderBase.UploadFile(DevExpress.Web.FileManagerFolder,System.String,System.IO.Stream)">
      <summary>
        <para>Implements a file upload.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder where the file is being uploaded.</param>
      <param name="fileName">A string value specifying the file name.</param>
      <param name="content">A Stream that is the file content.</param>
    </member>
    <member name="T:DevExpress.Web.OneDrivePersonalFileSystemProvider">
      <summary>
        <para>Provides an implementation of the <see href="https://docs.devexpress.com/AspNet/120634/components/file-management/file-manager/concepts/file-system-providers/onedrive-personal-file-system-provider">OneDrive Personal File System Provider</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.OneDrivePersonalFileSystemProvider.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.OneDrivePersonalFileSystemProvider"/> class.</para>
      </summary>
      <param name="rootFolder">A string value that specifies the root folder.</param>
    </member>
    <member name="P:DevExpress.Web.OneDrivePersonalFileSystemProvider.AuthorizationEndpoint">
      <summary>
        <para>Specifies the URL to which the browser redirects the application for authorization.</para>
      </summary>
      <value>A string value that specifies the application’s authorization endpoint.</value>
    </member>
    <member name="T:DevExpress.Web.Paddings">
      <summary>
        <para>Contains padding settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Paddings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Paddings"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Paddings.#ctor(System.Web.UI.WebControls.Unit,System.Web.UI.WebControls.Unit,System.Web.UI.WebControls.Unit,System.Web.UI.WebControls.Unit,System.Web.UI.WebControls.Unit)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Paddings"/> class with the specified padding values for all the edges.</para>
      </summary>
      <param name="padding">A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the common padding value for all the four edges.</param>
      <param name="paddingLeft">A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the padding value for the left edge.</param>
      <param name="paddingTop">A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the padding value for the top edge.</param>
      <param name="paddingRight">A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the padding value for the right edge.</param>
      <param name="paddingBottom">A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the padding value for the bottom edge.</param>
    </member>
    <member name="M:DevExpress.Web.Paddings.#ctor(System.Web.UI.WebControls.Unit,System.Web.UI.WebControls.Unit,System.Web.UI.WebControls.Unit,System.Web.UI.WebControls.Unit)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Paddings"/> class with the specified padding values for the left, right, top and bottom edges.</para>
      </summary>
      <param name="paddingLeft">A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the padding value for the left edge.</param>
      <param name="paddingTop">A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the padding value for the top edge.</param>
      <param name="paddingRight">A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the padding value for the right edge.</param>
      <param name="paddingBottom">A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the padding value for the bottom edge.</param>
    </member>
    <member name="M:DevExpress.Web.Paddings.#ctor(System.Web.UI.WebControls.Unit)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Paddings"/> class with the specified padding value for all the edges.</para>
      </summary>
      <param name="padding">A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the common padding value for all the four edges.</param>
    </member>
    <member name="M:DevExpress.Web.Paddings.Assign(DevExpress.Web.Paddings)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.Paddings"/> object to the current object.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.Paddings"/> object whose settings are assigned to the current object.</param>
    </member>
    <member name="M:DevExpress.Web.Paddings.AssignToControl(System.Web.UI.WebControls.WebControl)">
      <summary>
        <para>Copies the settings from the current <see cref="T:DevExpress.Web.Paddings"/> object to the specified object.</para>
      </summary>
      <param name="control">A <see cref="T:System.Web.UI.WebControls.WebControl"/> object which the current object’s settings are assigned to.</param>
    </member>
    <member name="M:DevExpress.Web.Paddings.CopyFrom(DevExpress.Web.Paddings)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.Paddings"/> class.</para>
      </summary>
      <param name="paddings">A <see cref="T:DevExpress.Web.Paddings"/> object that represents the object which the settings will be copied from.</param>
    </member>
    <member name="M:DevExpress.Web.Paddings.FillStyleAttributes(System.Web.UI.CssStyleCollection,System.Web.UI.IUrlResolutionService)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Paddings.GetPaddingBottom">
      <summary>
        <para>Returns the padding value for the bottom edge.</para>
      </summary>
      <returns>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the padding value.</returns>
    </member>
    <member name="M:DevExpress.Web.Paddings.GetPaddingLeft">
      <summary>
        <para>Returns the padding value for the left edge.</para>
      </summary>
      <returns>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the padding value.</returns>
    </member>
    <member name="M:DevExpress.Web.Paddings.GetPaddingRight">
      <summary>
        <para>Returns the padding value for the right edge.</para>
      </summary>
      <returns>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the padding value.</returns>
    </member>
    <member name="M:DevExpress.Web.Paddings.GetPaddingTop">
      <summary>
        <para>Returns the padding value for the top edge.</para>
      </summary>
      <returns>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the padding value.</returns>
    </member>
    <member name="P:DevExpress.Web.Paddings.IsEmpty">
      <summary>
        <para>Gets a value that indicates whether this <see cref="T:DevExpress.Web.Paddings"/> object is initialized with the default values.</para>
      </summary>
      <value>true if the <see cref="T:DevExpress.Web.Paddings"/> object is initialized with the default values; otherwise false.</value>
    </member>
    <member name="M:DevExpress.Web.Paddings.MergeWith(DevExpress.Web.Paddings)">
      <summary>
        <para>Combines the properties of the specified <see cref="T:DevExpress.Web.Paddings"/> with the current instance of the <see cref="T:DevExpress.Web.Paddings"/> class.</para>
      </summary>
      <param name="paddings">A <see cref="T:DevExpress.Web.Paddings"/> that represents the object to combine.</param>
    </member>
    <member name="F:DevExpress.Web.Paddings.NullPaddings">
      <summary>
        <para>Defines null padding settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.Paddings.Padding">
      <summary>
        <para>Gets or sets the common padding value for all the four edges.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the padding value.</value>
    </member>
    <member name="P:DevExpress.Web.Paddings.PaddingBottom">
      <summary>
        <para>Gets or sets the padding value for the bottom edge.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the padding value.</value>
    </member>
    <member name="P:DevExpress.Web.Paddings.PaddingLeft">
      <summary>
        <para>Gets or sets the padding value for the left edge.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that is the padding value.</value>
    </member>
    <member name="P:DevExpress.Web.Paddings.PaddingRight">
      <summary>
        <para>Gets or sets the padding value for the right edge.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that is the padding value.</value>
    </member>
    <member name="P:DevExpress.Web.Paddings.PaddingTop">
      <summary>
        <para>Gets or sets the padding value for the top edge.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the padding value.</value>
    </member>
    <member name="M:DevExpress.Web.Paddings.Reset">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Web.Paddings"/> object to its original state.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Paddings.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> that represents the current <see cref="T:DevExpress.Web.Paddings"/> object.</returns>
    </member>
    <member name="T:DevExpress.Web.PageControlTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render tabs within the <see cref="T:DevExpress.Web.ASPxPageControl"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PageControlTemplateContainer.#ctor(DevExpress.Web.TabPage,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PageControlTemplateContainer"/> object with the specified parameters.</para>
      </summary>
      <param name="tabPage">A <see cref="T:DevExpress.Web.TabPage"/> object representing the tab page for which the template is instantiated.</param>
      <param name="active">true if a tab page template is also rendered for the active tab page; otherwise, false.</param>
    </member>
    <member name="P:DevExpress.Web.PageControlTemplateContainer.TabPage">
      <summary>
        <para>Gets a page object for which the template’s content is being instantiated.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TabPage"/> object representing the tabbed page whose tab is being rendered.</value>
    </member>
    <member name="T:DevExpress.Web.PagerAlign">
      <summary>
        <para>Lists values that specify the pager’s alignment within a container control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PagerAlign.Center">
      <summary>
        <para>The Pager is centered along the specified side of a container control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PagerAlign.Justify">
      <summary>
        <para>The Pager is aligned to the left and right edges of a container control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PagerAlign.Left">
      <summary>
        <para>The Pager is aligned to the left side of a container control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PagerAlign.Right">
      <summary>
        <para>The Pager is aligned to the right of a container control.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.PagerButtonPosition">
      <summary>
        <para>Lists values that specify the position of the summary text within a pager.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PagerButtonPosition.Inside">
      <summary>
        <para>The summary is displayed inside a pager’s contents.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.PagerButtonPosition.Left">
      <summary>
        <para>The summary is displayed to the left of a pager’s contents.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.PagerButtonPosition.Right">
      <summary>
        <para>The summary is displayed to the right of a pager’s contents.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.PagerButtonProperties">
      <summary>
        <para>Contains settings specific to a pager button.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PagerButtonProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PagerButtonProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PagerButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner,DevExpress.Web.ImagePosition,System.String,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PagerButtonProperties"/> 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="defaultImagePosition">The image position.</param>
      <param name="defaultText">A <see cref="T:System.String"/> value specifying the pager button’s text.</param>
      <param name="defaultVisible">true if the button is visible; otherwise false.</param>
    </member>
    <member name="M:DevExpress.Web.PagerButtonProperties.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.PagerButtonProperties.Image">
      <summary>
        <para>Gets the settings of an image displayed by a pager button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImagePropertiesEx"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.PagerButtonProperties.ImagePosition">
      <summary>
        <para>Gets or sets the position of an image in a pager button.</para>
      </summary>
      <value>The image position.</value>
    </member>
    <member name="P:DevExpress.Web.PagerButtonProperties.ShowDefaultText">
      <summary>
        <para>Gets or sets a value that specifies which text value a pager button should display - a default (automatically localized) string or a string specified by using the button’s <see cref="P:DevExpress.Web.PagerButtonProperties.Text">PagerButtonProperties.Text</see> property.</para>
      </summary>
      <value>true to display a default localizable text; false to display the <see cref="P:DevExpress.Web.PagerButtonProperties.Text">PagerButtonProperties.Text</see> property value.</value>
    </member>
    <member name="P:DevExpress.Web.PagerButtonProperties.Text">
      <summary>
        <para>Gets or sets the text displayed in a pager button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the pager button’s text.</value>
    </member>
    <member name="P:DevExpress.Web.PagerButtonProperties.TextFormatString">
      <summary>
        <para>Gets or sets the pattern used to format a pager button’s text for display.</para>
      </summary>
      <value>A string value that specifies the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.PagerButtonProperties.Visible">
      <summary>
        <para>Gets or sets a value specifying the visibility of a pager button.</para>
      </summary>
      <value>true if the button is visible; otherwise false.</value>
    </member>
    <member name="T:DevExpress.Web.PagerButtonStyle">
      <summary>
        <para>Provides style settings used to paint pager buttons.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PagerButtonStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PagerButtonStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.PagerComboBoxStyle">
      <summary>
        <para>Defines style settings for the <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">Page Size Item</see> element’s combo box.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PagerComboBoxStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PagerComboBoxStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PagerComboBoxStyle.CopyFrom(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.PagerComboBoxStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> object that represents the object whose settings will be copied.</param>
    </member>
    <member name="P:DevExpress.Web.PagerComboBoxStyle.DisabledStyle">
      <summary>
        <para>Gets the style settings that define a <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">Page Size Item</see>‘s appearance in the disabled state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.PagerComboBoxStyle.DropDownButtonSpacing">
      <summary>
        <para>Gets or sets the amount of space between the right border of a caption and the drop-down button within the <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">Page Size Item</see> element.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that is the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.PagerComboBoxStyle.DropDownButtonStyle">
      <summary>
        <para>Gets the style settings that define the <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">Page Size Item</see> element’s drop-down button appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerDropDownButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.PagerComboBoxStyle.DropDownWindowStyle">
      <summary>
        <para>Gets the style settings that define the <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">Page Size Item</see> element’s drop-down window appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerDropDownWindowStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.PagerComboBoxStyle.ImageSpacing">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.PagerComboBoxStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PagerComboBoxStyle.ItemStyle">
      <summary>
        <para>Gets the style settings defining the appearance of items in the <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">page size item</see>‘s drop-down window.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerDropDownItemStyle"/> object that contains style settings.</value>
    </member>
    <member name="M:DevExpress.Web.PagerComboBoxStyle.MergeWith(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Combines the properties of the specified <see cref="T:System.Web.UI.WebControls.Style"/> with the current instance of the <see cref="T:DevExpress.Web.PagerComboBoxStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> that is the object to be combined.</param>
    </member>
    <member name="P:DevExpress.Web.PagerComboBoxStyle.PressedStyle">
      <summary>
        <para>Gets the style settings which define a <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">Page Size Item</see>‘s appearance in the pressed state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains the style settings.</value>
    </member>
    <member name="M:DevExpress.Web.PagerComboBoxStyle.Reset">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Web.PagerComboBoxStyle"/> object to its original state.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PagerComboBoxStyle.Spacing">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.PagerComboBoxStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.PagerDropDownButtonStyle">
      <summary>
        <para>Defines style settings for the <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">Page Size Item</see> element’s drop-down button.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PagerDropDownButtonStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PagerDropDownButtonStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.PagerDropDownItemStyle">
      <summary>
        <para>Defines style settings for the <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">Page Size Item</see> element’s items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PagerDropDownItemStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PagerDropDownItemStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.PagerDropDownWindowStyle">
      <summary>
        <para>Defines style settings for the <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">Page Size Item</see> element’s drop-down window.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PagerDropDownWindowStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PagerDropDownWindowStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.PagerEllipsisMode">
      <summary>
        <para>Lists values that specify how an Ellipsis symbol(s) is drawn to indicate page numbers that are omitted.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PagerEllipsisMode.InsideNumeric">
      <summary>
        <para>An Ellipsis symbol(s) is shown inside the range of pages.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.PagerEllipsisMode.None">
      <summary>
        <para>An Ellipsis symbol isn’t shown.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PagerEllipsisMode.OutsideNumeric">
      <summary>
        <para>An Ellipsis symbol(s) is shown outside the range of pages.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.PagerImages">
      <summary>
        <para>Contains settings that allow images to be defined for the <see cref="T:DevExpress.Web.ASPxPager"/>‘s specific elements.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PagerImages.AllButtonImageName">
      <summary>
        <para>Represents the name of the AllButton image file which is used in the <see cref="T:DevExpress.Web.ASPxPager"/> control.</para>
        <para>This name is equal to “pAll.png”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PagerImages.FirstButtonImageName">
      <summary>
        <para>Represents the name of the FirstButton image file which is used in the <see cref="T:DevExpress.Web.ASPxPager"/> control.</para>
        <para>This name is equal to “pFirst.png”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PagerImages.LastButtonImageName">
      <summary>
        <para>Represents the name of the LastButton image file which is used in the <see cref="T:DevExpress.Web.ASPxPager"/> control.</para>
        <para>This name is equal to “pLast.png”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PagerImages.NextButtonImageName">
      <summary>
        <para>Represents the name of the NextButton image file which is used in the <see cref="T:DevExpress.Web.ASPxPager"/> control.</para>
        <para>This name is equal to “pNext.png”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PagerImages.PopOutImageName">
      <summary>
        <para>The name of the PopOut image file which is used in the <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">Page Size Item</see> element.</para>
        <para>This name is equal to “pPopOut”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PagerImages.PrevButtonImageName">
      <summary>
        <para>Represents the name of the PrevButton image file which is used in the <see cref="T:DevExpress.Web.ASPxPager"/> control.</para>
        <para>This name is equal to “pPrev.png”.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.PagerItemStyle">
      <summary>
        <para>Serves as a base for classes that provide style settings used to paint pager elements.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PagerItemStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PagerItemStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PagerItemStyle.Height">
      <summary>
        <para>Gets or sets the element’s height.</para>
      </summary>
      <value>An integer value that specifies the element’s height.</value>
    </member>
    <member name="P:DevExpress.Web.PagerItemStyle.Width">
      <summary>
        <para>Gets or sets the element’s width.</para>
      </summary>
      <value>An integer value that specifies the element’s width.</value>
    </member>
    <member name="T:DevExpress.Web.PagerPageEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxPagerBase.PageIndexChanging">ASPxPagerBase.PageIndexChanging</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PagerPageEventArgs.#ctor(System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PagerPageEventArgs"/> class.</para>
      </summary>
      <param name="newPageIndex">An integer value that identifies the page which is about to be selected. This value is assigned to the <see cref="P:DevExpress.Web.PagerPageEventArgs.NewPageIndex">PagerPageEventArgs.NewPageIndex</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.PagerPageEventArgs.NewPageIndex">
      <summary>
        <para>Gets or sets the selected page’s index.</para>
      </summary>
      <value>An integer value that identifies the page which is about to be selected.</value>
    </member>
    <member name="T:DevExpress.Web.PagerPageEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxPagerBase.PageIndexChanging">ASPxPagerBase.PageIndexChanging</see> event.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.PagerPageEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.PagerPageSizeEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxPagerBase.PageSizeChanging">ASPxPagerBase.PageSizeChanging</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PagerPageSizeEventArgs.#ctor(System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PagerPageSizeEventArgs"/> class.</para>
      </summary>
      <param name="newPageSize">An integer value that specifies the page size.</param>
    </member>
    <member name="P:DevExpress.Web.PagerPageSizeEventArgs.NewPageSize">
      <summary>
        <para>Gets or sets the new page size (number of items displayed on a page).</para>
      </summary>
      <value>An integer value that specifies the page size.</value>
    </member>
    <member name="T:DevExpress.Web.PagerPageSizeEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxPagerBase.PageSizeChanging">ASPxPagerBase.PageSizeChanging</see> event.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.PagerPageSizeEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.PagerPageSizeItemStyle">
      <summary>
        <para>Defines style settings for the <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">Page Size Item</see> element.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PagerPageSizeItemStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PagerPageSizeItemStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PagerPageSizeItemStyle.CaptionSpacing">
      <summary>
        <para>Gets or sets the distance between the caption and combo box within the <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">Page Size Item</see> element.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that is the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.PagerPageSizeItemStyle.ComboBoxStyle">
      <summary>
        <para>Gets style settings that define the appearance of a combo box within the <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">Page Size Item</see> element.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerComboBoxStyle"/> object that contains style settings.</value>
    </member>
    <member name="M:DevExpress.Web.PagerPageSizeItemStyle.CopyFrom(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.PagerPageSizeItemStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> object that represents the object whose settings will be copied.</param>
    </member>
    <member name="M:DevExpress.Web.PagerPageSizeItemStyle.MergeWith(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Combines the properties of the specified <see cref="T:System.Web.UI.WebControls.Style"/> with the current instance of the <see cref="T:DevExpress.Web.PagerPageSizeItemStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> that is the object to be combined.</param>
    </member>
    <member name="M:DevExpress.Web.PagerPageSizeItemStyle.Reset">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Web.PagerPageSizeItemStyle"/> object to its original state.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.PagerPageSizePosition">
      <summary>
        <para>Specifies the position of the <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">page size item</see> within a pager.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PagerPageSizePosition.Left">
      <summary>
        <para>The <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">page size item</see> element is displayed on the left side of the pager.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PagerPageSizePosition.Right">
      <summary>
        <para>The <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">page size item</see> element is displayed on the right side of the pager.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.PagerPanelPosition">
      <summary>
        <para>Lists values that identify the pager in which a pager panel template is positioned.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PagerPanelPosition.Bottom">
      <summary>
        <para>The panel belongs to the bottom pager.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PagerPanelPosition.Top">
      <summary>
        <para>The panel belongs to the top pager.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.PagerPanelTemplatePosition">
      <summary>
        <para>Lists values that specify the template’s position within a pager.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PagerPanelTemplatePosition.Left">
      <summary>
        <para>The template is located within the left panel.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PagerPanelTemplatePosition.Right">
      <summary>
        <para>The template is located within the right panel.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.PagerSettingsEx">
      <summary>
        <para>Contains pager settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PagerSettingsEx.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PagerSettingsEx"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PagerSettingsEx.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PagerSettingsEx"/> 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.PagerSettingsEx.AllButton">
      <summary>
        <para>Gets the All button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AllButtonProperties"/> object that contains the All button’s settings.</value>
    </member>
    <member name="M:DevExpress.Web.PagerSettingsEx.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.PagerSettingsEx.CurrentPageNumberFormat">
      <summary>
        <para>Gets or sets the pattern used to format the text of the <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-numbers">numeric button</see> that corresponds to the selected page.</para>
      </summary>
      <value>A string value that represents the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.PagerSettingsEx.EllipsisMode">
      <summary>
        <para>Gets or sets how an Ellipsis symbol(s) is drawn to indicate page numbers that are omitted.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.PagerEllipsisMode"/> values.</value>
    </member>
    <member name="P:DevExpress.Web.PagerSettingsEx.EnableAdaptivity">
      <summary>
        <para>Specifies whether an adaptive behavior is enabled for the pager.</para>
      </summary>
      <value>true, to enable the adaptive behavior; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.PagerSettingsEx.FirstPageButton">
      <summary>
        <para>Gets the First button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.FirstButtonProperties"/> object that contains the First button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.PagerSettingsEx.LastPageButton">
      <summary>
        <para>Gets the Last button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LastButtonProperties"/> object that contains the Last button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.PagerSettingsEx.NextPageButton">
      <summary>
        <para>Gets the Next button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.NextButtonProperties"/> object that contains the Next button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.PagerSettingsEx.NumericButtonCount">
      <summary>
        <para>Gets or sets the maximum number of <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-numbers">numeric buttons</see> that can be displayed within a paginated control.</para>
      </summary>
      <value>An integer value that specifies the maximum number of numeric buttons.</value>
    </member>
    <member name="P:DevExpress.Web.PagerSettingsEx.PageNumberFormat">
      <summary>
        <para>Gets or sets the pattern used to format the text of <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-numbers">numeric buttons</see>.</para>
      </summary>
      <value>A string value that represents the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.PagerSettingsEx.PageSizeItemSettings">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">Page Size Item</see> element’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PageSizeItemSettings"/> object that contains settings.</value>
    </member>
    <member name="P:DevExpress.Web.PagerSettingsEx.Position">
      <summary>
        <para>Gets or sets the pager’s position within a paginated control.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.PagerPosition"/> enumeration value that specifies the position of the pager within a paginated control.</value>
    </member>
    <member name="P:DevExpress.Web.PagerSettingsEx.PrevPageButton">
      <summary>
        <para>Gets the Previous button’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PrevButtonProperties"/> object that contains the Previous button’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.PagerSettingsEx.RenderMode">
      <summary>
        <para>Gets or sets a value that specifies the render mode of the pager elements.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PagerSettingsEx.ShowDefaultImages">
      <summary>
        <para>Gets or sets whether default button images are shown.</para>
      </summary>
      <value>true to show default button images; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.PagerSettingsEx.ShowDisabledButtons">
      <summary>
        <para>Gets or sets whether <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#navigation-buttons">navigation buttons</see> that are temporarily disabled are shown.</para>
      </summary>
      <value>true to show navigation buttons that are temporarily disabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.PagerSettingsEx.ShowNumericButtons">
      <summary>
        <para>Gets or sets whether <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-numbers">numeric buttons</see> are visible.</para>
      </summary>
      <value>true to show numeric buttons; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.PagerSettingsEx.ShowSeparators">
      <summary>
        <para>Gets or sets whether separators that separate page numbers are shown.</para>
      </summary>
      <value>true to show separators; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.PagerSettingsEx.Summary">
      <summary>
        <para>Gets the control’s <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#summary">Summary</see> settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SummaryProperties"/> object that contains summary settings.</value>
    </member>
    <member name="P:DevExpress.Web.PagerSettingsEx.Visible">
      <summary>
        <para>Gets or sets whether the pager is visible.</para>
      </summary>
      <value>true to show the pager; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.PagerStyle">
      <summary>
        <para>Provides style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3630/components/data-and-image-navigation/dataview/visual-elements#pager">Pager</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PagerStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PagerStyle"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PagerStyle.CopyFrom(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.PagerStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> object that represents an object which the settings will be copied from.</param>
    </member>
    <member name="P:DevExpress.Web.PagerStyle.IsEmpty">
      <summary>
        <para>Gets whether the <see cref="T:DevExpress.Web.PagerStyle"/> object is initialized with the default values.</para>
      </summary>
      <value>true if the <see cref="T:DevExpress.Web.PagerStyle"/> object is initialized with the default values; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.PagerStyle.ItemSpacing">
      <summary>
        <para>Gets or sets the horizontal distance between the pager elements.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that represents the spacing value.</value>
    </member>
    <member name="M:DevExpress.Web.PagerStyle.MergeWith(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Combines the properties of the specified <see cref="T:System.Web.UI.WebControls.Style"/> with the current instance of the <see cref="T:DevExpress.Web.PagerStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> that represents an object to be combined.</param>
    </member>
    <member name="M:DevExpress.Web.PagerStyle.Reset">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Web.PagerStyle"/> object to its original state.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PagerStyle.SeparatorBackgroundImage">
      <summary>
        <para>Gets a separator’s background image.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BackgroundImage"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.PagerStyle.SeparatorColor">
      <summary>
        <para>Gets or sets the color of separators that separate page numbers.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> structure that specifies the color of separators.</value>
    </member>
    <member name="P:DevExpress.Web.PagerStyle.SeparatorHeight">
      <summary>
        <para>Gets or sets the height of separators that separate page numbers.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the separator’s height.</value>
    </member>
    <member name="P:DevExpress.Web.PagerStyle.SeparatorPaddings">
      <summary>
        <para>Gets the padding settings of separators.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="P:DevExpress.Web.PagerStyle.SeparatorStyle">
      <summary>
        <para>Gets the appearance settings used to paint a <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#separator">separator</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.PagerStyle.SeparatorWidth">
      <summary>
        <para>Gets or sets the width of separators that separate page numbers.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the separator’s width.</value>
    </member>
    <member name="T:DevExpress.Web.PagerStyles">
      <summary>
        <para>Contains settings that allow you to specify the <see cref="T:DevExpress.Web.ASPxPager"/> appearance.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PagerStyles.Button">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#navigation-buttons">navigation buttons</see> within the pager.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerButtonStyle"/> object containing style settings.</value>
    </member>
    <member name="F:DevExpress.Web.PagerStyles.ButtonStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PagerStyles.CopyFrom(DevExpress.Web.StylesBase)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.PagerStyles"/> class.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.StylesBase"/> object that represents an object which the settings will be copied from.</param>
    </member>
    <member name="P:DevExpress.Web.PagerStyles.CurrentPageNumber">
      <summary>
        <para>Gets the style settings used to paint the current <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-numbers">page number</see> within the pager.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerTextStyle"/> object containing style settings.</value>
    </member>
    <member name="F:DevExpress.Web.PagerStyles.CurrentPageNumberStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PagerStyles.DisabledButton">
      <summary>
        <para>Gets the style settings used to paint disabled <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#navigation-buttons">navigation buttons</see> within the pager.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerButtonStyle"/> object containing style settings.</value>
    </member>
    <member name="F:DevExpress.Web.PagerStyles.DisabledButtonStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PagerStyles.Ellipsis">
      <summary>
        <para>Gets the style settings used to paint the ellipsis within the pager.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerTextStyle"/> object containing style settings.</value>
    </member>
    <member name="F:DevExpress.Web.PagerStyles.EllipsisStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PagerStyles.PageNumber">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-numbers">page numbers</see> within the pager.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerTextStyle"/> object containing style settings.</value>
    </member>
    <member name="F:DevExpress.Web.PagerStyles.PageNumberStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PagerStyles.Pager">
      <summary>
        <para>Gets the style settings defining the appearance of the pager.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerStyle"/> object that contains the style settings.</value>
    </member>
    <member name="F:DevExpress.Web.PagerStyles.PagerStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PagerStyles.PageSizeItem">
      <summary>
        <para>Gets the style settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">Page Size Item</see> element within the pager.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerPageSizeItemStyle"/> object containing style settings.</value>
    </member>
    <member name="F:DevExpress.Web.PagerStyles.PageSizeItemStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PagerStyles.Reset">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Web.PagerStyles"/> object to its original state.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PagerStyles.Summary">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#summary">summary</see> information (such as which page is selected, the total number of pages) within the pager.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerTextStyle"/> object containing style settings.</value>
    </member>
    <member name="F:DevExpress.Web.PagerStyles.SummaryStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.PagerTextStyle">
      <summary>
        <para>Provides style settings used to paint <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-numbers">page numbers</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PagerTextStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PagerTextStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.PageSizeItemSettings">
      <summary>
        <para>Contains <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">Page Size Item</see> element specific settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PageSizeItemSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PageSizeItemSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PageSizeItemSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PageSizeItemSettings"/> 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.PageSizeItemSettings.AllItemText">
      <summary>
        <para>Gets or sets a text displayed within the <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">Page Size Item</see> element’s drop-down window All item.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is an item text.</value>
    </member>
    <member name="M:DevExpress.Web.PageSizeItemSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.PageSizeItemSettings.Caption">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">Page Size Item</see> element’s caption.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the caption.</value>
    </member>
    <member name="P:DevExpress.Web.PageSizeItemSettings.DropDownImage">
      <summary>
        <para>Gets the settings of a drop-down image displayed within the <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">Page Size Item</see> element.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.PageSizeItemSettings.Items">
      <summary>
        <para>Gets the collection of items displayed within the <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">page size item</see> element’s drop-down window.</para>
      </summary>
      <value>An array of strings that identify the items. By default, the property contains the following values: 10, 20, 50, 100, 200</value>
    </member>
    <member name="P:DevExpress.Web.PageSizeItemSettings.Position">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">Page Size Item</see> element’s position within a pager.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.PagerPageSizePosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.PageSizeItemSettings.ShowAllItem">
      <summary>
        <para>Gets or sets a value that specifies whether the All item is displayed within the <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">Page Size Item</see> element’s drop-down window.</para>
      </summary>
      <value>true, if the item is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.PageSizeItemSettings.ShowPopupShadow">
      <summary>
        <para>Gets or sets a value that specifies whether a <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#page-size-item">page size item</see> drop-down window casts a shadow.</para>
      </summary>
      <value>true if the drop-down window casts a shadow; otherwise false.</value>
    </member>
    <member name="T:DevExpress.Web.PanelAdaptivitySettings">
      <summary>
        <para>Contains settings that relate to the panel’s adaptivity settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PanelAdaptivitySettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PanelAdaptivitySettings"/> 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.PanelAdaptivitySettings.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.PanelAdaptivitySettings.CollapseAtWindowInnerHeight">
      <summary>
        <para>Specifies the maximum browser window’s inner height when the panel collapses its content.</para>
      </summary>
      <value>The browser inner window height in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.PanelAdaptivitySettings.CollapseAtWindowInnerWidth">
      <summary>
        <para>Specifies a the maximum browser window’s inner width when the panel collapses its content.</para>
      </summary>
      <value>The browser inner window width in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.PanelAdaptivitySettings.HideAtWindowInnerHeight">
      <summary>
        <para>Specifies the maximum browser window’s inner height when the panel hides its content.</para>
      </summary>
      <value>The browser inner window height in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.PanelAdaptivitySettings.HideAtWindowInnerWidth">
      <summary>
        <para>Specifies the maximum browser window’s inner width when the panel hides its content.</para>
      </summary>
      <value>The browser inner window width in pixels.</value>
    </member>
    <member name="T:DevExpress.Web.PanelClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events available for the ASPxPanel.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PanelClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PanelClientSideEvents"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PanelClientSideEvents.Collapsed">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client panel’s <b>ASPxClientPanel.Collapsed</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.PanelClientSideEvents.Expanded">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client panel’s <b>ASPxClientPanel.Expanded</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.PanelCollapsingSettings">
      <summary>
        <para>Contains settings that relate to the panel’s collapse settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PanelCollapsingSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PanelCollapsingSettings"/> 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.PanelCollapsingSettings.AnimationType">
      <summary>
        <para>Gets or sets a value specifying the animation type used when the panel expands and collapses its content.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.AnimationType"/> enumeration values.</value>
    </member>
    <member name="M:DevExpress.Web.PanelCollapsingSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.PanelCollapsingSettings.ExpandButton">
      <summary>
        <para>Provides access to the expand button settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PanelExpandButtonSettings"/> object that contains the expand button settings.</value>
    </member>
    <member name="P:DevExpress.Web.PanelCollapsingSettings.ExpandEffect">
      <summary>
        <para>Gets or sets the panel’s expand effect.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.PanelExpandEffect"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.PanelCollapsingSettings.ExpandOnPageLoad">
      <summary>
        <para>Gets or sets a value that specifies whether the panel should be rendered in the expanded state on page load.</para>
      </summary>
      <value>true, if a panel is expanded on first page load; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.PanelCollapsingSettings.GroupName">
      <summary>
        <para>Gets or sets the name of the group to which the panel belongs.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the name of the group to which the panel belongs.</value>
    </member>
    <member name="P:DevExpress.Web.PanelCollapsingSettings.Modal">
      <summary>
        <para>Gets or sets whether the collapsed panel is displayed in modal mode.</para>
      </summary>
      <value>true, if the collapsed panel is displayed in modal mode; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.PanelCollection">
      <summary>
        <para>A collection that stores a single container for the panel contents. This class supports the internal infrastructure of DevExpress control hierarchy realization and is mostly used to create the panel contents declaratively, in ASP.NET markup (see samples for <see cref="T:DevExpress.Web.ASPxPanel">ASPxPanel</see>, <see cref="T:DevExpress.Web.ASPxRoundPanel">ASPxRoundPanel</see>, and <see cref="T:DevExpress.Web.ASPxCallbackPanel">ASPxCallbackPanel</see>). To create the panel contents at run-time (in code-behind files), use the <see cref="P:DevExpress.Web.ASPxPanelContainerBase.Controls">ASPxPanelContainerBase.Controls</see> collection of a control (see samples for <see cref="T:DevExpress.Web.ASPxPanel">ASPxPanel</see>, <see cref="T:DevExpress.Web.ASPxRoundPanel">ASPxRoundPanel</see>, and <see cref="T:DevExpress.Web.ASPxCallbackPanel">ASPxCallbackPanel</see>).</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PanelCollection.#ctor(System.Web.UI.Control)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PanelCollection.Item(System.Int32)">
      <summary>
        <para>Gets a reference to an object at the specified index location in the <see cref="T:DevExpress.Web.PanelCollection"/> object. For internal use only.</para>
      </summary>
      <param name="i">An integer value specifying the location of the object within the collection.</param>
      <value>A <see cref="T:DevExpress.Web.PanelContent"/> object representing the referenced object.</value>
    </member>
    <member name="T:DevExpress.Web.PanelContent">
      <summary>
        <para>A container that stores the panel contents. This class supports the internal infrastructure of DevExpress control hierarchy realization and is mostly used to create the panel contents declaratively, in ASP.NET markup (see samples for <see cref="T:DevExpress.Web.ASPxPanel">ASPxPanel</see>, <see cref="T:DevExpress.Web.ASPxRoundPanel">ASPxRoundPanel</see>, and <see cref="T:DevExpress.Web.ASPxCallbackPanel">ASPxCallbackPanel</see>). To create the panel contents at run-time (in code-behind files), use the <see cref="P:DevExpress.Web.ASPxPanelContainerBase.Controls">ASPxPanelContainerBase.Controls</see> collection of a control (see samples for <see cref="T:DevExpress.Web.ASPxPanel">ASPxPanel</see>, <see cref="T:DevExpress.Web.ASPxRoundPanel">ASPxRoundPanel</see>, and <see cref="T:DevExpress.Web.ASPxCallbackPanel">ASPxCallbackPanel</see>).</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PanelContent.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PanelContent"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.PanelCornerPart">
      <summary>
        <para>Contains the settings which define the image that can be displayed within the panel’s corner.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PanelCornerPart.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PanelCornerPart"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PanelCornerPart.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PanelCornerPart"/> 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.PanelCornerPart.AlternateText">
      <summary>
        <para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value.</value>
    </member>
    <member name="T:DevExpress.Web.PanelExpandButtonGlyphType">
      <summary>
        <para>Lists values that specify the expand button’s glyph type.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PanelExpandButtonGlyphType.ArrowBottom">
      <summary>
        <para>The button’s glyph is an arrow pointing down.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PanelExpandButtonGlyphType.ArrowLeft">
      <summary>
        <para>The button’s glyph is an arrow pointing left.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PanelExpandButtonGlyphType.ArrowRight">
      <summary>
        <para>The button’s glyph is an arrow pointing right.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PanelExpandButtonGlyphType.ArrowTop">
      <summary>
        <para>The button’s glyph is an arrow pointing up.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PanelExpandButtonGlyphType.Auto">
      <summary>
        <para>The button’s glyph is an arrow with the direction selected automatically.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PanelExpandButtonGlyphType.Strips">
      <summary>
        <para>The button’s glyph is a “hamburger” icon.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.PanelExpandButtonPosition">
      <summary>
        <para>Specifies the expand button position within the expand bar.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PanelExpandButtonPosition.Auto">
      <summary>
        <para>The expand button position is determined automatically.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PanelExpandButtonPosition.Center">
      <summary>
        <para>The expand button is displayed at the center of the expand bar.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PanelExpandButtonPosition.Far">
      <summary>
        <para>The expand button is displayed in the top right or in the bottom left corner of the page.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PanelExpandButtonPosition.Near">
      <summary>
        <para>The expand button is displayed near the top left corner of the page.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.PanelExpandButtonSettings">
      <summary>
        <para>Contains settings that relate to the panel’s expand button.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PanelExpandButtonSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PanelExpandButtonSettings"/> 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.PanelExpandButtonSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.PanelExpandButtonSettings.GlyphType">
      <summary>
        <para>Gets or sets a value that defines the expand button’s glyph type.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.PanelExpandButtonGlyphType"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.PanelExpandButtonSettings.Position">
      <summary>
        <para>Gets or sets the panel’s expand button position.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.PanelExpandButtonPosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.PanelExpandButtonSettings.Visible">
      <summary>
        <para>Gets or sets the expand button’s visibility.</para>
      </summary>
      <value>true, if the button is visible; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.PanelExpandEffect">
      <summary>
        <para>Lists values that specify the expand effect used by a collapsible panel (like the <see cref="T:DevExpress.Web.ASPxPanel"/> or <see cref="T:DevExpress.Web.ASPxCallbackPanel"/> control).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PanelExpandEffect.Auto">
      <summary>
        <para>The panel expand effect is determined automatically.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PanelExpandEffect.PopupToBottom">
      <summary>
        <para>The expanded panel pops up to bottom.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PanelExpandEffect.PopupToLeft">
      <summary>
        <para>The expanded panel pops up to left.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PanelExpandEffect.PopupToRight">
      <summary>
        <para>The expanded panel pops up to right.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PanelExpandEffect.PopupToTop">
      <summary>
        <para>The expanded panel pops up to top.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PanelExpandEffect.Slide">
      <summary>
        <para>The panel expands with a slide effect and moves the outer content.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.PanelFixedPosition">
      <summary>
        <para>Specifies a panel’s fixed position within the browser window.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PanelFixedPosition.None">
      <summary>
        <para>Panel is not docked to any side of the browser screen.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PanelFixedPosition.WindowBottom">
      <summary>
        <para>Panel is docked to the bottom side of the browser screen.</para>
        <para />
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.PanelFixedPosition.WindowLeft">
      <summary>
        <para>Panel is docked to the left side of the browser screen.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.PanelFixedPosition.WindowRight">
      <summary>
        <para>Panel is docked to the right side of the browser screen.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.PanelFixedPosition.WindowTop">
      <summary>
        <para>Panel is docked to the top side of the browser screen.</para>
        <para />
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.PanelImages">
      <summary>
        <para>Contains the settings that define images displayed within the ASPxPanel’s visual elements.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PanelImages.CollapseButton">
      <summary>
        <para>Gets the settings of an image displayed within a collapse button of an expanded panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.PanelImages.ExpandButton">
      <summary>
        <para>Gets the settings of an image displayed in the expand button of a collapsed panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.PanelImages.ExpandButtonArrowBottom">
      <summary>
        <para>Gets the settings of an image displayed in an expand button (that displays an arrow pointing down by default) of a collapsed panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.PanelImages.ExpandButtonArrowLeft">
      <summary>
        <para>Gets the settings of an image displayed in an expand button (that displays an arrow pointing left by default) of a collapsed panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.PanelImages.ExpandButtonArrowRight">
      <summary>
        <para>Gets the settings of an image displayed in an expand button (that displays an arrow pointing right by default) of a collapsed panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.PanelImages.ExpandButtonArrowTop">
      <summary>
        <para>Gets the settings of an image displayed in an expand button (that displays an arrow pointing up by default) of a collapsed panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="T:DevExpress.Web.PanelModalBackgroundStyle">
      <summary>
        <para>Contains style settings that define the appearance of the page displayed behind the invoked modal panel.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PanelModalBackgroundStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PanelModalBackgroundStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PanelModalBackgroundStyle.Opacity">
      <summary>
        <para>Gets or sets the opacity level of the page behind the modal panel.</para>
      </summary>
      <value>An integer value that specifies the level of opacity for the page.</value>
    </member>
    <member name="T:DevExpress.Web.PanelPart">
      <summary>
        <para>Contains the part settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PanelPart.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PanelPart"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PanelPart.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PanelPart"/> 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.PanelPart.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.PanelPart.BackColor">
      <summary>
        <para>Gets or sets the part’s background color.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> structure that specifies the part’s background color.</value>
    </member>
    <member name="P:DevExpress.Web.PanelPart.BackgroundImage">
      <summary>
        <para>Gets the part’s background image.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BackgroundImage"/> object that represents the part’s background image.</value>
    </member>
    <member name="M:DevExpress.Web.PanelPart.CopyFrom(DevExpress.Web.PanelPart)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.PanelPart"/> class.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.PanelPart"/> object that represents the object which the settings will be copied from.</param>
    </member>
    <member name="P:DevExpress.Web.PanelPart.IsEmpty">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PanelPart.Reset">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Web.PanelPart"/> object to its original state.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PanelPart.ToString">
      <summary>
        <para>Returns a string that represents the <see cref="T:DevExpress.Web.PanelPart"/> object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> that represents the <see cref="T:DevExpress.Web.PanelPart"/> object.</returns>
    </member>
    <member name="T:DevExpress.Web.PanelStyle">
      <summary>
        <para>Defines style settings for the ASPxPanel.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PanelStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PanelStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PanelStyle.Paddings">
      <summary>
        <para>Gets the padding settings of the current style.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="T:DevExpress.Web.PanelStyles">
      <summary>
        <para>Contains settings that define the appearance of visual elements within the <see cref="T:DevExpress.Web.ASPxPanel"/> and <see cref="T:DevExpress.Web.ASPxCallbackPanel"/> controls.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PanelStyles.Disabled">
      <summary>
        <para>Gets the style settings that define the appearance of the disabled panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DisabledStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.PanelStyles.ExpandBar">
      <summary>
        <para>Gets the style settings that define the expand bar appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ExpandBarStyle"/> object that contains style settings.</value>
    </member>
    <member name="F:DevExpress.Web.PanelStyles.ExpandBarStyleName">
      <summary>
        <para>For internal use only. Returns “ExpandBar”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PanelStyles.ExpandButton">
      <summary>
        <para>Gets the style settings that define the expand button appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ExpandButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="F:DevExpress.Web.PanelStyles.ExpandButtonStyleName">
      <summary>
        <para>For internal use only. Returns “ExpandButton”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PanelStyles.ExpandedExpandBar">
      <summary>
        <para>Gets the style settings that define the appearance of the expand bar when the panel is expanded.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ExpandBarStyle"/> object that contains style settings.</value>
    </member>
    <member name="F:DevExpress.Web.PanelStyles.ExpandedExpandBarStyleName">
      <summary>
        <para>For internal use only. Returns “ExpandedExpandBar”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PanelStyles.ExpandedPanel">
      <summary>
        <para>Gets the style settings that define the expanded panel appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PanelStyle"/> object that contains style settings.</value>
    </member>
    <member name="F:DevExpress.Web.PanelStyles.ExpandedPanelStyleName">
      <summary>
        <para>For internal use only. Returns “ExpandedPanel”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PanelStyles.ModalBackground">
      <summary>
        <para>Gets the style settings that define the appearance of the page’s content displayed behind the invoked modal panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PanelModalBackgroundStyle"/> object that contains the style settings.</value>
    </member>
    <member name="F:DevExpress.Web.PanelStyles.ModalBackgroundStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PanelStyles.Panel">
      <summary>
        <para>Gets the style settings that define the panel appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PanelStyle"/> object that contains style settings.</value>
    </member>
    <member name="F:DevExpress.Web.PanelStyles.PanelStyleName">
      <summary>
        <para>For internal use only. Returns “Panel”.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.PhysicalFileSystemProvider">
      <summary>
        <para>Provides an implementation of a physical file system provider.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PhysicalFileSystemProvider.#ctor(System.String)">
      <summary>
        <para>Initialize a new instance of the <see cref="T:DevExpress.Web.PhysicalFileSystemProvider"/> class with the specified root folder.</para>
      </summary>
      <param name="rootFolder">A <see cref="T:System.String"/> value that specifies the path to the root folder.</param>
    </member>
    <member name="M:DevExpress.Web.PhysicalFileSystemProvider.CopyFile(DevExpress.Web.FileManagerFile,DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements file copying.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the copied file.</param>
      <param name="newParentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is a folder where the current file is being copied.</param>
    </member>
    <member name="M:DevExpress.Web.PhysicalFileSystemProvider.CopyFolder(DevExpress.Web.FileManagerFolder,DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements folder copying.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the copied folder.</param>
      <param name="newParentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is a folder to which the current folder is being copied.</param>
    </member>
    <member name="M:DevExpress.Web.PhysicalFileSystemProvider.CreateFolder(DevExpress.Web.FileManagerFolder,System.String)">
      <summary>
        <para>Implements folder creation.</para>
      </summary>
      <param name="parent">A <see cref="T:DevExpress.Web.FileManagerFolder"/> value that is the immediate parent folder to which the created folder belongs.</param>
      <param name="name">A <see cref="T:System.String"/> value that is the name of the created folder.</param>
    </member>
    <member name="M:DevExpress.Web.PhysicalFileSystemProvider.DeleteFile(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Implements file deletion.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the deleted file.</param>
    </member>
    <member name="M:DevExpress.Web.PhysicalFileSystemProvider.DeleteFolder(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements folder deletion.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the deleted folder.</param>
    </member>
    <member name="M:DevExpress.Web.PhysicalFileSystemProvider.Exists(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Implements the file existence verification.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the processed file.</param>
      <returns>true if the file exists within a file manager; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.PhysicalFileSystemProvider.Exists(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements the folder existence verification.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the processed folder.</param>
      <returns>true if the folder exists within a file manager; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.PhysicalFileSystemProvider.GetFiles(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements getting a collection of files that are located in the current folder.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder currently being processed.</param>
      <returns>A collection of <see cref="T:DevExpress.Web.FileManagerFile"/> objects.</returns>
    </member>
    <member name="M:DevExpress.Web.PhysicalFileSystemProvider.GetFilteredItems(DevExpress.Web.FileManagerGetFilteredItemsArgs)">
      <summary>
        <para>Override this method to implement getting a collection of files matching the filter criteria.</para>
      </summary>
      <param name="args">The <see cref="T:DevExpress.Web.FileManagerGetFilteredItemsArgs"/> class instance used for controlling received filtered files.</param>
    </member>
    <member name="M:DevExpress.Web.PhysicalFileSystemProvider.GetFolders(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements getting a collection of folders that are located in the current folder.</para>
      </summary>
      <param name="parentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the folder currently being processed.</param>
      <returns>A collection of <see cref="T:DevExpress.Web.FileManagerFolder"/> objects.</returns>
    </member>
    <member name="M:DevExpress.Web.PhysicalFileSystemProvider.GetLastWriteTime(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Implements getting the time of the last file modification.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the processed file.</param>
      <returns>A <see cref="T:System.DateTime"/> value that is the last write time.</returns>
    </member>
    <member name="M:DevExpress.Web.PhysicalFileSystemProvider.GetLastWriteTime(DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Gets the time of the last folder modification.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the processed folder.</param>
      <returns>A <see cref="T:System.DateTime"/> value that is the last write time.</returns>
    </member>
    <member name="M:DevExpress.Web.PhysicalFileSystemProvider.GetLength(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Returns the length of the specified file.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object identifying the processed file.</param>
      <returns>A <see cref="T:System.Int64"/> value that is the file length, in bytes.</returns>
    </member>
    <member name="M:DevExpress.Web.PhysicalFileSystemProvider.GetRelativeFolderPath(DevExpress.Web.FileManagerFolder,System.Web.UI.IUrlResolutionService)">
      <summary>
        <para>Implements getting a relative folder path.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the processed folder.</param>
      <param name="rs">An object that implements the <see cref="T:System.Web.UI.IUrlResolutionService"/> interface.</param>
      <returns>A <see cref="T:System.String"/> value specifying the relative folder path.</returns>
    </member>
    <member name="M:DevExpress.Web.PhysicalFileSystemProvider.GetResolvedRootFolderPath">
      <summary>
        <para>Implements getting a resolved root folder path.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value specifying the resolved root folder path.</returns>
    </member>
    <member name="M:DevExpress.Web.PhysicalFileSystemProvider.MoveFile(DevExpress.Web.FileManagerFile,DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements file moving.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the moved file.</param>
      <param name="newParentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is a folder where the current file is being moved.</param>
    </member>
    <member name="M:DevExpress.Web.PhysicalFileSystemProvider.MoveFolder(DevExpress.Web.FileManagerFolder,DevExpress.Web.FileManagerFolder)">
      <summary>
        <para>Implements folder moving.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the moved folder.</param>
      <param name="newParentFolder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is a folder where the current folder is being moved.</param>
    </member>
    <member name="M:DevExpress.Web.PhysicalFileSystemProvider.ReadFile(DevExpress.Web.FileManagerFile)">
      <summary>
        <para>Implements file reading.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the processed file.</param>
      <returns>A <see cref="T:System.IO.Stream"/> object that points to the processed file.</returns>
    </member>
    <member name="M:DevExpress.Web.PhysicalFileSystemProvider.RenameFile(DevExpress.Web.FileManagerFile,System.String)">
      <summary>
        <para>Implements file renaming.</para>
      </summary>
      <param name="file">A <see cref="T:DevExpress.Web.FileManagerFile"/> object that is the renamed file.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying a new file name.</param>
    </member>
    <member name="M:DevExpress.Web.PhysicalFileSystemProvider.RenameFolder(DevExpress.Web.FileManagerFolder,System.String)">
      <summary>
        <para>Implements folder renaming.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is the renamed folder.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying a new folder name.</param>
    </member>
    <member name="P:DevExpress.Web.PhysicalFileSystemProvider.RootFolderDisplayName">
      <summary>
        <para>Gets the root folder’s caption.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the root folder’s caption.</value>
    </member>
    <member name="M:DevExpress.Web.PhysicalFileSystemProvider.UploadFile(DevExpress.Web.FileManagerFolder,System.String,System.IO.Stream)">
      <summary>
        <para>Implements a file upload.</para>
      </summary>
      <param name="folder">A <see cref="T:DevExpress.Web.FileManagerFolder"/> object that is a folder where the file is being uploaded.</param>
      <param name="fileName">A string value specifying the files name.</param>
      <param name="content">A Stream that is the file content.</param>
    </member>
    <member name="T:DevExpress.Web.PopupAction">
      <summary>
        <para>Specifies which action forces a popup element to appear.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PopupAction.LeftMouseClick">
      <summary>
        <para>Specifies that a popup element is invoked at a left mouse button click within the corresponding linked web control or HTML element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PopupAction.MouseOver">
      <summary>
        <para>Specifies that a popup element is invoked when the mouse cursor hovers over the corresponding linked web control or HTML element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PopupAction.None">
      <summary>
        <para>Specifies that a popup element can’t be invoked via an end-user interaction, but can be invoked programmatically via specific client script methods.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PopupAction.RightMouseClick">
      <summary>
        <para>Specifies that a popup element is invoked on a right mouse button click within the corresponding linked web control or HTML element.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.PopupAdaptiveHorizontalAlign">
      <summary>
        <para>Specifies the horizontal alignment of the popup control in adaptive mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PopupAdaptiveHorizontalAlign.WindowCenter">
      <summary>
        <para>The popup window in adaptive mode is displayed so that it is horizontally aligned at the center of the browser’s window.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PopupAdaptiveHorizontalAlign.WindowLeft">
      <summary>
        <para>The popup window in adaptive mode is displayed on the left of the browser’s window.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PopupAdaptiveHorizontalAlign.WindowRight">
      <summary>
        <para>The popup window in adaptive mode is displayed on the right of the browser’s window.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.PopupAdaptiveVerticalAlign">
      <summary>
        <para>Specifies the vertical alignment of the popup control in adaptive mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PopupAdaptiveVerticalAlign.WindowBottom">
      <summary>
        <para>The popup window in adaptive mode is displayed at the bottom of the browser’s window.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PopupAdaptiveVerticalAlign.WindowCenter">
      <summary>
        <para>The popup window in adaptive mode is displayed so that it is vertically aligned at the center of the browser’s window.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PopupAdaptiveVerticalAlign.WindowTop">
      <summary>
        <para>The popup window in adaptive mode is displayed at the top of the browser’s window.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.PopupAlignCorrection">
      <summary>
        <para>Lists values that specify the availability of popup element correction.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PopupAlignCorrection.Auto">
      <summary>
        <para>Correction of the popup window position is enabled.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PopupAlignCorrection.Disabled">
      <summary>
        <para>Correction of the popup window position is disabled.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.PopupControlAdaptivityMode">
      <summary>
        <para>List values that specify the <see cref="T:DevExpress.Web.ASPxPopupControl"/>‘s adaptivity mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PopupControlAdaptivityMode.Always">
      <summary>
        <para>Adaptivity mode is always enabled.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PopupControlAdaptivityMode.Off">
      <summary>
        <para>Adaptivity mode is not used.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PopupControlAdaptivityMode.OnWindowInnerWidth">
      <summary>
        <para>Adaptive mode is enabled when the browser window inner width is less than or equal to the value specified by the <see cref="P:DevExpress.Web.PopupControlAdaptivitySettings.SwitchAtWindowInnerWidth">PopupControlAdaptivitySettings.SwitchAtWindowInnerWidth</see></para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.PopupControlAdaptivitySettings">
      <summary>
        <para>Contains the settings that relate to the <see cref="T:DevExpress.Web.ASPxPopupControl"/>‘s adaptivity settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PopupControlAdaptivitySettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PopupControlAdaptivitySettings"/> 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.PopupControlAdaptivitySettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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="F:DevExpress.Web.PopupControlAdaptivitySettings.DefaultSwitchAtWindowInnerWidth">
      <summary>
        <para>Gets the default value of the maximum browser window inner width when the popup window is rendered in adaptive mode.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PopupControlAdaptivitySettings.FixedFooter">
      <summary>
        <para>Gets or sets whether the footer is fixed on the bottom while scrolling the popup window in adaptive mode.</para>
      </summary>
      <value>true, if the footer is fixed; otherwise, false</value>
    </member>
    <member name="P:DevExpress.Web.PopupControlAdaptivitySettings.FixedHeader">
      <summary>
        <para>Gets or sets whether the header is fixed on the top while scrolling the popup window in adaptive mode.</para>
      </summary>
      <value>true, if the header is fixed; otherwise, false</value>
    </member>
    <member name="P:DevExpress.Web.PopupControlAdaptivitySettings.HorizontalAlign">
      <summary>
        <para>Gets or sets the value that defines the horizontal alignment of the popup window in adaptive mode.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.PopupAdaptiveHorizontalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.PopupControlAdaptivitySettings.MaxHeight">
      <summary>
        <para>Gets or sets the maximum height of the popup window in adaptive mode.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that defines the maximum height of the window.</value>
    </member>
    <member name="P:DevExpress.Web.PopupControlAdaptivitySettings.MaxWidth">
      <summary>
        <para>Gets or sets the maximum width of the popup window in adaptive mode.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that defines the maximum width of the popup window.</value>
    </member>
    <member name="P:DevExpress.Web.PopupControlAdaptivitySettings.MinHeight">
      <summary>
        <para>Gets or sets the minimum height of the popup window in adaptive mode.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that defines the minimum height of the popup window.</value>
    </member>
    <member name="P:DevExpress.Web.PopupControlAdaptivitySettings.MinWidth">
      <summary>
        <para>Gets or sets the minimum width of the popup window in adaptive mode.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that defines the minimum width of the popup window.</value>
    </member>
    <member name="P:DevExpress.Web.PopupControlAdaptivitySettings.Mode">
      <summary>
        <para>Specifies the adaptivity mode for the popup window.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.PopupControlAdaptivityMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.PopupControlAdaptivitySettings.SwitchAtWindowInnerWidth">
      <summary>
        <para>Gets or sets a value that defines the browser window inner width when the popup window switches from adaptive mode to regular mode.</para>
      </summary>
      <value>The browser inner window width in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.PopupControlAdaptivitySettings.VerticalAlign">
      <summary>
        <para>Gets or sets the value that defines the vertical alignment of the popup window in adaptive mode.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.PopupAdaptiveVerticalAlign"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.PopupControlClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events available for a popup control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PopupControlClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PopupControlClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PopupControlClientSideEvents.AfterResizing">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientPopupControlBase.AfterResizing</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.PopupControlClientSideEvents.BeforeResizing">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientPopupControlBase.BeforeResizing</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.PopupControlClientSideEvents.CloseButtonClick">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientPopupControl.CloseButtonClick</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.PopupControlClientSideEvents.CloseUp">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientPopupControlBase.CloseUp</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.PopupControlClientSideEvents.Closing">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientPopupControlBase.Closing</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.PopupControlClientSideEvents.PinnedChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientPopupControlBase.PinnedChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.PopupControlClientSideEvents.PopUp">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientPopupControlBase.PopUp</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.PopupControlClientSideEvents.Resize">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientPopupControlBase.Resize</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.PopupControlClientSideEvents.Shown">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientPopupControlBase.Shown</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.PopupControlCommandEventArgs">
      <summary>
        <para>Provides data for events whose function processes the Command event fired by a child control, within a templated popup window.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PopupControlCommandEventArgs.#ctor(DevExpress.Web.PopupWindow,System.Object,System.Web.UI.WebControls.CommandEventArgs)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PopupControlCommandEventArgs"/> class.</para>
      </summary>
      <param name="window">A <see cref="T:DevExpress.Web.PopupWindow"/> object representing a popup window related to the generated event.</param>
      <param name="commandSource">A <see cref="T:System.Object"/> identifying the source of the command.</param>
      <param name="originalArgs">A <see cref="T:System.Web.UI.WebControls.CommandEventArgs"/> object that contains the argument for the command.</param>
    </member>
    <member name="M:DevExpress.Web.PopupControlCommandEventArgs.#ctor(System.Object,System.Web.UI.WebControls.CommandEventArgs)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PopupControlCommandEventArgs"/> class.</para>
      </summary>
      <param name="commandSource">A <see cref="T:System.Object"/> identifying the source of the command.</param>
      <param name="originalArgs">A <see cref="T:System.Web.UI.WebControls.CommandEventArgs"/> object that contains the argument for the command.</param>
    </member>
    <member name="P:DevExpress.Web.PopupControlCommandEventArgs.CommandSource">
      <summary>
        <para>Gets an object representing the control which forced a postback.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> representing the control which forced a postback.</value>
    </member>
    <member name="P:DevExpress.Web.PopupControlCommandEventArgs.Window">
      <summary>
        <para>Gets a popup window object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindow"/> object that was manipulated, forcing an event to be raised.</value>
    </member>
    <member name="T:DevExpress.Web.PopupControlCommandEventHandler">
      <summary>
        <para>A method that will handle specific command events concerning manipulations with popup windows.</para>
      </summary>
      <param name="source">A <see cref="T:System.Object"/> representing the event source. Identifies the <see cref="T:DevExpress.Web.ASPxPopupControl"/> control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.PopupControlCommandEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.PopupControlContentControl">
      <summary>
        <para>A container that stores the contents of a panel (for <see cref="T:DevExpress.Web.ASPxDockPanel">ASPxDockPanel</see>) or popup window (for <see cref="T:DevExpress.Web.ASPxPopupControl">ASPxPopupControl</see>). This class supports the internal infrastructure of DevExpress control hierarchy realization and is mostly used to create the panel contents declaratively, in ASP.NET markup (see samples for <see cref="T:DevExpress.Web.ASPxDockPanel">ASPxDockPanel</see> and <see cref="T:DevExpress.Web.ASPxPopupControl">ASPxPopupControl</see>). To create the panel contents at run-time (in code-behind files), use the <see cref="P:DevExpress.Web.ASPxPopupControlBase.Controls">ASPxPopupControlBase.Controls</see> collection of a control (see samples for <see cref="T:DevExpress.Web.ASPxDockPanel">ASPxDockPanel</see> and <see cref="T:DevExpress.Web.ASPxPopupControl">ASPxPopupControl</see>).</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PopupControlContentControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PopupControlContentControl"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.PopupControlImages">
      <summary>
        <para>Contains settings that allow images to be defined for the <see cref="T:DevExpress.Web.ASPxPopupControl"/>‘s specific elements.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PopupControlImages.#ctor(DevExpress.Web.ASPxPopupControlBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PopupControlImages"/> class with the specified owner.</para>
      </summary>
      <param name="popupControl">An <see cref="T:DevExpress.Web.ASPxPopupControlBase"/> object that is the class’ owner.</param>
    </member>
    <member name="P:DevExpress.Web.PopupControlImages.CloseButton">
      <summary>
        <para>Gets the settings of an image displayed within a window’s close button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HeaderButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.PopupControlImages.CloseButtonImageName">
      <summary>
        <para>Represents the name of the Close Button image file.</para>
        <para>This name is equal to “pcCloseButton”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PopupControlImages.CollapseButton">
      <summary>
        <para>Gets the settings of an image displayed within a window’s collapse button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HeaderButtonCheckedImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.PopupControlImages.CollapseButtonImageName">
      <summary>
        <para>Represents the name of the Collapse Button image file.</para>
        <para>This name is “pcCollapseButton”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PopupControlImages.Footer">
      <summary>
        <para>Gets the settings of a window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#footer">footer image</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.PopupControlImages.FooterImageName">
      <summary>
        <para>Represents the name of the Footer image file.</para>
        <para>This name is equal to “pcFooter”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PopupControlImages.Header">
      <summary>
        <para>Gets the settings of a window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header">header image</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.PopupControlImages.HeaderImageName">
      <summary>
        <para>Represents the name of the Header image file.</para>
        <para>This name is equal to “pcHeader”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PopupControlImages.MaximizeButton">
      <summary>
        <para>Gets the settings of an image displayed within a window’s maximize button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HeaderButtonCheckedImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.PopupControlImages.MaximizeButtonImageName">
      <summary>
        <para>Represents the name of the Maximize Button image file.</para>
        <para>This name is “pcMaximizeButton”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PopupControlImages.ModalBackgroundImageName">
      <summary>
        <para>Represents the name of an image file that fills the page background when a window is displayed as modal.</para>
        <para>This name is equal to “pcModalBack”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PopupControlImages.PinButton">
      <summary>
        <para>Gets the settings of an image displayed within a window’s pin button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HeaderButtonCheckedImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.PopupControlImages.PinButtonImageName">
      <summary>
        <para>The name of the Pin Button image file.</para>
        <para>This name is equal to “pcPinButton”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PopupControlImages.RefreshButton">
      <summary>
        <para>Gets the settings of an image displayed within a window’s refresh button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HeaderButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.PopupControlImages.RefreshButtonImageName">
      <summary>
        <para>The name of the Refresh Button image file.</para>
        <para>This name is equal to “pcRefreshButton”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PopupControlImages.SizeGrip">
      <summary>
        <para>Gets the settings of an image displayed instead of the <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#footer">size grip</see> within windows.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.PopupControlImages.SizeGripImageName">
      <summary>
        <para>Represents the name of the Size Grip image file.</para>
        <para>This name is equal to “pcSizeGrip”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PopupControlImages.SizeGripRtl">
      <summary>
        <para>Gets the settings of an image displayed instead of the <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#footer">size grip</see> within a window, when the <see href="https://docs.devexpress.com/AspNet/8925/common-concepts/right-to-left-support">right-to-left layout</see> is applied.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.PopupControlImages.SizeGripRtlImageName">
      <summary>
        <para>The name of the Size Grip image file when the <see href="https://docs.devexpress.com/AspNet/8925/common-concepts/right-to-left-support">right-to-left layout</see> layout is applied.</para>
        <para>This name is equal to “pcSizeGripRtl”.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.PopupControlModalBackgroundStyle">
      <summary>
        <para>Contains style settings that define the appearance of the page displayed behind the invoked modal popup window.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PopupControlModalBackgroundStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PopupControlModalBackgroundStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PopupControlModalBackgroundStyle.Opacity">
      <summary>
        <para>Gets or sets the opacity level of the page behind the modal popup window.</para>
      </summary>
      <value>An integer value that specifies the level of opacity for the page.</value>
    </member>
    <member name="T:DevExpress.Web.PopupControlStyles">
      <summary>
        <para>Contains settings that allow the <see cref="T:DevExpress.Web.ASPxPopupControl"/>‘s appearance to be defined.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PopupControlStyles.CloseButton">
      <summary>
        <para>Gets style settings for a window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">close button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindowButtonStyle"/> object that contains style settings for a window’s close button.</value>
    </member>
    <member name="F:DevExpress.Web.PopupControlStyles.CloseButtonStyleName">
      <summary>
        <para>Returns the name of the window Close Button style. This name is equal to “CloseButton”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PopupControlStyles.CollapseButton">
      <summary>
        <para>Gets style settings for a window’s collapse button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindowButtonStyle"/> object that contains button style settings.</value>
    </member>
    <member name="F:DevExpress.Web.PopupControlStyles.CollapseButtonStyleName">
      <summary>
        <para>Returns the name of the window Collapse Button style. This name is “CollapseButton”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PopupControlStyles.Content">
      <summary>
        <para>Gets style settings for a window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#content-region">content region</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindowContentStyle"/> object that contains style settings for a window’s content region.</value>
    </member>
    <member name="F:DevExpress.Web.PopupControlStyles.ContentStyleName">
      <summary>
        <para>Returns the name of the window’s entire contents style. This name is equal to “Content”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PopupControlStyles.ControlStyle">
      <summary>
        <para>Gets style settings for a popup control’s.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PopupControlStyles.Disabled">
      <summary>
        <para>Gets the style settings which define a control’s appearance in the disabled state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DisabledStyle"/> object that contains the disabled style settings.</value>
    </member>
    <member name="P:DevExpress.Web.PopupControlStyles.Footer">
      <summary>
        <para>Gets style settings for a window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#footer">footer</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindowFooterStyle"/> object that contains style settings for a window’s footer.</value>
    </member>
    <member name="F:DevExpress.Web.PopupControlStyles.FooterStyleName">
      <summary>
        <para>Returns the name of the window Footer style. This name is equal to “Footer”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PopupControlStyles.Header">
      <summary>
        <para>Gets style settings for a window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header">header</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindowStyle"/> object that contains style settings for a window’s header.</value>
    </member>
    <member name="F:DevExpress.Web.PopupControlStyles.HeaderButtonCellSystemClassName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PopupControlStyles.HeaderStyleName">
      <summary>
        <para>Returns the name of the window Header style. This name is equal to “Header”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PopupControlStyles.Link">
      <summary>
        <para>Gets an object that contains style settings to be applied to links in the control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LinkStyle"/> object that contains style settings of links.</value>
    </member>
    <member name="P:DevExpress.Web.PopupControlStyles.LoadingDiv">
      <summary>
        <para>Gets style settings that define the appearance of a specific loading div panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LoadingDivStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.PopupControlStyles.LoadingPanel">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#loading-panel">loading panel</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LoadingPanelStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.PopupControlStyles.MaximizeButton">
      <summary>
        <para>Gets style settings for a window’s maximize button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindowButtonStyle"/> object that contains button style settings.</value>
    </member>
    <member name="F:DevExpress.Web.PopupControlStyles.MaximizeButtonStyleName">
      <summary>
        <para>Returns the name of the window Maximize Button style. This name is “MaximizeButton”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PopupControlStyles.ModalBackground">
      <summary>
        <para>Gets the style settings that define the appearance of the page’s content displayed behind the invoked modal popup window.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupControlModalBackgroundStyle"/> object that contains the style settings.</value>
    </member>
    <member name="F:DevExpress.Web.PopupControlStyles.ModalBackgroundStyleName">
      <summary>
        <para>Returns the name of the a style that is used to fill the page background when a window is displayed as modal. This name is equal to “ModalBackground”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PopupControlStyles.PinButton">
      <summary>
        <para>Gets style settings for a window’s pin button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindowButtonStyle"/> object that contains button style settings.</value>
    </member>
    <member name="F:DevExpress.Web.PopupControlStyles.PinButtonStyleName">
      <summary>
        <para>Returns the name of the Pin Button style. This name is equal to “PinButton”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PopupControlStyles.RefreshButton">
      <summary>
        <para>Gets style settings for a window’s refresh button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindowButtonStyle"/> object that contains button style settings.</value>
    </member>
    <member name="F:DevExpress.Web.PopupControlStyles.RefreshButtonStyleName">
      <summary>
        <para>Returns the name of the Refresh Button style. This name is equal to “RefreshButton”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PopupControlStyles.RtlMarkerCssClassName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PopupControlStyles.Style">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PopupControlStyles.StyleStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.PopupControlTemplateContainer">
      <summary>
        <para>Represents a container for the templates that are used to render a popup window.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PopupControlTemplateContainer.#ctor(DevExpress.Web.PopupWindow)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PopupControlTemplateContainer"/> class with the specified setting.</para>
      </summary>
      <param name="window">A <see cref="T:DevExpress.Web.PopupWindow"/> object specifying the popup window to which the current object belongs.</param>
    </member>
    <member name="P:DevExpress.Web.PopupControlTemplateContainer.Window">
      <summary>
        <para>Gets a popup window for which the template’s content is being instantiated.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindow"/> object representing the popup window being rendered.</value>
    </member>
    <member name="T:DevExpress.Web.PopupHorizontalAlign">
      <summary>
        <para>Specifies a popup element’s horizontal alignment.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PopupHorizontalAlign.Center">
      <summary>
        <para>A popup element is displayed so that the x&#0045;coordinate of the popup element’s center equals the x&#0045;coordinate of the corresponding HTML element’s center.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.PopupHorizontalAlign.LeftSides">
      <summary>
        <para>A popup element is displayed so that its left border’s x&#0045;coordinate equals the x&#0045;coordinate of the corresponding HTML element’s left border.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.PopupHorizontalAlign.NotSet">
      <summary>
        <para>A popup element is displayed on the x&#0045;coordinate of the mouse cursor position.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.PopupHorizontalAlign.OutsideLeft">
      <summary>
        <para>A popup element is displayed to the left of the corresponding HTML element, so that the x&#0045;coordinate of the popup element’s right border is equal to the x&#0045;coordinate of the HTML element’s left border.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.PopupHorizontalAlign.OutsideRight">
      <summary>
        <para>A popup element is displayed to the right of the corresponding HTML element so that the x&#0045;coordinate of the popup element’s left border is equal to the x&#0045;coordinate of the HTML element’s right border.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.PopupHorizontalAlign.RightSides">
      <summary>
        <para>A popup element is displayed so that the x&#0045;coordinate of the popup element’s right border equals the x&#0045;coordinate of the corresponding HTML element’s right border.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.PopupHorizontalAlign.WindowCenter">
      <summary>
        <para>A popup element is displayed so that it is horizontally aligned at the center of the browser’s window.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.PopupMenuCloseAction">
      <summary>
        <para>Specifies which action forces an opened popup menu to close.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PopupMenuCloseAction.MouseOut">
      <summary>
        <para>Specifies that a popup menu is closed when the mouse cursor moves out of it.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PopupMenuCloseAction.OuterMouseClick">
      <summary>
        <para>Specifies that a popup menu is closed when clicking a mouse button outside the popup menu.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.PopupVerticalAlign">
      <summary>
        <para>Specifies a popup element’s vertical alignment.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.PopupVerticalAlign.Above">
      <summary>
        <para>A popup element is displayed above the corresponding HTML element so that the y&#0045;coordinate of the popup element’s bottom border is equal to the y&#0045;coordinate of the HTML element’s top border.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.PopupVerticalAlign.Below">
      <summary>
        <para>A popup element is displayed below the corresponding HTML element so that the y&#0045;coordinate of the popup element’s top border equals the y&#0045;coordinate of the HTML element’s bottom border.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.PopupVerticalAlign.BottomSides">
      <summary>
        <para>A popup element is displayed so that the y&#0045;coordinate of the popup element’s bottom border equals the y&#0045;coordinate of the corresponding HTML element’s bottom border.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.PopupVerticalAlign.Middle">
      <summary>
        <para>A popup element is displayed so that the y&#0045;coordinate of the popup element’s center equals the y&#0045;coordinate of the corresponding HTML element’s center.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.PopupVerticalAlign.NotSet">
      <summary>
        <para>A popup element is displayed on the y&#0045;coordinate of the mouse cursor position.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.PopupVerticalAlign.TopSides">
      <summary>
        <para>A popup element is displayed so that the y&#0045;coordinate of the popup element’s top border equals the y&#0045;coordinate of the corresponding HTML element’s top border.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.PopupVerticalAlign.WindowCenter">
      <summary>
        <para>A popup element is displayed so that it is vertically aligned at the center of the browser’s window.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.PopupWindow">
      <summary>
        <para>Represents an individual <see href="https://docs.devexpress.com/AspNet/115453/components/docking-and-popups/popup-control/popup-windows">popup window</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PopupWindow.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PopupWindow"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PopupWindow.#ctor(System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PopupWindow"/> class with the specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the popup window’s content text. Initializes the popup window’s <see cref="P:DevExpress.Web.PopupWindow.Text">PopupWindow.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which indentifies the created popup window. Initializes the window’s <see cref="P:DevExpress.Web.PopupWindow.Name">PopupWindow.Name</see> property.</param>
      <param name="headerText">A <see cref="T:System.String"/> value specifying the popup window’s header text. Initializes the popup window’s <see cref="P:DevExpress.Web.PopupWindow.HeaderText">PopupWindow.HeaderText</see> property.</param>
      <param name="footerText">A <see cref="T:System.String"/> value specifying the popup window’s footer text. Initializes the popup window’s <see cref="P:DevExpress.Web.PopupWindow.FooterText">PopupWindow.FooterText</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.PopupWindow.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PopupWindow"/> class with the specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the popup window’s content text. Initializes the popup window’s <see cref="P:DevExpress.Web.PopupWindow.Text">PopupWindow.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which indentifies the created popup window. Initializes the window’s <see cref="P:DevExpress.Web.PopupWindow.Name">PopupWindow.Name</see> property.</param>
      <param name="headerText">A <see cref="T:System.String"/> value specifying the popup window’s header text. Initializes the popup window’s <see cref="P:DevExpress.Web.PopupWindow.HeaderText">PopupWindow.HeaderText</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.PopupWindow.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PopupWindow"/> class with the specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the popup window’s text. Initializes the popup window’s <see cref="P:DevExpress.Web.PopupWindow.Text">PopupWindow.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which indentifies the created popup window. Initializes the window’s <see cref="P:DevExpress.Web.PopupWindow.Name">PopupWindow.Name</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.PopupWindow.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PopupWindow"/> class using the specified display content text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the popup window’s content text. Initializes the popup window’s <see cref="P:DevExpress.Web.PopupWindow.Text">PopupWindow.Text</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.PopupWindow.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="P:DevExpress.Web.PopupWindow.AutoUpdatePosition">
      <summary>
        <para>Gets or sets the value that specifies whether the popup window’s position is updated automatically when required.</para>
      </summary>
      <value>true if the popup window’s position is updated automatically; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.CloseAction">
      <summary>
        <para>Gets or sets a value that specifies which action forces the popup window to close, if it’s displayed.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.CloseAction"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.CloseButtonImage">
      <summary>
        <para>Gets the settings of an image displayed within the window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">close button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HeaderButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.CloseButtonStyle">
      <summary>
        <para>Gets style settings for the window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">close button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindowButtonStyle"/> object that contains style settings for the window’s close button.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.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.PopupWindow.CollapseButtonImage">
      <summary>
        <para>Gets the settings of an image displayed within the window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">collapse button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HeaderButtonCheckedImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.CollapseButtonStyle">
      <summary>
        <para>Gets style settings for the popup window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">collapse button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindowButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.Collapsed">
      <summary>
        <para>Gets or sets a value that specifies whether the window is collapsed.</para>
      </summary>
      <value>true if the window is collapsed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.ContentStyle">
      <summary>
        <para>Gets style settings for the popup window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#content-region">content region</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindowContentStyle"/> object that contains style settings for the window’s content region.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.ContentTemplate">
      <summary>
        <para>Gets or sets a template used for displaying the content of the current window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#content-region">content region</see>.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface, which contains the template used for displaying the window’s content region.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.ContentUrl">
      <summary>
        <para>Gets or sets the navigation location of a specific web page to be displayed within the current popup window.</para>
      </summary>
      <value>A string value that specifies the desired page’s navigation location.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.ContentUrlIFrameTitle">
      <summary>
        <para>Gets or sets the title of the popup window’s IFRAME element.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the IFRAME element’s title (the TITLE attribute’s value).</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.DataItem">
      <summary>
        <para>Gets the data item that is bound to the popup window.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> that represents the data item that is bound to the window.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.Enabled">
      <summary>
        <para>Gets or sets the current popup window’s availability on the client side.</para>
      </summary>
      <value>true if the current popup window is available and can be invoked on the client side; false if the window is disabled.</value>
    </member>
    <member name="M:DevExpress.Web.PopupWindow.FindControl(System.String)">
      <summary>
        <para>Searches for the specified server control within the popup window’s template containers and the <see cref="P:DevExpress.Web.ContentControlCollectionItem.Controls">ContentControlCollectionItem.Controls</see> collection.</para>
      </summary>
      <param name="id">The identifier for the control to be found.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object representing the specified control, or the null reference (Nothing in Visual Basic) if the specified control does not exist.</returns>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.FooterContentTemplate">
      <summary>
        <para>Gets or sets a template used for displaying the content of the window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#footer">footer</see>.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains a template to display the content of the window’s footer.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.FooterImage">
      <summary>
        <para>Gets the settings of the popup window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#footer">footer image</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.FooterNavigateUrl">
      <summary>
        <para>Gets or sets an URL where the client’s web browser will navigate when the text or image is clicked within the window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#footer">footer</see>.</para>
      </summary>
      <value>A string value which specifies the required navigation location.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.FooterStyle">
      <summary>
        <para>Gets style settings for the popup window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#footer">footer</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindowFooterStyle"/> object that contains style settings for the window’s footer.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.FooterTemplate">
      <summary>
        <para>Gets or sets a template used for displaying the window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#footer">footer</see>.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains a template to display the window’s footer.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.FooterText">
      <summary>
        <para>Gets or sets the text content of the window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#footer">footer</see>.</para>
      </summary>
      <value>A string value that specifies the window’s footer text.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.HeaderContentTemplate">
      <summary>
        <para>Gets or sets a template used to display the content of the window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header">header</see>.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains a template used to display the content of the window’s header.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.HeaderImage">
      <summary>
        <para>Gets the settings of the popup window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header">header image</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.HeaderNavigateUrl">
      <summary>
        <para>Gets or sets an URL where the client’s web browser will navigate when the text or image is clicked within the window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header">header</see>.</para>
      </summary>
      <value>A string value which specifies the required navigation location.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.HeaderStyle">
      <summary>
        <para>Gets style settings for the popup window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header">header</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindowStyle"/> object that contains style settings for the window’s header.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.HeaderTemplate">
      <summary>
        <para>Gets or sets a template used to display the window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header">header</see>.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains a template used to display the window’s header.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.HeaderText">
      <summary>
        <para>Gets or sets the text content of the window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header">header</see>.</para>
      </summary>
      <value>A string value that specifies the window’s header text.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.Height">
      <summary>
        <para>Gets or sets the popup window’s height.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the popup window’s height.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.Left">
      <summary>
        <para>Gets or sets the x-coordinate of the current popup window’s left side.</para>
      </summary>
      <value>An integer value specifying the x-coordinate of the popup window’s left side.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.MaxHeight">
      <summary>
        <para>Gets or sets the maximum height of the window.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that defines the maximum height of the window.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.MaximizeButtonImage">
      <summary>
        <para>Gets the settings of an image displayed within the window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">maximize button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HeaderButtonCheckedImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.MaximizeButtonStyle">
      <summary>
        <para>Gets style settings for the popup window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">maximize button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindowButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.Maximized">
      <summary>
        <para>Specifies whether the popup window is maximized.</para>
      </summary>
      <value>true if the window is maximized; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.MaxWidth">
      <summary>
        <para>Gets or sets the maximum width of the window.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that defines the maximum width of the  window.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.MinHeight">
      <summary>
        <para>Gets or sets the minimum height of the window.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that defines the minimum height of the window.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.MinWidth">
      <summary>
        <para>Gets or sets the minimum width of the window.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that defines the minimum width of the window.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.Modal">
      <summary>
        <para>Gets or sets whether the <see href="https://docs.devexpress.com/AspNet/115453/components/docking-and-popups/popup-control/popup-windows">popup window</see> is modal.</para>
      </summary>
      <value>true if the popup window is modal; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.Name">
      <summary>
        <para>Gets or sets the unique identifier name for the current popup window object.</para>
      </summary>
      <value>A string value that specifies the popup window’s unique identifier name.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.PinButtonImage">
      <summary>
        <para>Gets the settings of an image displayed within the window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">pin button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HeaderButtonCheckedImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.PinButtonStyle">
      <summary>
        <para>Gets style settings for the popup window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">pin button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindowButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.Pinned">
      <summary>
        <para>Gets or sets a value that specifies whether the window is pinned.</para>
      </summary>
      <value>true if the window is pinned; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.PopupAction">
      <summary>
        <para>Gets or sets a value that specifies which action forces the current popup window to appear.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.WindowPopupAction"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.PopupControl">
      <summary>
        <para>Gets the popup control to which the current popup window belongs.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxPopupControlBase"/> object that is the popup control that contains the current popup window.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.PopupElementID">
      <summary>
        <para>Gets or sets the ID (or a list of IDs) of a web control or HTML element with which the current popup window is associated.</para>
      </summary>
      <value>A string value specifying the ID (or a list of IDs) of the web control or HTML element with which the popup window is associated.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.RefreshButtonImage">
      <summary>
        <para>Gets the settings of an image displayed within the window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">refresh button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HeaderButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.RefreshButtonStyle">
      <summary>
        <para>Gets style settings for the popup window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">refresh button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindowButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.ScrollBars">
      <summary>
        <para>Gets or sets a value specifying which scrollbars should appear in the popup window.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.ScrollBars"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.SettingsAdaptivity">
      <summary>
        <para>Provides access to the popup window’s adaptivity settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindowAdaptivitySettings"/> object that contains the popup window’s adaptivity settings.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.ShowCloseButton">
      <summary>
        <para>Gets or sets a value that specifies whether the popup window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">close button</see> is displayed.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.ShowCollapseButton">
      <summary>
        <para>Gets or sets a value that specifies whether a window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">collapse button</see> is displayed.</para>
      </summary>
      <value>true if the button is displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.ShowFooter">
      <summary>
        <para>Gets or sets a value that specifies whether the window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#footer">footer</see> is displayed.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.ShowHeader">
      <summary>
        <para>Gets or sets a value that specifies whether the window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header">header</see> is displayed.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.ShowMaximizeButton">
      <summary>
        <para>Gets or sets a value that specifies whether a window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">maximize button</see> is displayed.</para>
      </summary>
      <value>true if the button is displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.ShowOnPageLoad">
      <summary>
        <para>Gets or sets a value that specifies whether the current window is automatically displayed when a client browser loads the page.</para>
      </summary>
      <value>true, if the window is displayed on the page load; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.ShowPageScrollbarWhenModal">
      <summary>
        <para>Gets or sets a value that specifies whether a browser’s scroll bars can be displayed when a popup window is shown in modal mode.</para>
      </summary>
      <value>true if a browser’s scroll bars are available; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.ShowPinButton">
      <summary>
        <para>Gets or sets a value that specifies whether a window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">pin button</see> is displayed.</para>
      </summary>
      <value>true if the button is displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.ShowRefreshButton">
      <summary>
        <para>Gets or sets a value that specifies whether a window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">refresh button</see> is displayed.</para>
      </summary>
      <value>true, if the button is displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.ShowViewportScrollbarWhenModal">
      <summary>
        <para>Gets or sets a value that specifies whether the vertical and horizontal scroll bars can be displayed in the viewport when a popup window is shown in modal mode.</para>
      </summary>
      <value>true, if scroll bars are available; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.SizeGripImage">
      <summary>
        <para>Gets the settings of an image displayed instead of the <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#footer">size grip</see> within the popup window.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.SizeGripRtlImage">
      <summary>
        <para>Gets the settings of an image displayed instead of the <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#footer">size grip</see> within the popup window, when the <see href="https://docs.devexpress.com/AspNet/8925/common-concepts/right-to-left-support">right-to-left layout</see> is applied.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.Target">
      <summary>
        <para>Gets or sets the window or frame at which to target the contents of the URLs associated with links in the current popup window’s header and footer.</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.PopupWindow.Text">
      <summary>
        <para>Gets or sets the text displayed within the window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#content-region">content region</see>.</para>
      </summary>
      <value>A string value that specifies the window’s content text.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.ToolTip">
      <summary>
        <para>Gets or sets the current popup window’s tooltip text.</para>
      </summary>
      <value>A string which specifies the text content of the current popup window’s tooltip.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.Top">
      <summary>
        <para>Gets or sets the y-coordinate of the current popup window’s top side.</para>
      </summary>
      <value>An integer value specifying the y-coordinate of the popup window’s top side.</value>
    </member>
    <member name="M:DevExpress.Web.PopupWindow.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> that represents the current <see cref="T:DevExpress.Web.PopupWindow"/> object.</returns>
    </member>
    <member name="P:DevExpress.Web.PopupWindow.Width">
      <summary>
        <para>Gets or sets the popup window’s width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the popup window’s width.</value>
    </member>
    <member name="T:DevExpress.Web.PopupWindowAdaptivitySettings">
      <summary>
        <para>Contains the <see cref="T:DevExpress.Web.PopupWindow"/>‘s adaptivity settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PopupWindowAdaptivitySettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PopupWindowAdaptivitySettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PopupWindowAdaptivitySettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PopupWindowAdaptivitySettings"/> 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.PopupWindowAdaptivitySettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.PopupWindowAdaptivitySettings.FixedFooter">
      <summary>
        <para>Gets or sets whether the footer is fixed on the bottom while scrolling the popup window in adaptive mode.</para>
      </summary>
      <value>true, if the footer is fixed; otherwise, false</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindowAdaptivitySettings.FixedHeader">
      <summary>
        <para>Gets or sets whether the header is fixed on the top while scrolling the popup window in adaptive mode.</para>
      </summary>
      <value>true, if the header is fixed; otherwise, false</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindowAdaptivitySettings.MaxHeight">
      <summary>
        <para>Gets or sets the maximum height of the popup window in adaptive mode.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that defines the maximum height of the window.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindowAdaptivitySettings.MaxWidth">
      <summary>
        <para>Gets or sets the maximum width of the popup window in adaptive mode.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that defines the maximum width of the popup window.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindowAdaptivitySettings.MinHeight">
      <summary>
        <para>Gets or sets the minimum height of the popup window in adaptive mode.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that defines the minimum height of the popup window.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindowAdaptivitySettings.MinWidth">
      <summary>
        <para>Gets or sets the minimum width of the popup window in adaptive mode.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that defines the minimum width of the popup window.</value>
    </member>
    <member name="T:DevExpress.Web.PopupWindowButtonStyle">
      <summary>
        <para>Defines style settings for <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#header-buttons">header buttons</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PopupWindowButtonStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PopupWindowButtonStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PopupWindowButtonStyle.CheckedStyle">
      <summary>
        <para>Gets the style settings which define a button’s appearance in the checked state.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains the checked style settings.</value>
    </member>
    <member name="T:DevExpress.Web.PopupWindowCallbackArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxPopupControlBase.WindowCallback">ASPxPopupControlBase.WindowCallback</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PopupWindowCallbackArgs.#ctor(DevExpress.Web.PopupWindow,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PopupWindowCallbackArgs"/> class.</para>
      </summary>
      <param name="window">A <see cref="T:DevExpress.Web.PopupWindow"/> object representing the popup window related to the event. This value is assigned to the <see cref="P:DevExpress.Web.PopupWindowCallbackArgs.Window">PopupWindowCallbackArgs.Window</see> property.</param>
      <param name="parameter">A <see cref="T:System.String"/> value representing specific information passed from the client to the server side. This value is assigned to the <see cref="P:DevExpress.Web.CallbackEventArgsBase.Parameter">CallbackEventArgsBase.Parameter</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.PopupWindowCallbackArgs.Window">
      <summary>
        <para>Gets a popup window object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindow"/> object that was manipulated, forcing an event to be raised.</value>
    </member>
    <member name="T:DevExpress.Web.PopupWindowCallbackEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxPopupControlBase.WindowCallback">ASPxPopupControlBase.WindowCallback</see> event.</para>
      </summary>
      <param name="source">An object representing the event’s source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.PopupWindowCallbackArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.PopupWindowCollection">
      <summary>
        <para>Represents a collection of popup windows.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PopupWindowCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PopupWindowCollection"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PopupWindowCollection.#ctor(DevExpress.Web.ASPxPopupControlBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PopupWindowCollection"/> class specifying its owner.</para>
      </summary>
      <param name="popupControl">A <see cref="T:DevExpress.Web.ASPxPopupControlBase"/> object specifying the popup control that will own the collection.</param>
    </member>
    <member name="M:DevExpress.Web.PopupWindowCollection.Add">
      <summary>
        <para>Adds a new popup window to the end of the collection and returns the newly created object.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.PopupWindow"/> object representing the newly created popup window.</returns>
    </member>
    <member name="M:DevExpress.Web.PopupWindowCollection.Add(System.String,System.String,System.String,System.String)">
      <summary>
        <para>Adds a new popup window to the collection and specifies the content text , name, header text and footer text.</para>
      </summary>
      <param name="contentText">A <see cref="T:System.String"/> value specifying the popup window’s content text. Initializes the window’s <see cref="P:DevExpress.Web.PopupWindow.Text">PopupWindow.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which idntifies the created popup window. Initializes the window’s <see cref="P:DevExpress.Web.PopupWindow.Name">PopupWindow.Name</see> property.</param>
      <param name="headerText">A <see cref="T:System.String"/> value specifying the popup window’s header text. Initializes the window’s <see cref="P:DevExpress.Web.PopupWindow.HeaderText">PopupWindow.HeaderText</see> property.</param>
      <param name="footerText">A <see cref="T:System.String"/> value specifying the popup window’s footer text. Initializes the window’s <see cref="P:DevExpress.Web.PopupWindow.FooterText">PopupWindow.FooterText</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.PopupWindow"/> object representing the newly created popup window.</returns>
    </member>
    <member name="M:DevExpress.Web.PopupWindowCollection.Add(System.String,System.String,System.String)">
      <summary>
        <para>Adds a new popup window to the collection and specifies its name, header text and content text.</para>
      </summary>
      <param name="contentText">A <see cref="T:System.String"/> value specifying the popup window’s content text. Initializes the window’s <see cref="P:DevExpress.Web.PopupWindow.Text">PopupWindow.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which identifies the created popup window. Initializes the window’s <see cref="P:DevExpress.Web.PopupWindow.Name">PopupWindow.Name</see> property.</param>
      <param name="headerText">A <see cref="T:System.String"/> value specifying the popup window’s header text. Initializes the window’s <see cref="P:DevExpress.Web.PopupWindow.HeaderTemplate">PopupWindow.HeaderTemplate</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.PopupWindow"/> object representing the newly created popup window.</returns>
    </member>
    <member name="M:DevExpress.Web.PopupWindowCollection.Add(System.String,System.String)">
      <summary>
        <para>Adds a new popup window to the collection and specifies the window’s content text and name.</para>
      </summary>
      <param name="contentText">A <see cref="T:System.String"/> value specifying the popup window’s content text. Initializes the window’s <see cref="P:DevExpress.Web.PopupWindow.Text">PopupWindow.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which identifies the created popup window. Initializes the window’s <see cref="P:DevExpress.Web.PopupWindow.Name">PopupWindow.Name</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.PopupWindow"/> object representing the newly created popup window.</returns>
    </member>
    <member name="M:DevExpress.Web.PopupWindowCollection.Add(System.String)">
      <summary>
        <para>Adds a new popup window to the collection and specifies the content text.</para>
      </summary>
      <param name="contentText">A <see cref="T:System.String"/> value specifying the popup window’s content text. Initializes the window’s <see cref="P:DevExpress.Web.PopupWindow.Text">PopupWindow.Text</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.PopupWindow"/> object representing the newly created popup window.</returns>
    </member>
    <member name="M:DevExpress.Web.PopupWindowCollection.Clear">
      <summary>
        <para>Clears the collection by removing all its items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PopupWindowCollection.FindByName(System.String)">
      <summary>
        <para>Returns a popup window object with the specified <see cref="P:DevExpress.Web.PopupWindow.Name">PopupWindow.Name</see> property value.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.PopupWindow.Name">PopupWindow.Name</see> property value of the required popup window.</param>
      <returns>A <see cref="T:DevExpress.Web.PopupWindow"/> object with a specific value of the <see cref="P:DevExpress.Web.PopupWindow.Name">PopupWindow.Name</see> property.</returns>
    </member>
    <member name="M:DevExpress.Web.PopupWindowCollection.FindByText(System.String)">
      <summary>
        <para>Returns a popup window object with the specified <see cref="P:DevExpress.Web.PopupWindow.Text">PopupWindow.Text</see> property value.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.PopupWindow.Text">PopupWindow.Text</see> property value of the required popup window.</param>
      <returns>A <see cref="T:DevExpress.Web.PopupWindow"/> object with a specific value of the <see cref="P:DevExpress.Web.PopupWindow.Text">PopupWindow.Text</see> property.</returns>
    </member>
    <member name="M:DevExpress.Web.PopupWindowCollection.IndexOfName(System.String)">
      <summary>
        <para>Searches for a popup window object specified by the value of its <see cref="P:DevExpress.Web.PopupWindow.Name">PopupWindow.Name</see> property and returns the zero-based index of the first occurrence within the collection.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.PopupWindow.Name">PopupWindow.Name</see> property value of the required popup window.</param>
      <returns>The zero-based index of the first occurrence of the popup window with the specified name within the collection, if found; otherwise, it returns negative one (&#0045;1).</returns>
    </member>
    <member name="M:DevExpress.Web.PopupWindowCollection.IndexOfText(System.String)">
      <summary>
        <para>Searches for a popup window specified by the value of its <see cref="P:DevExpress.Web.PopupWindow.Text">PopupWindow.Text</see> property and returns the zero-based index of the first occurrence within the collection.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.PopupWindow.Text">PopupWindow.Text</see> property value of the required popup window.</param>
      <returns>The zero-based index of the first occurrence of the specified popup window within the collection, if found; otherwise,  it returns a negative one (&#0045;1).</returns>
    </member>
    <member name="T:DevExpress.Web.PopupWindowContentStyle">
      <summary>
        <para>Defines style settings for a popup window’s <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#content-region">content region</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PopupWindowContentStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PopupWindowContentStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.PopupWindowEventArgs">
      <summary>
        <para>Provides data for an event concerning data binding of a popup window.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PopupWindowEventArgs.#ctor(DevExpress.Web.PopupWindow)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PopupWindowEventArgs"/> class.</para>
      </summary>
      <param name="window">A <see cref="T:DevExpress.Web.PopupWindow"/> object representing the popup window related to the generated event.</param>
    </member>
    <member name="P:DevExpress.Web.PopupWindowEventArgs.Window">
      <summary>
        <para>Gets a popup window object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindow"/> object that was manipulated, forcing the event to be raised.</value>
    </member>
    <member name="T:DevExpress.Web.PopupWindowEventHandler">
      <summary>
        <para>A method that will handle events that relate to popup window manipulations.</para>
      </summary>
      <param name="source">A <see cref="T:System.Object"/> representing the event source. Identifies the <see cref="T:DevExpress.Web.ASPxPopupControl"/> control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.PopupWindowEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.PopupWindowFooterStyle">
      <summary>
        <para>Defines style settings for a popup window’s footer.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PopupWindowFooterStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PopupWindowFooterStyle"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PopupWindowFooterStyle.CopyFrom(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.PopupWindowFooterStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> object that represents the object which the settings will be copied from.</param>
    </member>
    <member name="P:DevExpress.Web.PopupWindowFooterStyle.IsEmpty">
      <summary>
        <para>Gets a value that indicates whether this <see cref="T:DevExpress.Web.PopupWindowFooterStyle"/> object is initialized with the default values.</para>
      </summary>
      <value>true if the <see cref="T:DevExpress.Web.PopupWindowFooterStyle"/> object is initialized with the default values; otherwise false.</value>
    </member>
    <member name="M:DevExpress.Web.PopupWindowFooterStyle.MergeWith(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Combines the properties of the specified <see cref="T:System.Web.UI.WebControls.Style"/> with the current instance of the <see cref="T:DevExpress.Web.PopupWindowFooterStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> that represents the object to be combined.</param>
    </member>
    <member name="M:DevExpress.Web.PopupWindowFooterStyle.Reset">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Web.PopupWindowFooterStyle"/> object to its original state.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PopupWindowFooterStyle.SizeGripPaddings">
      <summary>
        <para>Gets the padding settings of <see href="https://docs.devexpress.com/AspNet/3600/components/docking-and-popups/popup-control/visual-elements#footer">size grip</see> within popup windows.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="P:DevExpress.Web.PopupWindowFooterStyle.SizeGripSpacing">
      <summary>
        <para>Gets or sets the horizontal spacing between the size grip and the footer’s text content.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="T:DevExpress.Web.PopupWindowStyle">
      <summary>
        <para>Defines style settings for different elements of a popup window.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PopupWindowStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PopupWindowStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.PostedFile">
      <summary>
        <para>Provides access to an uploaded file.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PostedFile.ContentLength">
      <summary>
        <para>This member is considered to be obsolete. Use <see cref="P:DevExpress.Web.UploadedFile.ContentLength">UploadedFile.ContentLength</see> instead.</para>
      </summary>
      <value>An <see cref="T:System.Int64"/> value that is the file length, in bytes.</value>
    </member>
    <member name="P:DevExpress.Web.PostedFile.ContentType">
      <summary>
        <para>This member is considered to be obsolete.</para>
        <para>Use <see cref="P:DevExpress.Web.UploadedFile.ContentType">UploadedFile.ContentType</see> instead.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PostedFile.FileName">
      <summary>
        <para>This member is considered to be obsolete.</para>
        <para>Use <see cref="P:DevExpress.Web.UploadedFile.FileName">UploadedFile.FileName</see> instead.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.PostedFile.FileNameInStorage">
      <summary>
        <para>Returns a file key name, by which it can be accessed in a cloud storage.</para>
      </summary>
      <value>A string value that is the file key name.</value>
    </member>
    <member name="P:DevExpress.Web.PostedFile.InputStream">
      <summary>
        <para>This member is considered to be obsolete.</para>
        <para>Use <see cref="P:DevExpress.Web.UploadedFile.FileContent">UploadedFile.FileContent</see> instead.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PostedFile.SaveAs(System.String)">
      <summary>
        <para>This member is considered to be obsolete.</para>
        <para>Use UploadedFile.SaveAs instead.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.PrevButtonProperties">
      <summary>
        <para>Contains settings specific to the button that when clicked, navigates a user to the previous page.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PrevButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner,System.Boolean,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PrevButtonProperties"/> 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="visible">true to display the button within the control; otherwise, false. This value is assigned to the <see cref="P:DevExpress.Web.PagerButtonProperties.Visible">PagerButtonProperties.Visible</see> property.</param>
      <param name="text">A string value that specifies the button’s text. This value is assigned to the <see cref="P:DevExpress.Web.PagerButtonProperties.Text">PagerButtonProperties.Text</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.PrevButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PrevButtonProperties"/> class.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
      <param name="visible">true to display the button within the control; otherwise, false. This value is assigned to the <see cref="P:DevExpress.Web.PagerButtonProperties.Visible">PagerButtonProperties.Visible</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.PrevButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PrevButtonProperties"/> 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.ProgressBarDisplayMode">
      <summary>
        <para>Lists values specifying the position display mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ProgressBarDisplayMode.Custom">
      <summary>
        <para>The progress bar displays a custom text, which is formatted using a pattern specified via the <see cref="P:DevExpress.Web.ASPxProgressBar.CustomDisplayFormat">ASPxProgressBar.CustomDisplayFormat</see> (<see cref="P:DevExpress.Web.ASPxProgressBarBase.CustomDisplayFormat">ASPxProgressBarBase.CustomDisplayFormat</see>) property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ProgressBarDisplayMode.Percentage">
      <summary>
        <para>A percentage value representing the ratio of the <see cref="P:DevExpress.Web.ASPxProgressBar.Position">ASPxProgressBar.Position</see> property’s value with respect to the values of the <see cref="P:DevExpress.Web.ASPxProgressBar.Minimum">ASPxProgressBar.Minimum</see> and <see cref="P:DevExpress.Web.ASPxProgressBar.Maximum">ASPxProgressBar.Maximum</see> properties is displayed within the progress bar.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ProgressBarDisplayMode.Position">
      <summary>
        <para>The <see cref="P:DevExpress.Web.ASPxProgressBar.Position">ASPxProgressBar.Position</see> property’s value is displayed.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ProgressBarIndicatorStyle">
      <summary>
        <para>Defines style settings for the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#progress-bar-indicator">progress bar indicator</see> element.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ProgressBarIndicatorStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ProgressBarIndicatorStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ProgressBarProperties">
      <summary>
        <para>Contains settings specific to a progress bar control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ProgressBarProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ProgressBarProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ProgressBarProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ProgressBarProperties"/> 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.ProgressBarProperties.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.ProgressBarProperties.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxProgressBar"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.EditClientSideEventsBase"/> object which allows assigning handlers to the client-side events available to the control.</value>
    </member>
    <member name="P:DevExpress.Web.ProgressBarProperties.CustomDisplayFormat">
      <summary>
        <para>Gets or sets the pattern used to format the text displayed for the progress bar if the <see cref="P:DevExpress.Web.ProgressBarProperties.DisplayMode">ProgressBarProperties.DisplayMode</see> property is set to <see cref="F:DevExpress.Web.ProgressBarDisplayMode.Custom">ProgressBarDisplayMode.Custom</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.ProgressBarProperties.DisplayFormatString">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.ProgressBarProperties"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ProgressBarProperties.DisplayMode">
      <summary>
        <para>Gets or sets the display mode of the current position within the progress bar.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ProgressBarDisplayMode"/> enumeration values.</value>
    </member>
    <member name="M:DevExpress.Web.ProgressBarProperties.GetDisplayControlDefaultAlign">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ProgressBarProperties.Height">
      <summary>
        <para>Gets or sets the control’s height.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that specifies the control’s height.</value>
    </member>
    <member name="P:DevExpress.Web.ProgressBarProperties.IndicatorStyle">
      <summary>
        <para>Gets the style settings which define the <see href="https://docs.devexpress.com/AspNet/5748/components/data-editors/aspxprogressbar/visual-elements#progress-bar-indicator">progress bar indicator</see>‘s appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ProgressBarIndicatorStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ProgressBarProperties.Maximum">
      <summary>
        <para>Gets or sets the maximum range value of the <see href="https://docs.devexpress.com/AspNet/5748/components/data-editors/aspxprogressbar/visual-elements#progress-bar">progress bar</see> control.</para>
      </summary>
      <value>A <see cref="T:System.Decimal"/> value specifying the maximum range value of the progress bar.</value>
    </member>
    <member name="P:DevExpress.Web.ProgressBarProperties.Minimum">
      <summary>
        <para>Gets or sets the minimum range value of the <see href="https://docs.devexpress.com/AspNet/5748/components/data-editors/aspxprogressbar/visual-elements#progress-bar">progress bar</see> control.</para>
      </summary>
      <value>A <see cref="T:System.Decimal"/> value specifying the minimum range value of the progress bar.</value>
    </member>
    <member name="P:DevExpress.Web.ProgressBarProperties.ShowPosition">
      <summary>
        <para>Gets or sets a value that specifies whether the <see href="https://docs.devexpress.com/AspNet/5748/components/data-editors/aspxprogressbar/visual-elements#progress-bar-indicator">progress bar indicator</see>‘s current position is visible within the <see href="https://docs.devexpress.com/AspNet/5748/components/data-editors/aspxprogressbar/visual-elements#progress-bar">progress bar</see>.</para>
      </summary>
      <value>true, if the position is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ProgressBarProperties.Width">
      <summary>
        <para>Gets or sets the control’s width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that represents the control’s width.</value>
    </member>
    <member name="T:DevExpress.Web.ProgressBarSettings">
      <summary>
        <para>Serves as a base class for an object containing the ASPxUploadControl‘s progress bar settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ProgressBarSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ProgressBarSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ProgressBarSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ProgressBarSettings"/> 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.ProgressBarSettings.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="F:DevExpress.Web.ProgressBarSettings.DefaultDisplayFormatString">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ProgressBarSettings.DisplayFormatString">
      <summary>
        <para>Gets or sets the pattern used to format the editor’s value for display purposes.</para>
      </summary>
      <value>A string representing the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.ProgressBarSettings.DisplayMode">
      <summary>
        <para>Gets or sets the display mode of the current position within the progress bar.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ProgressBarDisplayMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ProgressBarSettings.ShowPosition">
      <summary>
        <para>Gets or sets a value that specifies whether the <see href="https://docs.devexpress.com/AspNet/5748/components/data-editors/aspxprogressbar/visual-elements#progress-bar-indicator">progress bar indicator</see>‘s position is visible within the <see href="https://docs.devexpress.com/AspNet/5748/components/data-editors/aspxprogressbar/visual-elements#progress-bar">progress bar</see>.</para>
      </summary>
      <value>true, if the position is visible, otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.ProgressBarStyle">
      <summary>
        <para>Contains style settings that define the appearance of a progress bar control used for in-place editing.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ProgressBarStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ProgressBarStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ProgressBarStyle.Height">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.ProgressBarStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ProgressBarStyle.Width">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.ProgressBarStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ProgressBarStyles">
      <summary>
        <para>Contains settings that allow the appearance of progress bar elements to be defined.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ProgressStyle">
      <summary>
        <para>Defines style settings for the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#progress-bar">progress bar</see> element.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ProgressStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ProgressStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ProgressStyle.Height">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.ProgressStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ProgressStyle.Paddings">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#progress-bar">progress bar</see>‘s padding settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="T:DevExpress.Web.PropertiesBase">
      <summary>
        <para>Represents a base for classes that define specific properties of an element.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PropertiesBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PropertiesBase"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.PropertiesBase.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.PropertiesBase"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:DevExpress.Web.IPropertiesOwner"/>-supported object that represents the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.PropertiesBase.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.Quality">
      <summary>
        <para>Lists values that specify the anti-aliasing level used when playing a Flash movie.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Quality.AutoHigh">
      <summary>
        <para>Initially emphasizes playback speed and appearance equally, but sacrifices appearance for playback speed if necessary.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Quality.AutoLow">
      <summary>
        <para>Initially emphasizes speed, but improves appearance whenever possible.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Quality.Best">
      <summary>
        <para>Provides the best display quality, and does not consider playback speed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Quality.High">
      <summary>
        <para>Favors appearance over playback speed, and always applies anti-aliasing.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Quality.Low">
      <summary>
        <para>Anti-aliasing isn’t used (maximum playback speed).</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.QuickTimeObjectProperties">
      <summary>
        <para>Provides settings for QuickTime objects (QuickTime Video and QuickTime VR (virtual reality)).</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.QuickTimeObjectProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.QuickTimeObjectProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.QuickTimeObjectProperties.#ctor(DevExpress.Web.ASPxObjectContainer)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.QuickTimeObjectProperties"/> class with the specified owner.</para>
      </summary>
      <param name="objectContainer">An <see cref="T:DevExpress.Web.ASPxObjectContainer"/> object that represents the owner of the created object.</param>
    </member>
    <member name="M:DevExpress.Web.QuickTimeObjectProperties.Assign(DevExpress.Web.ObjectProperties)">
      <summary>
        <para>Copies public properties from the specified <see cref="T:DevExpress.Web.ObjectProperties"/> object to the current one.</para>
      </summary>
      <param name="objectProperties">A <see cref="T:DevExpress.Web.ObjectProperties"/> object whose properties are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.QuickTimeObjectProperties.AutoPlay">
      <summary>
        <para>Gets or sets a value that specifies whether a QuickTime object will begin playback automatically.</para>
      </summary>
      <value>true if playback is automatic; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.QuickTimeObjectProperties.Controller">
      <summary>
        <para>Gets or sets whether the movie controller is displayed.</para>
      </summary>
      <value>true if a movie controller is displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.QuickTimeObjectProperties.FieldOfView">
      <summary>
        <para>Gets or sets the field of view angle for a QuickTime VR movie.</para>
      </summary>
      <value>An integer value specifying the view angle of a movie.</value>
    </member>
    <member name="P:DevExpress.Web.QuickTimeObjectProperties.Loop">
      <summary>
        <para>Gets or sets whether a Quick Time movie repeats indefinitely, or stops when it reaches the last frame.</para>
      </summary>
      <value>true to loop movie playback; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.QuickTimeObjectProperties.PanAngle">
      <summary>
        <para>Gets or sets the pan angle for a QuickTime VR movie.</para>
      </summary>
      <value>An integer value specifying the pan angle of a movie.</value>
    </member>
    <member name="P:DevExpress.Web.QuickTimeObjectProperties.PluginVersion">
      <summary>
        <para>Gets or sets the Quick Time Player plug-in version.</para>
      </summary>
      <value>A string value that specifies the Quick Time Player plug-in version.</value>
    </member>
    <member name="P:DevExpress.Web.QuickTimeObjectProperties.TiltAngle">
      <summary>
        <para>Gets or sets a value that specifies the tilt angle for a QuickTime VR movie.</para>
      </summary>
      <value>An integer value specifying the tilt angle.</value>
    </member>
    <member name="P:DevExpress.Web.QuickTimeObjectProperties.Volume">
      <summary>
        <para>Gets or sets the current playback volume.</para>
      </summary>
      <value>An integer value that specifies the volume level (from &#0045;1 to 100).</value>
    </member>
    <member name="T:DevExpress.Web.RadioButtonListProperties">
      <summary>
        <para>Contains settings specific to a radio button list editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RadioButtonListProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RadioButtonListProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RadioButtonListProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RadioButtonListProperties"/> 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.RadioButtonListProperties.CheckedImage">
      <summary>
        <para>Provides access to the settings that define an image of a radio button in the checked state.</para>
      </summary>
      <value>An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.RadioButtonListProperties.RadioButtonFocusedStyle">
      <summary>
        <para>Gets the style settings which define a radio button appearance in the focused state within a radio button list.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditorDecorationStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.RadioButtonListProperties.RadioButtonStyle">
      <summary>
        <para>Gets the settings defining the appearance of a radio button within a radio button list.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.EditorDecorationStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.RadioButtonListProperties.UncheckedImage">
      <summary>
        <para>Provides access to the settings that define an image of a radio button in the unchecked state.</para>
      </summary>
      <value>An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.</value>
    </member>
    <member name="T:DevExpress.Web.RadioButtonProperties">
      <summary>
        <para>Contains settings specific to a radio button editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RadioButtonProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RadioButtonProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RadioButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RadioButtonProperties"/> 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.RadioButtonProperties.DisplayImageChecked">
      <summary>
        <para>Gets the settings defining an image that specifies the checked state of a column radio button in browse mode.</para>
      </summary>
      <value>An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.RadioButtonProperties.DisplayImageGrayed">
      <summary>
        <para>Gets the settings defining an image that specifies the undefined (grayed) state of a column radio button in browse mode.</para>
      </summary>
      <value>An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.RadioButtonProperties.DisplayImageUnchecked">
      <summary>
        <para>Gets the settings defining an image that spesifies the unchecked state of a column radio button in browse mode.</para>
      </summary>
      <value>An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.RadioButtonProperties.DisplayImageUndefined">
      <summary>
        <para>Gets the settings defining an image that specifies the undefined state of a column radio button in browse mode.</para>
      </summary>
      <value>An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.RadioButtonProperties.RadioButtonFocusedStyle">
      <summary>
        <para>Gets the style settings which define a radio button appearance in the focused state.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditorDecorationStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.RadioButtonProperties.RadioButtonStyle">
      <summary>
        <para>Gets the settings defining the appearance of a radio button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.EditorDecorationStyle"/> object that contains style settings.</value>
    </member>
    <member name="T:DevExpress.Web.RankProperties">
      <summary>
        <para>Contains an individual rank’s appearance settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RankProperties.#ctor">
      <summary>
        <para>Creates a new instance of the <see cref="T:DevExpress.Web.RankProperties"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RankProperties.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="P:DevExpress.Web.RankProperties.CssClass">
      <summary>
        <para>Gets or sets the name of the cascading style sheet (CSS) class that specifies the rank’s display style.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the cascading style sheet class’ name.</value>
    </member>
    <member name="P:DevExpress.Web.RankProperties.Font">
      <summary>
        <para>Gets a rank’s font settings.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.FontInfo"/> object that contains the font settings.</value>
    </member>
    <member name="P:DevExpress.Web.RankProperties.ForeColor">
      <summary>
        <para>Gets or sets a rank’s foreground color (the color of the text).</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> object that represents a rank’s foreground color.</value>
    </member>
    <member name="P:DevExpress.Web.RankProperties.ItemBeginEndTextColor">
      <summary>
        <para>Gets or sets the color of an item’s opening and closing text.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> structure that specifies the color of an item’s opening and closing text.</value>
    </member>
    <member name="P:DevExpress.Web.RankProperties.ValueColor">
      <summary>
        <para>Gets or sets the rank’s foreground color of item values.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> structure that specifies the color of item values.</value>
    </member>
    <member name="T:DevExpress.Web.RankPropertiesCollection">
      <summary>
        <para>Represents a collection that maintains rank settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RankPropertiesCollection.#ctor">
      <summary>
        <para>Creates a new instance of the <see cref="T:DevExpress.Web.RankPropertiesCollection"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RankPropertiesCollection.#ctor(DevExpress.Web.ASPxCloudControl)">
      <summary>
        <para>Creates a new instance of the <see cref="T:DevExpress.Web.RankPropertiesCollection"/> class with the specified owner.</para>
      </summary>
      <param name="cloudControl">A <see cref="T:DevExpress.Web.ASPxCloudControl"/> object to which the created object belongs.</param>
    </member>
    <member name="M:DevExpress.Web.RankPropertiesCollection.Add">
      <summary>
        <para>Adds new rank properties object to the end of the collection and returns the newly created object.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.RankProperties"/> object representing the newly created rank properties object.</returns>
    </member>
    <member name="T:DevExpress.Web.RatingControlClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events available for the ASPxRatingControl.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RatingControlClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RatingControlClientSideEvents"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.RatingControlClientSideEvents.ItemMouseOut">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientRatingControl.ItemMouseOut</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.RatingControlClientSideEvents.ItemMouseOver">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientRatingControl.ItemMouseOver</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.RatingControlItemEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxRatingControl.ItemClick">ASPxRatingControl.ItemClick</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RatingControlItemEventArgs.#ctor(System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RatingControlItemEventArgs"/> class.</para>
      </summary>
      <param name="itemIndex">An integer value that identifies the index of the clicked item.</param>
    </member>
    <member name="P:DevExpress.Web.RatingControlItemEventArgs.ItemIndex">
      <summary>
        <para>Gets the clicked item’s index.</para>
      </summary>
      <value>The index of the clicked item.</value>
    </member>
    <member name="T:DevExpress.Web.RatingControlItemEventHandler">
      <summary>
        <para>A method that will handle a control’s <see cref="E:DevExpress.Web.ASPxRatingControl.ItemClick">ASPxRatingControl.ItemClick</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">An <see cref="T:DevExpress.Web.RatingControlItemEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.RatingControlItemFillPrecision">
      <summary>
        <para>Lists the values that specify how the ASPxRatingControl‘s items should be filled.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.RatingControlItemFillPrecision.Exact">
      <summary>
        <para>An <see href="https://docs.devexpress.com/AspNet/6675/components/multi-use-site-controls/rating-control/visual-elements#item">item</see> is filled according to the exact decimal part of the value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.RatingControlItemFillPrecision.Full">
      <summary>
        <para>An <see href="https://docs.devexpress.com/AspNet/6675/components/multi-use-site-controls/rating-control/visual-elements#item">item</see> is fully filled if the decimal part of the control’s value is in the range 50-99.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.RatingControlItemFillPrecision.Half">
      <summary>
        <para>An <see href="https://docs.devexpress.com/AspNet/6675/components/multi-use-site-controls/rating-control/visual-elements#item">item</see> is half filled if the decimal part of the control’s value is in the range 25-74.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ReadOnlyGridColumnCollection`1">
      <summary>
        <para>The read-only column collection of grid-like controls.</para>
      </summary>
      <typeparam name="T">The type of columns.</typeparam>
    </member>
    <member name="M:DevExpress.Web.ReadOnlyGridColumnCollection`1.#ctor(System.Collections.Generic.IList{`0})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ReadOnlyGridColumnCollection`1"/> class with specified settings.</para>
      </summary>
      <param name="list">An object of the <see cref="T:System.Collections.Generic.IList`1"/> type.</param>
    </member>
    <member name="P:DevExpress.Web.ReadOnlyGridColumnCollection`1.Item(System.String)">
      <summary>
        <para>Returns the column with the specified name, field name or caption.</para>
      </summary>
      <param name="ID_FieldName_Caption">The column’s name, field name or caption.</param>
      <value>A column with the specified name, field name or caption. null (Nothing in Visual Basic) if the column isn’t found.</value>
    </member>
    <member name="T:DevExpress.Web.ReadOnlyStyle">
      <summary>
        <para>Contains style settings that define the appearance of an editor in the read-only state.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ReadOnlyStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ReadOnlyStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.RegularExpressionValidationPattern">
      <summary>
        <para>Contains the settings related to the regular expression validation type.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RegularExpressionValidationPattern.#ctor(DevExpress.Web.IPropertiesOwner,DevExpress.Web.IValidationSettings)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RegularExpressionValidationPattern"/> class with the specified owner and validation settings.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
      <param name="validationSettings">An object that implements the IValidationSettings interface.</param>
    </member>
    <member name="M:DevExpress.Web.RegularExpressionValidationPattern.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.RegularExpressionValidationPattern.ErrorText">
      <summary>
        <para>Gets or sets the error text to be displayed within the editor’s error frame if the editor’s specific regular expression validation fails.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the error text.</value>
    </member>
    <member name="M:DevExpress.Web.RegularExpressionValidationPattern.EvaluateIsValid(System.Object)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RegularExpressionValidationPattern.GetClientInstanceCreationScript">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RegularExpressionValidationPattern.ToString">
      <summary>
        <para>Returns the string that represents the current object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> that represents the current <see cref="T:DevExpress.Web.RegularExpressionValidationPattern"/> object.</returns>
    </member>
    <member name="P:DevExpress.Web.RegularExpressionValidationPattern.ValidationExpression">
      <summary>
        <para>Gets or sets the regular expression that specifies the pattern used to validate an editor.</para>
      </summary>
      <value>A string that specifies the regular expression used to validate an editor for formatting.</value>
    </member>
    <member name="T:DevExpress.Web.RemoveButtonProperties">
      <summary>
        <para>Contains settings specific to <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#remove-button">remove buttons</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RemoveButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RemoveButtonProperties"/> 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="N:DevExpress.Web.Rendering">
      <summary>
        <para>Contains classes that relate to rendering of grid-like control elements.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Rendering.GridHeaderLocation">
      <summary>
        <para>Specifies places where a grid header element can be rendered.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Rendering.GridHeaderLocation.Customization">
      <summary>
        <para>The rendered header is located within the customization window.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Rendering.GridHeaderLocation.Group">
      <summary>
        <para>The rendered header is located within the group panel.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Rendering.GridHeaderLocation.Row">
      <summary>
        <para>The rendered header is located within the header row.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Rendering.GridViewEditFormLayoutItemType">
      <summary>
        <para>Specifies the types of layout items within edit forms of grid-like controls.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Rendering.GridViewEditFormLayoutItemType.Caption">
      <summary>
        <para>Identifies that the layout item contains a caption.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Rendering.GridViewEditFormLayoutItemType.Editor">
      <summary>
        <para>Identifies that the layout item contains an editor.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Rendering.GridViewEditFormLayoutItemType.Empty">
      <summary>
        <para>Identifies an empty layout item.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.RenderMode">
      <summary>
        <para>Specifies whether a panel control is rendered using the div or table HTML element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.RenderMode.Div">
      <summary>
        <para>Specifies that the panel is rendered using the div element as a container.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.RenderMode.Table">
      <summary>
        <para>Specifies that the panel is rendered using the table element as a container.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.RenderTag">
      <summary>
        <para>Lists values that specify a render tag that defines the image.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.RenderTag.IMG">
      <summary>
        <para>The &lt;img&gt; tag is used to define an image.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.RenderTag.OBJECT">
      <summary>
        <para>The &lt;object&gt; tag is used to define an image.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.RequestEvent">
      <summary>
        <para>Lists the values specifying how to process the PRE/POST requests.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.RequestEvent.AuthorizeRequest">
      <summary>
        <para>A request is processed in the System.Web.HttpApplication.AuthorizeRequest event handler.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.RequestEvent.BeginRequest">
      <summary>
        <para>A request is processed in the <see cref="E:System.Web.HttpApplication.BeginRequest"/> event handler.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.RequestEvent.PreRequestHandlerExecute">
      <summary>
        <para>A request is processed in the <see cref="E:System.Web.HttpApplication.PreRequestHandlerExecute"/> event handler.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.RequiredFieldValidationPattern">
      <summary>
        <para>Contains the settings related to the required field validation type.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RequiredFieldValidationPattern.#ctor(DevExpress.Web.IPropertiesOwner,DevExpress.Web.IValidationSettings)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RequiredFieldValidationPattern"/> class with the specified owner and validation settings.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
      <param name="validationSettings">An object that implements the IValidationSettings interface.</param>
    </member>
    <member name="M:DevExpress.Web.RequiredFieldValidationPattern.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.RequiredFieldValidationPattern.EvaluateIsValid(System.Object)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RequiredFieldValidationPattern.GetClientInstanceCreationScript">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.RequiredFieldValidationPattern.IsRequired">
      <summary>
        <para>Gets or sets a value that specifies whether the editor is a required field.</para>
      </summary>
      <value>true if the editor is a required field; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.RequiredFieldValidationPattern.ToString">
      <summary>
        <para>Returns the string that represents the current object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> that represents the current <see cref="T:DevExpress.Web.RequiredFieldValidationPattern"/> object.</returns>
    </member>
    <member name="T:DevExpress.Web.RequiredMarkMode">
      <summary>
        <para>Lists values that specify the type of a <see href="https://docs.devexpress.com/AspNet/14356/components/site-navigation-and-layout/form-layout/visual-elements/mark">marks</see> that should be displayed within the ASPxFormLayout control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.RequiredMarkMode.All">
      <summary>
        <para>The required and optional marks are displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.RequiredMarkMode.Auto">
      <summary>
        <para>A required mark position is automatically defined, depending on the control settings.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.RequiredMarkMode.None">
      <summary>
        <para>All the required and optional marks are hidden.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.RequiredMarkMode.OptionalOnly">
      <summary>
        <para>Only the optional marks are displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.RequiredMarkMode.RequiredOnly">
      <summary>
        <para>Only the required marks are displayed.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ResizingMode">
      <summary>
        <para>Specifies how an element visually responds to resizing operations.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ResizingMode.Live">
      <summary>
        <para>An element is redrawn dynamically during the resizing operation.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ResizingMode.Postponed">
      <summary>
        <para>An element is redrawn after the resizing operation is finished.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ResolveAccountEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.AccountManager.ResolveAccount">AccountManager.ResolveAccount</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ResolveAccountEventArgs.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ResolveAccountEventArgs"/> class with specified settings.</para>
      </summary>
      <param name="accountName">A string that is the account name.</param>
    </member>
    <member name="P:DevExpress.Web.ResolveAccountEventArgs.Account">
      <summary>
        <para>Gets or sets an account for the account name specified by the <see cref="P:DevExpress.Web.ResolveAccountEventArgs.AccountName">ResolveAccountEventArgs.AccountName</see> property.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AccountBase"/> object that specifies the account.</value>
    </member>
    <member name="P:DevExpress.Web.ResolveAccountEventArgs.AccountName">
      <summary>
        <para>Gets the name of the account for which the account should be dynamically created.</para>
      </summary>
      <value>A string value that specifies the account name.</value>
    </member>
    <member name="T:DevExpress.Web.ResolveAccountEventHandler">
      <summary>
        <para>Represents a method that will handle the <see cref="E:DevExpress.Web.AccountManager.ResolveAccount">AccountManager.ResolveAccount</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.ResolveAccountEventArgs"/> class instance that contains the event data.</param>
    </member>
    <member name="T:DevExpress.Web.ResourceItem">
      <summary>
        <para>Represents an individual resource item (a script or a CSS file).</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ResourceItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ResourceItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ResourceItem.Suite">
      <summary>
        <para>Gets or sets the name of a suite to which the current resource item belongs.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Suite"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.ResourceItemCollection">
      <summary>
        <para>Serves as the base type for the <see cref="T:DevExpress.Web.ScriptCollection"/> and <see cref="T:DevExpress.Web.StyleSheetCollection"/> objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ResourceItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ResourceItemCollection"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ResourceItemCollection.#ctor(DevExpress.Web.ASPxResourceManagerBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ResourceItemCollection"/> class with the specified owner.</para>
      </summary>
      <param name="manager">An <see cref="T:DevExpress.Web.ASPxResourceManagerBase"/> descendant object that owns the collection.</param>
    </member>
    <member name="M:DevExpress.Web.ResourceItemCollection.Add">
      <summary>
        <para>Adds a new item to the collection and returns the newly created object.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.ResourceItem"/> object that is the newly created item.</returns>
    </member>
    <member name="T:DevExpress.Web.ResourcesCollection">
      <summary>
        <para>Represents a collection of resource elements (client libraries) in the configuration file.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ResourcesCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ResourcesCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ResourcesConfigurationSection">
      <summary>
        <para>Provides programmatic access to the DevExpress resources section in the configuration file.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ResourcesConfigurationSection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ResourcesConfigurationSection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ResourcesConfigurationSection.Get">
      <summary>
        <para>Provides access to the DevExpress resources configuration-file section.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.ResourcesConfigurationSection"/> object.</returns>
    </member>
    <member name="T:DevExpress.Web.ResourceScript">
      <summary>
        <para>Represents a script resource to be registered within a page.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ResourceScript.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ResourceScript"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ResourceScript.Control">
      <summary>
        <para>Gets or sets a value that specifies the control type to which the current setting is applied.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ControlType"/> enumeration members.</value>
    </member>
    <member name="T:DevExpress.Web.ResourcesElement">
      <summary>
        <para>Represents a resource element in the configuration file.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ResourcesElement.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ResourcesElement"/> class with default settings.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ResourcesElement.ResourceTypeAttribute">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ResourcesElement.Type">
      <summary>
        <para>Gets or sets a value specifying the type of resources to be automatically added.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ResourcesType"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.ResourceStyleSheet">
      <summary>
        <para>Represents a style sheet resource to be registered within a page.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ResourceStyleSheet.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ResourceStyleSheet"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ResourceStyleSheet.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.ResourceStyleSheet.IconType">
      <summary>
        <para>Specifies a type of icons to be applied.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.IconType"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ResourceStyleSheet.MenuIconSet">
      <summary>
        <para>Specifies a set of icons to be used in the toolbar UI.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.MenuIconSetType"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ResourceStyleSheet.SkinID">
      <summary>
        <para>Gets or sets a string containing the identifier of the skin to be applied.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ResourceStyleSheet.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 <see href="https://docs.devexpress.com/AspNet/6655/common-concepts/appearance-customization-theming/available-themes">Available Themes</see> to learn more.</value>
    </member>
    <member name="T:DevExpress.Web.ResourcesType">
      <summary>
        <para>Lists resources that can be automatically added.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ResourcesType.DevExtreme">
      <summary>
        <para>Specifies that a reference to the DevExtreme package should be added. For a complete list of these references, see the <b>3rd-Party Frameworks Integration API</b> document.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ResourcesType.ThirdParty">
      <summary>
        <para>Specifies that references to external libraries required by a specific control should be added. For a complete list of these references, see <see href="https://docs.devexpress.com/AspNet/17153/common-concepts/webconfig-modifications/webconfig-options/external-client-libraries">External Client Libraries</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.RibbonBaseSettings">
      <summary>
        <para>Serves as a base for classes that define the functional settings of different elements within the <see cref="T:DevExpress.Web.ASPxRibbon"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonBaseSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonBaseSettings"/> 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="T:DevExpress.Web.RibbonButtonItem">
      <summary>
        <para>A ribbon <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see> used to display the button functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonButtonItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonButtonItem"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonButtonItem.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonButtonItem"/> class with the specified settings.</para>
      </summary>
      <param name="name">A string value that specifies the item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="size">A <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration value that specifies the item size. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Size">RibbonItemBase.Size</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonButtonItem.#ctor(System.String,System.String,DevExpress.Web.RibbonItemSize)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonButtonItem"/> class with the specified settings.</para>
      </summary>
      <param name="name">A string value that specifies the item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="text">A string value that specifies the item’s text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Text">RibbonItemBase.Text</see> property.</param>
      <param name="size">A <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration value that specifies the item size. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Size">RibbonItemBase.Size</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonButtonItem.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonButtonItem"/> class with the specified name and text.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created ribbon item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the created ribbon item’s text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Text">RibbonItemBase.Text</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonButtonItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonButtonItem"/> class with the specified name.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created ribbon item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonButtonItem.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings from the specified item 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="P:DevExpress.Web.RibbonButtonItem.LargeImage">
      <summary>
        <para>Gets the settings of a large <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see>‘s image.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonItemImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonButtonItem.NavigateUrl">
      <summary>
        <para>Gets or sets a URL which defines the navigation location.</para>
      </summary>
      <value>A string value which is a URL where the client web browser will navigate.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonButtonItem.SmallImage">
      <summary>
        <para>Gets the settings of a small <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see>‘s image.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonItemImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonButtonItem.Target">
      <summary>
        <para>Gets or sets the window or frame in which to target the contents of the URL associated with the current ribbon item.</para>
      </summary>
      <value>A string which identifies the window or frame in which to target the URL content.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonCheckBoxItem">
      <summary>
        <para>A ribbon <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see> used to display the check box functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonCheckBoxItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonCheckBoxItem"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonCheckBoxItem.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonCheckBoxItem"/> class with the specified name and text.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created ribbon item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the created ribbon item’s text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Text">RibbonItemBase.Text</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonCheckBoxItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonCheckBoxItem"/> class with the specified name.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created ribbon item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonCheckBoxItem.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings from the specified item 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="P:DevExpress.Web.RibbonCheckBoxItem.PropertiesCheckBox">
      <summary>
        <para>Provides access to the item’s settings that are specific to the check box.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonCheckBoxProperties"/> object that contains check box specific settings.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonCheckBoxProperties">
      <summary>
        <para>Contains settings specific to a ribbon check box <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonCheckBoxProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonCheckBoxProperties"/> 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.RibbonClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events available for the <see cref="T:DevExpress.Web.ASPxRibbon"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.RibbonClientSideEvents.ActiveTabChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientRibbon.ActiveTabChanged</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonClientSideEvents.CommandExecuted">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientRibbon.CommandExecuted</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonClientSideEvents.DialogBoxLauncherClicked">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientRibbon.DialogBoxLauncherClicked</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonClientSideEvents.FileTabClicked">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientRibbon.FileTabClicked</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonClientSideEvents.KeyTipsClosedOnEscape">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientRibbon.KeyTipsClosedOnEscape</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonClientSideEvents.MinimizationStateChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientRibbon.MinimizationStateChanged</b> event.</para>
      </summary>
      <value>A string that is 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.RibbonColorButtonItem">
      <summary>
        <para>A ribbon <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see> used to display the color edit functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonColorButtonItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonColorButtonItem"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonColorButtonItem.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonColorButtonItem"/> class with the specified settings.</para>
      </summary>
      <param name="name">A string value that specifies the item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="size">A <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration value that specifies the item size. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Size">RibbonItemBase.Size</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonColorButtonItem.#ctor(System.String,System.String,DevExpress.Web.RibbonItemSize)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonColorButtonItem"/> class with the specified settings.</para>
      </summary>
      <param name="name">A string value that specifies the item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="text">A string value that specifies the item’s text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Text">RibbonItemBase.Text</see> property.</param>
      <param name="size">A <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration value that specifies the item size. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Size">RibbonItemBase.Size</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonColorButtonItem.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonColorButtonItem"/> class with the specified name and text.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created ribbon item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the created ribbon item’s text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Text">RibbonItemBase.Text</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonColorButtonItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonColorButtonItem"/> class with the specified name.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created ribbon item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.RibbonColorButtonItem.AutomaticColor">
      <summary>
        <para>Gets or sets the automatic color item‘s color in RGB format.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> object that specifies the color.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonColorButtonItem.AutomaticColorItemCaption">
      <summary>
        <para>Gets or sets the automatic color item‘s caption.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item caption.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonColorButtonItem.AutomaticColorItemValue">
      <summary>
        <para>Gets or sets the automatic color item‘s value.</para>
      </summary>
      <value>A <see cref="T:System.String"/> that specifies the item value.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonColorButtonItem.DropDownMode">
      <summary>
        <para>Gets or sets a value that specifies whether the <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see>‘s drop-down menu should only be invoked by using a specific drop-down button.</para>
      </summary>
      <value>true if a drop-down menu can be invoked by using the drop-down button only; false if a drop-down menu can be invoked by using any area of the item.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonColorButtonItem.EnableAutomaticColorItem">
      <summary>
        <para>Specifies if the automatic color item is displayed in the ribbon color editor.</para>
      </summary>
      <value>true, if the item is visible, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonColorButtonItem.EnableCustomColors">
      <summary>
        <para>Gets or sets whether the custom colors are available for an ribbon color button.</para>
      </summary>
      <value>true, if the custom colors are available; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonColorButtonItemBase">
      <summary>
        <para>The base class for ribbon color items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonColorButtonItemBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonColorButtonItemBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonColorButtonItemBase.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonColorButtonItemBase"/> class with the specified settings.</para>
      </summary>
      <param name="name">A string value that specifies the item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="size">A <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration value that specifies the item size. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Size">RibbonItemBase.Size</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonColorButtonItemBase.#ctor(System.String,System.String,DevExpress.Web.RibbonItemSize)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonColorButtonItemBase"/> class with the specified settings.</para>
      </summary>
      <param name="name">A string value that specifies the item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="text">A string value that specifies the item’s text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Text">RibbonItemBase.Text</see> property.</param>
      <param name="size">A <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration value that specifies the item size. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Size">RibbonItemBase.Size</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonColorButtonItemBase.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonColorButtonItemBase"/> class with the specified name and text.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created ribbon item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the created ribbon item’s text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Text">RibbonItemBase.Text</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonColorButtonItemBase.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonColorButtonItemBase"/> class with the specified name.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created ribbon item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonColorButtonItemBase.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings of 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 that is the source of the operation.</param>
    </member>
    <member name="P:DevExpress.Web.RibbonColorButtonItemBase.Color">
      <summary>
        <para>Gets or sets the item’s color.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> object that specifies the color.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonColorButtonItemBase.ColumnCount">
      <summary>
        <para>Gets or sets the number of columns displayed in a ribbon color button drop-down color table.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value that specifies the number of columns.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonColorButtonItemBase.Items">
      <summary>
        <para>Gets the collection of items displayed in a ribbon color button drop-down color table.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ColorEditItemCollection"/> instance that is the collection of items.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonComboBoxItem">
      <summary>
        <para>A ribbon <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see> used to display the combo box functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonComboBoxItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonComboBoxItem"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonComboBoxItem.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonComboBoxItem"/> class with the specified name and text.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created ribbon item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the created ribbon item’s text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Text">RibbonItemBase.Text</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonComboBoxItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonComboBoxItem"/> class with the specified name.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created ribbon item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonComboBoxItem.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings from the specified item 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="P:DevExpress.Web.RibbonComboBoxItem.HasDataSource">
      <summary>
        <para>Specifies whether the item is bound to a data source field.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.RibbonComboBoxItem.Items">
      <summary>
        <para>Gets the collection of items displayed within the <see cref="T:DevExpress.Web.RibbonComboBoxItem"/>‘s drop-down window.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ListEditItemCollection"/> object that is the collection of items.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonComboBoxItem.PropertiesComboBox">
      <summary>
        <para>Provides access to the item’s settings that are specific to the combo box.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonComboBoxProperties"/> object that contains combo box specific settings.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonComboBoxProperties">
      <summary>
        <para>Contains settings specific to a combo box editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonComboBoxProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonComboBoxProperties"/> 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.RibbonCommandExecutedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxRibbon.CommandExecuted">ASPxRibbon.CommandExecuted</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonCommandExecutedEventArgs.#ctor(DevExpress.Web.RibbonItemBase,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonCommandExecutedEventArgs"/> object with the specified settings.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.RibbonItemBase"/> object that is an item related to the event.</param>
      <param name="parameter">A string value containing additional information about the processed command.</param>
    </member>
    <member name="P:DevExpress.Web.RibbonCommandExecutedEventArgs.Item">
      <summary>
        <para>Gets an item object related to the event.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.RibbonItemBase"/> object, manipulations on which forced the event to be raised.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonCommandExecutedEventArgs.Parameter">
      <summary>
        <para>Gets an optional parameter that complements the processed command.</para>
      </summary>
      <value>A string value containing additional information about the processed command.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonCommandExecutedEventHandler">
      <summary>
        <para>A method that will handle the <b>ASPxClientRibbon.CommandExecuted</b> event.</para>
      </summary>
      <param name="source">A <see cref="T:System.Object"/> that is the event source. Identifies the <see cref="T:DevExpress.Web.ASPxRibbon"/> control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.RibbonCommandExecutedEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.RibbonContextTabCategory">
      <summary>
        <para>An individual <see href="https://docs.devexpress.com/AspNet/7824/components/site-navigation-and-layout/ribbon/visual-elements/context-tab-category">context tab category</see> in the <see cref="T:DevExpress.Web.ASPxRibbon"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonContextTabCategory.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonContextTabCategory"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonContextTabCategory.#ctor(System.String,System.Drawing.Color)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonContextTabCategory"/> class with the specified settings.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created context tab category’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonContextTabCategory.Name">RibbonContextTabCategory.Name</see> property.</param>
      <param name="color">A <see cref="T:System.Drawing.Color"/> object that specifies the created context tab category’s color. This value is assigned to the <see cref="P:DevExpress.Web.RibbonContextTabCategory.Color">RibbonContextTabCategory.Color</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonContextTabCategory.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonContextTabCategory"/> class with the specified name.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created context tab category’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonContextTabCategory.Name">RibbonContextTabCategory.Name</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonContextTabCategory.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="P:DevExpress.Web.RibbonContextTabCategory.ClientVisible">
      <summary>
        <para>Gets or sets a value that specifies the <see href="https://docs.devexpress.com/AspNet/7824/components/site-navigation-and-layout/ribbon/visual-elements/context-tab-category">context tab category</see>‘s initial visibility state on the client side.</para>
      </summary>
      <value>true to make a category initially displayed on the client; false to render the category, but make it initially hidden on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonContextTabCategory.Color">
      <summary>
        <para>Specifies the <see href="https://docs.devexpress.com/AspNet/7824/components/site-navigation-and-layout/ribbon/visual-elements/context-tab-category">context tab category</see> color.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> object specifying the color.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonContextTabCategory.Name">
      <summary>
        <para>Gets the name that uniquely identifies the <see href="https://docs.devexpress.com/AspNet/7824/components/site-navigation-and-layout/ribbon/visual-elements/context-tab-category">context tab category</see>.</para>
      </summary>
      <value>A string value that specifies the category name.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonContextTabCategory.Ribbon">
      <summary>
        <para>Gets the <see cref="T:DevExpress.Web.ASPxRibbon"/> object that owns the collection.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxRibbon"/> object that owns the collection.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonContextTabCategory.Tabs">
      <summary>
        <para>Gets the collection of tabs contained in the current <see href="https://docs.devexpress.com/AspNet/7824/components/site-navigation-and-layout/ribbon/visual-elements/context-tab-category">context tab category</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonTabCollection"/> object that is the collection of tabs.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonContextTabCategory.Visible">
      <summary>
        <para>Gets or sets a value specifying the visibility of the current <see href="https://docs.devexpress.com/AspNet/7824/components/site-navigation-and-layout/ribbon/visual-elements/context-tab-category">context tab category</see>.</para>
      </summary>
      <value>true if the category is visible; otherwise false.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonContextTabCategoryCollection">
      <summary>
        <para>A collection of <see href="https://docs.devexpress.com/AspNet/7824/components/site-navigation-and-layout/ribbon/visual-elements/context-tab-category">context tab categories</see> in the <see cref="T:DevExpress.Web.ASPxRibbon"/> control.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.RibbonContextTabCategoryCollection.Ribbon">
      <summary>
        <para>Gets the <see cref="T:DevExpress.Web.ASPxRibbon"/> object that owns the collection.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxRibbon"/> object that owns the collection.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonContextTabCategoryCollection`1">
      <summary>
        <para>A collection to ribbon context tab categories.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonContextTabCategoryCollection`1.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’s name. Initializes the <see cref="P:DevExpress.Web.RibbonContextTabCategory.Name">RibbonContextTabCategory.Name</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.RibbonContextTabCategory"/> object that is the newly created context tab category.</returns>
    </member>
    <member name="M:DevExpress.Web.RibbonContextTabCategoryCollection`1.FindByName(System.String)">
      <summary>
        <para>Returns a <see href="https://docs.devexpress.com/AspNet/7824/components/site-navigation-and-layout/ribbon/visual-elements/context-tab-category">context tab category</see> object with the specified <see cref="P:DevExpress.Web.RibbonContextTabCategory.Name">RibbonContextTabCategory.Name</see> property value.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that is the <see cref="P:DevExpress.Web.RibbonContextTabCategory.Name">RibbonContextTabCategory.Name</see> property value of the required category.</param>
      <returns>A <see cref="T:DevExpress.Web.RibbonContextTabCategory"/> object with a specific name.</returns>
    </member>
    <member name="T:DevExpress.Web.RibbonDataFields">
      <summary>
        <para>Serves as a base for classes that contain properties allowing you to specify the data fields from which <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see>, <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group</see>, and <see href="https://docs.devexpress.com/AspNet/15859/components/site-navigation-and-layout/ribbon/visual-elements/tab">tab</see> settings of a bound <see cref="T:DevExpress.Web.ASPxRibbon"/> should be obtained.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonDataFields.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonDataFields"/> 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.RibbonDataFields.AccessKeyField">
      <summary>
        <para>Gets or sets the data source field which provides ribbon element access keys.</para>
      </summary>
      <value>A string value that specifies the name of the data source field.</value>
    </member>
    <member name="M:DevExpress.Web.RibbonDataFields.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.RibbonDataFields.NameField">
      <summary>
        <para>Gets or sets the data source field which provides ribbon element names.</para>
      </summary>
      <value>A string value that specifies the name of the data source field.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonDataFields.TextField">
      <summary>
        <para>Gets or sets the data source field which provides ribbon element text.</para>
      </summary>
      <value>A string value that specifies the name of the data source field.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonDateEditItem">
      <summary>
        <para>A ribbon <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see> used to display the date edit functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonDateEditItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonDateEditItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonDateEditItem.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonDateEditItem"/> class with the specified name and text.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created ribbon item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the created ribbon item’s text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Text">RibbonItemBase.Text</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonDateEditItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonDateEditItem"/> class with the specified name.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created ribbon item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonDateEditItem.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="P:DevExpress.Web.RibbonDateEditItem.PropertiesDateEdit">
      <summary>
        <para>Provides access to the item’s settings that are specific to the date edit.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonDateEditProperties"/> object that contains date edit specific settings.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonDateEditProperties">
      <summary>
        <para>Contains settings specific to a date editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonDateEditProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonDateEditProperties"/> 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.RibbonDialogBoxLauncherClickedEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxRibbon.DialogBoxLauncherClicked">ASPxRibbon.DialogBoxLauncherClicked</see> event.</para>
      </summary>
      <param name="source">A <see cref="T:System.Object"/> that is the event source. Identifies the <see cref="T:DevExpress.Web.ASPxRibbon"/> control that raised the event.</param>
      <param name="e">An <see cref="T:DevExpress.Web.DialogBoxLauncherClickedEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.RibbonDropDownButtonCollection">
      <summary>
        <para>A collection of <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">items</see> within the <see cref="T:DevExpress.Web.RibbonDropDownButtonItem"/>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.RibbonDropDownButtonCollection.Parent">
      <summary>
        <para>Gets the parent item to which the current collection belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonDropDownButtonItem"/> object that is the parent of the current collection.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonDropDownButtonItem">
      <summary>
        <para>A ribbon <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see> used to display the drop-down button functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonDropDownButtonItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonDropDownButtonItem"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonDropDownButtonItem.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonDropDownButtonItem"/> class with the specified settings.</para>
      </summary>
      <param name="name">A string value that specifies the item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="size">A <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration value that specifies the item size. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Size">RibbonItemBase.Size</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonDropDownButtonItem.#ctor(System.String,System.String,DevExpress.Web.RibbonDropDownButtonItem[])">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonDropDownButtonItem"/> class with the specified settings.</para>
      </summary>
      <param name="name">A string value that specifies the item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="text">A string value that specifies the item’s text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Text">RibbonItemBase.Text</see> property.</param>
      <param name="items">An array that contains zero or more <see cref="T:DevExpress.Web.RibbonDropDownButtonItem"/> objects to populate the <see cref="P:DevExpress.Web.RibbonDropDownButtonItem.Items">RibbonDropDownButtonItem.Items</see> collection.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonDropDownButtonItem.#ctor(System.String,System.String,DevExpress.Web.RibbonItemSize,DevExpress.Web.RibbonDropDownButtonItem[])">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonDropDownButtonItem"/> class with the specified settings.</para>
      </summary>
      <param name="name">A string value that specifies the item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="text">A string value that specifies the item’s text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Text">RibbonItemBase.Text</see> property.</param>
      <param name="size">A <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration value that specifies the item size. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Size">RibbonItemBase.Size</see> property.</param>
      <param name="items">An array that contains zero or more <see cref="T:DevExpress.Web.RibbonDropDownButtonItem"/> objects to populate the <see cref="P:DevExpress.Web.RibbonDropDownButtonItem.Items">RibbonDropDownButtonItem.Items</see> collection.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonDropDownButtonItem.#ctor(System.String,System.String,DevExpress.Web.RibbonItemSize)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonDropDownButtonItem"/> class with the specified settings.</para>
      </summary>
      <param name="name">A string value that specifies the item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="text">A string value that specifies the item’s text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Text">RibbonItemBase.Text</see> property.</param>
      <param name="size">A <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration value that specifies the item size. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Size">RibbonItemBase.Size</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonDropDownButtonItem.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonDropDownButtonItem"/> class with the specified name and text.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created ribbon item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the created ribbon item’s text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Text">RibbonItemBase.Text</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonDropDownButtonItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonDropDownButtonItem"/> class with the specified name.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created ribbon item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonDropDownButtonItem.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings from the specified item 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="P:DevExpress.Web.RibbonDropDownButtonItem.DropDownMode">
      <summary>
        <para>Gets or sets a value that specifies whether the <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see>‘s drop-down menu should only be invoked by using a specific drop-down button.</para>
      </summary>
      <value>true if a drop-down menu can be invoked by using the drop-down button only; false if a drop-down menu can be invoked by using any area of the item.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonDropDownButtonItem.Group">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group</see> to which the current <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see> belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonGroup"/> object is the group that contains the item.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonDropDownButtonItem.Items">
      <summary>
        <para>Gets the collection of items displayed within the <see cref="T:DevExpress.Web.RibbonDropDownButtonItem"/>‘s drop-down window.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonDropDownButtonCollection"/> instance that is the collection of items.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonDropDownButtonItem.Parent">
      <summary>
        <para>Gets the immediate parent item to which the current <see cref="T:DevExpress.Web.RibbonDropDownButtonItem"/> object belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonDropDownButtonItem"/> object that is the current item’s immediate parent.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonDropDownGalleryProperties">
      <summary>
        <para>Contains settings specific to a ribbon gallery drop-down window.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonDropDownGalleryProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonDropDownGalleryProperties"/> 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.RibbonDropDownGalleryProperties.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.RibbonDropDownGalleryProperties.MinColumnCount">
      <summary>
        <para>Specifies the minimum number of columns that can be displayed in the <see href="https://docs.devexpress.com/AspNet/5140/components/site-navigation-and-layout/ribbon/concepts/ribbon-gallery-items">gallery bar</see>‘s drop down window.</para>
      </summary>
      <value>An integer value that specifies the number of columns.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonDropDownGalleryProperties.RowCount">
      <summary>
        <para>Gets or sets the number of rows displayed in a <see href="https://docs.devexpress.com/AspNet/5140/components/site-navigation-and-layout/ribbon/concepts/ribbon-gallery-items">gallery item</see>‘s drop-down window.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value that specifies the number of rows.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonDropDownGalleryProperties.ShowGroupText">
      <summary>
        <para>Specifies whether gallery group texts are displayed.</para>
      </summary>
      <value>true, to show group texts; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonDropDownToggleButtonItem">
      <summary>
        <para>A ribbon <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see> used to display the drop-down toggle button functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonDropDownToggleButtonItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonDropDownToggleButtonItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonDropDownToggleButtonItem.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonDropDownToggleButtonItem"/> class with the specified settings.</para>
      </summary>
      <param name="name">A string value that specifies the item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="size">A <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration value that specifies the item size. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Size">RibbonItemBase.Size</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonDropDownToggleButtonItem.#ctor(System.String,System.String,DevExpress.Web.RibbonDropDownButtonItem[])">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonDropDownToggleButtonItem"/> class with the specified settings.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created ribbon item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the created ribbon item’s text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Text">RibbonItemBase.Text</see> property.</param>
      <param name="items">An array that contains zero or more <see cref="T:DevExpress.Web.RibbonDropDownButtonItem"/> object descendants to populate the <see cref="P:DevExpress.Web.RibbonDropDownButtonItem.Items">RibbonDropDownButtonItem.Items</see> collection.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonDropDownToggleButtonItem.#ctor(System.String,System.String,DevExpress.Web.RibbonItemSize,DevExpress.Web.RibbonDropDownButtonItem[])">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonDropDownToggleButtonItem"/> class with the specified settings.</para>
      </summary>
      <param name="name">A string value that specifies the item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="text">A string value that specifies the item’s text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Text">RibbonItemBase.Text</see> property.</param>
      <param name="size">A <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration value that specifies the item size. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Size">RibbonItemBase.Size</see> property.</param>
      <param name="items">An array that contains zero or more <see cref="T:DevExpress.Web.RibbonDropDownButtonItem"/> object descendants to populate the <see cref="P:DevExpress.Web.RibbonDropDownButtonItem.Items">RibbonDropDownButtonItem.Items</see> collection.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonDropDownToggleButtonItem.#ctor(System.String,System.String,DevExpress.Web.RibbonItemSize)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonDropDownToggleButtonItem"/> class with the specified settings.</para>
      </summary>
      <param name="name">A string value that specifies the item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="text">A string value that specifies the item’s text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Text">RibbonItemBase.Text</see> property.</param>
      <param name="size">A <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration value that specifies the item size. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Size">RibbonItemBase.Size</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonDropDownToggleButtonItem.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonDropDownToggleButtonItem"/> class with the specified name and text.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created ribbon item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the created ribbon item’s text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Text">RibbonItemBase.Text</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonDropDownToggleButtonItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonDropDownToggleButtonItem"/> class with the specified name.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created ribbon item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonDropDownToggleButtonItem.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings from the specified item 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="P:DevExpress.Web.RibbonDropDownToggleButtonItem.Checked">
      <summary>
        <para>Gets or sets a value that specifies whether the toggle button <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see> is checked.</para>
      </summary>
      <value>true, if the item is checked; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonEditItemBase">
      <summary>
        <para>The base class for ribbon editor items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonEditItemBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonEditItemBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonEditItemBase.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonEditItemBase"/> class with the specified name and text.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created ribbon item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the created ribbon item’s text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Text">RibbonItemBase.Text</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonEditItemBase.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonEditItemBase"/> class with the specified name.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created ribbon item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonEditItemBase.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="P:DevExpress.Web.RibbonEditItemBase.Value">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see>‘s associated value.</para>
      </summary>
      <value>An <see cref="T:System.Object"/> that is the item’s value.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonEditorStyles">
      <summary>
        <para>Contains settings that allow the appearance of different editor elements used within the ASPxRibbon to be defined.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.RibbonFileTabStyle">
      <summary>
        <para>Defines style settings for the <see href="https://docs.devexpress.com/AspNet/15864/components/site-navigation-and-layout/ribbon/visual-elements/file-tab">file tab</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonFileTabStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonFileTabStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.RibbonFileTabStyle.PressedStyle">
      <summary>
        <para>Contains the style settings which define a <see href="https://docs.devexpress.com/AspNet/15864/components/site-navigation-and-layout/ribbon/visual-elements/file-tab">file tab</see>‘s appearance in the pressed state.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonFileTabStyle.Spacing">
      <summary>
        <para>Gets or sets the spacing between the <see href="https://docs.devexpress.com/AspNet/15864/components/site-navigation-and-layout/ribbon/visual-elements/file-tab">file tab</see> and other <see href="https://docs.devexpress.com/AspNet/15859/components/site-navigation-and-layout/ribbon/visual-elements/tab">tabs</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that is the spacing value.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonGalleryBarItem">
      <summary>
        <para>A ribbon <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see> used to display the gallery bar functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonGalleryBarItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonGalleryBarItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonGalleryBarItem.#ctor(System.String,DevExpress.Web.RibbonGalleryGroup[])">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonGalleryBarItem"/> class with the specified name.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created ribbon item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="groups">An array that contains zero or more <see cref="T:DevExpress.Web.RibbonGalleryGroup"/> objects for populating the <see cref="P:DevExpress.Web.RibbonGalleryBarItem.Groups">RibbonGalleryBarItem.Groups</see> collection.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonGalleryBarItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonGalleryBarItem"/> class with the specified name.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created ribbon item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.RibbonGalleryBarItem.AllowSelectItem">
      <summary>
        <para>Gets or sets a value specifying whether items can be selected within the ribbon <see href="https://docs.devexpress.com/AspNet/5140/components/site-navigation-and-layout/ribbon/concepts/ribbon-gallery-items">gallery bar item</see>.</para>
      </summary>
      <value>true if items can be selected; otherwise false.</value>
    </member>
    <member name="M:DevExpress.Web.RibbonGalleryBarItem.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.RibbonGalleryBarItem.GetAllItems">
      <summary>
        <para>Returns a list of all items displayed in a <see href="https://docs.devexpress.com/AspNet/5140/components/site-navigation-and-layout/ribbon/concepts/ribbon-gallery-items">gallery bar item</see>.</para>
      </summary>
      <returns>The collection of <see cref="T:DevExpress.Web.RibbonGalleryItem"/> objects that are items displayed in the gallery bar item.</returns>
    </member>
    <member name="P:DevExpress.Web.RibbonGalleryBarItem.Groups">
      <summary>
        <para>Gets the collection of gallery groups contained in the gallery bar item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonGalleryGroupCollection"/> object that is the collection of groups.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGalleryBarItem.ImageHeight">
      <summary>
        <para>Specifies the height of gallery item images.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying an image height.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGalleryBarItem.ImagePosition">
      <summary>
        <para>Gets or sets the position of ribbon gallery item images within the <see href="https://docs.devexpress.com/AspNet/5140/components/site-navigation-and-layout/ribbon/concepts/ribbon-gallery-items">gallery bar item</see>.</para>
      </summary>
      <value>The image position.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGalleryBarItem.ImageWidth">
      <summary>
        <para>Specifies the width of gallery item images.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying an image width.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGalleryBarItem.MaxColumnCount">
      <summary>
        <para>Specifies the maximum number of columns that ca be displayed in the <see href="https://docs.devexpress.com/AspNet/5140/components/site-navigation-and-layout/ribbon/concepts/ribbon-gallery-items">gallery bar item</see>.</para>
      </summary>
      <value>An integer value that specifies the number of columns.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGalleryBarItem.MaxTextWidth">
      <summary>
        <para>Specifies the maximum width of the gallery item text.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the maximum item text width, in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGalleryBarItem.MinColumnCount">
      <summary>
        <para>Specifies the minimum number of columns that can be displayed in the <see href="https://docs.devexpress.com/AspNet/5140/components/site-navigation-and-layout/ribbon/concepts/ribbon-gallery-items">gallery bar</see>.</para>
      </summary>
      <value>An integer value that specifies the number of columns.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGalleryBarItem.OneLineModeSettings">
      <summary>
        <para>Provide access to a <see href="https://docs.devexpress.com/AspNet/5140/components/site-navigation-and-layout/ribbon/concepts/ribbon-gallery-items">ribbon gallery bar item</see>‘s settings in the <see href="https://docs.devexpress.com/AspNet/8902/components/site-navigation-and-layout/ribbon/concepts/one-line-mode">one line mode</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonItemOneLineModeSettings"/> object containing the item’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGalleryBarItem.PropertiesDropDownGallery">
      <summary>
        <para>Provides access to settings that are specific to the <see href="https://docs.devexpress.com/AspNet/5140/components/site-navigation-and-layout/ribbon/concepts/ribbon-gallery-items">gallery bar item</see>‘s drop-down window.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonDropDownGalleryProperties"/> object that contains drop-down window settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGalleryBarItem.RowCount">
      <summary>
        <para>Gets or sets the maximum number of rows that can be displayed in a <see href="https://docs.devexpress.com/AspNet/5140/components/site-navigation-and-layout/ribbon/concepts/ribbon-gallery-items">gallery bar item</see>.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value that specifies the number of rows.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGalleryBarItem.ShowText">
      <summary>
        <para>Specifies whether item text is displayed in the gallery bar.</para>
      </summary>
      <value>true, to show item text; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGalleryBarItem.Value">
      <summary>
        <para>Gets or sets the item value.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> value that is the item value.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGalleryBarItem.ValueType">
      <summary>
        <para>Gets the data type of the item values.</para>
      </summary>
      <value>A <see cref="T:System.Type"/> object that is the type of the values.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonGalleryDropDownItem">
      <summary>
        <para>A ribbon <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see> used to display the drop-down gallery functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonGalleryDropDownItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonGalleryDropDownItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonGalleryDropDownItem.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonGalleryDropDownItem"/> class with the specified settings.</para>
      </summary>
      <param name="name">A string value that specifies the item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="size">A <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration value that specifies the item size. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Size">RibbonItemBase.Size</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonGalleryDropDownItem.#ctor(System.String,System.String,DevExpress.Web.RibbonGalleryGroup[])">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonGalleryDropDownItem"/> class with the specified settings.</para>
      </summary>
      <param name="name">A string value that specifies the item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="text">A string value that specifies the item’s text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Text">RibbonItemBase.Text</see> property.</param>
      <param name="groups">An array that contains zero or more <see cref="T:DevExpress.Web.RibbonGalleryGroup"/> objects for populating the <see cref="P:DevExpress.Web.RibbonGalleryDropDownItem.Groups">RibbonGalleryDropDownItem.Groups</see> collection.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonGalleryDropDownItem.#ctor(System.String,System.String,DevExpress.Web.RibbonItemSize)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonGalleryDropDownItem"/> class with the specified settings.</para>
      </summary>
      <param name="name">A string value that specifies the item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="text">A string value that specifies the item’s text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Text">RibbonItemBase.Text</see> property.</param>
      <param name="size">A <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration value that specifies the item size. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Size">RibbonItemBase.Size</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonGalleryDropDownItem.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonGalleryDropDownItem"/> class with the specified text and name.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created ribbon item’s text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Text">RibbonItemBase.Text</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the created ribbon item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonGalleryDropDownItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonGalleryDropDownItem"/> class with the specified name.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created ribbon item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonGalleryDropDownItem.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.RibbonGalleryDropDownItem.GetAllItems">
      <summary>
        <para>Returns a list of all items displayed in a <see href="https://docs.devexpress.com/AspNet/5140/components/site-navigation-and-layout/ribbon/concepts/ribbon-gallery-items">gallery drop-down item</see>.</para>
      </summary>
      <returns>The collection of <see cref="T:DevExpress.Web.RibbonGalleryItem"/> objects that are items displayed in the gallery drop-down item.</returns>
    </member>
    <member name="P:DevExpress.Web.RibbonGalleryDropDownItem.Groups">
      <summary>
        <para>Gets the collection of gallery groups contained in the <see href="https://docs.devexpress.com/AspNet/5140/components/site-navigation-and-layout/ribbon/concepts/ribbon-gallery-items">gallery drop-down item</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonGalleryGroupCollection"/> object that is the collection of groups.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGalleryDropDownItem.PropertiesDropDownGallery">
      <summary>
        <para>Provides access to settings that are specific to the <see href="https://docs.devexpress.com/AspNet/5140/components/site-navigation-and-layout/ribbon/concepts/ribbon-gallery-items">gallery drop-down item</see>‘s drop-down window.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonGalleryProperties"/> object that contains drop-down window settings.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonGalleryGroup">
      <summary>
        <para>An individual gallery group in the gallery bar (<see cref="T:DevExpress.Web.RibbonGalleryBarItem"/>) or drop-down gallery (<see cref="T:DevExpress.Web.RibbonGalleryDropDownItem"/>) items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonGalleryGroup.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonGalleryGroup"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonGalleryGroup.#ctor(System.String,DevExpress.Web.RibbonGalleryItem[])">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonGalleryGroup"/> class with the specified settings.</para>
      </summary>
      <param name="text">A string value that specifies the group’s text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonGalleryGroup.Text">RibbonGalleryGroup.Text</see> property.</param>
      <param name="items">An array that contains zero or more <see cref="T:DevExpress.Web.RibbonGalleryItem"/> objects to populate the <see cref="P:DevExpress.Web.RibbonGalleryGroup.Items">RibbonGalleryGroup.Items</see> collection.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonGalleryGroup.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonGalleryGroup"/> class with the specified text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that specifies the created ribbon gallery group’s text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonGalleryGroup.Text">RibbonGalleryGroup.Text</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonGalleryGroup.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="P:DevExpress.Web.RibbonGalleryGroup.Items">
      <summary>
        <para>Provides access to the ribbon gallery group’s item collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonGalleryItemCollection"/> object that is a collection of gallery items.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGalleryGroup.Owner">
      <summary>
        <para>Gets the ribbon item to which the current group belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonItemBase"/> object descendant (<see cref="T:DevExpress.Web.RibbonGalleryBarItem"/> or <see cref="T:DevExpress.Web.RibbonGalleryDropDownItem"/>) that is the item that contains the current group.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGalleryGroup.Text">
      <summary>
        <para>Gets or sets the gallery group’s caption (the text content of the group’s header).</para>
      </summary>
      <value>A string value that specifies the group’s caption text.</value>
    </member>
    <member name="M:DevExpress.Web.RibbonGalleryGroup.ToString">
      <summary>
        <para>Returns the string that represents the <see cref="T:DevExpress.Web.RibbonGalleryGroup"/> object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> that represents the current <see cref="T:DevExpress.Web.RibbonGalleryGroup"/> object.</returns>
    </member>
    <member name="T:DevExpress.Web.RibbonGalleryGroupCollection">
      <summary>
        <para>A collection of groups in the <see cref="T:DevExpress.Web.RibbonGalleryBarItem"/> or <see cref="T:DevExpress.Web.RibbonGalleryDropDownItem"/> objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonGalleryGroupCollection.Add(System.String)">
      <summary>
        <para>Adds a new <see cref="T:DevExpress.Web.RibbonGalleryGroup"/> with the specified text to the collection.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that specifies the created gallery group’s display text. Initializes the group’s <see cref="P:DevExpress.Web.RibbonGalleryGroup.Text">RibbonGalleryGroup.Text</see> property.</param>
      <returns>An <see cref="T:DevExpress.Web.RibbonGalleryGroup"/> object that is the newly created gallery group.</returns>
    </member>
    <member name="T:DevExpress.Web.RibbonGalleryItem">
      <summary>
        <para>A gallery item that can be displayed in the gallery bar (<see cref="T:DevExpress.Web.RibbonGalleryBarItem"/>) or drop-down gallery (<see cref="T:DevExpress.Web.RibbonGalleryDropDownItem"/>) items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonGalleryItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonGalleryItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonGalleryItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonGalleryItem"/> class with the specified text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that specifies the created ribbon item’s text. This value is assigned to the <see cref="P:DevExpress.Web.ListEditItemBase.Text">ListEditItemBase.Text</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonGalleryItem.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="P:DevExpress.Web.RibbonGalleryItem.Group">
      <summary>
        <para>Gets the gallery group to which the current item belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonGalleryGroup"/> object that is the group that contains the item.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGalleryItem.Image">
      <summary>
        <para>Gets the settings of an image displayed by the <see href="https://docs.devexpress.com/AspNet/5140/components/site-navigation-and-layout/ribbon/concepts/ribbon-gallery-items">gallery item</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonItemImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGalleryItem.Text">
      <summary>
        <para>Gets or sets the text content of the current item.</para>
      </summary>
      <value>A string value that specifies the text.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGalleryItem.ToolTip">
      <summary>
        <para>Gets or sets the current gallery item’s tooltip text.</para>
      </summary>
      <value>A string specifying the text content of the current item’s tooltip.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGalleryItem.Value">
      <summary>
        <para>Specifies the item value.</para>
      </summary>
      <value>An <see cref="T:System.Object"/> that specifies the item value.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGalleryItem.Visible">
      <summary>
        <para>Gets or sets a value specifying the visibility of the current gallery item.</para>
      </summary>
      <value>true if the item is visible; otherwise false.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonGalleryItemCollection">
      <summary>
        <para>A collection of gallery items in a gallery group.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.RibbonGalleryItemCollection.Group">
      <summary>
        <para>Gets the ribbon gallerygroup object that owns the item collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonGalleryGroup"/> object that owns the collection.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonGalleryProperties">
      <summary>
        <para>Contains settings specific to a ribbon gallery drop-down window.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonGalleryProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonGalleryProperties"/> 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.RibbonGalleryProperties.AllowSelectItem">
      <summary>
        <para>Gets or sets a value specifying whether items can be selected within the ribbon <see href="https://docs.devexpress.com/AspNet/5140/components/site-navigation-and-layout/ribbon/concepts/ribbon-gallery-items">gallery drop-down item</see>.</para>
      </summary>
      <value>true if items can be selected; otherwise false.</value>
    </member>
    <member name="M:DevExpress.Web.RibbonGalleryProperties.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.RibbonGalleryProperties.ColumnCount">
      <summary>
        <para>Gets or sets the number of columns displayed in a <see href="https://docs.devexpress.com/AspNet/5140/components/site-navigation-and-layout/ribbon/concepts/ribbon-gallery-items">gallery drop-down item</see>‘s drop-down window.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value that specifies the number of columns.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGalleryProperties.ImageHeight">
      <summary>
        <para>Specifies the height of gallery item images.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying an image height.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGalleryProperties.ImagePosition">
      <summary>
        <para>Gets or sets the position of ribbon gallery item images within the <see href="https://docs.devexpress.com/AspNet/5140/components/site-navigation-and-layout/ribbon/concepts/ribbon-gallery-items">gallery drop-down item</see>.</para>
      </summary>
      <value>The image position.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGalleryProperties.ImageWidth">
      <summary>
        <para>Specifies the width of gallery item images.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying an image width.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGalleryProperties.MaxTextWidth">
      <summary>
        <para>Specifies the maximum width of the gallery item text.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the maximum item text width, in pixels.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGalleryProperties.ShowText">
      <summary>
        <para>Specifies whether item text is displayed in the <see href="https://docs.devexpress.com/AspNet/5140/components/site-navigation-and-layout/ribbon/concepts/ribbon-gallery-items">gallery drop-down item</see>.</para>
      </summary>
      <value>true, to show item text; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGalleryProperties.Value">
      <summary>
        <para>Gets or sets the item value.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> value that is the item value.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGalleryProperties.ValueType">
      <summary>
        <para>Gets the data type of the item values.</para>
      </summary>
      <value>A <see cref="T:System.Type"/> object that is the type of the values.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonGroup">
      <summary>
        <para>An individual <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group</see> within the <see cref="T:DevExpress.Web.ASPxRibbon"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonGroup.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonGroup"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonGroup.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonGroup"/> class with the specified name and text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that specifies the created ribbon group’s text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonGroup.Text">RibbonGroup.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created ribbon group’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonGroup.Name">RibbonGroup.Name</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonGroup.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonGroup"/> class with the specified text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that specifies the created ribbon group’s text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonGroup.Text">RibbonGroup.Text</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.RibbonGroup.AccessKey">
      <summary>
        <para>Specifies the access key that allows end-users to quickly navigate to current ribbon <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group</see>.</para>
      </summary>
      <value>The access key for quick navigation to the ribbon group.</value>
    </member>
    <member name="M:DevExpress.Web.RibbonGroup.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="P:DevExpress.Web.RibbonGroup.DataItem">
      <summary>
        <para>Gets or sets the data item that is bound to the <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group</see>.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> that is the data item that is bound to the group.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGroup.DataPath">
      <summary>
        <para>Gets the path to the data that is bound to the <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group</see>.</para>
      </summary>
      <value>The path to the data that is bound to the group. This value comes from the hierarchical data source control to which the ribbon control is bound.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGroup.DialogBoxLauncherAccessKey">
      <summary>
        <para>Specifies the access key that allows end-users to quickly navigate to current ribbon group’s <see href="https://docs.devexpress.com/AspNet/17420/components/site-navigation-and-layout/ribbon/visual-elements/dialog-box-launcher">dialog box launcher</see>.</para>
      </summary>
      <value>The access key for quick navigation to the ribbon group’s dialog box launcher.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGroup.Image">
      <summary>
        <para>Gets the settings of an image displayed by the <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group expand button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonItemImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGroup.Items">
      <summary>
        <para>Gets the collection of <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">items</see> in the <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonItemCollection"/> object that is a collection of items within the group.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGroup.Name">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group</see> name.</para>
      </summary>
      <value>A string value that specifies the group name.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGroup.OneLineModeSettings">
      <summary>
        <para>Provide access to a <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group</see>‘s settings in <see href="https://docs.devexpress.com/AspNet/8902/components/site-navigation-and-layout/ribbon/concepts/one-line-mode">one line mode</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonGroupOneLineModeSettings"/> object containing the group’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGroup.Ribbon">
      <summary>
        <para>Gets the <see cref="T:DevExpress.Web.ASPxRibbon"/> object that owns the current <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxRibbon"/> object that owns the current group.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGroup.ShowDialogBoxLauncher">
      <summary>
        <para>Gets or sets whether the <see href="https://docs.devexpress.com/AspNet/17420/components/site-navigation-and-layout/ribbon/visual-elements/dialog-box-launcher">dialog box launcher</see> is displayed.</para>
      </summary>
      <value>true, to display the dialog box launcher; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGroup.Tab">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/AspNet/15859/components/site-navigation-and-layout/ribbon/visual-elements/tab">tab</see> to which the current <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group</see> belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonTab"/> object is the tab that contains the group.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGroup.Text">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group</see>‘s display text.</para>
      </summary>
      <value>A string value that specifies the ribbon group’s display text.</value>
    </member>
    <member name="M:DevExpress.Web.RibbonGroup.ToString">
      <summary>
        <para>Returns a string that identifies the <see cref="T:DevExpress.Web.RibbonGroup"/> object.</para>
      </summary>
      <returns>A string value that identifies the <see cref="T:DevExpress.Web.RibbonGroup"/> object.</returns>
    </member>
    <member name="P:DevExpress.Web.RibbonGroup.Visible">
      <summary>
        <para>Gets or sets a value specifying the visibility of the current <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group</see>.</para>
      </summary>
      <value>true, to show the group; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonGroupCollection">
      <summary>
        <para>A collection of <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">groups</see> within the <see cref="T:DevExpress.Web.RibbonTab"/>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.RibbonGroupDataFields">
      <summary>
        <para>Contains properties allowing you to specify data fields from which <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group</see> settings of a bound <see cref="T:DevExpress.Web.ASPxRibbon"/> should be obtained.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonGroupDataFields.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonGroupDataFields"/> 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.RibbonGroupDataFields.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.RibbonGroupDataFields.DialogBoxLauncherAccessKeyField">
      <summary>
        <para>Gets or sets the data source field which provides ribbon group <see href="https://docs.devexpress.com/AspNet/17420/components/site-navigation-and-layout/ribbon/visual-elements/dialog-box-launcher">dialog box launcher</see> access keys.</para>
      </summary>
      <value>A string value that specifies the name of the data source field.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGroupDataFields.ImageUrlField">
      <summary>
        <para>Gets or sets the name of a data field (or xml element attribute) which provides URLs for images displayed within a <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group</see>.</para>
      </summary>
      <value>A string value that specifies the name of the required data source field.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGroupDataFields.ShowDialogBoxLauncherField">
      <summary>
        <para>Gets or sets the name of a data field (or xml element attribute) which provides values specifying whether a group’s <see href="https://docs.devexpress.com/AspNet/17420/components/site-navigation-and-layout/ribbon/visual-elements/dialog-box-launcher">dialog box launcher</see> is displayed.</para>
      </summary>
      <value>A string value that specifies the name of the required data source field.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonGroupEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxRibbon.GroupDataBound">ASPxRibbon.GroupDataBound</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonGroupEventArgs.#ctor(DevExpress.Web.RibbonGroup)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonGroupEventArgs"/> class.</para>
      </summary>
      <param name="group">A <see cref="T:DevExpress.Web.RibbonGroup"/> object that is a group related to the event.</param>
    </member>
    <member name="P:DevExpress.Web.RibbonGroupEventArgs.Group">
      <summary>
        <para>Gets a <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group</see> object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonGroup"/> object that is a group related to the event.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonGroupEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxRibbon.GroupDataBound">ASPxRibbon.GroupDataBound</see> event.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.RibbonGroupEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.RibbonGroupExpandButtonStyle">
      <summary>
        <para>Defines style settings for the <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group expand buttons</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonGroupExpandButtonStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonGroupExpandButtonStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.RibbonGroupExpandButtonStyle.DisabledStyle">
      <summary>
        <para>Gets the style settings that define the appearance of ribbon <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group expand buttons</see>  in the disabled state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DisabledStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGroupExpandButtonStyle.HoverStyle">
      <summary>
        <para>Gets the style settings that define the appearance of ribbon <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group expand buttons</see> when the mouse pointer is hovering over them.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGroupExpandButtonStyle.PressedStyle">
      <summary>
        <para>Gets the style settings that define the appearance of ribbon <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group expand buttons</see>  in the pressed state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGroupExpandButtonStyle.Width">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group expand button</see>‘s width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that specifies the button width.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonGroupLabelStyle">
      <summary>
        <para>Defines style settings for the <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group labels</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonGroupLabelStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonGroupLabelStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.RibbonGroupLabelStyle.Height">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group</see> label’s height.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the group label’s height.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonGroupOneLineModeSettings">
      <summary>
        <para>Contains settings related to a <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group</see> functionality in <see href="https://docs.devexpress.com/AspNet/8902/components/site-navigation-and-layout/ribbon/concepts/one-line-mode">one line mode</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonGroupOneLineModeSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonGroupOneLineModeSettings"/> 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.RibbonGroupOneLineModeSettings.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.RibbonGroupOneLineModeSettings.Image">
      <summary>
        <para>Gets settings that define a <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group</see>‘s image in the <see href="https://docs.devexpress.com/AspNet/8902/components/site-navigation-and-layout/ribbon/concepts/one-line-mode">one line mode</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.RibbonItemImageProperties"/> object containing the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonGroupOneLineModeSettings.ShowExpandButtonText">
      <summary>
        <para>Specifies if the group text should be displayed in a collapsed group in the <see href="https://docs.devexpress.com/AspNet/8902/components/site-navigation-and-layout/ribbon/concepts/one-line-mode">one line mode</see>.</para>
      </summary>
      <value>true, to display the text; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonGroupSeparatorStyle">
      <summary>
        <para>Defines style settings for the <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group</see> separators.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonGroupSeparatorStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonGroupSeparatorStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.RibbonGroupSeparatorStyle.Width">
      <summary>
        <para>Gets or sets the width of <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group</see> separators.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> specifying the width value.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonImages">
      <summary>
        <para>Contains settings that allow images to be defined for specific elements of an <see cref="T:DevExpress.Web.ASPxRibbon"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonImages.CopyFrom(DevExpress.Web.ImagesBase)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.RibbonImages"/> class.</para>
      </summary>
      <param name="source">An <see cref="T:DevExpress.Web.ImagesBase"/> object that the settings will be copied from.</param>
    </member>
    <member name="P:DevExpress.Web.RibbonImages.GalleryPopOutButton">
      <summary>
        <para>Gets the settings of an image displayed within a ribbon’s gallery pop-out button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ItemImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonImages.GalleryScrollDownButton">
      <summary>
        <para>Gets the settings of an image displayed within a ribbon’s gallery scroll down button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ItemImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonImages.GalleryScrollUpButton">
      <summary>
        <para>Gets the settings of an image displayed within a ribbon’s gallery scroll up button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ItemImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonImages.GroupDialogBoxLauncher">
      <summary>
        <para>Gets the settings of an image displayed within a ribbon’s <see href="https://docs.devexpress.com/AspNet/17420/components/site-navigation-and-layout/ribbon/visual-elements/dialog-box-launcher">dialog box launcher</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ItemImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonImages.IconSet">
      <summary>
        <para>Gets or sets a set of icons to be used within the ribbon UI.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.MenuIconSetType"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonImages.MinimizeButton">
      <summary>
        <para>Gets the settings of an image displayed within a ribbon’s <see href="https://docs.devexpress.com/AspNet/15865/components/site-navigation-and-layout/ribbon/visual-elements/minimize-button">minimize button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CheckedButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonImages.PinButton">
      <summary>
        <para>Gets the settings of an image displayed within the ribbon’s <see href="https://docs.devexpress.com/AspNet/118352/components/site-navigation-and-layout/ribbon/visual-elements/pin-button">pin button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CheckedButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonImages.PopOut">
      <summary>
        <para>Gets the settings of an <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see>‘s pop-out image.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ItemImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="M:DevExpress.Web.RibbonImages.Reset">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Web.RibbonImages"/> object to its original state.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.RibbonItemBase">
      <summary>
        <para>The base class for ribbon <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">items</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonItemBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonItemBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonItemBase.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonItemBase"/> class with the specified settings.</para>
      </summary>
      <param name="name">A string value that specifies the item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="size">A <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration value that specifies the item size. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Size">RibbonItemBase.Size</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonItemBase.#ctor(System.String,System.String,DevExpress.Web.RibbonItemSize)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonItemBase"/> class with the specified settings.</para>
      </summary>
      <param name="name">A string value that specifies the item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="text">A string value that specifies the item’s text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Text">RibbonItemBase.Text</see> property.</param>
      <param name="size">A <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration value that specifies the item size. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Size">RibbonItemBase.Size</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonItemBase.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonItemBase"/> class with the specified name and text.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created ribbon item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the created ribbon item’s text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Text">RibbonItemBase.Text</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonItemBase.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonItemBase"/> class with the specified name.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created ribbon item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.RibbonItemBase.AccessKey">
      <summary>
        <para>Specifies the access key that allows end-users to quickly navigate to current ribbon <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see>.</para>
      </summary>
      <value>The access key for quick navigation to the ribbon item.</value>
    </member>
    <member name="M:DevExpress.Web.RibbonItemBase.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="P:DevExpress.Web.RibbonItemBase.BeginGroup">
      <summary>
        <para>Gets or sets a value that specifies whether an item separator should be displayed before the current <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see>.</para>
      </summary>
      <value>true, to display a separator before the item; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonItemBase.ClientEnabled">
      <summary>
        <para>Gets or sets a value that indicates whether the ribbon <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see> is enabled on the client side.</para>
      </summary>
      <value>true, if the ribbon item is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonItemBase.DataItem">
      <summary>
        <para>Gets or sets the data item that is bound to the <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see>.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> that is the data item that is bound to the item.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonItemBase.DataPath">
      <summary>
        <para>Gets the path to the data that is bound to the <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see>.</para>
      </summary>
      <value>The path to the data that is bound to the item. This value comes from the hierarchical data source control to which the ribbon control is bound.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonItemBase.Group">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group</see> to which the current <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see> belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonGroup"/> object is the group that contains the item.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonItemBase.ItemStyle">
      <summary>
        <para>Gets the style settings for the current ribbon’s <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonItemStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonItemBase.Name">
      <summary>
        <para>Gets or sets the name for the current ribbon <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see>.</para>
      </summary>
      <value>A string value that specifies the item name.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonItemBase.Ribbon">
      <summary>
        <para>Gets the <see cref="T:DevExpress.Web.ASPxRibbon"/> object that owns the current <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxRibbon"/> object that owns the current item.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonItemBase.Size">
      <summary>
        <para>Specifies the ribbon item size.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonItemBase.SubGroupName">
      <summary>
        <para>Gets or sets the name of the subgroup to which the item belongs.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the name of the subgroup.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonItemBase.Text">
      <summary>
        <para>Gets or sets the text content of the current ribbon item.</para>
      </summary>
      <value>A string value that specifies the text content of the ribbon item.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonItemBase.ToolTip">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see>‘s tooltip text.</para>
      </summary>
      <value>A string value that specifies the text displayed within the item’s tooltip.</value>
    </member>
    <member name="M:DevExpress.Web.RibbonItemBase.ToString">
      <summary>
        <para>Returns a string that identifies the <see cref="T:DevExpress.Web.RibbonItemBase"/> object.</para>
      </summary>
      <returns>A string value that identifies the <see cref="T:DevExpress.Web.RibbonItemBase"/> object.</returns>
    </member>
    <member name="P:DevExpress.Web.RibbonItemBase.Visible">
      <summary>
        <para>Gets or sets a value specifying the visibility of the current <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see>.</para>
      </summary>
      <value>true, to show the item; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonItemCollection">
      <summary>
        <para>A collection of <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">items</see> within the <see cref="T:DevExpress.Web.RibbonGroup"/>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.RibbonItemCollection.Group">
      <summary>
        <para>Gets the current ribbon group.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonGroup"/> object representing the current ribbon group.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonItemDataFields">
      <summary>
        <para>Contains properties allowing you to specify data fields from which <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see> settings of a bound <see cref="T:DevExpress.Web.ASPxRibbon"/> should be obtained.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonItemDataFields.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonItemDataFields"/> class with specified settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonItemDataFields.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.RibbonItemDataFields.BeginGroupField">
      <summary>
        <para>Gets or sets the name of a data field (or xml element attribute) which provides values specifying whether an item separator should be displayed before <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">items</see>.</para>
      </summary>
      <value>A string value that specifies the name of the required data source field.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonItemDataFields.ItemTypeField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) which provides item types.</para>
      </summary>
      <value>A string value that specifies the name of the required data source field.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonItemDataFields.LargeImageUrlField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) which provides URLs for images displayed within large <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">items</see>.</para>
      </summary>
      <value>A string value that specifies the name of the required data source field.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonItemDataFields.NavigateUrlField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) which provides 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.RibbonItemDataFields.OptionGroupNameField">
      <summary>
        <para>Gets or sets the name of a data field (or xml element attribute) which provides option group names for option button items.</para>
      </summary>
      <value>A string value that specifies the name of the required data source field.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonItemDataFields.SizeField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) which provides item sizes.</para>
      </summary>
      <value>A string value that specifies the name of the required data source field.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonItemDataFields.SmallImageUrlField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) which provides URLs for images displayed within small <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">items</see>.</para>
      </summary>
      <value>A string value that specifies the name of the required data source field.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonItemDataFields.ToolTipField">
      <summary>
        <para>Gets or sets the data source field which provides ribbon item tooltips.</para>
      </summary>
      <value>A string value that specifies the name of the data source field.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonItemEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxRibbon.ItemDataBound">ASPxRibbon.ItemDataBound</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonItemEventArgs.#ctor(DevExpress.Web.RibbonItemBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonItemEventArgs"/> class.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.RibbonItemBase"/> class descendant object that is an item related to the event.</param>
    </member>
    <member name="P:DevExpress.Web.RibbonItemEventArgs.Item">
      <summary>
        <para>Gets an <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see> object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonItemBase"/> object that is an item related to the event.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonItemEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxRibbon.ItemDataBound">ASPxRibbon.ItemDataBound</see> event.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.RibbonItemEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.RibbonItemImageProperties">
      <summary>
        <para>Contains settings that define an <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see> image.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonItemImageProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonItemImageProperties"/> 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.RibbonItemImageProperties.SpriteProperties">
      <summary>
        <para>Gets the settings defining the image position within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A DevExpress.Web.RibbonItemImageSpriteProperties object containing image position settings.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonItemOneLineModeSettings">
      <summary>
        <para>Contains settings that allow you to specify a <see href="https://docs.devexpress.com/AspNet/5140/components/site-navigation-and-layout/ribbon/concepts/ribbon-gallery-items">gallery bar item</see>‘s image and text in <see href="https://docs.devexpress.com/AspNet/8902/components/site-navigation-and-layout/ribbon/concepts/one-line-mode">one line mode</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonItemOneLineModeSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonItemOneLineModeSettings"/> 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.RibbonItemOneLineModeSettings.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.RibbonItemOneLineModeSettings.Image">
      <summary>
        <para>Gets settings that define a <see href="https://docs.devexpress.com/AspNet/5140/components/site-navigation-and-layout/ribbon/concepts/ribbon-gallery-items">ribbon gallery bar item</see>‘s image in the <see href="https://docs.devexpress.com/AspNet/8902/components/site-navigation-and-layout/ribbon/concepts/one-line-mode">one line mode</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.RibbonItemImageProperties"/> object containing the image settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonItemOneLineModeSettings.Text">
      <summary>
        <para>Gets settings that define a <see href="https://docs.devexpress.com/AspNet/5140/components/site-navigation-and-layout/ribbon/concepts/ribbon-gallery-items">ribbon gallery bar item</see>‘s text in the <see href="https://docs.devexpress.com/AspNet/8902/components/site-navigation-and-layout/ribbon/concepts/one-line-mode">one line mode</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the item text.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonItemSize">
      <summary>
        <para>Lists values that specify an <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see>‘s size.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.RibbonItemSize.Large">
      <summary>
        <para>An <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see> has a large size.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.RibbonItemSize.Small">
      <summary>
        <para>An <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see> has a small size.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.RibbonItemStyle">
      <summary>
        <para>Defines style settings for the <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">items</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonItemStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonItemStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.RibbonItemStyle.CheckedStyle">
      <summary>
        <para>Gets the style settings that define an appearance of ribbon <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">items</see>  in the checked state.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonItemStyle.DisabledStyle">
      <summary>
        <para>Gets the style settings that define an appearance of ribbon <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">items</see>  in the disabled state.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.DisabledStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonItemStyle.HoverStyle">
      <summary>
        <para>Gets the style settings that define an appearance of ribbon <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">items</see> in the hovered state.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonItemStyle.PressedStyle">
      <summary>
        <para>Gets the style settings that define an appearance of ribbon <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">items</see>  in the pressed state.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonItemStyle.Width">
      <summary>
        <para>Gets or sets the item’s width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the item’s width.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonItemTemplateContainer">
      <summary>
        <para>A container for the templates used to render a template <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonItemTemplateContainer.#ctor(DevExpress.Web.RibbonTemplateItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonItemTemplateContainer"/> class.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.RibbonTemplateItem"/> object specifying the ribbon item to which the current object belongs.</param>
    </member>
    <member name="P:DevExpress.Web.RibbonItemTemplateContainer.Item">
      <summary>
        <para>Gets an item for which the template’s content is being instantiated.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonTemplateItem"/> object that is the item being rendered.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonKeyTipStyle">
      <summary>
        <para>Defines style settings for the ribbon key tips.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonKeyTipStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonKeyTipStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.RibbonKeyTipStyle.DisabledStyle">
      <summary>
        <para>Gets the style settings defining the disabled key tip appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.DisabledStyle"/> object containing style settings.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonMenuStyles">
      <summary>
        <para>Contains settings that allow the appearance of popup elements within the ribbon to be defined.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.RibbonOneLineModeGroupExpandButtonStyle">
      <summary>
        <para>Contains style settings that define the appearance of a <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group</see>‘s expand button in <see href="https://docs.devexpress.com/AspNet/8902/components/site-navigation-and-layout/ribbon/concepts/one-line-mode">one line mode</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonOneLineModeGroupExpandButtonStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonOneLineModeGroupExpandButtonStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.RibbonOneLineModeGroupExpandButtonStyle.DisabledStyle">
      <summary>
        <para>Contains the style settings that define a group expand button’s appearance in the disabled state, when a ribbon is used in the <see href="https://docs.devexpress.com/AspNet/8902/components/site-navigation-and-layout/ribbon/concepts/one-line-mode">one line mode</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.DisabledStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonOneLineModeGroupExpandButtonStyle.HoverStyle">
      <summary>
        <para>Contains the style settings that define a group expand button’s appearance in the hovered state when the ribbon is used in the <see href="https://docs.devexpress.com/AspNet/8902/components/site-navigation-and-layout/ribbon/concepts/one-line-mode">one line mode</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonOneLineModeGroupExpandButtonStyle.PressedStyle">
      <summary>
        <para>Contains the style settings that define a group expand button’s appearance in the pressed state when ribbon is used in the <see href="https://docs.devexpress.com/AspNet/8902/components/site-navigation-and-layout/ribbon/concepts/one-line-mode">one line mode</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonOneLineModeGroupExpandButtonStyle.Width">
      <summary>
        <para>Gets or sets the group expand button’s width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the width.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonOptionButtonItem">
      <summary>
        <para>A ribbon <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see> used to display the option button functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonOptionButtonItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonOptionButtonItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonOptionButtonItem.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonOptionButtonItem"/> class with the specified settings.</para>
      </summary>
      <param name="name">A string value that specifies the item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="size">A <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration value that specifies the item size. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Size">RibbonItemBase.Size</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonOptionButtonItem.#ctor(System.String,System.String,DevExpress.Web.RibbonItemSize)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonOptionButtonItem"/> class with the specified settings.</para>
      </summary>
      <param name="name">A string value that specifies the item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="text">A string value that specifies the item’s text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Text">RibbonItemBase.Text</see> property.</param>
      <param name="size">A <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration value that specifies the item size. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Size">RibbonItemBase.Size</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonOptionButtonItem.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonOptionButtonItem"/> class with the specified settings.</para>
      </summary>
      <param name="name">A string value that specifies the item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="text">A string value that specifies the item’s text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Text">RibbonItemBase.Text</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonOptionButtonItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonOptionButtonItem"/> class with the specified setting.</para>
      </summary>
      <param name="name">A string value that specifies the item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonOptionButtonItem.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="P:DevExpress.Web.RibbonOptionButtonItem.Checked">
      <summary>
        <para>Gets or sets a value that specifies whether the option button <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see> is checked.</para>
      </summary>
      <value>true, if the item is checked; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonOptionButtonItem.OptionGroupName">
      <summary>
        <para>Gets or sets the name of the group to which the option button belongs.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the name of the group to which the button belongs.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonSettingsPopupMenu">
      <summary>
        <para>Contains settings that relate to popup menu settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonSettingsPopupMenu.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonSettingsPopupMenu"/> 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.RibbonSettingsPopupMenu.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.RibbonSettingsPopupMenu.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.RibbonSettingsPopupMenu.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.RibbonSettingsPopupMenu.PopupHorizontalAlign">
      <summary>
        <para>Gets or sets a popup menu’s horizontal alignment.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.PopupHorizontalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonSettingsPopupMenu.PopupVerticalAlign">
      <summary>
        <para>Gets or sets a popup menu’s vertical alignment.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.PopupVerticalAlign"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonSpinEditItem">
      <summary>
        <para>A ribbon <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see> used to display the spin edit functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonSpinEditItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonSpinEditItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonSpinEditItem.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonSpinEditItem"/> class with the specified name and text.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created ribbon item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the created ribbon item’s text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Text">RibbonItemBase.Text</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonSpinEditItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonSpinEditItem"/> class with the specified name.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created ribbon item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonSpinEditItem.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="P:DevExpress.Web.RibbonSpinEditItem.PropertiesSpinEdit">
      <summary>
        <para>Provides access to the item’s settings that are specific to the spin edit.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonSpinEditProperties"/> object that contains spin edit specific settings.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonSpinEditProperties">
      <summary>
        <para>Contains settings specific to a spin editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonSpinEditProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonSpinEditProperties"/> 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.RibbonStyles">
      <summary>
        <para>Contains settings that allow the appearance of various <see cref="T:DevExpress.Web.ASPxRibbon"/> <see href="https://docs.devexpress.com/AspNet/15857/components/site-navigation-and-layout/ribbon/visual-elements">elements</see> to be defined.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.RibbonStyles.ButtonItem">
      <summary>
        <para>Gets the style settings that define the appearance of button items within the ribbon control.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.RibbonItemStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonStyles.FileTab">
      <summary>
        <para>Gets the style settings that define the appearance of the <see href="https://docs.devexpress.com/AspNet/15864/components/site-navigation-and-layout/ribbon/visual-elements/file-tab">file tab</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonFileTabStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonStyles.Group">
      <summary>
        <para>Gets the style settings that define the appearance of <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">groups</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonStyles.GroupDialogBoxLauncher">
      <summary>
        <para>Provides access to the style settings that define the appearance of the <see href="https://docs.devexpress.com/AspNet/17420/components/site-navigation-and-layout/ribbon/visual-elements/dialog-box-launcher">dialog box launcher</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonStyles.GroupExpandButton">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group expand button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonGroupExpandButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonStyles.GroupLabel">
      <summary>
        <para>Gets the style settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group labels</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonGroupLabelStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonStyles.GroupPopup">
      <summary>
        <para>Gets the style settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group popups</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonStyles.GroupSeparator">
      <summary>
        <para>Gets style settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group separators</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonGroupSeparatorStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonStyles.Item">
      <summary>
        <para>Gets the style settings that define the appearance of <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">items</see> in the ribbon control.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.RibbonItemStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonStyles.ItemDropDownPopup">
      <summary>
        <para>Gets the style settings defining the appearance of the <see cref="T:DevExpress.Web.RibbonDropDownButtonItem"/> popup window.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PopupWindowContentStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonStyles.KeyTip">
      <summary>
        <para>Gets the style settings defining the appearance of key tips.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonKeyTipStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonStyles.MinimizeButton">
      <summary>
        <para>Gets the style settings that define the appearance of the <see href="https://docs.devexpress.com/AspNet/15865/components/site-navigation-and-layout/ribbon/visual-elements/minimize-button">minimize button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonStyles.MinimizePopup">
      <summary>
        <para>Gets the style settings defining the appearance of a popup window that displays a <see href="https://docs.devexpress.com/AspNet/15859/components/site-navigation-and-layout/ribbon/visual-elements/tab">tab</see> content when the ribbon is minimized.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonStyles.OneLineModeGroupExpandButton">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">group</see> expand button in the <see href="https://docs.devexpress.com/AspNet/8902/components/site-navigation-and-layout/ribbon/concepts/one-line-mode">one line mode</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonOneLineModeGroupExpandButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonStyles.TabContent">
      <summary>
        <para>Gets style settings defining the <see href="https://docs.devexpress.com/AspNet/15859/components/site-navigation-and-layout/ribbon/visual-elements/tab">tab content</see> appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonTabContentStyle"/> object containing style settings.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonTab">
      <summary>
        <para>An individual <see href="https://docs.devexpress.com/AspNet/15859/components/site-navigation-and-layout/ribbon/visual-elements/tab">tab</see> within the <see cref="T:DevExpress.Web.ASPxRibbon"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonTab.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonTab"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonTab.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonTab"/> class with the specified name and text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that specifies the created ribbon tab’s text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonTab.Text">RibbonTab.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created ribbon tab’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonTab.Name">RibbonTab.Name</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonTab.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonTab"/> class with the specified text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that specifies the created ribbon tab’s text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonTab.Text">RibbonTab.Text</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.RibbonTab.AccessKey">
      <summary>
        <para>Specifies the access key that allows end-users to quickly navigate to current ribbon <see href="https://docs.devexpress.com/AspNet/15859/components/site-navigation-and-layout/ribbon/visual-elements/tab">tab</see>.</para>
      </summary>
      <value>The access key for quick navigation to the ribbon tab.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonTab.ActiveTabStyle">
      <summary>
        <para>Gets the style settings for the active <see href="https://docs.devexpress.com/AspNet/15859/components/site-navigation-and-layout/ribbon/visual-elements/tab">tab</see> within a ribbon control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TabStyle"/> object that contains the style settings for the active tab.</value>
    </member>
    <member name="M:DevExpress.Web.RibbonTab.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="P:DevExpress.Web.RibbonTab.ContextTabCategory">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/AspNet/7824/components/site-navigation-and-layout/ribbon/visual-elements/context-tab-category">context tab category</see> to which the current tab belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonContextTabCategory"/> object that is the current tab’s context category.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonTab.DataItem">
      <summary>
        <para>Gets or sets the data item that is bound to the <see href="https://docs.devexpress.com/AspNet/15859/components/site-navigation-and-layout/ribbon/visual-elements/tab">tab</see>.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> that is the data item that is bound to the tab.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonTab.DataPath">
      <summary>
        <para>Gets the path to the data that is bound to the <see href="https://docs.devexpress.com/AspNet/15859/components/site-navigation-and-layout/ribbon/visual-elements/tab">tab</see>.</para>
      </summary>
      <value>The path to the data that is bound to the tab. This value comes from the hierarchical data source control to which the ribbon control is bound.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonTab.Groups">
      <summary>
        <para>Gets the collection of <see href="https://docs.devexpress.com/AspNet/15860/components/site-navigation-and-layout/ribbon/visual-elements/group">groups</see> in the <see href="https://docs.devexpress.com/AspNet/15859/components/site-navigation-and-layout/ribbon/visual-elements/tab">tab</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonGroupCollection"/> object that is a collection of groups within the tab.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonTab.Name">
      <summary>
        <para>Gets or sets the name for the current ribbon <see href="https://docs.devexpress.com/AspNet/15859/components/site-navigation-and-layout/ribbon/visual-elements/tab">tab</see>.</para>
      </summary>
      <value>A string value that specifies the tab name.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonTab.Ribbon">
      <summary>
        <para>Gets the <see cref="T:DevExpress.Web.ASPxRibbon"/> object that owns the current <see href="https://docs.devexpress.com/AspNet/15859/components/site-navigation-and-layout/ribbon/visual-elements/tab">tab</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxRibbon"/> object that owns the current tab.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonTab.TabStyle">
      <summary>
        <para>Gets the style settings of the current ribbon <see href="https://docs.devexpress.com/AspNet/15859/components/site-navigation-and-layout/ribbon/visual-elements/tab">tab</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TabStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonTab.Text">
      <summary>
        <para>Gets or sets the text content of the current <see href="https://docs.devexpress.com/AspNet/15859/components/site-navigation-and-layout/ribbon/visual-elements/tab">tab</see> object.</para>
      </summary>
      <value>A string value that specifies the text content of the <see cref="T:DevExpress.Web.RibbonTab"/>.</value>
    </member>
    <member name="M:DevExpress.Web.RibbonTab.ToString">
      <summary>
        <para>Returns a string that identifies the <see cref="T:DevExpress.Web.RibbonTab"/> object.</para>
      </summary>
      <returns>A string value that identifies the <see cref="T:DevExpress.Web.RibbonTab"/> object.</returns>
    </member>
    <member name="P:DevExpress.Web.RibbonTab.Visible">
      <summary>
        <para>Gets or sets a value specifying the visibility of the current <see href="https://docs.devexpress.com/AspNet/15859/components/site-navigation-and-layout/ribbon/visual-elements/tab">tab</see>.</para>
      </summary>
      <value>true, to show the tab; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonTabCollection">
      <summary>
        <para>A collection of <see href="https://docs.devexpress.com/AspNet/15859/components/site-navigation-and-layout/ribbon/visual-elements/tab">tabs</see> within the <see cref="T:DevExpress.Web.ASPxRibbon"/>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.RibbonTabCollection.ContextTabCategory">
      <summary>
        <para>Gets the ribbon’s context category.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonContextTabCategory"/> object representing the ribbon’s context category.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonTabCollection.Ribbon">
      <summary>
        <para>Gets the <see cref="T:DevExpress.Web.ASPxRibbon"/> object that owns the collection.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxRibbon"/> object that owns the collection.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonTabContentStyle">
      <summary>
        <para>Defines style settings for the <see href="https://docs.devexpress.com/AspNet/15859/components/site-navigation-and-layout/ribbon/visual-elements/tab">tab content</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonTabContentStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonTabContentStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.RibbonTabContentStyle.Height">
      <summary>
        <para>Gets or sets the height of the <see href="https://docs.devexpress.com/AspNet/15859/components/site-navigation-and-layout/ribbon/visual-elements/tab">tab</see> content.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the height.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonTabControlStyles">
      <summary>
        <para>Contains settings that define the appearance of tab control elements used by the ribbon.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.RibbonTabDataFields">
      <summary>
        <para>Contains properties allowing you to specify data fields from which <see href="https://docs.devexpress.com/AspNet/15859/components/site-navigation-and-layout/ribbon/visual-elements/tab">tab</see> settings of a bound <see cref="T:DevExpress.Web.ASPxRibbon"/> should be obtained.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonTabDataFields.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonTabDataFields"/> 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.RibbonTabDataFields.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.RibbonTabDataFields.ColorField">
      <summary>
        <para>Gets or sets the data source field which provides the colors of <see href="https://docs.devexpress.com/AspNet/7824/components/site-navigation-and-layout/ribbon/visual-elements/context-tab-category">context tab categories</see> to which tabs relate.</para>
      </summary>
      <value>A string value that specifies the name of the data source field.</value>
    </member>
    <member name="P:DevExpress.Web.RibbonTabDataFields.ContextTabCategoryNameField">
      <summary>
        <para>Gets or sets the name of a data field (or an xml element’s attribute) which provides tab context categories.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of the required data source field.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonTabEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxRibbon.TabDataBound">ASPxRibbon.TabDataBound</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonTabEventArgs.#ctor(DevExpress.Web.RibbonTab)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonTabEventArgs"/> class.</para>
      </summary>
      <param name="tab">A <see cref="T:DevExpress.Web.RibbonTab"/> object that is a tab related to the event.</param>
    </member>
    <member name="P:DevExpress.Web.RibbonTabEventArgs.Tab">
      <summary>
        <para>Gets a <see href="https://docs.devexpress.com/AspNet/15859/components/site-navigation-and-layout/ribbon/visual-elements/tab">tab</see> object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonTab"/> object that is a tab related to the event.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonTabEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxRibbon.TabDataBound">ASPxRibbon.TabDataBound</see> event.</para>
      </summary>
      <param name="source">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.RibbonTabEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.RibbonTemplateItem">
      <summary>
        <para>A ribbon <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see> used to display the templated item.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonTemplateItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonTemplateItem"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonTemplateItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonTemplateItem"/> class with the specified name.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created ribbon item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonTemplateItem.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings from the specified item 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.RibbonTemplateItem.FindControl(System.String)">
      <summary>
        <para>Searches the current naming container for a server control with the specified id parameter.</para>
      </summary>
      <param name="id">The identifier for the control to be found.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object that is the specified control, or the null reference (Nothing in Visual Basic) if the specified control does not exist.</returns>
    </member>
    <member name="P:DevExpress.Web.RibbonTemplateItem.Template">
      <summary>
        <para>Gets or sets a template used to display the content of the item.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template used for displaying the item’s content.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonTextBoxItem">
      <summary>
        <para>A ribbon <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see> used to display the text box functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonTextBoxItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonTextBoxItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonTextBoxItem.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonTextBoxItem"/> class with the specified name and text.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created ribbon item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the created ribbon item’s text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Text">RibbonItemBase.Text</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonTextBoxItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonTextBoxItem"/> class with the specified name.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created ribbon item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonTextBoxItem.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="P:DevExpress.Web.RibbonTextBoxItem.PropertiesTextBox">
      <summary>
        <para>Provides access to the item’s settings that are specific to the text box.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RibbonTextBoxProperties"/> object that contains text box specific settings.</value>
    </member>
    <member name="T:DevExpress.Web.RibbonTextBoxProperties">
      <summary>
        <para>Contains settings specific to a text box editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonTextBoxProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonTextBoxProperties"/> 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.RibbonToggleButtonItem">
      <summary>
        <para>A ribbon <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see> used to display the toggle button functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonToggleButtonItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonToggleButtonItem"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RibbonToggleButtonItem.#ctor(System.String,DevExpress.Web.RibbonItemSize)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonToggleButtonItem"/> class with the specified settings.</para>
      </summary>
      <param name="name">A string value that specifies the item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="size">A <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration value that specifies the item size. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Size">RibbonItemBase.Size</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonToggleButtonItem.#ctor(System.String,System.String,DevExpress.Web.RibbonItemSize)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonToggleButtonItem"/> class with the specified settings.</para>
      </summary>
      <param name="name">A string value that specifies the item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="text">A string value that specifies the item’s text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Text">RibbonItemBase.Text</see> property.</param>
      <param name="size">A <see cref="T:DevExpress.Web.RibbonItemSize"/> enumeration value that specifies the item size. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Size">RibbonItemBase.Size</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonToggleButtonItem.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonToggleButtonItem"/> class with the specified name and text.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created ribbon item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value that specifies the created ribbon item’s text. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Text">RibbonItemBase.Text</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonToggleButtonItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RibbonToggleButtonItem"/> class with the specified name.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value that specifies the created ribbon item’s name. This value is assigned to the <see cref="P:DevExpress.Web.RibbonItemBase.Name">RibbonItemBase.Name</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.RibbonToggleButtonItem.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings from the specified item 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="P:DevExpress.Web.RibbonToggleButtonItem.Checked">
      <summary>
        <para>Gets or sets a value that specifies whether the toggle button <see href="https://docs.devexpress.com/AspNet/15863/components/site-navigation-and-layout/ribbon/visual-elements/item">item</see> is checked.</para>
      </summary>
      <value>true, if the item is checked; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.Rights">
      <summary>
        <para>Lists values that control the action permissions within access rules.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Rights.Allow">
      <summary>
        <para>The action is allowed within the access rule.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Rights.Default">
      <summary>
        <para>The action has an identical permission as the current item (file or folder) parent element. It corresponds to the <see cref="F:DevExpress.Web.Rights.Allow">Rights.Allow</see> permission if this value does not exist.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Rights.Deny">
      <summary>
        <para>The action is denied within the access rule.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.RoundPanelClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events available for the <see cref="T:DevExpress.Web.ASPxRoundPanel"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RoundPanelClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RoundPanelClientSideEvents"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.RoundPanelClientSideEvents.CollapsedChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientRoundPanel.CollapsedChanged</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.RoundPanelClientSideEvents.CollapsedChanging">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientRoundPanel.CollapsedChanging</b> event.</para>
      </summary>
      <value>A string that is 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.RoundPanelContentCallbackEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxRoundPanel.ContentCallback">ASPxRoundPanel.ContentCallback</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RoundPanelContentCallbackEventArgs.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RoundPanelContentCallbackEventArgs"/> class.</para>
      </summary>
      <param name="parameter">A string value that represents any information that needs to be sent to the server side for further processing.</param>
    </member>
    <member name="T:DevExpress.Web.RoundPanelContentCallbackEventHandler">
      <summary>
        <para>A method that will handle the client <see cref="E:DevExpress.Web.ASPxRoundPanel.ContentCallback">ASPxRoundPanel.ContentCallback</see> event.</para>
      </summary>
      <param name="source">The event’s source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.RoundPanelContentCallbackEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.RoundPanelHeaderContentTemplateContainer">
      <summary>
        <para>A container for the templates that are used to render a panel <see href="https://docs.devexpress.com/AspNet/10042/components/multi-use-site-controls/roundpanel/visual-elements#header">header</see>‘s content.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RoundPanelHeaderContentTemplateContainer.#ctor(DevExpress.Web.ASPxRoundPanel)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RoundPanelHeaderContentTemplateContainer"/> class for the specified owner.</para>
      </summary>
      <param name="panel">An <see cref="T:DevExpress.Web.ASPxRoundPanel"/> control that owns the current object.</param>
    </member>
    <member name="P:DevExpress.Web.RoundPanelHeaderContentTemplateContainer.RoundPanel">
      <summary>
        <para>Gets the template’s owner.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxRoundPanel"/> descendant that owns the current object.</value>
    </member>
    <member name="T:DevExpress.Web.RoundPanelHeaderTemplateContainer">
      <summary>
        <para>Represents a container for the templates that are used to render a <see href="https://docs.devexpress.com/AspNet/10042/components/multi-use-site-controls/roundpanel/visual-elements#header">round panel header</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RoundPanelHeaderTemplateContainer.#ctor(DevExpress.Web.ASPxRoundPanel)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RoundPanelHeaderTemplateContainer"/> class.</para>
      </summary>
      <param name="panel">A <see cref="T:DevExpress.Web.ASPxRoundPanel"/> object that represents the round panel which the current object belongs to. This value is assigned to the <see cref="P:DevExpress.Web.RoundPanelHeaderTemplateContainer.RoundPanel">RoundPanelHeaderTemplateContainer.RoundPanel</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.RoundPanelHeaderTemplateContainer.RoundPanel">
      <summary>
        <para>Gets a round panel for which header the template’s content is being rendered.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxRoundPanel"/> object that represents the round panel.</value>
    </member>
    <member name="T:DevExpress.Web.RoundPanelImages">
      <summary>
        <para>Contains settings that allow images to be defined for the <see cref="T:DevExpress.Web.ASPxRoundPanel"/>‘s specific elements.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.RoundPanelImages.CollapseButton">
      <summary>
        <para>Gets the settings of an image displayed within the panel’s <see href="https://docs.devexpress.com/AspNet/10042/components/multi-use-site-controls/roundpanel/visual-elements#collapse-button">collapse button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.CollapseButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.RoundPanelImages.CollapseButtonImageName">
      <summary>
        <para>For internal use only. Returns “rpCollapseButton”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.RoundPanelImages.ExpandButton">
      <summary>
        <para>Gets the settings of an image displayed in the panel’s <see href="https://docs.devexpress.com/AspNet/10042/components/multi-use-site-controls/roundpanel/visual-elements#collapse-button">collapse button</see> when the panel is collapsed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.RoundPanelImages.ExpandButtonImageName">
      <summary>
        <para>For internal use only. Returns “rpExpandButton”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.RoundPanelImages.Header">
      <summary>
        <para>Gets the settings of an image displayed within the round panel’s <see href="https://docs.devexpress.com/AspNet/10042/components/multi-use-site-controls/roundpanel/visual-elements#header">header</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.RoundPanelImages.HeaderImageName">
      <summary>
        <para>Represents the name of the Header image file which is used in the <see cref="T:DevExpress.Web.ASPxRoundPanel"/> control.</para>
        <para>This name is equal to “rpHeader.gif”.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.RoundPanelParts">
      <summary>
        <para>Contains the settings that define the appearance of different round panel parts.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RoundPanelParts.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.RoundPanelParts"/> 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.RoundPanelParts.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.RoundPanelParts.BottomEdge">
      <summary>
        <para>Gets the image that represents the panel’s bottom edge.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.RoundPanelParts.BottomLeftCorner">
      <summary>
        <para>Gets the settings of an image displayed within the panel part’s bottom left corner.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.RoundPanelParts.BottomRightCorner">
      <summary>
        <para>Gets the settings of an image displayed within the panel’s bottom right corner.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.RoundPanelParts.Content">
      <summary>
        <para>Gets the appearance settings used to paint the panel’s content.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PanelPart"/> object that contains the corresponding part’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.RoundPanelParts.HeaderContent">
      <summary>
        <para>Gets the appearance settings used to paint the panel header’s content.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PanelPart"/> object that contains the corresponding part’s settings.</value>
    </member>
    <member name="P:DevExpress.Web.RoundPanelParts.HeaderLeftEdge">
      <summary>
        <para>Gets the image that represents the panel header’s left edge.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.RoundPanelParts.HeaderRightEdge">
      <summary>
        <para>Gets the image that represents the panel header’s right edge.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.RoundPanelParts.LeftEdge">
      <summary>
        <para>Gets the image that represents the panel’s left edge.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.RoundPanelParts.NoHeaderTopEdge">
      <summary>
        <para>Gets the image that represents the panel’s top edge when the header is disabled.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.RoundPanelParts.NoHeaderTopLeftCorner">
      <summary>
        <para>Gets the image that represents the panel’s top left corner when the header is disabled.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.RoundPanelParts.NoHeaderTopRightCorner">
      <summary>
        <para>Gets the image that represents the panel’s top right corner when the header is disabled.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.RoundPanelParts.RightEdge">
      <summary>
        <para>Gets the image that represents the panel’s right edge.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.RoundPanelParts.ShowDefaultImages">
      <summary>
        <para>Gets or sets whether default images of the round panel are shown.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.RoundPanelParts.TopEdge">
      <summary>
        <para>Gets the image that represents the panel’s top edge.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.RoundPanelParts.TopLeftCorner">
      <summary>
        <para>Gets the image that represents the panel’s top left corner.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.RoundPanelParts.TopRightCorner">
      <summary>
        <para>Gets the image that represents the panel’s top right corner.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.RoundPanelStyles">
      <summary>
        <para>Contains settings that allow the <see cref="T:DevExpress.Web.ASPxRoundPanel"/>‘s appearance to be defined.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.RoundPanelStyles.CollapseButton">
      <summary>
        <para>Gets style settings for a panel’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.RoundPanelStyles.GroupBoxHeader">
      <summary>
        <para>Gets the style settings used to paint the header when a round panel looks like a group box.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GroupBoxHeaderStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.RoundPanelStyles.Header">
      <summary>
        <para>Gets the style settings used to paint a round panel’s header.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HeaderStyle"/> object that contains style settings.</value>
    </member>
    <member name="T:DevExpress.Web.RuntimeStorageStrategy">
      <summary>
        <para>Represents an object that can be used for implementing a binary storage strategy.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.RuntimeStorageStrategy.CanStoreData(DevExpress.Web.ASPxWebControlBase)">
      <summary>
        <para>Returns a value that indicates whether the specified web control’s binary data can be stored within a binary storage.</para>
      </summary>
      <param name="control">An <see cref="T:DevExpress.Web.ASPxWebControlBase"/> object representing a web control related to the binary data.</param>
      <returns>true if a binary resource can be stored; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.RuntimeStorageStrategy.GetResourceKey(DevExpress.Web.ASPxWebControlBase,System.Byte[],System.String)">
      <summary>
        <para>Returns a key of the binary resource file.</para>
      </summary>
      <param name="control">An <see cref="T:DevExpress.Web.ASPxWebControlBase"/> object representing the web control related to obtaining a binary resource file.</param>
      <param name="content">An array of <see cref="T:System.Byte"/> objects representing the resource file’s binary content.</param>
      <param name="mimeType">A String that represent the resource file’s MIME type.</param>
      <returns>A <see cref="T:System.String"/> object that represents the key of the binary resource.</returns>
    </member>
    <member name="M:DevExpress.Web.RuntimeStorageStrategy.GetResourceUrl(DevExpress.Web.ASPxWebControlBase,System.Byte[],System.String,System.String)">
      <summary>
        <para>Returns the URL of the binary resource file.</para>
      </summary>
      <param name="control">An <see cref="T:DevExpress.Web.ASPxWebControlBase"/> object representing a control that obtains a binary resource file.</param>
      <param name="content">An array of <see cref="T:System.Byte"/> objects representing the resource file’s binary content.</param>
      <param name="mimeType">A string that represents the resource file’s MIME type.</param>
      <param name="contentDisposition">A string that represents the resource file’s content disposition.</param>
      <returns>A <see cref="T:System.String"/> object that represents the URL of the binary resource.</returns>
    </member>
    <member name="M:DevExpress.Web.RuntimeStorageStrategy.ProcessRequest(System.String)">
      <summary>
        <para>Processes the request to obtain the specified binary resource.</para>
      </summary>
      <param name="key">A <see cref="T:System.String"/> value that specifies the resource key of the binary data to obtain.</param>
      <returns>true if the requested binary data is obtained; otherwise, false.</returns>
    </member>
    <member name="T:DevExpress.Web.Scale">
      <summary>
        <para>Lists values that specify how a Flash object is placed within the browser window.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Scale.ExactFit">
      <summary>
        <para>Makes the entire movie visible in the specified area without trying to preserve the original aspect ratio. A distortion may occur.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Scale.NoBorder">
      <summary>
        <para>Scales the movie to fill the specified area without distortion, but possibly with some cropping, while maintaining the original aspect ratio of the movie.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Scale.NoScale">
      <summary>
        <para>The movie isn’t scaled.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Scale.ShowAll">
      <summary>
        <para>Makes the entire movie visible within the specified area without distortion, while maintaining the original aspect ratio of the movie.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ScaleLabelHighlightMode">
      <summary>
        <para>Lists values that specify which <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#scale-label">scale labels</see> are highlighted within an editor.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ScaleLabelHighlightMode.AlongBarHighlight">
      <summary>
        <para>The <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#scale-label">scale labels</see> that lay within the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#bar-highlight">bar highlight</see> are highlighted.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.ScaleLabelHighlightMode.HandlePosition">
      <summary>
        <para>A <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#scale-label">scale label</see> coincident with a <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#drag-handle">drag handle</see> is highlighted.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.ScaleLabelHighlightMode.None">
      <summary>
        <para>The <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#scale-label">scale labels</see> are not highlighted.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.ScalePosition">
      <summary>
        <para>Specifies the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#scale">scale</see> position within an editor.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ScalePosition.Both">
      <summary>
        <para>A scale is displayed at both sides of the editor: left and right (for the vertical orientation), or top and bottom (for the horizontal orientation).</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.ScalePosition.LeftOrTop">
      <summary>
        <para>A scale is displayed at the left side of the editor (for the vertical orientation) or at the top side (for the horizontal orientation).</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.ScalePosition.None">
      <summary>
        <para>A scale is not displayed in an editor.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.ScalePosition.RightOrBottom">
      <summary>
        <para>A scale is displayed at the right side of the editor (for the vertical orientation) or at the bottom side (for the horizontal orientation).</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.Scales">
      <summary>
        <para>Enumerates the algorithms used to normalize item weights.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Scales.Linear">
      <summary>
        <para>The linear scaling is used.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Scales.Logarithmic">
      <summary>
        <para>The logarithmic scaling is used.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ScriptCollection">
      <summary>
        <para>Represents a collection of scripts within the <see cref="T:DevExpress.Web.ASPxScriptManager"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ScriptCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ScriptCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ScriptCollection.#ctor(DevExpress.Web.ASPxScriptManager)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ScriptCollection"/> class with the specified owner.</para>
      </summary>
      <param name="scriptManager">A <see cref="T:DevExpress.Web.ASPxScriptManager"/> object that will own the collection.</param>
    </member>
    <member name="M:DevExpress.Web.ScriptCollection.Add">
      <summary>
        <para>Adds a new script to the end of the collection and returns the newly created object.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.ResourceScript"/> object that is the newly created script.</returns>
    </member>
    <member name="M:DevExpress.Web.ScriptCollection.Add(DevExpress.Web.ResourceScript)">
      <summary>
        <para>Adds the specified script to the end of the collection.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.ResourceScript"/> object that is the script to add to the collection.</param>
    </member>
    <member name="P:DevExpress.Web.ScriptCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items within the <see cref="T:DevExpress.Web.ScriptCollection"/>.</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.ResourceScript"/> object that is an item located at the specified index within the collection.</value>
    </member>
    <member name="T:DevExpress.Web.ScrollBarMode">
      <summary>
        <para>Lists values that specify the display mode of a scroll bar.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ScrollBarMode.Auto">
      <summary>
        <para>The scrollbar is automatically shown when the size of the control content exceeds the size of the control itself.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ScrollBarMode.Hidden">
      <summary>
        <para>The scrollbar is hidden.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ScrollBarMode.Visible">
      <summary>
        <para>The scrollbar is visible.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.SelectedIndexCollection">
      <summary>
        <para>Represents a collection of selected items’ indices within a list box editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SelectedIndexCollection.Contains(System.Int32)">
      <summary>
        <para>Determines whether the collection contains a list box item with the specified index.</para>
      </summary>
      <param name="index">An integer value specifying the item’s index.</param>
      <returns>true if the specified index belongs to the item within collection; otherwise false.</returns>
    </member>
    <member name="P:DevExpress.Web.SelectedIndexCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items within the <see cref="T:DevExpress.Web.SelectedIndexCollection"/>.</para>
      </summary>
      <param name="index">An integer value specifying the zero-based index of the item to be accessed within the collection.</param>
      <value>An integer value specifying the index of the item.</value>
    </member>
    <member name="T:DevExpress.Web.SelectedItemAndIndexCollectionBase">
      <summary>
        <para>Represents the base class for collections of the selected items and indices.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.SelectedItemAndIndexCollectionBase.Count">
      <summary>
        <para>Gets the number of items contained within the collection.</para>
      </summary>
      <value>An integer value representing the number of collection items.</value>
    </member>
    <member name="T:DevExpress.Web.SelectedItemCollection">
      <summary>
        <para>Represents a collection of selected items within a list box editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SelectedItemCollection.Contains(DevExpress.Web.ListEditItem)">
      <summary>
        <para>Determines whether the collection contains the specified list box item.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.ListEditItem"/> object to locate in the collection.</param>
      <returns>true if the specified item belongs to the collection; otherwise false.</returns>
    </member>
    <member name="P:DevExpress.Web.SelectedItemCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items within the <see cref="T:DevExpress.Web.SelectedItemCollection"/>.</para>
      </summary>
      <param name="index">An integer value specifying the zero-based index of the item to be accessed within the collection.</param>
      <value>A <see cref="T:DevExpress.Web.ListEditItem"/> object  that is the required item.</value>
    </member>
    <member name="T:DevExpress.Web.SelectedValueCollection">
      <summary>
        <para>Represents a collection containing the values of the selected items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SelectedValueCollection.#ctor(DevExpress.Web.ASPxListEdit)">
      <summary>
        <para>Initializes a new <see cref="T:DevExpress.Web.SelectedValueCollection"/> class instance with the specific owner.</para>
      </summary>
      <param name="listEdit">An <see cref="T:DevExpress.Web.ASPxListEdit"/> object to which the created collection belongs.</param>
    </member>
    <member name="T:DevExpress.Web.SEOFriendlyMode">
      <summary>
        <para>Lists values that specify whether Search-Engine Optimization (SEO) mode is enabled.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.SEOFriendlyMode.CrawlerOnly">
      <summary>
        <para>Hyperlinks are rendered in the pager only when a web-crawler is detected. In this instance, web-crawlers will iterate through all pages of a paged control. As a result, all data within the control will be indexed, page by page. For other visitors, standard pager links are generated.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.SEOFriendlyMode.Disabled">
      <summary>
        <para>Disables SEO mode and automatic web-crawler detection. Standard pager links are generated.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.SEOFriendlyMode.Enabled">
      <summary>
        <para>Enables SEO mode and disables automatic web-crawler detection. The pager renders its links as SEO-friendly hyperlinks.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.SettingsConfigurationSection">
      <summary>
        <para>Provides programmatic access to the DevExpress settings configuration-file section.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SettingsConfigurationSection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SettingsConfigurationSection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.SettingsConfigurationSection.AccessibilityCompliant">
      <summary>
        <para>Gets or sets the value of the <see href="https://docs.devexpress.com/AspNet/4086/common-concepts/webconfig-modifications/webconfig-options/accessibility-compliant">Accessibility Compliant</see> configuration option.</para>
      </summary>
      <value>true, if accessibility support is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.SettingsConfigurationSection.BootstrapMode">
      <summary>
        <para>Gets or sets the value of the Bootstrap Mode configuration option.</para>
      </summary>
      <value>A string value specifying the mode.</value>
    </member>
    <member name="P:DevExpress.Web.SettingsConfigurationSection.CheckReferencesToExternalScripts">
      <summary>
        <para>Gets or sets the value of the <see href="https://docs.devexpress.com/AspNet/9133/common-concepts/webconfig-modifications/webconfig-options/check-references-to-external-scripts">Check References To External Scripts</see> configuration option.</para>
      </summary>
      <value>true, to check the scripts; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.SettingsConfigurationSection.DoctypeMode">
      <summary>
        <para>Gets or sets the value of the <see href="https://docs.devexpress.com/AspNet/15153/common-concepts/webconfig-modifications/webconfig-options/document-type-mode">Document Type Mode</see> configuration option.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.DoctypeMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.SettingsConfigurationSection.EmbedRequiredClientLibraries">
      <summary>
        <para>Gets or sets the value of the Embedding Required Client Libraries configuration option.</para>
      </summary>
      <value>true if the option is enabled; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.SettingsConfigurationSection.Get">
      <summary>
        <para>Returns an object that provides programmatic access to the DevExpress settings configuration-file section.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.SettingsConfigurationSection"/> object, representing the related configuration section.</returns>
    </member>
    <member name="P:DevExpress.Web.SettingsConfigurationSection.ProtectControlState">
      <summary>
        <para>Gets or sets the value of the <see href="https://docs.devexpress.com/AspNet/117640/common-concepts/webconfig-modifications/webconfig-options/callback-state-encryption">Callback State Encryption</see> configuration option.</para>
      </summary>
      <value>true, if the option is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.SettingsConfigurationSection.RightToLeft">
      <summary>
        <para>Gets or sets the value of the <see href="https://docs.devexpress.com/AspNet/8843/common-concepts/webconfig-modifications/webconfig-options/right-to-left-support">Right to Left Support</see> configuration option.</para>
      </summary>
      <value>true if the option is enabled; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.SettingsLoadingPanel">
      <summary>
        <para>Provides settings that affect a loading panel’s availability and content.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SettingsLoadingPanel.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SettingsLoadingPanel"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:DevExpress.Web.IPropertiesOwner"/>-implemented object that owns the created object.</param>
    </member>
    <member name="M:DevExpress.Web.SettingsLoadingPanel.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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="F:DevExpress.Web.SettingsLoadingPanel.DefaultDelay">
      <summary>
        <para>Holds the default loading panel delay, in milliseconds.</para>
        <para>Default value: 300 ms</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.SettingsLoadingPanel.Delay">
      <summary>
        <para>Gets or sets the delay before displaying the loading panel.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value that specifies the time interval between when a callback is sent to the server and a loading panel is displayed, in milliseconds.</value>
    </member>
    <member name="P:DevExpress.Web.SettingsLoadingPanel.Enabled">
      <summary>
        <para>Gets or sets a value that specifies whether a loading panel is displayed while waiting for a callback response.</para>
      </summary>
      <value>true if the loading panel functionality is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.SettingsLoadingPanel.ImagePosition">
      <summary>
        <para>Gets or sets the position of an image displayed within a loading panel with respect to the panel’s text content.</para>
      </summary>
      <value>The image position.</value>
    </member>
    <member name="P:DevExpress.Web.SettingsLoadingPanel.ShowImage">
      <summary>
        <para>Gets or sets a value that specifies whether an image defined via the <see cref="P:DevExpress.Web.ImagesBase.LoadingPanel">ImagesBase.LoadingPanel</see> property is displayed within a loading panel.</para>
      </summary>
      <value>true if an image is displayed within a loading panel; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.SettingsLoadingPanel.Text">
      <summary>
        <para>Gets or sets the text to be displayed within a specific loading panel invoked while waiting for a callback response.</para>
      </summary>
      <value>A string that specifies the descriptive text displayed within a loading panel.</value>
    </member>
    <member name="T:DevExpress.Web.ShadowImageProperties">
      <summary>
        <para>Contains the settings which define the shadow image used by web controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ShadowImageProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ShadowImageProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ShadowImageProperties.#ctor(System.String,System.String,System.String,System.Web.UI.WebControls.Unit,System.Web.UI.WebControls.Unit)">
      <summary>
        <para>Initializes a new intance of the <see cref="T:DevExpress.Web.ShadowImageProperties"/> class with the specified settings.</para>
      </summary>
      <param name="bottomEdgeUrl">A string value specifying the URL of the image for the shadow’s bottom edge.</param>
      <param name="rightEdgeUrl">A string value specifying the URL of the image for the shadow’s right edge.</param>
      <param name="cornerUrl">A string value specifying the URL of the image for the shadow’s corner.</param>
      <param name="cornerWidth">A string value specifying the width of the shadow’s corner.</param>
      <param name="cornerHeight">A string value specifying the height of the shadow’s corner.</param>
    </member>
    <member name="P:DevExpress.Web.ShadowImageProperties.BottomEdgeUrl">
      <summary>
        <para>Gets or sets the URL of the image that represents the shadow’s bottom edge.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the location of an image.</value>
    </member>
    <member name="P:DevExpress.Web.ShadowImageProperties.CornerHeight">
      <summary>
        <para>Gets or sets the shadow corner’s height.</para>
      </summary>
      <value>A System.Web.UI.WebControls.Unit value specifying the height of the shadow corner.</value>
    </member>
    <member name="P:DevExpress.Web.ShadowImageProperties.CornerUrl">
      <summary>
        <para>Gets or sets the URL of the image that represents the shadow’s corner.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the location of an image.</value>
    </member>
    <member name="P:DevExpress.Web.ShadowImageProperties.CornerWidth">
      <summary>
        <para>Gets or sets the shadow corner’s width.</para>
      </summary>
      <value>A System.Web.UI.WebControls.Unit value specifying the width of the shadow corner.</value>
    </member>
    <member name="M:DevExpress.Web.ShadowImageProperties.GetGlobalShadowImage(System.Web.UI.Page)">
      <summary>
        <para>Returns an object whose settings define a shadow image used by web controls on the page.</para>
      </summary>
      <param name="page">A <see cref="T:System.Web.UI.Page"/> object representing the requested page.</param>
      <returns>A <see cref="T:DevExpress.Web.ShadowImageProperties"/> object that contains image settings.</returns>
    </member>
    <member name="P:DevExpress.Web.ShadowImageProperties.RightEdgeUrl">
      <summary>
        <para>Gets or sets the URL of the image that represents the shadow’s right edge.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the location of an image.</value>
    </member>
    <member name="M:DevExpress.Web.ShadowImageProperties.ToString">
      <summary>
        <para>Returns the textual representation of the <see cref="T:DevExpress.Web.ShadowImageProperties"/> object.</para>
      </summary>
      <returns>A string that represents the <see cref="P:DevExpress.Web.ShadowImageProperties.BottomEdgeUrl">ShadowImageProperties.BottomEdgeUrl</see>, <see cref="P:DevExpress.Web.ShadowImageProperties.CornerUrl">ShadowImageProperties.CornerUrl</see> and <see cref="P:DevExpress.Web.ShadowImageProperties.RightEdgeUrl">ShadowImageProperties.RightEdgeUrl</see> property values separated by blank spaces.</returns>
    </member>
    <member name="T:DevExpress.Web.SharePointFileSystemProvider">
      <summary>
        <para>Implements the <see href="https://docs.devexpress.com/AspNet/120624/components/file-management/file-manager/concepts/file-system-providers/onedrive-file-system-provider">SharePoint File System Provider</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SharePointFileSystemProvider.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SharePointFileSystemProvider"/> class with specified settings.</para>
      </summary>
      <param name="rootFolder">The root folder.</param>
    </member>
    <member name="P:DevExpress.Web.SharePointFileSystemProvider.LibraryName">
      <summary>
        <para>Specifies the library name.</para>
      </summary>
      <value>The library name.</value>
    </member>
    <member name="P:DevExpress.Web.SharePointFileSystemProvider.SiteHostName">
      <summary>
        <para>Specifies a host name where a SharePoint site is located.</para>
      </summary>
      <value>The host name.</value>
    </member>
    <member name="P:DevExpress.Web.SharePointFileSystemProvider.SiteName">
      <summary>
        <para>Specifies a URL name of a SharePoint site.</para>
      </summary>
      <value>The SharePoint site name.</value>
    </member>
    <member name="T:DevExpress.Web.ShowDropDownOnFocusMode">
      <summary>
        <para>Lists values that specify <see href="https://docs.devexpress.com/AspNet/16409/components/data-editors/aspxtokenbox/visual-elements#drop-down-window">drop-down window</see> visibility when the editor gets focus.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ShowDropDownOnFocusMode.Always">
      <summary>
        <para>The dropdown window is always displayed when the editor is focused.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ShowDropDownOnFocusMode.Auto">
      <summary>
        <para>If the incremental filtering mode is disabled (the <see cref="P:DevExpress.Web.AutoCompleteBoxPropertiesBase.IncrementalFilteringMode">AutoCompleteBoxPropertiesBase.IncrementalFilteringMode</see> property is set to None), the dropdown window is displayed when the editor gets focus. Otherwise, the dropdown window is displayed when an end-user starts typing in the editor.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ShowDropDownOnFocusMode.Never">
      <summary>
        <para>The dropdown window is not displayed when the editor gets focus.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ShowSizeGrip">
      <summary>
        <para>Specifies the visibility of a popup window’s size grip element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ShowSizeGrip.Auto">
      <summary>
        <para>The size grip’s visibility depends upon the <see cref="P:DevExpress.Web.ASPxPopupControlBase.AllowResize">ASPxPopupControlBase.AllowResize</see> property setting</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ShowSizeGrip.False">
      <summary>
        <para>The size grip is never displayed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ShowSizeGrip.True">
      <summary>
        <para>The size grip is always displayed.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.SideMenuExpandMode">
      <summary>
        <para>Lists values that specify the manner in which the side menu is expanded.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.SideMenuExpandMode.OverlayContent">
      <summary>
        <para>The side menu overlays page content while expanding.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.SideMenuExpandMode.PushContent">
      <summary>
        <para>The side menu pushes page content while expanding.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.SimpleSpinButtons">
      <summary>
        <para>Contains settings that define the appearance and position of arrow buttons within a time editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SimpleSpinButtons.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SimpleSpinButtons"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.SiteMapColumn">
      <summary>
        <para>Contains settings that define an individual column within a site map control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SiteMapColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SiteMapColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SiteMapColumn.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings from the specified 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="P:DevExpress.Web.SiteMapColumn.BackColor">
      <summary>
        <para>Gets or sets the background color of the current <see href="https://docs.devexpress.com/AspNet/8293/components/site-navigation-and-layout/site-map-control">column</see>.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> structure which specifies the column’s background color.</value>
    </member>
    <member name="P:DevExpress.Web.SiteMapColumn.BackgroundImage">
      <summary>
        <para>Gets the column’s background image.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BackgroundImage"/> object that represents the background image.</value>
    </member>
    <member name="P:DevExpress.Web.SiteMapColumn.Border">
      <summary>
        <para>Gets the border settings for all  four sides of the current column’s client region.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BorderWrapper"/> object which specifies the border settings.</value>
    </member>
    <member name="P:DevExpress.Web.SiteMapColumn.BorderBottom">
      <summary>
        <para>Gets the settings of the column’s bottom border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the bottom border settings.</value>
    </member>
    <member name="P:DevExpress.Web.SiteMapColumn.BorderLeft">
      <summary>
        <para>Gets the settings of the column’s left border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the left border settings.</value>
    </member>
    <member name="P:DevExpress.Web.SiteMapColumn.BorderRight">
      <summary>
        <para>Gets the settings of the column’s right border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the right border settings.</value>
    </member>
    <member name="P:DevExpress.Web.SiteMapColumn.BorderTop">
      <summary>
        <para>Gets the settings of the column’s top border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the top border settings.</value>
    </member>
    <member name="P:DevExpress.Web.SiteMapColumn.CssClass">
      <summary>
        <para>Gets or sets the name of the cascading style sheet (CSS) class that specifies the column’s display style.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the cascading style sheet class’s name.</value>
    </member>
    <member name="P:DevExpress.Web.SiteMapColumn.HoverStyle">
      <summary>
        <para>Gets the style settings which define the appearance of the current column when the mouse pointer is hovering over it.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ColumnHoverStyle"/> object that contains the hover style settings for the column.</value>
    </member>
    <member name="P:DevExpress.Web.SiteMapColumn.Paddings">
      <summary>
        <para>Gets the padding settings of the column.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="P:DevExpress.Web.SiteMapColumn.StartingNodeIndex">
      <summary>
        <para>Gets or sets the index of a hierarchical site map’s root node used as a reference point to retrieve nodes displayed by the column.</para>
      </summary>
      <value>An integer value specifying the index of the column’s starting node.</value>
    </member>
    <member name="P:DevExpress.Web.SiteMapColumn.Style">
      <summary>
        <para>Gets the column’s style settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ColumnStyle"/> object that contains the style settings of the column.</value>
    </member>
    <member name="P:DevExpress.Web.SiteMapColumn.Width">
      <summary>
        <para>Gets or sets the current column’s width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the width of the column.</value>
    </member>
    <member name="T:DevExpress.Web.SiteMapColumnCollection">
      <summary>
        <para>Represents a collection of columns within the site map control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SiteMapColumnCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SiteMapColumnCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SiteMapColumnCollection.#ctor(DevExpress.Web.ASPxWebControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SiteMapColumnCollection"/> class.</para>
      </summary>
      <param name="owner">The control that owns the <see cref="T:DevExpress.Web.SiteMapColumnCollection"/>.</param>
    </member>
    <member name="M:DevExpress.Web.SiteMapColumnCollection.Add">
      <summary>
        <para>Adds a new column to the end of the collection and returns the corresponding object.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.SiteMapColumn"/> object representing the newly created column.</returns>
    </member>
    <member name="T:DevExpress.Web.SiteMapControlColumnSeparatorTemplateContainer">
      <summary>
        <para>A container for the templates used to render the ASPxSiteMap’s <see href="https://docs.devexpress.com/AspNet/8293/components/site-navigation-and-layout/site-map-control">column separator element</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SiteMapControlColumnSeparatorTemplateContainer.#ctor(System.Int32,System.Web.SiteMapNode)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SiteMapControlColumnSeparatorTemplateContainer"/> class with the specified settings.</para>
      </summary>
      <param name="cellIndex">An integer value that is the rendered cell’s index.</param>
      <param name="node">A <see cref="T:System.Web.SiteMapNode"/> object.</param>
    </member>
    <member name="T:DevExpress.Web.SiteMapNodeCommandEventArgs">
      <summary>
        <para>Provides data for the events whose functionality relates to processing the Command event fired by a child control within a templated node of a site map control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SiteMapNodeCommandEventArgs.#ctor(System.Object,System.Web.UI.WebControls.CommandEventArgs)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SiteMapNodeCommandEventArgs"/> class.</para>
      </summary>
      <param name="commandSource">A <see cref="T:System.Object"/> identifying the source of the command.</param>
      <param name="originalArgs">A <see cref="T:System.Web.UI.WebControls.CommandEventArgs"/> object that contains an argument for the command.</param>
    </member>
    <member name="M:DevExpress.Web.SiteMapNodeCommandEventArgs.#ctor(System.Web.SiteMapNode,System.Object,System.Web.UI.WebControls.CommandEventArgs)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SiteMapNodeCommandEventArgs"/> class.</para>
      </summary>
      <param name="node">A <see cref="T:System.Web.SiteMapNode"/> object representing a site map node related to the generated event.</param>
      <param name="commandSource">A <see cref="T:System.Object"/> identifying the source of the command.</param>
      <param name="originalArgs">A <see cref="T:System.Web.UI.WebControls.CommandEventArgs"/> object that contains an argument for the command.</param>
    </member>
    <member name="P:DevExpress.Web.SiteMapNodeCommandEventArgs.CommandSource">
      <summary>
        <para>Gets an object representing the control which forced a postback.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> representing the control which forced a postback.</value>
    </member>
    <member name="P:DevExpress.Web.SiteMapNodeCommandEventArgs.SiteMapNode">
      <summary>
        <para>Gets a node object related to the event.</para>
      </summary>
      <value>A <see cref="T:System.Web.SiteMapNode"/> object, manipulations on which forced the event to be raised.</value>
    </member>
    <member name="T:DevExpress.Web.SiteMapNodeCommandEventHandler">
      <summary>
        <para>A method that will handle specific command events concerning manipulations with nodes.</para>
      </summary>
      <param name="source">A <see cref="T:System.Object"/> representing the event source. Identifies the <see cref="T:DevExpress.Web.ASPxSiteMapControl"/> control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.SiteMapNodeCommandEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.SiteMapStyles">
      <summary>
        <para>Contains settings that allow the <see cref="T:DevExpress.Web.ASPxSiteMapControl"/>‘s appearance to be defined.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SiteMapStyles.#ctor(DevExpress.Web.ASPxSiteMapControlBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SiteMapStyles"/> class with the specified owner.</para>
      </summary>
      <param name="siteMapControl">An <see cref="T:DevExpress.Web.ASPxSiteMapControlBase"/> object that represents the class’ owner.</param>
    </member>
    <member name="P:DevExpress.Web.SiteMapStyles.Column">
      <summary>
        <para>Gets the style settings for all <see href="https://docs.devexpress.com/AspNet/8293/components/site-navigation-and-layout/site-map-control">columns</see> within the site map control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ColumnStyle"/> object that contains the style settings for the columns.</value>
    </member>
    <member name="P:DevExpress.Web.SiteMapStyles.ColumnSeparator">
      <summary>
        <para>Gets an object responsible for the style settings of <see href="https://docs.devexpress.com/AspNet/8293/components/site-navigation-and-layout/site-map-control">column separators</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ColumnSeparatorStyle"/> object that specifies the style applied to column separators.</value>
    </member>
    <member name="F:DevExpress.Web.SiteMapStyles.ColumnSeparatorStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.SiteMapStyles.ColumnStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.SiteMapStyles.DefaultLevel">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SiteMapStyles.GetBulletIndent">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SiteMapStyles.GetColumnSeparatorPaddings">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SiteMapStyles.GetFlowLayoutLineTextHeight(System.Int32)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SiteMapStyles.GetLevelDefaultStyle(System.Int32,System.Boolean,System.Boolean,System.Boolean)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.SpaceTabTemplateStyle">
      <summary>
        <para>Defines style settings for templates, used to render a space between a tab and a control edge.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SpaceTabTemplateStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SpaceTabTemplateStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.SpaceTabTemplateStyle.HorizontalAlign">
      <summary>
        <para>Gets or sets the horizontal alignment of the space tab templates’ content.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.HorizontalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.SpaceTabTemplateStyle.VerticalAlign">
      <summary>
        <para>Gets or sets the vertical alignment of the space tab templates’ content.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.VerticalAlign"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.SpanRule">
      <summary>
        <para>Provides settings that allow you to specify the form layout item’s behavior at different breakpoints (<see cref="T:DevExpress.Web.LayoutBreakpoint"/>).</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SpanRule.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SpanRule"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SpanRule.#ctor(System.String,System.Int32,System.Int32)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SpanRule"/> class.</para>
      </summary>
      <param name="breakpointName">A string value that represents a breakpoint name.</param>
      <param name="columnSpan">An integer value that specifies the number of columns the layout item spans.</param>
      <param name="rowSpan">An integer value that specifies the number of rows the layout item spans.</param>
    </member>
    <member name="M:DevExpress.Web.SpanRule.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.SpanRule.BreakpointName">
      <summary>
        <para>Gets or sets a unique breakpoint identifier.</para>
      </summary>
      <value>A string value specifying the breakpoint identifier.</value>
    </member>
    <member name="P:DevExpress.Web.SpanRule.ColumnSpan">
      <summary>
        <para>Gets or sets the number of columns the item occupies.</para>
      </summary>
      <value>An integer value specifying the number of columns.</value>
    </member>
    <member name="P:DevExpress.Web.SpanRule.RowSpan">
      <summary>
        <para>Gets or sets the number of rows that the layout item spans at a specified breakpoint.</para>
      </summary>
      <value>An integer value specifying the number of rows.</value>
    </member>
    <member name="T:DevExpress.Web.SpanRules">
      <summary>
        <para>A collection of <see cref="T:DevExpress.Web.SpanRule"/> objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SpanRules.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SpanRules"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SpanRules.Add">
      <summary>
        <para>Creates a new <see cref="T:DevExpress.Web.SpanRule"/> object and adds it to the collection.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.SpanRule"/> object specifying the Form Layout item’s behavior.</returns>
    </member>
    <member name="M:DevExpress.Web.SpanRules.Add(DevExpress.Web.SpanRule)">
      <summary>
        <para>Adds the <see cref="T:DevExpress.Web.SpanRule"/> object to the collection.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.SpanRule"/> object specifying the Form Layout item’s behavior.</param>
    </member>
    <member name="T:DevExpress.Web.SpinButtonExtended">
      <summary>
        <para>Represents an individual spin button.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SpinButtonExtended.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SpinButtonExtended"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SpinButtonExtended.#ctor(DevExpress.Web.SpinButtonKind)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SpinButtonExtended"/> class with the specified setting.</para>
      </summary>
      <param name="buttonKind">One of the <see cref="T:DevExpress.Web.SpinButtonKind"/> enumeration settings.</param>
    </member>
    <member name="P:DevExpress.Web.SpinButtonExtended.ButtonKind">
      <summary>
        <para>Gets a value that indicates a spin button’s type.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.SpinButtonKind"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.SpinButtonExtended.ImagePosition">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.SpinButtonExtended"/> class.</para>
      </summary>
      <value>The image position.</value>
    </member>
    <member name="P:DevExpress.Web.SpinButtonExtended.Text">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.SpinButtonExtended"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.SpinButtonKind">
      <summary>
        <para>Lists values that indicate a spin button’s type.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.SpinButtonKind.Decrement">
      <summary>
        <para>Identifies a small decrement spin button.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.SpinButtonKind.Increment">
      <summary>
        <para>Identifies a small increment spin button.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.SpinButtonKind.LargeDecrement">
      <summary>
        <para>Identifies a large decrement spin button.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.SpinButtonKind.LargeIncrement">
      <summary>
        <para>Identifies a large increment spin button.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.SpinButtons">
      <summary>
        <para>Contains settings that define the appearance and position of spin buttons.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SpinButtons.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SpinButtons"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SpinButtons.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.SpinButtons.DecrementImage">
      <summary>
        <para>Gets the settings of an image displayed within the small decrement spin button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.SpinButtons.HorizontalSpacing">
      <summary>
        <para>Gets or sets the horizontal spacing between the editor’s spin 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.SpinButtons.Image">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.SpinButtons"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.SpinButtons.ImagePosition">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.SpinButtons"/> class.</para>
      </summary>
      <value>The image position.</value>
    </member>
    <member name="P:DevExpress.Web.SpinButtons.IncrementImage">
      <summary>
        <para>Gets the settings of an image displayed within the small increment spin button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.SpinButtons.LargeDecrementImage">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/11121/components/data-editors/aspxspinedit/visual-elements#large-increment-buttons">large decrement spin button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.SpinButtons.LargeIncrementImage">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/11121/components/data-editors/aspxspinedit/visual-elements#large-increment-buttons">large increment spin button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.SpinButtons.ShowIncrementButtons">
      <summary>
        <para>Gets or sets a value that specifies whether small increment spin buttons are displayed.</para>
      </summary>
      <value>true if small increment spin buttons are displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.SpinButtons.ShowLargeIncrementButtons">
      <summary>
        <para>Gets or sets a value that specifies whether large increment spin buttons are displayed.</para>
      </summary>
      <value>true if large increment spin buttons are displayed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.SpinButtons.Text">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.SpinButtons"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SpinButtons.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>An empty string value.</returns>
    </member>
    <member name="T:DevExpress.Web.SpinButtonStyle">
      <summary>
        <para>Contains style settings that define the appearance of spin buttons within a spin editor control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SpinButtonStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SpinButtonStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.SpinButtonStyle.Paddings">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.SpinButtonStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.SpinEditClientSideEvents">
      <summary>
        <para>Contains a client-side spin editor’s event list.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SpinEditClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SpinEditClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SpinEditClientSideEvents.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SpinEditClientSideEvents"/> 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.SpinEditClientSideEvents.NumberChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientSpinEdit.NumberChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.SpinEditNumberFormat">
      <summary>
        <para>Specifies possible display formats for a spin editor’s value.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.SpinEditNumberFormat.Currency">
      <summary>
        <para>The displayed number is represented using a format pattern for a currency value (which is associated with the ‘c’ format character).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.SpinEditNumberFormat.Custom">
      <summary>
        <para>The displayed number is represented using a custom format pattern specified via the <see cref="P:DevExpress.Web.SpinEditProperties.DisplayFormatString">SpinEditProperties.DisplayFormatString</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.SpinEditNumberFormat.Number">
      <summary>
        <para>The displayed number is represented using a general format pattern for a number value (which is associated with the ‘g’ format character).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.SpinEditNumberFormat.Percent">
      <summary>
        <para>The displayed number is represented using a format pattern for a percentage value (which is associated with the ‘{0}%’ custom format string).</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.SpinEditNumberType">
      <summary>
        <para>Specifies possible editing modes of the <see cref="T:DevExpress.Web.ASPxSpinEdit"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.SpinEditNumberType.Float">
      <summary>
        <para>Float value input is enabled.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.SpinEditNumberType.Integer">
      <summary>
        <para>Float value input is disabled and float values displayed within the editor are automatically rounded after they has been modified.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.SpinEditProperties">
      <summary>
        <para>Contains settings specific to a spin editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SpinEditProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SpinEditProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SpinEditProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SpinEditProperties"/> 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.SpinEditProperties.AllowNull">
      <summary>
        <para>Gets or sets a value that specifies whether the spin editor allows null values to be entered.</para>
      </summary>
      <value>true if null values can be entered into the editor, otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.SpinEditProperties.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.SpinEditProperties.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxSpinEdit"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SpinEditClientSideEvents"/> object which allows assigning handlers to the client-side events available to the editor.</value>
    </member>
    <member name="P:DevExpress.Web.SpinEditProperties.DecimalPlaces">
      <summary>
        <para>Gets or sets the number of decimal places to display for the numbers in the spin editor.</para>
      </summary>
      <value>An integer value that specifies the number of decimal places.</value>
    </member>
    <member name="P:DevExpress.Web.SpinEditProperties.DisplayFormatString">
      <summary>
        <para>Gets or sets the pattern used to format the editor’s value for display purposes if the <see cref="P:DevExpress.Web.SpinEditProperties.NumberFormat">SpinEditProperties.NumberFormat</see> property is set to <see cref="F:DevExpress.Web.SpinEditNumberFormat.Custom">SpinEditNumberFormat.Custom</see>.</para>
      </summary>
      <value>A string representing the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.SpinEditProperties.Increment">
      <summary>
        <para>Gets or sets the value by which the spin editor’s value is changed when clicking a small increment/decrement spin button.</para>
      </summary>
      <value>A decimal value representing the increment for the spin editor.</value>
    </member>
    <member name="P:DevExpress.Web.SpinEditProperties.LargeDecrementButtonStyle">
      <summary>
        <para>Gets the style settings used to represent the editor’s large decrement spin button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SpinButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.SpinEditProperties.LargeIncrement">
      <summary>
        <para>Gets or sets the amount by which the spin editor’s value is changed when clicking a large increment/decrement spin button.</para>
      </summary>
      <value>A Decimal value representing the large increment for the spin editor.</value>
    </member>
    <member name="P:DevExpress.Web.SpinEditProperties.LargeIncrementButtonStyle">
      <summary>
        <para>Gets the style settings used to represent the editor’s large increment spin button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SpinButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.SpinEditProperties.MaxValue">
      <summary>
        <para>Gets or sets the maximum value of the editor.</para>
      </summary>
      <value>A Decimal value representing the maximum value of the editor.</value>
    </member>
    <member name="P:DevExpress.Web.SpinEditProperties.MinValue">
      <summary>
        <para>Gets or sets the editor’s minimum value.</para>
      </summary>
      <value>A Decimal value representing the minimum value of the spin editor.</value>
    </member>
    <member name="P:DevExpress.Web.SpinEditProperties.NullText">
      <summary>
        <para>Gets or sets the prompt text displayed within the editor’s input box when the editor is not focused and its value is null.</para>
      </summary>
      <value>A string value that specifies the prompt text.</value>
    </member>
    <member name="P:DevExpress.Web.SpinEditProperties.NumberFormat">
      <summary>
        <para>Gets or sets the format of the spin editor’s displayed number.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SpinEditNumberFormat"/> enumeration value.</value>
    </member>
    <member name="P:DevExpress.Web.SpinEditProperties.NumberType">
      <summary>
        <para>Gets or sets a value that specifies whether a spin editor edits float or integer values.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SpinEditNumberType"/> enumeration value.</value>
    </member>
    <member name="P:DevExpress.Web.SpinEditProperties.ShowOutOfRangeWarning">
      <summary>
        <para>Gets or sets a value that specifies whether a warning message is displayed when an end-user types a number that is out of the range specified by the <see cref="P:DevExpress.Web.SpinEditProperties.MinValue">SpinEditProperties.MinValue</see> and <see cref="P:DevExpress.Web.SpinEditProperties.MaxValue">SpinEditProperties.MaxValue</see> properties.</para>
      </summary>
      <value>true, if the message is displayed, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.SpinEditProperties.SpinButtons">
      <summary>
        <para>Gets the settings of the editor’s spin buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SpinButtons"/> object that contains spin button settings.</value>
    </member>
    <member name="T:DevExpress.Web.SpinEditPropertiesBase">
      <summary>
        <para>Contains the base settings specific to spin editors.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SpinEditPropertiesBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SpinEditPropertiesBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SpinEditPropertiesBase.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SpinEditPropertiesBase"/> 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.SpinEditPropertiesBase.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.SpinEditPropertiesBase.CustomButtonsPosition">
      <summary>
        <para>Specifies the position of custom control buttons relative to the input element.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.CustomButtonsPosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.SpinEditPropertiesBase.DecrementButtonStyle">
      <summary>
        <para>Gets the style settings which define the spin decrement button’s appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SpinButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.SpinEditPropertiesBase.IncrementButtonStyle">
      <summary>
        <para>Gets the style settings which define the increment button’s appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SpinButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.SpinEditPropertiesBase.ValueChangedDelay">
      <summary>
        <para>Gets or sets the time interval between the time when an end-user starts changing the editor’s value, and the client <b>ASPxClientSpinEdit.NumberChanged</b> and <b>ASPxClientEdit.ValueChanged</b> events are raised.</para>
      </summary>
      <value>An integer value that specifies the delay, in milliseconds.</value>
    </member>
    <member name="T:DevExpress.Web.SplitterClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events available for a splitter control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SplitterClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SplitterClientSideEvents"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.SplitterClientSideEvents.PaneCollapsed">
      <summary>
        <para>Gets or sets the name of the JavaScript function, or the entire code which will handle the client <b>ASPxClientSplitter.PaneCollapsed</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterClientSideEvents.PaneCollapsing">
      <summary>
        <para>Gets or sets the name of the JavaScript function, or the entire code which will handle the client <b>ASPxClientSplitter.PaneCollapsing</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterClientSideEvents.PaneContentUrlLoaded">
      <summary>
        <para>Gets or sets the name of the JavaScript function, or the entire code which will handle the client <b>ASPxClientSplitter.PaneContentUrlLoaded</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterClientSideEvents.PaneExpanded">
      <summary>
        <para>Gets or sets the name of the JavaScript function, or the entire code which will handle the client <b>ASPxClientSplitter.PaneExpanded</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterClientSideEvents.PaneExpanding">
      <summary>
        <para>Gets or sets the name of the JavaScript function, or the entire code which will handle the client <b>ASPxClientSplitter.PaneExpanding</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterClientSideEvents.PaneResizeCompleted">
      <summary>
        <para>Gets or sets the name of the JavaScript function, or the entire code which will handle the client <b>ASPxClientSplitter.PaneResizeCompleted</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterClientSideEvents.PaneResized">
      <summary>
        <para>Gets or sets the name of the JavaScript function, or the entire code which will handle the client <b>ASPxClientSplitter.PaneResized</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterClientSideEvents.PaneResizing">
      <summary>
        <para>Gets or sets the name of the JavaScript function, or the entire code which will handle the client <b>ASPxClientSplitter.PaneResizing</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.SplitterContentControl">
      <summary>
        <para>A container that stores the pane contents. This class supports the internal infrastructure of DevExpress control hierarchy realization and is mostly used to create the pane contents declaratively, in ASP.NET markup (see a <see cref="T:DevExpress.Web.ASPxSplitter">sample for ASPxSplitter</see>). To create the pane contents at run-time (in code-behind files), use the <see cref="P:DevExpress.Web.ContentControlCollectionItem.Controls">ContentControlCollectionItem.Controls</see> collection of a pane (see a <see cref="T:DevExpress.Web.ASPxSplitter">sample for ASPxSplitter</see>).</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SplitterContentControl.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SplitterContentControl"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.SplitterContentControlCollection">
      <summary>
        <para>Represents a collection that holds a container’s child controls. For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SplitterContentControlCollection.#ctor(System.Web.UI.Control)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SplitterContentControlCollection"/> class with the specified owner. For internal use only.</para>
      </summary>
      <param name="owner">A Control object representing the owner of the created object.</param>
    </member>
    <member name="P:DevExpress.Web.SplitterContentControlCollection.Item(System.Int32)">
      <summary>
        <para>Gets a reference to an object at the specified index location in the <see cref="T:DevExpress.Web.SplitterContentControlCollection"/> object.</para>
      </summary>
      <param name="i">An integer value specifying the location of the object within the collection.</param>
      <value>A <see cref="T:DevExpress.Web.SplitterContentControl"/> object representing the referenced object.</value>
    </member>
    <member name="T:DevExpress.Web.SplitterImages">
      <summary>
        <para>Contains settings that allow images to be defined for the ASPxSplitter’s specific elements.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.SplitterImages.HorizontalCollapseBackwardButton">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/7202/components/site-navigation-and-layout/splitter/visual-elements/collapse-backward-button">collapse backward button</see> element of the ASPxSplitter’s horizontal separators.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HottrackedImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterImages.HorizontalCollapseForwardButton">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/7203/components/site-navigation-and-layout/splitter/visual-elements/collapse-forward-button">collapse forward button</see> element of the ASPxSplitter’s horizontal separators.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HottrackedImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterImages.HorizontalSeparatorButton">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/7201/components/site-navigation-and-layout/splitter/visual-elements/separator-image">separator image</see> element of the ASPxSplitter’s horizontal separators.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HottrackedImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterImages.LoadingPanel">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.SplitterImages"/> class. It’s overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterImages.VerticalCollapseBackwardButton">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/7202/components/site-navigation-and-layout/splitter/visual-elements/collapse-backward-button">collapse backward button</see> element of the ASPxSplitter’s vertical separators.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HottrackedImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterImages.VerticalCollapseForwardButton">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/7203/components/site-navigation-and-layout/splitter/visual-elements/collapse-forward-button">collapse forward button</see> element of the ASPxSplitter’s vertical separators.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HottrackedImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterImages.VerticalSeparatorButton">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/7201/components/site-navigation-and-layout/splitter/visual-elements/separator-image">separator image</see> element of the ASPxSplitter’s vertical separators.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HottrackedImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="T:DevExpress.Web.SplitterPane">
      <summary>
        <para>Represents an individual <see href="https://docs.devexpress.com/AspNet/7204/components/site-navigation-and-layout/splitter/visual-elements/pane">pane</see> within the <see cref="T:DevExpress.Web.ASPxSplitter"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SplitterPane.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SplitterPane"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SplitterPane.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SplitterPane"/> 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. Initializes the <see cref="P:DevExpress.Web.SplitterPane.Name">SplitterPane.Name</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.SplitterPane.AllowResize">
      <summary>
        <para>Gets or sets a value that specifies whether a pane can be resized by end-users on the client side.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="M:DevExpress.Web.SplitterPane.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="P:DevExpress.Web.SplitterPane.AutoHeight">
      <summary>
        <para>Gets or sets a value specifying whether a pane automatically adjusts its height to inner content.</para>
      </summary>
      <value>true to allow a pane adjust its size; otherwise, false</value>
    </member>
    <member name="P:DevExpress.Web.SplitterPane.AutoWidth">
      <summary>
        <para>Gets or sets a value specifying whether a pane automatically adjusts its width to inner content.</para>
      </summary>
      <value>true to allow a pane adjust its size; otherwise, false</value>
    </member>
    <member name="P:DevExpress.Web.SplitterPane.Collapsed">
      <summary>
        <para>Gets or sets a value specifying whether a splitter <see href="https://docs.devexpress.com/AspNet/7204/components/site-navigation-and-layout/splitter/visual-elements/pane">pane</see> is collapsed.</para>
      </summary>
      <value>true if a pane is collapsed, otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterPane.CollapsedStyle">
      <summary>
        <para>Gets style properties defining the appearance of a pane in the collapsed state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SplitterPaneCollapsedStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterPane.ContentUrl">
      <summary>
        <para>Gets or sets the URL of a specific web page to be displayed within a pane.</para>
      </summary>
      <value>A string value that specifies a page’s URL.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterPane.ContentUrlIFrameName">
      <summary>
        <para>Gets or sets the name of the pane’s IFRAME element.</para>
      </summary>
      <value>A string value that specifies the IFRAME element’s name (the NAME attribute’s value).</value>
    </member>
    <member name="P:DevExpress.Web.SplitterPane.ContentUrlIFrameTitle">
      <summary>
        <para>Gets or sets the title of the pane’s IFRAME element.</para>
      </summary>
      <value>A string value that specifies the IFRAME element’s title (the TITLE attribute’s value).</value>
    </member>
    <member name="P:DevExpress.Web.SplitterPane.Enabled">
      <summary>
        <para>Gets or sets a value that indicates whether the splitter pane is enabled, allowing the pane to respond to end-user interactions.</para>
      </summary>
      <value>true if the pane is enabled; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.SplitterPane.GetPath">
      <summary>
        <para>Returns the <see href="https://docs.devexpress.com/AspNet/7204/components/site-navigation-and-layout/splitter/visual-elements/pane">pane</see>‘s path within a panes collection.</para>
      </summary>
      <returns>A string representing the path of the pane within the collection.</returns>
    </member>
    <member name="P:DevExpress.Web.SplitterPane.MaxSize">
      <summary>
        <para>Gets or sets the pane’s maximum size.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that defines the pane’s maximum size (either width or height, depending upon the pane orientation).</value>
    </member>
    <member name="P:DevExpress.Web.SplitterPane.MinSize">
      <summary>
        <para>Gets or sets the pane’s minimum size.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that defines the pane’s minimum size (either width or height, depending upon the pane orientation).</value>
    </member>
    <member name="P:DevExpress.Web.SplitterPane.Name">
      <summary>
        <para>Gets or sets the unique identifier name for the current pane.</para>
      </summary>
      <value>A string value that specifies the item’s unique identifier name.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterPane.Panes">
      <summary>
        <para>Gets a collection that contains the child panes of the current pane.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SplitterPaneCollection"/> that contains the child panes of the current pane.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterPane.PaneStyle">
      <summary>
        <para>Gets style settings defining the appearance of the current pane.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SplitterPaneStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterPane.ScrollBars">
      <summary>
        <para>Gets or sets a value specifying which scrollbars should appear within the pane.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.ScrollBars"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterPane.ScrollLeft">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.SplitterPane.ScrollTop">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.SplitterPane.Separator">
      <summary>
        <para>Gets settings defining the appearance of a <see href="https://docs.devexpress.com/AspNet/7200/components/site-navigation-and-layout/splitter/visual-elements/separator">separator</see> associated with the current <see href="https://docs.devexpress.com/AspNet/7204/components/site-navigation-and-layout/splitter/visual-elements/pane">pane</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SplitterSeparators"/> object that contains separator settings.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterPane.Separators">
      <summary>
        <para>Gets settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/7200/components/site-navigation-and-layout/splitter/visual-elements/separator">separators</see> which are displayed within the current <see href="https://docs.devexpress.com/AspNet/7204/components/site-navigation-and-layout/splitter/visual-elements/pane">pane</see>, between its child panes.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SplitterSeparators"/> object that contains settings for separators.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterPane.ShowCollapseBackwardButton">
      <summary>
        <para>Gets or sets a value that specifies whether the <see href="https://docs.devexpress.com/AspNet/7202/components/site-navigation-and-layout/splitter/visual-elements/collapse-backward-button">collapse backward button</see> is displayed for the current pane (or its child panes).</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterPane.ShowCollapseForwardButton">
      <summary>
        <para>Gets or sets a value that specifies whether the <see href="https://docs.devexpress.com/AspNet/7203/components/site-navigation-and-layout/splitter/visual-elements/collapse-forward-button">collapse forward button</see> is displayed for the current pane (or its child panes).</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterPane.ShowSeparatorImage">
      <summary>
        <para>Gets or sets a value that specifies whether the <see href="https://docs.devexpress.com/AspNet/7201/components/site-navigation-and-layout/splitter/visual-elements/separator-image">separator image</see> is displayed within the current pane’s separator (or its child pane separators).</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterPane.Size">
      <summary>
        <para>Gets or sets the pane’s size (height or width, depending on the orientation).</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that is the pane’s size.</value>
    </member>
    <member name="M:DevExpress.Web.SplitterPane.ToString">
      <summary>
        <para>Returns the string that represents the current object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> that represents the current <see cref="T:DevExpress.Web.SplitterPane"/> object.</returns>
    </member>
    <member name="P:DevExpress.Web.SplitterPane.Visible">
      <summary>
        <para>Gets or sets a value specifying the visibility of the current pane.</para>
      </summary>
      <value>true if the pane is visible; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterPane.VisibleIndex">
      <summary>
        <para>Gets or sets a value specifying the position of the current pane amongst the visible panes at the same level.</para>
      </summary>
      <value>An integer value specifying the zero-based index of the <see cref="T:DevExpress.Web.SplitterPane"/> amongst visible panes at the same level. &#0045;1 if the pane is invisible.</value>
    </member>
    <member name="T:DevExpress.Web.SplitterPaneCollapsedStyle">
      <summary>
        <para>Contains style settings that define the appearance of the ASPxSplitter’s <see href="https://docs.devexpress.com/AspNet/7204/components/site-navigation-and-layout/splitter/visual-elements/pane">panes</see> in the collapsed state.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SplitterPaneCollapsedStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SplitterPaneCollapsedStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.SplitterPaneCollection">
      <summary>
        <para>Represents a collection of <see href="https://docs.devexpress.com/AspNet/7204/components/site-navigation-and-layout/splitter/visual-elements/pane">panes</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SplitterPaneCollection.#ctor(DevExpress.Web.SplitterPane)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SplitterPaneCollection"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:DevExpress.Web.SplitterPane"/> object to which a collection belongs.</param>
    </member>
    <member name="M:DevExpress.Web.SplitterPaneCollection.Add">
      <summary>
        <para>Adds a new splitter pane to the end of the collection and returns the corresponding object.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.SplitterPane"/> object representing the newly created pane.</returns>
    </member>
    <member name="M:DevExpress.Web.SplitterPaneCollection.Add(System.String)">
      <summary>
        <para>Adds a new splitter pane with the specified name to the end of the collection and returns the corresponding object.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value specifying the pane’s name.</param>
      <returns>A <see cref="T:DevExpress.Web.SplitterPane"/> object representing the newly created pane.</returns>
    </member>
    <member name="M:DevExpress.Web.SplitterPaneCollection.GetByName(System.String)">
      <summary>
        <para>Returns a collection item object with the specified <see cref="P:DevExpress.Web.SplitterPane.Name">SplitterPane.Name</see> property value.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.SplitterPane.Name">SplitterPane.Name</see> property value of the required pane.</param>
      <returns>A <see cref="T:DevExpress.Web.SplitterPane"/> object with a specific value of the <see cref="P:DevExpress.Web.SplitterPane.Name">SplitterPane.Name</see> property.</returns>
    </member>
    <member name="M:DevExpress.Web.SplitterPaneCollection.GetVisiblePane(System.Int32)">
      <summary>
        <para>Gets a <see href="https://docs.devexpress.com/AspNet/7204/components/site-navigation-and-layout/splitter/visual-elements/pane">pane</see> 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.SplitterPane"/> object which represents the required visible pane.</returns>
    </member>
    <member name="M:DevExpress.Web.SplitterPaneCollection.GetVisiblePaneCount">
      <summary>
        <para>Returns the number of visible <see href="https://docs.devexpress.com/AspNet/7204/components/site-navigation-and-layout/splitter/visual-elements/pane">panes</see> in a splitter pane’s collection.</para>
      </summary>
      <returns>An integer value representing the number of visible panes in a control.</returns>
    </member>
    <member name="M:DevExpress.Web.SplitterPaneCollection.IndexOfName(System.String)">
      <summary>
        <para>Searches for a collection item object specified by the value of its <see cref="P:DevExpress.Web.SplitterPane.Name">SplitterPane.Name</see> property, and returns the zero-based index of the first occurrence within the item collection.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.SplitterPane.Name">SplitterPane.Name</see> property value of the required item.</param>
      <returns>The zero-based index of the first occurrence of the specified item within the item collection, if found; otherwise, negative one (&#0045;1).</returns>
    </member>
    <member name="P:DevExpress.Web.SplitterPaneCollection.Item(System.String)">
      <summary>
        <para>Gets a pane object with the specified <see cref="P:DevExpress.Web.SplitterPane.Name">SplitterPane.Name</see> property value.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.SplitterPane.Name">SplitterPane.Name</see> property value of the required pane.</param>
      <value>A <see cref="T:DevExpress.Web.SplitterPane"/> object with a specific value of the <see cref="P:DevExpress.Web.SplitterPane.Name">SplitterPane.Name</see> property.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterPaneCollection.Owner">
      <summary>
        <para>Gets the collection’s owner.</para>
      </summary>
      <value>A pane object that owns the collection.</value>
    </member>
    <member name="T:DevExpress.Web.SplitterPaneStyle">
      <summary>
        <para>Contains style settings that define the appearance of <see href="https://docs.devexpress.com/AspNet/7204/components/site-navigation-and-layout/splitter/visual-elements/pane">panes</see> within the ASPxSplitter control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SplitterPaneStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SplitterPaneStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.SplitterResizingPointerStyle">
      <summary>
        <para>Contains style settings that define the appearance of <see href="https://docs.devexpress.com/AspNet/7200/components/site-navigation-and-layout/splitter/visual-elements/separator">separators</see> within the ASPxSplitter while resizing the <see href="https://docs.devexpress.com/AspNet/7204/components/site-navigation-and-layout/splitter/visual-elements/pane">panes</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SplitterResizingPointerStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SplitterResizingPointerStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.SplitterSeparatorButtonStyle">
      <summary>
        <para>Contains style settings that define the appearance of button elements (such as the <see href="https://docs.devexpress.com/AspNet/7202/components/site-navigation-and-layout/splitter/visual-elements/collapse-backward-button">collapse backward button</see> and <see href="https://docs.devexpress.com/AspNet/7203/components/site-navigation-and-layout/splitter/visual-elements/collapse-forward-button">collapse forward button</see>) within the ASPxSplitter control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SplitterSeparatorButtonStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SplitterSeparatorButtonStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.SplitterSeparatorButtonStyle.HoverStyle">
      <summary>
        <para>Gets style settings which define the appearance of the <see href="https://docs.devexpress.com/AspNet/7202/components/site-navigation-and-layout/splitter/visual-elements/collapse-backward-button">collapse backward</see> and <see href="https://docs.devexpress.com/AspNet/7203/components/site-navigation-and-layout/splitter/visual-elements/collapse-forward-button">collapse forward</see> buttons in the hover state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains style settings.</value>
    </member>
    <member name="T:DevExpress.Web.SplitterSeparators">
      <summary>
        <para>Provides settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/3576/components/site-navigation-and-layout/menu/visual-elements#separator">separators</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SplitterSeparators.#ctor(DevExpress.Web.IPropertiesOwner,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SplitterSeparators"/> 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.SplitterSeparators.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SplitterSeparators"/> 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.SplitterSeparators.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.SplitterSeparators.BackwardCollapseButtonImage">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/7202/components/site-navigation-and-layout/splitter/visual-elements/collapse-backward-button">collapse backward button</see> element.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HottrackedImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterSeparators.ButtonStyle">
      <summary>
        <para>Gets style settings that define the appearance of buttons (such as the <see href="https://docs.devexpress.com/AspNet/7202/components/site-navigation-and-layout/splitter/visual-elements/collapse-backward-button">collapse backward button</see> and <see href="https://docs.devexpress.com/AspNet/7203/components/site-navigation-and-layout/splitter/visual-elements/collapse-forward-button">collapse forward button</see>) within a <see href="https://docs.devexpress.com/AspNet/7200/components/site-navigation-and-layout/splitter/visual-elements/separator">separator</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SplitterSeparatorButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterSeparators.CollapsedStyle">
      <summary>
        <para>Gets style settings defining the appearance of a pane’s child pane separators in the collapsed state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SplitterSeparatorStyle"/> object defining the separator appearance.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterSeparators.ForwardCollapseButtonImage">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/7203/components/site-navigation-and-layout/splitter/visual-elements/collapse-forward-button">collapse forward button</see> element.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HottrackedImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterSeparators.Image">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/7201/components/site-navigation-and-layout/splitter/visual-elements/separator-image">separator image</see> element of a pane’s child pane separators.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HottrackedImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterSeparators.Owner">
      <summary>
        <para>Gets a pane that owns the current <see cref="T:DevExpress.Web.SplitterSeparators"/> object.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SplitterPane"/> object representing the owner of the current pane.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterSeparators.SeparatorStyle">
      <summary>
        <para>Gets style settings defining the appearance of a <see href="https://docs.devexpress.com/AspNet/7200/components/site-navigation-and-layout/splitter/visual-elements/separator">separator</see> (or the pane’s child pane separators).</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SplitterSeparatorStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterSeparators.Size">
      <summary>
        <para>Gets or sets the size of a pane’s child pane <see href="https://docs.devexpress.com/AspNet/7200/components/site-navigation-and-layout/splitter/visual-elements/separator">separators</see> (height or width upon the orientation).</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that represents the size.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterSeparators.Visible">
      <summary>
        <para>Gets or sets a value specifying the visibility of a pane’s child pane <see href="https://docs.devexpress.com/AspNet/7200/components/site-navigation-and-layout/splitter/visual-elements/separator">separators</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.SplitterSeparatorSelectedStyle">
      <summary>
        <para>Contains styles settings defining the appearance of the ASPxSplitter’s <see href="https://docs.devexpress.com/AspNet/7200/components/site-navigation-and-layout/splitter/visual-elements/separator">separators</see> in the selected state.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SplitterSeparatorSelectedStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SplitterSeparatorSelectedStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.SplitterSeparatorSelectedStyleBase">
      <summary>
        <para>Serves as a base for a class that provides style settings defining the appearance of the ASPxSplitter’s <see href="https://docs.devexpress.com/AspNet/7200/components/site-navigation-and-layout/splitter/visual-elements/separator">separators</see> in the selected state.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SplitterSeparatorSelectedStyleBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SplitterSeparatorSelectedStyleBase"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.SplitterSeparatorStyle">
      <summary>
        <para>Contains style settings that define the appearance of <see href="https://docs.devexpress.com/AspNet/7200/components/site-navigation-and-layout/splitter/visual-elements/separator">separators</see> within the ASPxSplitter control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SplitterSeparatorStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SplitterSeparatorStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.SplitterSeparatorStyle.HoverStyle">
      <summary>
        <para>Gets style settings which define a splitter <see href="https://docs.devexpress.com/AspNet/7200/components/site-navigation-and-layout/splitter/visual-elements/separator">separator</see>‘s appearance in the hover state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains style settings.</value>
    </member>
    <member name="T:DevExpress.Web.SplitterSeparatorStyleBase">
      <summary>
        <para>Contains styles settings defining the appearance of the ASPxSplitter’s <see href="https://docs.devexpress.com/AspNet/7200/components/site-navigation-and-layout/splitter/visual-elements/separator">separators</see> in the collapsed state.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SplitterSeparatorStyleBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SplitterSeparatorStyleBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.SplitterSimpleStyle">
      <summary>
        <para>Serves as a base for classes that provide style settings used to paint different <see href="https://docs.devexpress.com/AspNet/7192/components/site-navigation-and-layout/splitter/visual-elements">elements</see> of the ASPxSplitter control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SplitterSimpleStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SplitterSimpleStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.SplitterStyle">
      <summary>
        <para>Serves as a base for classes that provide style settings used to paint different <see href="https://docs.devexpress.com/AspNet/7192/components/site-navigation-and-layout/splitter/visual-elements">elements</see> of the ASPxSplitter control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SplitterStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SplitterStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.SplitterStyle.Spacing">
      <summary>
        <para>This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.</para>
      </summary>
      <value>A Unit structure.</value>
    </member>
    <member name="T:DevExpress.Web.SplitterStyles">
      <summary>
        <para>Contains settings that allow the appearance of the ASPxSplitter‘s different <see href="https://docs.devexpress.com/AspNet/7192/components/site-navigation-and-layout/splitter/visual-elements">elements</see> to be defined.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.SplitterStyles.HorizontalSeparator">
      <summary>
        <para>Gets style settings which define the appearance of the horizontal <see href="https://docs.devexpress.com/AspNet/7200/components/site-navigation-and-layout/splitter/visual-elements/separator">separators</see> within the ASPxSplitter.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SplitterSeparatorStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterStyles.HorizontalSeparatorButton">
      <summary>
        <para>Gets style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/7202/components/site-navigation-and-layout/splitter/visual-elements/collapse-backward-button">collapse backward</see> and <see href="https://docs.devexpress.com/AspNet/7203/components/site-navigation-and-layout/splitter/visual-elements/collapse-forward-button">collapse forward</see> buttons within the splitter’s horizontal <see href="https://docs.devexpress.com/AspNet/7200/components/site-navigation-and-layout/splitter/visual-elements/separator">separators</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SplitterSeparatorButtonStyle"/> object containing style settings.</value>
    </member>
    <member name="F:DevExpress.Web.SplitterStyles.HorizontalSeparatorButtonHoverStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.SplitterStyles.HorizontalSeparatorButtonStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.SplitterStyles.HorizontalSeparatorCollapsed">
      <summary>
        <para>Gets style settings defining the appearance of the ASPxSplitter’s horizontal <see href="https://docs.devexpress.com/AspNet/7200/components/site-navigation-and-layout/splitter/visual-elements/separator">separators</see> in the collapsed state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SplitterSeparatorStyleBase"/> object containing style settings.</value>
    </member>
    <member name="F:DevExpress.Web.SplitterStyles.HorizontalSeparatorCollapsedStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.SplitterStyles.HorizontalSeparatorHoverStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.SplitterStyles.HorizontalSeparatorStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.SplitterStyles.Pane">
      <summary>
        <para>Gets style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/7204/components/site-navigation-and-layout/splitter/visual-elements/pane">panes</see> within the ASPxSplitter.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SplitterPaneStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterStyles.PaneCollapsed">
      <summary>
        <para>Gets style settings defining the appearance of the ASPxSplitter‘s <see href="https://docs.devexpress.com/AspNet/7204/components/site-navigation-and-layout/splitter/visual-elements/pane">panes</see> in the collapsed state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SplitterPaneCollapsedStyle"/> object containing style settings.</value>
    </member>
    <member name="F:DevExpress.Web.SplitterStyles.PaneCollapsedStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.SplitterStyles.PaneStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.SplitterStyles.ResizingPointer">
      <summary>
        <para>Gets style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/7200/components/site-navigation-and-layout/splitter/visual-elements/separator">separators</see> within the ASPxSplitter while resizing the <see href="https://docs.devexpress.com/AspNet/7204/components/site-navigation-and-layout/splitter/visual-elements/pane">panes</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SplitterResizingPointerStyle"/> object containing style settings.</value>
    </member>
    <member name="F:DevExpress.Web.SplitterStyles.ResizingPointerStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.SplitterStyles.Separator">
      <summary>
        <para>Gets style settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/7200/components/site-navigation-and-layout/splitter/visual-elements/separator">separators</see> within the ASPxSplitter.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SplitterSeparatorStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterStyles.SeparatorButton">
      <summary>
        <para>Gets style settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/7202/components/site-navigation-and-layout/splitter/visual-elements/collapse-backward-button">collapse backward</see> and <see href="https://docs.devexpress.com/AspNet/7203/components/site-navigation-and-layout/splitter/visual-elements/collapse-forward-button">collapse forward</see> buttons within the splitter’s <see href="https://docs.devexpress.com/AspNet/7200/components/site-navigation-and-layout/splitter/visual-elements/separator">separators</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SplitterSeparatorButtonStyle"/> object containing style settings.</value>
    </member>
    <member name="F:DevExpress.Web.SplitterStyles.SeparatorButtonHoverStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.SplitterStyles.SeparatorButtonStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.SplitterStyles.SeparatorCollapsed">
      <summary>
        <para>Gets style settings defining the appearance of the ASPxSplitter‘s <see href="https://docs.devexpress.com/AspNet/7200/components/site-navigation-and-layout/splitter/visual-elements/separator">separators</see> in the collapsed state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SplitterSeparatorStyleBase"/> object containing style settings.</value>
    </member>
    <member name="F:DevExpress.Web.SplitterStyles.SeparatorCollapsedStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.SplitterStyles.SeparatorHoverStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.SplitterStyles.SeparatorStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.SplitterStyles.VerticalSeparator">
      <summary>
        <para>Gets style settings defining the appearance of vertical <see href="https://docs.devexpress.com/AspNet/7200/components/site-navigation-and-layout/splitter/visual-elements/separator">separators</see> within the ASPxSplitter.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SplitterSeparatorStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.SplitterStyles.VerticalSeparatorButton">
      <summary>
        <para>Gets style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/7202/components/site-navigation-and-layout/splitter/visual-elements/collapse-backward-button">collapse backward</see> and <see href="https://docs.devexpress.com/AspNet/7203/components/site-navigation-and-layout/splitter/visual-elements/collapse-forward-button">collapse forward</see> buttons within the splitter’s vertical <see href="https://docs.devexpress.com/AspNet/7200/components/site-navigation-and-layout/splitter/visual-elements/separator">separators</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SplitterSeparatorButtonStyle"/> object containing style settings.</value>
    </member>
    <member name="F:DevExpress.Web.SplitterStyles.VerticalSeparatorButtonHoverStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.SplitterStyles.VerticalSeparatorButtonStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.SplitterStyles.VerticalSeparatorCollapsed">
      <summary>
        <para>Gets style settings defining the appearance of the ASPxSplitter‘s vertical <see href="https://docs.devexpress.com/AspNet/7200/components/site-navigation-and-layout/splitter/visual-elements/separator">separators</see> in the collapsed state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SplitterSeparatorStyleBase"/> object containing style settings.</value>
    </member>
    <member name="F:DevExpress.Web.SplitterStyles.VerticalSeparatorCollapsedStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.SplitterStyles.VerticalSeparatorHoverStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.SplitterStyles.VerticalSeparatorStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.StateManagedCollectionBase">
      <summary>
        <para>Serves as a base for collection objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.StateManagedCollectionBase.Clear">
      <summary>
        <para>Clears the collection by removing all its items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.StateManagedCollectionBase.CopyTo(System.Array,System.Int32)">
      <summary>
        <para>Copies the items from the collection to the specified array, starting at the specified index in the array object.</para>
      </summary>
      <param name="array">A zero-based System.Array object that receives the copied items from the <see cref="T:DevExpress.Web.StateManagedCollectionBase"/> collection.</param>
      <param name="index">The first position in the specified System.Array object to receive the copied contents.</param>
    </member>
    <member name="P:DevExpress.Web.StateManagedCollectionBase.Count">
      <summary>
        <para>Gets the number of items contained within the collection.</para>
      </summary>
      <value>An integer value representing the number of collection items.</value>
    </member>
    <member name="M:DevExpress.Web.StateManagedCollectionBase.GetEnumerator">
      <summary>
        <para>Returns a reference to an enumerator object, which is used to iterate through the collection.</para>
      </summary>
      <returns>The IEnumerator-supporting object, representing the collection’s enumerator.</returns>
    </member>
    <member name="P:DevExpress.Web.StateManagedCollectionBase.IsEmpty">
      <summary>
        <para>Gets a value indicating whether the collection is empty.</para>
      </summary>
      <value>true if the collection is empty; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.StateManagedCollectionBase.SetDirty">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.StateManager">
      <summary>
        <para>Represents a base class for all classes that perform management of their view state.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.StateManager.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.StateManager"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.StateManager.ToString">
      <summary>
        <para>Returns the string that represents the current object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> that represents the current <see cref="T:DevExpress.Web.StateManager"/> object.</returns>
    </member>
    <member name="T:DevExpress.Web.StaticEditClientSideEvents">
      <summary>
        <para>Contains a client-side static editor’s event list.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.StaticEditClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.StaticEditClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.StaticEditClientSideEvents.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.StaticEditClientSideEvents"/> 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.StaticEditClientSideEvents.Click">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientStaticEdit.Click</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.StaticEditProperties">
      <summary>
        <para>Serves as the base class for the editor properties classes that define the behavior of static editors (which don’t  allow data input).</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.StaticEditProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.StaticEditProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.StaticEditProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.StaticEditProperties"/> 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.StaticEditProperties.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.StaticEditProperties.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxStaticEdit"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.StaticEditClientSideEvents"/> object which allows assigning handlers to the client-side events available to the editor.</value>
    </member>
    <member name="T:DevExpress.Web.StorageStrategy">
      <summary>
        <para>Serves as a base class for the <see cref="T:DevExpress.Web.RuntimeStorageStrategy"/> object.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.StorageStrategy.CanStoreData(DevExpress.Web.ASPxWebControlBase)">
      <summary>
        <para>Returns a value that indicates whether the specified web control’s binary data can be stored within a binary storage.</para>
      </summary>
      <param name="control">An <see cref="T:DevExpress.Web.ASPxWebControlBase"/> object representing a web control related to the binary data.</param>
      <returns>true if a binary resource can be stored; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.StorageStrategy.GetControlUniqueName(DevExpress.Web.ASPxWebControlBase)">
      <summary>
        <para>Returns the specified control’s unique name within a web site.</para>
      </summary>
      <param name="control">An <see cref="T:DevExpress.Web.ASPxWebControlBase"/> descendant specifying the required web control.</param>
      <returns>A string value representing the unique name of the specified control.</returns>
    </member>
    <member name="M:DevExpress.Web.StorageStrategy.GetResourceData(System.String)">
      <summary>
        <para>Returns binary data related to the specified resource key.</para>
      </summary>
      <param name="key">A <see cref="T:System.String"/> value that specifies the key related to the required binary data.</param>
      <returns>A <see cref="T:DevExpress.Web.BinaryStorageData"/> object that contains the binary data.</returns>
    </member>
    <member name="M:DevExpress.Web.StorageStrategy.GetResourceKeyForResizedImage(DevExpress.Web.ASPxWebControlBase,System.Byte[],System.String)">
      <summary>
        <para>Returns the key of the resized binary image.</para>
      </summary>
      <param name="control">An <see cref="T:DevExpress.Web.ASPxWebControlBase"/> descendant object that is the web control related to obtaining a binary image.</param>
      <param name="content">An array of <see cref="T:System.Byte"/> objects that is the content of a binary image.</param>
      <param name="mimeType">A <see cref="T:System.String"/> specifying the resource file’s MIME type.</param>
      <returns>A <see cref="T:System.String"/> object that is the key of the binary image.</returns>
    </member>
    <member name="M:DevExpress.Web.StorageStrategy.GetResourceUrl(DevExpress.Web.ASPxWebControlBase,System.Byte[],System.String,System.String)">
      <summary>
        <para>Returns the URL of the binary resource file.</para>
      </summary>
      <param name="control">An <see cref="T:DevExpress.Web.ASPxWebControlBase"/> object representing a control that obtains a binary resource file.</param>
      <param name="content">An array of <see cref="T:System.Byte"/> objects representing the resource file’s binary content.</param>
      <param name="mimeType">A string that represents the resource file’s MIME type.</param>
      <param name="contentDisposition">A string that represents the resource file’s content disposition.</param>
      <returns>A <see cref="T:System.String"/> object that represents the URL of the binary resource.</returns>
    </member>
    <member name="M:DevExpress.Web.StorageStrategy.GetResourceUrl(DevExpress.Web.ASPxWebControlBase,System.Byte[],System.String)">
      <summary>
        <para>Returns a URL of the binary resource file.</para>
      </summary>
      <param name="control">An <see cref="T:DevExpress.Web.ASPxWebControlBase"/> object that is a control that obtains a binary resource file.</param>
      <param name="content">An array of <see cref="T:System.Byte"/> objects that is the resource file’s binary content.</param>
      <param name="mimeType">A string that is the resource file’s MIME type.</param>
      <returns>A <see cref="T:System.String"/> object that that is a URL of the binary resource.</returns>
    </member>
    <member name="M:DevExpress.Web.StorageStrategy.ProcessRequest(System.String)">
      <summary>
        <para>Processes the request to obtain the specified binary resource.</para>
      </summary>
      <param name="key">A <see cref="T:System.String"/> value that specifies the resource key of the binary data to obtain.</param>
      <returns>true if the requested binary data is obtained; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.StorageStrategy.ProcessRequestForResizedImage(System.String)">
      <summary>
        <para>Processes the request to obtain the specified resized binary image.</para>
      </summary>
      <param name="key">A <see cref="T:System.String"/> value that specifies the resource key of the binary data to obtain.</param>
      <returns>true, if the requested binary data is obtained; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.StorageStrategy.StoreResourceData(DevExpress.Web.ASPxWebControlBase,System.String,DevExpress.Web.BinaryStorageData)">
      <summary>
        <para>Stores binary data with the specified resource key.</para>
      </summary>
      <param name="control">An <see cref="T:DevExpress.Web.ASPxWebControlBase"/> descendant specifying the web control related to the binary data.</param>
      <param name="key">A <see cref="T:System.String"/> value that specifies the binary data resource key.</param>
      <param name="data">A <see cref="T:DevExpress.Web.BinaryStorageData"/> object containing the binary data to store.</param>
    </member>
    <member name="T:DevExpress.Web.StylesBase">
      <summary>
        <para>Serves as a base for classes that allow defining appearance of particular web controls.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.StylesBase.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.StylesBase.CopyFrom(DevExpress.Web.StylesBase)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.StylesBase"/> class.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.StylesBase"/> object that represents the object from which the settings will be copied.</param>
    </member>
    <member name="M:DevExpress.Web.StylesBase.CreateStyleCopyByName``1(System.String)">
      <summary>
        <para>Creates and returns a copy of a style object with the specified name.</para>
      </summary>
      <param name="styleName">A <see cref="T:System.String"/> containing the name of the style is being copied.</param>
      <returns>A style object which is a copy of the specified style.</returns>
    </member>
    <member name="P:DevExpress.Web.StylesBase.CssFilePath">
      <summary>
        <para>Gets or sets the path to a CSS file that defines the web control’s appearance.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the path to the required CSS file.</value>
    </member>
    <member name="P:DevExpress.Web.StylesBase.CssPostfix">
      <summary>
        <para>Gets or sets a CSS class name postfix that identifies style settings to be applied to the control.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that represents the required CSS class name postfix.</value>
    </member>
    <member name="P:DevExpress.Web.StylesBase.EnableDefaultAppearance">
      <summary>
        <para>Specifies whether to enable the control’s default appearance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.StylesBase.IsDefaultAppearanceEnabled">
      <summary>
        <para>Specifies whether the control’s default appearance is enabled. For internal use only,</para>
      </summary>
      <returns>true if the default appearance is enabled for the control; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.StylesBase.IsNative">
      <summary>
        <para>Returns a value indicating whether the control is rendered as a native HTML control.</para>
      </summary>
      <returns>true if the control is rendered as a native HTML control; otherwise, false.</returns>
    </member>
    <member name="M:DevExpress.Web.StylesBase.Reset">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Web.StylesBase"/> object to its original state.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.StylesBase.Theme">
      <summary>
        <para>Gets or sets the name of the <see href="https://docs.devexpress.com/AspNet/11685/common-concepts/appearance-customization-theming">Theme</see> to be applied to a web control.</para>
      </summary>
      <value>A string value specifying the theme name.</value>
    </member>
    <member name="M:DevExpress.Web.StylesBase.ToString">
      <summary>
        <para>Returns the string that represents the current object.</para>
      </summary>
      <returns>An empty string value.</returns>
    </member>
    <member name="T:DevExpress.Web.StyleSheetCollection">
      <summary>
        <para>Represents a collection of scripts within the <see cref="T:DevExpress.Web.ASPxStyleSheetManager"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.StyleSheetCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.StyleSheetCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.StyleSheetCollection.#ctor(DevExpress.Web.ASPxStyleSheetManager)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.StyleSheetCollection"/>class specifying its owner.</para>
      </summary>
      <param name="styleSheetManager">A <see cref="T:DevExpress.Web.ASPxStyleSheetManager"/> object that will own the collection.</param>
    </member>
    <member name="M:DevExpress.Web.StyleSheetCollection.Add">
      <summary>
        <para>Adds a new style sheet to the end of the collection and returns the newly created object.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.ResourceStyleSheet"/> object that is the newly created style sheet.</returns>
    </member>
    <member name="M:DevExpress.Web.StyleSheetCollection.Add(DevExpress.Web.ResourceStyleSheet)">
      <summary>
        <para>Adds the specified style sheet to the end of the collection.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.Mvc.UI.StyleSheet"/> object that is the style sheet to add to the collection.</param>
    </member>
    <member name="P:DevExpress.Web.StyleSheetCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items within the <see cref="T:DevExpress.Web.StyleSheetCollection"/>.</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.ResourceStyleSheet"/> object that is an item located at the specified index within the collection.</value>
    </member>
    <member name="T:DevExpress.Web.Suite">
      <summary>
        <para>Lists values that identify suites.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Suite.All">
      <summary>
        <para>Identifies all suites from this enumeration.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Suite.CardView">
      <summary>
        <para>Identifies the <see href="https://docs.devexpress.com/AspNet/114048/components/card-view">Card View</see> suite.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Suite.Charting">
      <summary>
        <para>Identifies the <see href="https://docs.devexpress.com/AspNet/8103/components/chart-control">Charting</see> suite.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Suite.ClientRichEdit">
      <summary>
        <para>Identifies the client Rich Text Editor suite.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Suite.Dashboard">
      <summary>
        <para>Identifies the <see href="https://docs.devexpress.com/Dashboard/12049/dashboard">Dashboard</see> suite.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Suite.Diagram">
      <summary>
        <para>Identifies the <see href="https://docs.devexpress.com/AspNet/401340/components/diagram">Diagram</see> suite.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Suite.Editors">
      <summary>
        <para>Identifies the <see href="https://docs.devexpress.com/AspNet/7897/components/data-editors">Data Editors</see> suite.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Suite.Gantt">
      <summary>
        <para>Identifies the <see href="https://docs.devexpress.com/AspNet/400720/components/gantt">Gantt</see> suite.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Suite.Gauges">
      <summary>
        <para>Identifies the <see href="https://docs.devexpress.com/AspNet/5230/components/gauges">Gauges</see> suite.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Suite.Grid">
      <summary>
        <para>Identifies the <see href="https://docs.devexpress.com/AspNet/5823/components/grid-view">Grid View</see> suite.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Suite.HtmlEditor">
      <summary>
        <para>Identifies the <see href="https://docs.devexpress.com/AspNet/4024/components/html-editor">HTML Editor</see> suite.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Suite.Icons">
      <summary>
        <para>Identifies the <see href="https://docs.devexpress.com/AspNet/15861/common-concepts/icon-collection">Icon Collection</see> suite.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Suite.NavigationAndLayout">
      <summary>
        <para>Identifies controls from the following suites: <see href="https://docs.devexpress.com/AspNet/14828/components/data-and-image-navigation">Data and Image Navigation</see>, <see href="https://docs.devexpress.com/AspNet/14830/components/docking-and-popups">Docking and Popups</see>, <see href="https://docs.devexpress.com/AspNet/14826/components/site-navigation-and-layout">Site Navigation and Layout</see>, <see href="https://docs.devexpress.com/AspNet/14829/components/file-management">File Management</see>, and <see href="https://docs.devexpress.com/AspNet/7925/components/multi-use-site-controls">Multi-Use Site Controls</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Suite.None">
      <summary>
        <para>No one suite is specified.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Suite.PivotGrid">
      <summary>
        <para>Identifies the <see href="https://docs.devexpress.com/AspNet/5830/components/pivot-grid">Pivot Grid</see> suite.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Suite.QueryBuilder">
      <summary>
        <para>Identifies the <see href="https://docs.devexpress.com/AspNet/114930/components/query-builder">QueryBuilder</see> suite.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Suite.Reporting">
      <summary>
        <para>Identifies the <see href="https://docs.devexpress.com/AspNet/8104/components/reporting">Reporting</see> suite.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Suite.RichEdit">
      <summary>
        <para>Identifies the <see href="https://docs.devexpress.com/AspNet/17721/components/rich-text-editor">Rich Text Editor</see> suite.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Suite.Scheduling">
      <summary>
        <para>Identifies the <see href="https://docs.devexpress.com/AspNet/3685/components/scheduler">Scheduler</see> suite.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Suite.SpellChecker">
      <summary>
        <para>Identifies the <see href="https://docs.devexpress.com/AspNet/3686/components/spell-checker">Spell Checker</see> suite.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Suite.Spreadsheet">
      <summary>
        <para>Identifies the <see href="https://docs.devexpress.com/AspNet/16157/components/spreadsheet">Spreadsheet</see> suite.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Suite.TreeList">
      <summary>
        <para>Identifies the <see href="https://docs.devexpress.com/AspNet/7928/components/tree-list">Tree List</see> suite.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.Suite.VerticalGrid">
      <summary>
        <para>Identifies the <see href="https://docs.devexpress.com/AspNet/116045/components/vertical-grid">Vertical Grid</see> suite.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.SummaryProperties">
      <summary>
        <para>Provides the pager <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#summary">summary</see> settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SummaryProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SummaryProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.SummaryProperties.#ctor(DevExpress.Web.IPropertiesOwner,DevExpress.Web.PagerButtonPosition,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SummaryProperties"/> 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="position">A <see cref="T:DevExpress.Web.PagerButtonPosition"/> enumeration value that specifies the position of the summary text. This value is assigned to the <see cref="P:DevExpress.Web.SummaryProperties.Position">SummaryProperties.Position</see> property.</param>
      <param name="text">A string value that represents the pattern used to format the summary’s text. This value is assigned to the <see cref="P:DevExpress.Web.PagerButtonProperties.Text">PagerButtonProperties.Text</see> property.</param>
      <param name="allPagesText">A string value that represents the pattern used to format summary’s text when the content of all the pages is displayed. This value is assigned to the <see cref="P:DevExpress.Web.SummaryProperties.AllPagesText">SummaryProperties.AllPagesText</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.SummaryProperties.#ctor(DevExpress.Web.IPropertiesOwner,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SummaryProperties"/> class.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
      <param name="visible">true to show the summary; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.Web.SummaryProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.SummaryProperties"/> 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.SummaryProperties.AllPagesText">
      <summary>
        <para>Gets or sets the pattern used to format a <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#summary">summary</see> text when the content of all the pages is displayed.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the summary pattern.</value>
    </member>
    <member name="M:DevExpress.Web.SummaryProperties.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.SummaryProperties.EmptyText">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/3656/components/data-and-image-navigation/pager/visual-elements#summary">summary</see> text displayed when there is no data to paginate.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the summary text.</value>
    </member>
    <member name="P:DevExpress.Web.SummaryProperties.Position">
      <summary>
        <para>Gets or sets the position of the summary text.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.PagerButtonPosition"/> enumeration value that specifies the position of the summary text.</value>
    </member>
    <member name="T:DevExpress.Web.SupportsStrategyMethod">
      <summary>
        <para>A method that will indicate whether the specified strategy is supported by a web control.</para>
      </summary>
      <param name="control">An <see cref="T:DevExpress.Web.ASPxWebControlBase"/> object representing a web control that obtains a binary resource.</param>
    </member>
    <member name="T:DevExpress.Web.SyncSelectionMode">
      <summary>
        <para>Contains values that specify how automatic synchronization of item selection with the path of the currently browsed page should be performed.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.SyncSelectionMode.CurrentPath">
      <summary>
        <para>A web control’s item, whose NavigateUrl property’s value points to the URL of the currently browsed page, is displayed selected. The query string appended to the URL is ignored.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.SyncSelectionMode.CurrentPathAndQuery">
      <summary>
        <para>A web control’s item, whose NavigateUrl property’s value matches the URL and query string of the currently browsed page, is displayed selected.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.SyncSelectionMode.None">
      <summary>
        <para>Automatic selection synchronization is disabled.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.Tab">
      <summary>
        <para>Represents an individual tab.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Tab.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Tab"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.Tab.#ctor(System.String,System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Tab"/> class with the specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the tab’s display text. Initializes the tab’s <see cref="P:DevExpress.Web.TabBase.Text">TabBase.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which indentifies the created tab. Initializes the tab’s <see cref="P:DevExpress.Web.TabBase.Name">TabBase.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the image displayed by the tab. Initializes the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> property of the tab’s <see cref="P:DevExpress.Web.TabBase.TabImage">TabBase.TabImage</see>.</param>
      <param name="navigateUrl">A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the tab is clicked. Initializes the tab’s <see cref="P:DevExpress.Web.Tab.NavigateUrl">Tab.NavigateUrl</see> property.</param>
      <param name="target">A <see cref="T:System.String"/> value which identifies the window or frame at which to target URL content when the tab is clicked. Initializes the tab’s <see cref="P:DevExpress.Web.Tab.Target">Tab.Target</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.Tab.#ctor(System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Tab"/> class with the specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the tab’s display text. Initializes the tab’s <see cref="P:DevExpress.Web.TabBase.Text">TabBase.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the path to the image displayed by the tab. Initializes the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> property of the tab’s <see cref="P:DevExpress.Web.TabBase.TabImage">TabBase.TabImage</see>.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the tab is clicked. Initializes the tab’s <see cref="P:DevExpress.Web.Tab.NavigateUrl">Tab.NavigateUrl</see> property.</param>
      <param name="navigateUrl">A <see cref="T:System.String"/> value which identifies the window or frame at which to target URL content when the tab is clicked. Initializes the tab’s <see cref="P:DevExpress.Web.Tab.Target">Tab.Target</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.Tab.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Tab"/> class with the specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the tab’s display text. Initializes the tab’s <see cref="P:DevExpress.Web.TabBase.Text">TabBase.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which indentifies the created tab. Initializes the tab’s <see cref="P:DevExpress.Web.TabBase.Name">TabBase.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the image displayed by the tab. Initializes the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> property of the tab’s <see cref="P:DevExpress.Web.TabBase.TabImage">TabBase.TabImage</see>.</param>
    </member>
    <member name="M:DevExpress.Web.Tab.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Tab"/> class with the specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the tab’s display text. Initializes the tab’s <see cref="P:DevExpress.Web.TabBase.Text">TabBase.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the path to the image displayed by the tab. Initializes the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> property of the tab’s <see cref="P:DevExpress.Web.TabBase.TabImage">TabBase.TabImage</see>.</param>
    </member>
    <member name="M:DevExpress.Web.Tab.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.Tab"/> class using the specified display text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the tab’s display text. Initializes the tab’s <see cref="P:DevExpress.Web.TabBase.Text">TabBase.Text</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.Tab.ActiveTabTemplate">
      <summary>
        <para>Gets or sets a template used for displaying the content of the current tab when it’s active.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template.</value>
    </member>
    <member name="P:DevExpress.Web.Tab.ActiveTabTextTemplate">
      <summary>
        <para>Gets or sets a template used for displaying the text content of the current tab when it’s active.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template.</value>
    </member>
    <member name="M:DevExpress.Web.Tab.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="P:DevExpress.Web.Tab.NavigateUrl">
      <summary>
        <para>Gets or sets an URL which defines the navigation location.</para>
      </summary>
      <value>A string value which represents an URL where the client web browser will navigate.</value>
    </member>
    <member name="P:DevExpress.Web.Tab.TabTemplate">
      <summary>
        <para>Gets or sets a template used to display the content of the current tab.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template.</value>
    </member>
    <member name="P:DevExpress.Web.Tab.TabTextTemplate">
      <summary>
        <para>Gets or sets a template used to display the text content of the current tab.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template.</value>
    </member>
    <member name="P:DevExpress.Web.Tab.Target">
      <summary>
        <para>Gets or sets the window or frame at which to target the contents of the URL associated with the current tab.</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.TabAlign">
      <summary>
        <para>Specifies the alignment of tabs along the control’s side specified by the <see cref="P:DevExpress.Web.ASPxTabControlBase.TabPosition">ASPxTabControlBase.TabPosition</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.TabAlign.Center">
      <summary>
        <para>Tabs are centered along the specified side of a tab control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.TabAlign.Justify">
      <summary>
        <para>Tabs are uniformly spread out and aligned with both left and right margins along the specified side of a tab control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.TabAlign.Left">
      <summary>
        <para>Tabs are left justified along the specified side of a tab control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.TabAlign.Right">
      <summary>
        <para>Tabs are right justified along the specified side of a tab control.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.TabBase">
      <summary>
        <para>Represents the base class for the <see cref="T:DevExpress.Web.Tab"/> and <see cref="T:DevExpress.Web.TabPage"/> classes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TabBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TabBase"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TabBase.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TabBase"/> class with the specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the tab’s display text. Initializes the tab’s <see cref="P:DevExpress.Web.TabBase.Text">TabBase.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which indentifies the created tab. Initializes the tab’s <see cref="P:DevExpress.Web.TabBase.Name">TabBase.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the image displayed by the tab. Initializes the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> property of the tab’s <see cref="P:DevExpress.Web.TabBase.TabImage">TabBase.TabImage</see>.</param>
    </member>
    <member name="M:DevExpress.Web.TabBase.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TabBase"/> class with the specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the tab’s display text. Initializes the tab’s <see cref="P:DevExpress.Web.TabBase.Text">TabBase.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the path to the image displayed by the tab. Initializes the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> property of the tab’s <see cref="P:DevExpress.Web.TabBase.TabImage">TabBase.TabImage</see>.</param>
    </member>
    <member name="M:DevExpress.Web.TabBase.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TabBase"/> class using the specified display text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the tab’s display text. Initializes the tab’s <see cref="P:DevExpress.Web.TabBase.Text">TabBase.Text</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.TabBase.ActiveTabImage">
      <summary>
        <para>Gets the settings of a tab image displayed within the current tab when the tab is active.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TabImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.TabBase.ActiveTabStyle">
      <summary>
        <para>Gets the style of the tab when it’s active.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TabStyle"/> object that contains the style settings for the tab’s active state.</value>
    </member>
    <member name="P:DevExpress.Web.TabBase.ActiveTabTemplate">
      <summary>
        <para>Gets or sets a template used for displaying the content of the current tab when it’s active.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template.</value>
    </member>
    <member name="P:DevExpress.Web.TabBase.ActiveTabTextTemplate">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TabBase.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="P:DevExpress.Web.TabBase.ClientEnabled">
      <summary>
        <para>Gets or sets 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.TabBase.ClientVisible">
      <summary>
        <para>Gets or sets a value that specifies the tab’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 control, but make it initially hidden on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.TabBase.DataItem">
      <summary>
        <para>Gets the data item that is bound to the tab.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> that represents the data item that is bound to the tab.</value>
    </member>
    <member name="P:DevExpress.Web.TabBase.Enabled">
      <summary>
        <para>Gets or sets a value that indicates whether the current tab is enabled, allowing the tab to respond to end-user interactions.</para>
      </summary>
      <value>true if the tab is enabled; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.TabBase.FindControl(System.String)">
      <summary>
        <para>Searches the current naming container for a server control with the specified id parameter.</para>
      </summary>
      <param name="id">The identifier for the control to be found.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object representing the specified control, or the null reference (Nothing in Visual Basic) if the specified control does not exist.</returns>
    </member>
    <member name="P:DevExpress.Web.TabBase.IsActive">
      <summary>
        <para>Gets a value that indicates whether the current tab is the control’s active tab.</para>
      </summary>
      <value>true if the current tab is active; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.TabBase.Name">
      <summary>
        <para>Gets or sets the unique identifier name for the current tab object.</para>
      </summary>
      <value>A string value that specifies the tab’s unique identifier name.</value>
    </member>
    <member name="P:DevExpress.Web.TabBase.NewLine">
      <summary>
        <para>Gets or sets a value that specifies whether the current tab starts a new line.</para>
      </summary>
      <value>true to begin a new line with the current tab; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.TabBase.TabControl">
      <summary>
        <para>Gets the control to which the current tab belongs.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxTabControlBase"/> object representing the control that contains the current tab.</value>
    </member>
    <member name="P:DevExpress.Web.TabBase.TabImage">
      <summary>
        <para>Gets the settings of an image displayed by the current tab.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TabImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.TabBase.TabStyle">
      <summary>
        <para>Gets the style settings of the current tab.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TabStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TabBase.TabTemplate">
      <summary>
        <para>Gets or sets a template used to display the content of the current tab.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template.</value>
    </member>
    <member name="P:DevExpress.Web.TabBase.TabTextTemplate">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TabBase.Text">
      <summary>
        <para>Gets or sets the text content of the current tab (tab page) object.</para>
      </summary>
      <value>A string value that specifies the text content of the <see cref="T:DevExpress.Web.TabBase"/>.</value>
    </member>
    <member name="P:DevExpress.Web.TabBase.ToolTip">
      <summary>
        <para>Gets or sets the current tab’s tooltip text.</para>
      </summary>
      <value>A string which specifies the text content of the current tab’s tooltip.</value>
    </member>
    <member name="M:DevExpress.Web.TabBase.ToString">
      <summary>
        <para>Returns the string that represents the current object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> that represents the current <see cref="T:DevExpress.Web.TabBase"/> object.</returns>
    </member>
    <member name="P:DevExpress.Web.TabBase.Visible">
      <summary>
        <para>Gets or sets a value specifying the visibility of the current tab (tab page).</para>
      </summary>
      <value>true if the tab is visible; otherwise false</value>
    </member>
    <member name="P:DevExpress.Web.TabBase.VisibleIndex">
      <summary>
        <para>Gets or sets a value specifying the position of the current tab (tabbed page) amongst the visible tabs (tabbed pages) in a tab control.</para>
      </summary>
      <value>An integer value specifying the zero-based index of the <see cref="T:DevExpress.Web.TabBase"/> amongst the tab control’s visible tabs. &#0045;1 if the tab is invisible.</value>
    </member>
    <member name="T:DevExpress.Web.TabbedLayoutGroup">
      <summary>
        <para>A <see href="https://docs.devexpress.com/AspNet/14357/components/site-navigation-and-layout/form-layout/visual-elements/tabbed-layout-group">tabbed layout group</see> in the <see cref="T:DevExpress.Web.ASPxFormLayout"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TabbedLayoutGroup.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TabbedLayoutGroup"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TabbedLayoutGroup.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TabbedLayoutGroup"/> class with default settings.</para>
      </summary>
      <param name="caption">A tabbed layout group caption.</param>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroup.ActiveTabIndex">
      <summary>
        <para>Gets or sets the index of a tab (tabbed page) which is selected within the control.</para>
      </summary>
      <value>An integer value specifying the index of an active tab (tabbed page) within the tabbed layout group.</value>
    </member>
    <member name="M:DevExpress.Web.TabbedLayoutGroup.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings of the specified object to the current one.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.CollectionItem"/> descendant whose settings are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroup.BackgroundImage">
      <summary>
        <para>Gets the tabbed layout group’s background image.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BackgroundImage"/> object that is a background image.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroup.Border">
      <summary>
        <para>Gets the tabbed layout group border settings defined by the current style.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BorderWrapper"/> object which specifies the border settings.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroup.BorderBottom">
      <summary>
        <para>Gets the settings of the tabbed layout group bottom border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the bottom border settings.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroup.BorderLeft">
      <summary>
        <para>Gets the settings of the tabbed layout group left border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the left border settings.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroup.BorderRight">
      <summary>
        <para>Gets the settings of the tabbed layout group right border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the right border settings.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroup.BorderTop">
      <summary>
        <para>Gets the settings of the tabbed layout group top border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the top border settings.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroup.Caption">
      <summary>
        <para>Gets or sets the text displayed in the <see href="https://docs.devexpress.com/AspNet/14357/components/site-navigation-and-layout/form-layout/visual-elements/tabbed-layout-group">tabbed layout group</see>.</para>
      </summary>
      <value>A string that specifies the text displayed in the tabbed layout group.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroup.ClientInstanceName">
      <summary>
        <para>Gets or sets the tabbed layout group’s client programmatic identifier.</para>
      </summary>
      <value>A string value that specifies the editor’s client identifier.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroup.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the tabbed layout group.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TabControlClientSideEvents"/> object which allows assigning handlers to the client-side events available to the tabbed layout group.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroup.Images">
      <summary>
        <para>Provides access to the settings that define images displayed within the ASPxFormLayout’s tabbed group visual elements.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TabbedLayoutGroupTabPageImage"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroup.Paddings">
      <summary>
        <para>Gets the padding settings of the <see cref="T:DevExpress.Web.TabbedLayoutGroup"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroup.PageControl">
      <summary>
        <para>Gets the tabbed layout group currently being processed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxPageControl"/> object that is the processed tagged group.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroup.SettingsTabPages">
      <summary>
        <para>Provides access to the tabbed layout group page settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TabbedLayoutGroupTabPageSettings"/> object that contains the tab pages settings.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroup.ShowGroupDecoration">
      <summary>
        <para>Gets or sets whether the group box decoration is displayed.</para>
      </summary>
      <value>true if the group box decoration is displayed; otherwise false.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroup.Styles">
      <summary>
        <para>Provides access to the style settings that control the appearance of the tabbed layout group.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TabbedLayoutGroupTabPageStyles"/> object that provides style settings for the tabbed layout group</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroup.TabAlign">
      <summary>
        <para>Gets or sets the alignment of tabs along the tabbed layout group’s side specified by the <see cref="P:DevExpress.Web.TabbedLayoutGroup.TabPosition">TabbedLayoutGroup.TabPosition</see> property.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.TabAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroup.TabPosition">
      <summary>
        <para>Gets or sets the position of tabs within the current control.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.TabPosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroup.TabSpacing">
      <summary>
        <para>Gets or sets the amount of space between the tabs within the tabbed layout group.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="T:DevExpress.Web.TabbedLayoutGroupTabPageImage">
      <summary>
        <para>Contains settings that allow images to be defined for the <see cref="T:DevExpress.Web.ASPxFormLayout"/>‘s <see href="https://docs.devexpress.com/AspNet/14357/components/site-navigation-and-layout/form-layout/visual-elements/tabbed-layout-group">tabbed layout group</see> specific elements.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TabbedLayoutGroupTabPageImage.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TabbedLayoutGroupTabPageImage"/> 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.TabbedLayoutGroupTabPageImage.ActiveTabImage">
      <summary>
        <para>Gets the image settings displayed by the active tab within the tabbed layout group.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TabImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroupTabPageImage.LoadingPanelImage">
      <summary>
        <para>Gets the image settings displayed by the loading panel within the tabbed layout group.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroupTabPageImage.ScrollLeftButtonImage">
      <summary>
        <para>Gets the settings of an image displayed within the scroll left button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroupTabPageImage.ScrollRightButtonImage">
      <summary>
        <para>Gets the settings of an image displayed within the scroll right button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroupTabPageImage.TabImage">
      <summary>
        <para>Gets the image settings displayed by all the tabs within the tabbed layout group.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TabImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="T:DevExpress.Web.TabbedLayoutGroupTabPageSettings">
      <summary>
        <para>Contains settings specific to tab pages displayed within a tabbed layout group.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroupTabPageSettings.ActivateTabPageAction">
      <summary>
        <para>Gets or sets a value that specifies which action forces a tab to be selected within a group.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ActivateTabPageAction"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroupTabPageSettings.ActiveTabTemplate">
      <summary>
        <para>Gets or sets a common template used for displaying the content of an active tab within the current tabbed layout group.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template.</value>
    </member>
    <member name="M:DevExpress.Web.TabbedLayoutGroupTabPageSettings.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"/> descendant whose settings are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroupTabPageSettings.AutoPostBack">
      <summary>
        <para>Gets or sets a value that specifies whether server-side processing is required for specific predefined user actions.</para>
      </summary>
      <value>true, if server-side processing is required, otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroupTabPageSettings.EnableCallbackCompression">
      <summary>
        <para>Gets or sets whether callback result compression is enabled.</para>
      </summary>
      <value>true to enable callback result compression; otherwise, false</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroupTabPageSettings.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="P:DevExpress.Web.TabbedLayoutGroupTabPageSettings.EnableClientSideAPI">
      <summary>
        <para>Gets or sets a value that specifies whether the tabbed layout group can be manipulated on the client side via code.</para>
      </summary>
      <value>true, if the tabbed layout group’s client object model is fully available; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroupTabPageSettings.EnableHierarchyRecreation">
      <summary>
        <para>Gets or sets a value that specifies whether the tabbed layout group enables its control hierarchy to be forcibly recreated, to apply the settings defined at runtime to its child controls.</para>
      </summary>
      <value>true, if the control’s hierarchy recreation is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroupTabPageSettings.EnableHotTrack">
      <summary>
        <para>Gets or sets a value that specifies whether tabs within tabbed layout group 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.TabbedLayoutGroupTabPageSettings.EnableTabScrolling">
      <summary>
        <para>Gets or sets a value indicating whether scrolling tabs within the tab header is enabled within a tabbed layout group.</para>
      </summary>
      <value>true, if scrolling is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroupTabPageSettings.JSProperties">
      <summary>
        <para>Enables you to supply any server data that can then be parsed on the client.</para>
      </summary>
      <value>The collection of property names and their values.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroupTabPageSettings.RenderMode">
      <summary>
        <para>Gets or sets a value that specifies the render mode of the tabbed groups.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroupTabPageSettings.ScrollButtonsIndent">
      <summary>
        <para>Gets or sets the amount of space between a scroll button and tabs.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroupTabPageSettings.ScrollButtonSpacing">
      <summary>
        <para>Gets or sets the spacing between the scroll buttons within the tab header of a tabbed group.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroupTabPageSettings.SpaceAfterTabsTemplate">
      <summary>
        <para>Gets or sets a template used for rendering the space after tabs.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroupTabPageSettings.SpaceBeforeTabsTemplate">
      <summary>
        <para>Gets or sets a template used for rendering the space before tabs.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroupTabPageSettings.TabTemplate">
      <summary>
        <para>Gets or sets a common template used to display the content of all the tabs within the current tabbed group.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template.</value>
    </member>
    <member name="T:DevExpress.Web.TabbedLayoutGroupTabPageStyles">
      <summary>
        <para>Contains settings that allow the appearance of elements, used within ASPxFormLayout tabbed groups, to be defined.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TabbedLayoutGroupTabPageStyles.#ctor(DevExpress.Web.TabControlStyles)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TabbedLayoutGroupTabPageStyles"/> class with the specified settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroupTabPageStyles.ActiveTabStyle">
      <summary>
        <para>Gets the style settings defining the active tab appearance within the tabbed layout group.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.TabStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroupTabPageStyles.ContentStyle">
      <summary>
        <para>Gets the style settings defining the content appearance within the tabbed layout group.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ContentStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroupTabPageStyles.DisabledStyle">
      <summary>
        <para>Gets the style settings defining the disabled tabbed layout group appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.DisabledStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroupTabPageStyles.LoadingPanelStyle">
      <summary>
        <para>Gets the style settings defining the loading panel appearance within the tabbed layout group.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.LoadingPanelStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroupTabPageStyles.ScrollButtonStyle">
      <summary>
        <para>Gets the style settings defining the scroll button appearance within the tabbed layout group.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ButtonStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroupTabPageStyles.SpaceAfterTabsTemplateStyle">
      <summary>
        <para>Gets the style settings defining the appearance of the space after the tab within the tabbed layout group.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.SpaceTabTemplateStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroupTabPageStyles.SpaceBeforeTabsTemplateStyle">
      <summary>
        <para>Gets the style settings defining the appearance of the space before the tab within the tabbed layout group.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.SpaceTabTemplateStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TabbedLayoutGroupTabPageStyles.TabStyle">
      <summary>
        <para>Gets the style settings defining the tab appearance within the tabbed layout group.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.TabStyle"/> object containing style settings.</value>
    </member>
    <member name="T:DevExpress.Web.TabCollection">
      <summary>
        <para>Represents a collection of <see href="https://docs.devexpress.com/AspNet/10034/components/site-navigation-and-layout/page-control-and-tab-control/visual-elements">tabs</see> within the <see cref="T:DevExpress.Web.ASPxTabControl"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TabCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TabCollection"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TabCollection.#ctor(DevExpress.Web.ASPxTabControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TabCollection"/>class specifying its owner.</para>
      </summary>
      <param name="tabControl">A <see cref="T:DevExpress.Web.ASPxTabControl"/> object specifying the tab control that will own the collection.</param>
    </member>
    <member name="M:DevExpress.Web.TabCollection.Add">
      <summary>
        <para>Adds a new tab to the end of the collection and returns the newly created object.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.Tab"/> object representing the newly created tab.</returns>
    </member>
    <member name="M:DevExpress.Web.TabCollection.Add(DevExpress.Web.Tab)">
      <summary>
        <para>Adds the specified tab to the collection.</para>
      </summary>
      <param name="tab">A <see cref="T:DevExpress.Web.Tab"/> object to add to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.TabCollection.Add(System.String,System.String,System.String,System.String,System.String)">
      <summary>
        <para>Adds a new tab to the collection and specifies the tab’s display text, name, associated image and URL as well as the target of the URL content.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the tab’s display text. Initializes the tab’s <see cref="P:DevExpress.Web.TabBase.Text">TabBase.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which indentifies the created item. Initializes the tab’s <see cref="P:DevExpress.Web.TabBase.Name">TabBase.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the image displayed by the tab. Initializes the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> property of the tab’s <see cref="P:DevExpress.Web.TabBase.TabImage">TabBase.TabImage</see>.</param>
      <param name="navigateUrl">A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the tab’s text or associated image is clicked. Initializes the tab’s <see cref="P:DevExpress.Web.Tab.NavigateUrl">Tab.NavigateUrl</see> property.</param>
      <param name="target">A <see cref="T:System.String"/> value which identifies the window or frame at which to target URL content when the tab’s text or associated image is clicked. Initializes the tab’s <see cref="P:DevExpress.Web.Tab.Target">Tab.Target</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.Tab"/> object representing the newly created tab.</returns>
    </member>
    <member name="M:DevExpress.Web.TabCollection.Add(System.String,System.String,System.String,System.String)">
      <summary>
        <para>Adds a new tab to the collection and specifies the tab’s display text, name, associated image and URL.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the tab’s display text. Initializes the tab’s <see cref="P:DevExpress.Web.TabBase.Text">TabBase.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which indentifies the created item. Initializes the tab’s <see cref="P:DevExpress.Web.TabBase.Name">TabBase.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the image displayed by the tab. Initializes the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> property of the tab’s <see cref="P:DevExpress.Web.TabBase.TabImage">TabBase.TabImage</see>.</param>
      <param name="navigateUrl">A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the tab’s text or associated image is clicked. Initializes the tab’s <see cref="P:DevExpress.Web.Tab.NavigateUrl">Tab.NavigateUrl</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.Tab"/> object representing the newly created tab.</returns>
    </member>
    <member name="M:DevExpress.Web.TabCollection.Add(System.String,System.String,System.String)">
      <summary>
        <para>Adds a new tab to the collection and specifies the tab’s display text, name and associated image.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the tab’s display text. Initializes the tab’s <see cref="P:DevExpress.Web.TabBase.Text">TabBase.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which indentifies the created tab. Initializes the tab’s <see cref="P:DevExpress.Web.TabBase.Name">TabBase.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the image displayed by the tab. Initializes the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> property of the tab’s <see cref="P:DevExpress.Web.TabBase.TabImage">TabBase.TabImage</see>.</param>
      <returns>A <see cref="T:DevExpress.Web.Tab"/> object representing the newly created tab.</returns>
    </member>
    <member name="M:DevExpress.Web.TabCollection.Add(System.String,System.String)">
      <summary>
        <para>Adds a new tab to the collection and specifies the tab’s display text and name.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the tab’s display text. Initializes the tab’s <see cref="P:DevExpress.Web.TabBase.Text">TabBase.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which indentifies the created item. Initializes the tab’s <see cref="P:DevExpress.Web.TabBase.Name">TabBase.Name</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.Tab"/> object representing the newly created tab.</returns>
    </member>
    <member name="M:DevExpress.Web.TabCollection.Add(System.String)">
      <summary>
        <para>Adds a new tab to the collection and specifies the tab’s display text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the tab’s display text. Initializes the tab’s <see cref="P:DevExpress.Web.TabBase.Text">TabBase.Text</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.Tab"/> object representing the newly created tab.</returns>
    </member>
    <member name="M:DevExpress.Web.TabCollection.FindByName(System.String)">
      <summary>
        <para>Returns a tab object with the specified <see cref="P:DevExpress.Web.TabBase.Name">TabBase.Name</see> property value.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.TabBase.Name">TabBase.Name</see> property value of the required tab.</param>
      <returns>A <see cref="T:DevExpress.Web.Tab"/> object with a specific value of the <see cref="P:DevExpress.Web.TabBase.Name">TabBase.Name</see> property.</returns>
    </member>
    <member name="M:DevExpress.Web.TabCollection.FindByText(System.String)">
      <summary>
        <para>Returns a tab object with the specified <see cref="P:DevExpress.Web.TabBase.Text">TabBase.Text</see> property value.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.TabBase.Text">TabBase.Text</see> property value of the required tab.</param>
      <returns>A <see cref="T:DevExpress.Web.Tab"/> object with a specific value of the <see cref="P:DevExpress.Web.TabBase.Text">TabBase.Text</see> property.</returns>
    </member>
    <member name="M:DevExpress.Web.TabCollection.GetVisibleTab(System.Int32)">
      <summary>
        <para>Gets a tab by its visible index.</para>
      </summary>
      <param name="index">An integer value representing the visible index of the tab to be returned.</param>
      <returns>A <see cref="T:DevExpress.Web.Tab"/> object which represents the required visible tab.</returns>
    </member>
    <member name="M:DevExpress.Web.TabCollection.GetVisibleTabCount">
      <summary>
        <para>Returns the number of visible tabs in the <see cref="T:DevExpress.Web.ASPxTabControl"/>.</para>
      </summary>
      <returns>An integer value representing the number of visible tabs in the tab control.</returns>
    </member>
    <member name="M:DevExpress.Web.TabCollection.IndexOf(DevExpress.Web.Tab)">
      <summary>
        <para>Searches for the specified tab object and returns the zero-based index of the first occurrence within the tab collection.</para>
      </summary>
      <param name="tab">A <see cref="T:DevExpress.Web.Tab"/> object representing the tab to locate in the tab collection.</param>
      <returns>The zero-based index of the first occurrence of the specified tab within the tab collection, if found; otherwise, the negative one (&#0045;1).</returns>
    </member>
    <member name="M:DevExpress.Web.TabCollection.Insert(System.Int32,DevExpress.Web.Tab)">
      <summary>
        <para>Inserts the specified tab object into the collection at the specified index.</para>
      </summary>
      <param name="index">The zero-based index location where a specific tab object should be inserted.</param>
      <param name="tab">A <see cref="T:DevExpress.Web.Tab"/> object representing the tab to insert into the tab collection.</param>
    </member>
    <member name="P:DevExpress.Web.TabCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual tabs within the <see cref="T:DevExpress.Web.TabCollection"/>.</para>
      </summary>
      <param name="index">An integer value specifying the zero-based index of the tab to be accessed.</param>
      <value>A <see cref="T:DevExpress.Web.Tab"/> object representing the tab located at the specified index within the collection.</value>
    </member>
    <member name="M:DevExpress.Web.TabCollection.Remove(DevExpress.Web.Tab)">
      <summary>
        <para>Removes a tab object from the tab collection.</para>
      </summary>
      <param name="tab">A <see cref="T:DevExpress.Web.Tab"/> object specifying the tab to remove from the tab collection.</param>
    </member>
    <member name="T:DevExpress.Web.TabCollectionBase">
      <summary>
        <para>Represents the base class for collections of tabs (tabbed pages).</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TabCollectionBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TabCollectionBase"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TabCollectionBase.#ctor(DevExpress.Web.ASPxTabControlBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TabCollectionBase"/>class specifying its owner.</para>
      </summary>
      <param name="tabControl">A <see cref="T:DevExpress.Web.ASPxTabControlBase"/> object specifying the tab control that will own the collection.</param>
    </member>
    <member name="M:DevExpress.Web.TabCollectionBase.IndexOfName(System.String)">
      <summary>
        <para>Searches for an item object specified by the value of its <see cref="P:DevExpress.Web.TabBase.Name">TabBase.Name</see> property and returns the zero-based index of the first occurrence within the collection.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.TabBase.Name">TabBase.Name</see> property value of the required item.</param>
      <returns>The zero-based index of the first occurrence of the item with the specified name within the collection, if found; otherwise, the negative one (&#0045;1).</returns>
    </member>
    <member name="M:DevExpress.Web.TabCollectionBase.IndexOfText(System.String)">
      <summary>
        <para>Searches for an item specified by the value of its <see cref="P:DevExpress.Web.TabBase.Text">TabBase.Text</see> property and returns the zero-based index of the first occurrence within the collection.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.TabBase.Text">TabBase.Text</see> property value of the required item.</param>
      <returns>The zero-based index of the first occurrence of the specified item within the collection, if found; otherwise, the negative one (&#0045;1).</returns>
    </member>
    <member name="T:DevExpress.Web.TabControlCancelEventArgs">
      <summary>
        <para>Provides data for cancellable events which concern manipulations on tabs.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TabControlCancelEventArgs.#ctor(DevExpress.Web.TabBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TabControlCancelEventArgs"/> class with the specified setting.</para>
      </summary>
      <param name="tab">A <see cref="T:DevExpress.Web.TabBase"/> object representing a tab related to the event.</param>
    </member>
    <member name="P:DevExpress.Web.TabControlCancelEventArgs.Cancel">
      <summary>
        <para>Gets or sets a value indicating whether the command which raised an event should be canceled.</para>
      </summary>
      <value>true if the operation raising the event should be canceled; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.TabControlCancelEventHandler">
      <summary>
        <para>A method that will handle a tab control’s cancelable events concerning manipulations with a tab.</para>
      </summary>
      <param name="source">A <see cref="T:System.Object"/> representing the event’s source. Identifies the tab control object that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.TabControlCancelEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.TabControlClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events available for a tab control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TabControlClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TabControlClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TabControlClientSideEvents.ActiveTabChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client tab control’s <b>ASPxClientTabControlBase.ActiveTabChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.TabControlClientSideEvents.ActiveTabChanging">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client tab control’s <b>ASPxClientTabControlBase.ActiveTabChanging</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.TabControlClientSideEvents.TabClick">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client tabbed control’s <b>ASPxClientTabControlBase.TabClick</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.TabControlCommandEventArgs">
      <summary>
        <para>Provides data for the events whose functionality relates to processing the Command event fired by a child control within a templated tab.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TabControlCommandEventArgs.#ctor(DevExpress.Web.TabBase,System.Object,System.Web.UI.WebControls.CommandEventArgs)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TabControlCommandEventArgs"/> class.</para>
      </summary>
      <param name="tab">A <see cref="T:DevExpress.Web.TabBase"/> object representing a tab or tab page related to the generated event.</param>
      <param name="commandSource">A <see cref="T:System.Object"/> identifying the source of the command.</param>
      <param name="originalArgs">A <see cref="T:System.Web.UI.WebControls.CommandEventArgs"/> object that contains an argument for the command.</param>
    </member>
    <member name="M:DevExpress.Web.TabControlCommandEventArgs.#ctor(System.Object,System.Web.UI.WebControls.CommandEventArgs)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TabControlCommandEventArgs"/> class.</para>
      </summary>
      <param name="commandSource">A <see cref="T:System.Object"/> identifying the source of the command.</param>
      <param name="originalArgs">A <see cref="T:System.Web.UI.WebControls.CommandEventArgs"/> object that contains an argument for the command.</param>
    </member>
    <member name="P:DevExpress.Web.TabControlCommandEventArgs.CommandSource">
      <summary>
        <para>Gets an object representing the control which forced a postback.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> representing the control which forced a postback.</value>
    </member>
    <member name="P:DevExpress.Web.TabControlCommandEventArgs.Tab">
      <summary>
        <para>Gets a tab object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TabBase"/> object, manipulations on which forced the event to be raised.</value>
    </member>
    <member name="T:DevExpress.Web.TabControlCommandEventHandler">
      <summary>
        <para>A method that will handle specific command events concerning manipulations with tabs.</para>
      </summary>
      <param name="source">A <see cref="T:System.Object"/> representing the event source. Identifies the <see cref="T:DevExpress.Web.ASPxTabControl"/> (<see cref="T:DevExpress.Web.ASPxPageControl"/>) control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.TabControlCommandEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.TabControlEventArgs">
      <summary>
        <para>Provides data for events which concern manipulations on tabs.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TabControlEventArgs.#ctor(DevExpress.Web.TabBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TabControlEventArgs"/> class.</para>
      </summary>
      <param name="tab">A <see cref="T:DevExpress.Web.TabBase"/> object representing the tab related to the generated event.</param>
    </member>
    <member name="P:DevExpress.Web.TabControlEventArgs.Tab">
      <summary>
        <para>Gets a tab object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TabBase"/> object representing the tab manipulations on which forced the event to be raised.</value>
    </member>
    <member name="T:DevExpress.Web.TabControlEventHandler">
      <summary>
        <para>A method that will handle the events concerning manipulations with tabs.</para>
      </summary>
      <param name="source">A <see cref="T:System.Object"/> representing the event source. Identifies the tab control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.TabControlEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.TabControlImages">
      <summary>
        <para>Contains settings that allow images to be defined for the <see cref="T:DevExpress.Web.ASPxTabControl"/>‘s (<see cref="T:DevExpress.Web.ASPxPageControl"/>‘s) specific elements.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TabControlImages.#ctor(DevExpress.Web.ASPxTabControlBase)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TabControlImages"/> class with the specified owner.</para>
      </summary>
      <param name="tabControl">An <see cref="T:DevExpress.Web.ASPxTabControlBase"/> object that represents the class’ owner.</param>
    </member>
    <member name="P:DevExpress.Web.TabControlImages.ActiveTab">
      <summary>
        <para>Gets the settings of a tab image displayed within the active tab.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TabImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.TabControlImages.ActiveTabImageName">
      <summary>
        <para>Represents the name of the ActiveTab image file which is used in the <see cref="T:DevExpress.Web.ASPxTabControl"/> control.</para>
        <para>This name is equal to “tcActiveTab.gif”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.TabControlImages.ScrollButtonBackgroundImageName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.TabControlImages.ScrollButtonDisableBackgroundImageName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.TabControlImages.ScrollButtonHoverBackgroundImageName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.TabControlImages.ScrollButtonPressedBackgroundImageName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TabControlImages.ScrollLeftButton">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNetMvc/10128/components/site-navigation-and-layout/tab-control/visual-elements/scroll-button">scroll left button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.TabControlImages.ScrollLeftButtonImageName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TabControlImages.ScrollRightButton">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNetMvc/10128/components/site-navigation-and-layout/tab-control/visual-elements/scroll-button">scroll right button</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.TabControlImages.ScrollRightButtonImageName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TabControlImages.Tab">
      <summary>
        <para>Gets the settings of an image displayed in all tabs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TabImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.TabControlImages.TabImageName">
      <summary>
        <para>Represents the name of the Tab image file which is used in the <see cref="T:DevExpress.Web.ASPxTabControl"/> control.</para>
        <para>This name is equal to “tcTab.gif”.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.TabControlStyle">
      <summary>
        <para>Contains specific TabControl related style settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TabControlStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TabControlStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TabControlStyle.CopyFrom(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.TabControlStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> object that the settings will be copied from.</param>
    </member>
    <member name="P:DevExpress.Web.TabControlStyle.IsEmpty">
      <summary>
        <para>Gets a value that indicates whether this <see cref="T:DevExpress.Web.TabControlStyle"/> object is initialized with the default values.</para>
      </summary>
      <value>true if the object is initialized with the default values; otherwise false.</value>
    </member>
    <member name="M:DevExpress.Web.TabControlStyle.MergeWith(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Combines the properties of the specified <see cref="T:System.Web.UI.WebControls.Style"/> with the current instance of the <see cref="T:DevExpress.Web.TabControlStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/>, that is an object to be combined.</param>
    </member>
    <member name="P:DevExpress.Web.TabControlStyle.Paddings">
      <summary>
        <para>Gets the padding settings of the tab control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="M:DevExpress.Web.TabControlStyle.Reset">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Web.TabControlStyle"/> object to its original state.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TabControlStyle.ScrollButtonsIndent">
      <summary>
        <para>Gets or sets the amount of space between a <see href="https://docs.devexpress.com/AspNet/9089/components/site-navigation-and-layout/page-control-and-tab-control/visual-elements/scroll-button">scroll button</see> and tabs.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.TabControlStyle.ScrollButtonSpacing">
      <summary>
        <para>Gets or sets the spacing between the <see href="https://docs.devexpress.com/AspNet/9089/components/site-navigation-and-layout/page-control-and-tab-control/visual-elements/scroll-button">scroll buttons</see> within the tab header.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.TabControlStyle.TabSpacing">
      <summary>
        <para>Gets or sets the amount of space between <see href="https://docs.devexpress.com/AspNet/4061/components/html-editor/visual-elements#tab">tabs</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="T:DevExpress.Web.TabControlStyles">
      <summary>
        <para>Contains settings that allow the <see cref="T:DevExpress.Web.ASPxTabControl"/>‘s (<see cref="T:DevExpress.Web.ASPxPageControl"/>‘s) appearance to be defined.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TabControlStyles.ActiveTab">
      <summary>
        <para>Gets the style settings defining the appearance of the active tab within a TabControl and PageControl.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TabStyle"/> object that contains the style settings.</value>
    </member>
    <member name="F:DevExpress.Web.TabControlStyles.ActiveTabStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TabControlStyles.Content">
      <summary>
        <para>Gets the style settings defining the appearance of <see href="https://docs.devexpress.com/AspNetMvc/10134/components/site-navigation-and-layout/page-control/visual-elements/tabbed-page">tabbed page</see> content.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ContentStyle"/> object that contains style settings.</value>
    </member>
    <member name="F:DevExpress.Web.TabControlStyles.ContentStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TabControlStyles.GetTabsPaddings">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TabControlStyles.ScrollButton">
      <summary>
        <para>Gets the style settings that define the scroll button appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ButtonStyle"/> object that contains the style settings.</value>
    </member>
    <member name="F:DevExpress.Web.TabControlStyles.ScrollButtonStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TabControlStyles.SpaceAfterTabsTemplate">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.TabControlStyles.SpaceAfterTabsTemplateStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TabControlStyles.SpaceBeforeTabsTemplate">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.TabControlStyles.SpaceBeforeTabsTemplateStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TabControlStyles.Tab">
      <summary>
        <para>Gets the style settings defining the appearance of tabs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TabStyle"/> object that contains style settings.</value>
    </member>
    <member name="F:DevExpress.Web.TabControlStyles.TabStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.TabControlTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render tabs within the <see cref="T:DevExpress.Web.ASPxTabControl"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TabControlTemplateContainer.#ctor(DevExpress.Web.Tab,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TabControlTemplateContainer"/> object with the specified parameters.</para>
      </summary>
      <param name="tab">A <see cref="T:DevExpress.Web.TabBase"/> object representing the tab page for which the template is instantiated.</param>
      <param name="active">true if a tab template is also rendered for an active tab; otherwise, false.</param>
    </member>
    <member name="P:DevExpress.Web.TabControlTemplateContainer.Tab">
      <summary>
        <para>Gets a tab for which the template’s content is being instantiated.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Tab"/> object representing the tab being rendered.</value>
    </member>
    <member name="T:DevExpress.Web.TabControlTemplateContainerBase">
      <summary>
        <para>Represents a base class for a tab control’s template containers.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TabControlTemplateContainerBase.#ctor(DevExpress.Web.TabBase,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TabControlTemplateContainerBase"/> object with the specified parameters.</para>
      </summary>
      <param name="tab">A <see cref="T:DevExpress.Web.TabBase"/> object representing the tab page for which the template is instantiated.</param>
      <param name="active">true if a tab template is also rendered for an active tab; otherwise, false.</param>
    </member>
    <member name="P:DevExpress.Web.TabControlTemplateContainerBase.Active">
      <summary>
        <para>Gets whether the specified template is also rendered for the active tab.</para>
      </summary>
      <value>true if a tab template is also rendered for the active tab. otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.TabControlTemplateContainerBase.TabBase">
      <summary>
        <para>Gets a tab object for which the template’s content is being instantiated.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TabBase"/> object representing the tab object being rendered.</value>
    </member>
    <member name="T:DevExpress.Web.TabImageProperties">
      <summary>
        <para>Contains settings that define a tab image.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TabImageProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TabImageProperties"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TabImageProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TabImageProperties"/> class with the specified owner.</para>
      </summary>
      <param name="owner">A <see cref="T:DevExpress.Web.IPropertiesOwner"/>-implemented object that owns the created object.</param>
    </member>
    <member name="M:DevExpress.Web.TabImageProperties.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TabImageProperties"/> class with the specified image location.</para>
      </summary>
      <param name="url">A <see cref="T:System.String"/> value that specifies the image location. This value is assigned to the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.TabImageProperties.SpriteProperties">
      <summary>
        <para>Gets the settings defining the image position within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TabImageSpriteProperties"/> object containing image position settings.</value>
    </member>
    <member name="P:DevExpress.Web.TabImageProperties.UrlDisabled">
      <summary>
        <para>Gets or sets the URL of an image displayed when the tab is disabled.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the image location.</value>
    </member>
    <member name="P:DevExpress.Web.TabImageProperties.UrlHottracked">
      <summary>
        <para>Gets or sets the URL of an image displayed when the tab is hot-tracked.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the image location.</value>
    </member>
    <member name="T:DevExpress.Web.TabImageSpriteProperties">
      <summary>
        <para>Contains settings that define different states (disabled, hottracked) of a tab image when it’s taken from a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TabImageSpriteProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TabImageSpriteProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TabImageSpriteProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TabImageSpriteProperties"/> 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.TabImageSpriteProperties.DisabledCssClass">
      <summary>
        <para>Gets or sets the name of the cascading style sheet (CSS) class that defines a disabled state image’s position within a custom <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the cascading style sheet class’ name.</value>
    </member>
    <member name="P:DevExpress.Web.TabImageSpriteProperties.DisabledLeft">
      <summary>
        <para>Gets or sets a disabled state image’s horizontal offset within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>, specified via a control’s SpriteImageUrl property.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the image’s horizontal offset.</value>
    </member>
    <member name="P:DevExpress.Web.TabImageSpriteProperties.DisabledTop">
      <summary>
        <para>Gets or sets a disabled state image’s vertical offset within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>, specified via a control’s SpriteImageUrl property.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the image’s vertical offset.</value>
    </member>
    <member name="P:DevExpress.Web.TabImageSpriteProperties.HottrackedCssClass">
      <summary>
        <para>Gets or sets the name of the cascading style sheet (CSS) class that defines a hottracked state image’s position within a custom <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the cascading style sheet class’ name.</value>
    </member>
    <member name="P:DevExpress.Web.TabImageSpriteProperties.HottrackedLeft">
      <summary>
        <para>Gets or sets a hottracked state image’s horizontal offset within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> specified via a control’s SpriteImageUrl property.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the image’s horizontal offset.</value>
    </member>
    <member name="P:DevExpress.Web.TabImageSpriteProperties.HottrackedTop">
      <summary>
        <para>Gets or sets a hottracked state image’s vertical offset within a <see href="https://docs.devexpress.com/AspNet/7196/common-concepts/css-image-sprites">sprite image</see> specified via a control’s SpriteImageUrl property.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the image’s vertical offset.</value>
    </member>
    <member name="T:DevExpress.Web.TabPage">
      <summary>
        <para>Defines an individual tab page.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TabPage.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TabPage"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TabPage.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TabPage"/> class with the specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the page’s display text. Initializes the page’s <see cref="P:DevExpress.Web.TabBase.Text">TabBase.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which indentifies the created tab page. Initializes the tab page’s <see cref="P:DevExpress.Web.TabBase.Name">TabBase.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the image displayed by the tab page. Initializes the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> property of the tab page’s <see cref="P:DevExpress.Web.TabBase.TabImage">TabBase.TabImage</see>.</param>
    </member>
    <member name="M:DevExpress.Web.TabPage.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TabPage"/> class with the specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the page’s display text. Initializes the page’s <see cref="P:DevExpress.Web.TabBase.Text">TabBase.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the path to the image displayed by the tab page. Initializes the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> property of the tab page’s <see cref="P:DevExpress.Web.TabBase.TabImage">TabBase.TabImage</see>.</param>
    </member>
    <member name="M:DevExpress.Web.TabPage.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TabPage"/> class using the specified display text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the page’s display text. Initializes the page’s <see cref="P:DevExpress.Web.TabBase.Text">TabBase.Text</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.TabPage.ActiveTabTemplate">
      <summary>
        <para>Gets or sets a template used for displaying the content of the current page’s tab when it’s active.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template.</value>
    </member>
    <member name="P:DevExpress.Web.TabPage.ActiveTabTextTemplate">
      <summary>
        <para>Gets or sets a template used for displaying the text content of the current page’s tab when it’s active.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template.</value>
    </member>
    <member name="M:DevExpress.Web.TabPage.FindControl(System.String)">
      <summary>
        <para>Searches the current naming container for a server control with the specified id parameter.</para>
      </summary>
      <param name="id">The identifier for the control to be found.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object representing the specified control, or the null reference (Nothing in Visual Basic) if the specified control does not exist.</returns>
    </member>
    <member name="P:DevExpress.Web.TabPage.TabTemplate">
      <summary>
        <para>Gets or sets a template used to display the content of the current page’s tab.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template.</value>
    </member>
    <member name="P:DevExpress.Web.TabPage.TabTextTemplate">
      <summary>
        <para>Gets or sets a template used to display the content of the current page’s tab text.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template.</value>
    </member>
    <member name="T:DevExpress.Web.TabPageCollection">
      <summary>
        <para>Represents a collection of <see href="https://docs.devexpress.com/AspNet/10034/components/site-navigation-and-layout/page-control-and-tab-control/visual-elements">tabbed pages</see> within the <see cref="T:DevExpress.Web.ASPxPageControl"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TabPageCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TabPageCollection"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TabPageCollection.#ctor(DevExpress.Web.ASPxPageControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TabPageCollection"/>class specifying its owner.</para>
      </summary>
      <param name="pageControl">A <see cref="T:DevExpress.Web.ASPxPageControl"/> object specifying the page control that will own the collection.</param>
    </member>
    <member name="M:DevExpress.Web.TabPageCollection.Add">
      <summary>
        <para>Adds a new tab page to the end of the collection and returns the newly created object.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.TabPage"/> object representing the newly created tab page.</returns>
    </member>
    <member name="M:DevExpress.Web.TabPageCollection.Add(DevExpress.Web.TabPage)">
      <summary>
        <para>Adds the specified tab page to the collection.</para>
      </summary>
      <param name="tabPage">A <see cref="T:DevExpress.Web.TabPage"/> object to add to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.TabPageCollection.Add(System.String,System.String,System.String)">
      <summary>
        <para>Adds a new tab page to the collection and specifies the page’s display text, name and associated image.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the tab page’s display text. Initializes the tab page’s <see cref="P:DevExpress.Web.TabBase.Text">TabBase.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which indentifies the created item. Initializes the tab page’s <see cref="P:DevExpress.Web.TabBase.Name">TabBase.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the image displayed by the tab page. Initializes the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> property of the tab page’s <see cref="P:DevExpress.Web.TabBase.TabImage">TabBase.TabImage</see>.</param>
      <returns>A <see cref="T:DevExpress.Web.TabPage"/> object representing the newly created tab page.</returns>
    </member>
    <member name="M:DevExpress.Web.TabPageCollection.Add(System.String,System.String)">
      <summary>
        <para>Adds a new tab page to the collection and specifies the tab page’s display text and name.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the tab page’s display text. Initializes the tab page’s <see cref="P:DevExpress.Web.TabBase.Text">TabBase.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which indentifies the created item. Initializes the tab page’s <see cref="P:DevExpress.Web.TabBase.Name">TabBase.Name</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.TabPage"/> object representing the newly created tab page.</returns>
    </member>
    <member name="M:DevExpress.Web.TabPageCollection.Add(System.String)">
      <summary>
        <para>Adds a new tab page to the collection and specifies the tab page’s display text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the tab page’s display text. Initializes the tab page’s <see cref="P:DevExpress.Web.TabBase.Text">TabBase.Text</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.TabPage"/> object representing the newly created tab page.</returns>
    </member>
    <member name="M:DevExpress.Web.TabPageCollection.FindByName(System.String)">
      <summary>
        <para>Returns a tab page object with the specified <see cref="P:DevExpress.Web.TabBase.Name">TabBase.Name</see> property value.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.TabBase.Name">TabBase.Name</see> property value of the required tab page.</param>
      <returns>A <see cref="T:DevExpress.Web.TabPage"/> object with a specific value of the <see cref="P:DevExpress.Web.TabBase.Name">TabBase.Name</see> property.</returns>
    </member>
    <member name="M:DevExpress.Web.TabPageCollection.FindByText(System.String)">
      <summary>
        <para>Returns a tab page object with the specified <see cref="P:DevExpress.Web.TabBase.Text">TabBase.Text</see> property value.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.TabBase.Text">TabBase.Text</see> property value of the required tab page.</param>
      <returns>A <see cref="T:DevExpress.Web.TabPage"/> object with a specific value of the <see cref="P:DevExpress.Web.TabBase.Text">TabBase.Text</see> property.</returns>
    </member>
    <member name="M:DevExpress.Web.TabPageCollection.GetVisibleTabPage(System.Int32)">
      <summary>
        <para>Gets a tabbed page by its visible index.</para>
      </summary>
      <param name="index">An integer value representing the visible index of the tabbed page to be returned.</param>
      <returns>A <see cref="T:DevExpress.Web.TabPage"/> object which represents the required visible tabbed page</returns>
    </member>
    <member name="M:DevExpress.Web.TabPageCollection.GetVisibleTabPageCount">
      <summary>
        <para>Returns the number of visible tabbed pages in the <see cref="T:DevExpress.Web.ASPxPageControl"/>.</para>
      </summary>
      <returns>An integer value representing the number of visible tabbed pages in the page control.</returns>
    </member>
    <member name="M:DevExpress.Web.TabPageCollection.IndexOf(DevExpress.Web.TabPage)">
      <summary>
        <para>Searches for the specified tab page object and returns the zero-based index of the first occurrence within the tab page collection.</para>
      </summary>
      <param name="tabPage">A <see cref="T:DevExpress.Web.TabPage"/> object representing the tab page to locate in the collection.</param>
      <returns>The zero-based index of the first occurrence of the specified tab page within the tab page collection, if found; otherwise, the negative one (&#0045;1).</returns>
    </member>
    <member name="M:DevExpress.Web.TabPageCollection.Insert(System.Int32,DevExpress.Web.TabPage)">
      <summary>
        <para>Inserts the specified tab page object into the collection at the specified index.</para>
      </summary>
      <param name="index">The zero-based index location where a specific tab page object should be inserted.</param>
      <param name="tabPage">A <see cref="T:DevExpress.Web.TabPage"/> object representing the tab page to insert into the tab page collection.</param>
    </member>
    <member name="P:DevExpress.Web.TabPageCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual tab pages within the <see cref="T:DevExpress.Web.TabPageCollection"/>.</para>
      </summary>
      <param name="index">An integer value specifying the zero-based index of the tab page to be accessed.</param>
      <value>A <see cref="T:DevExpress.Web.TabPage"/> object representing the tab page located at the specified index within the collection.</value>
    </member>
    <member name="M:DevExpress.Web.TabPageCollection.Remove(DevExpress.Web.TabPage)">
      <summary>
        <para>Removes a tab page object from the tab page collection.</para>
      </summary>
      <param name="tabPage">A <see cref="T:DevExpress.Web.TabPage"/> object specifying the tab page to remove from the tab page collection.</param>
    </member>
    <member name="T:DevExpress.Web.TabPosition">
      <summary>
        <para>Specifies the position of tabs within a tab control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.TabPosition.Bottom">
      <summary>
        <para>The tabs are located across the bottom of the control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.TabPosition.Left">
      <summary>
        <para>The tabs are located along the left side of the control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.TabPosition.Right">
      <summary>
        <para>The tabs are located along the right side of the control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.TabPosition.Top">
      <summary>
        <para>The tabs are located across the top of the control.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.TabSpaceTemplatePosition">
      <summary>
        <para>Lists values that specify the template’s position within a <see href="https://docs.devexpress.com/AspNet/10034/components/site-navigation-and-layout/page-control-and-tab-control/visual-elements">tab header</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.TabSpaceTemplatePosition.After">
      <summary>
        <para>The template is rendered in a space after tabs.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.TabSpaceTemplatePosition.Before">
      <summary>
        <para>The template is rendered in a space before tabs.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.TabsSpaceTemplateContainer">
      <summary>
        <para>A container for templates, used to render a space between tabs and control edges.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TabsSpaceTemplateContainer.#ctor(DevExpress.Web.ASPxTabControlBase,DevExpress.Web.TabSpaceTemplatePosition)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TabsSpaceTemplateContainer"/> class with the specified settings.</para>
      </summary>
      <param name="tabControl">An <see cref="T:DevExpress.Web.ASPxTabControlBase"/> descendant that owns the current object. This value is assigned to the <see cref="P:DevExpress.Web.TabsSpaceTemplateContainer.TabControl">TabsSpaceTemplateContainer.TabControl</see> property.</param>
      <param name="position">A <see cref="T:DevExpress.Web.TabSpaceTemplatePosition"/> enumeration value that specifies the tab space template’s position. This value is assigned to the <see cref="P:DevExpress.Web.TabsSpaceTemplateContainer.Position">TabsSpaceTemplateContainer.Position</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.TabsSpaceTemplateContainer.Position">
      <summary>
        <para>Gets or sets the template’s position within a tab header.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.TabSpaceTemplatePosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.TabsSpaceTemplateContainer.TabControl">
      <summary>
        <para>Gets the ASPxTabControlBase object that owns the current object.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxTabControlBase"/> object that owns the current object.</value>
    </member>
    <member name="T:DevExpress.Web.TabStyle">
      <summary>
        <para>Defines style settings for <see href="https://docs.devexpress.com/AspNet/10034/components/site-navigation-and-layout/page-control-and-tab-control/visual-elements">tabs</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TabStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TabStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TabStyle.Height">
      <summary>
        <para>Gets or sets the height of a tab.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the height of a tab.</value>
    </member>
    <member name="P:DevExpress.Web.TabStyle.Width">
      <summary>
        <para>Gets or sets the width of a <see href="https://docs.devexpress.com/AspNet/10035/components/site-navigation-and-layout/page-control-and-tab-control/visual-elements/tab">tab</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the width of a tab.</value>
    </member>
    <member name="T:DevExpress.Web.TailImagePosition">
      <summary>
        <para>Lists values that specify the location of the tail image referenced to the tail text.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.TailImagePosition.AfterTailText">
      <summary>
        <para>The image is displayed next to the tail text.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.TailImagePosition.BeforeTailText">
      <summary>
        <para>The image is displayed before the tail text.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.TailPosition">
      <summary>
        <para>Lists values that specify the position of the tail text.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.TailPosition.Inline">
      <summary>
        <para>The tail text is displayed next to the last word of the headline’s text. If the tail text extends past the end of a line, it is automatically wrapped to the beginning of the next line.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.TailPosition.KeepWithLastWord">
      <summary>
        <para>The tail text is always displayed with the last word of the headline’s text.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.TailPosition.NewLine">
      <summary>
        <para>The tail text is displayed on a new line below the headline’s text.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.TemplateContainerBase">
      <summary>
        <para>Serves as a base for classes representing template containers.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TemplateContainerBase.#ctor(System.Int32,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TemplateContainerBase"/> class with the specified settings.</para>
      </summary>
      <param name="itemIndex">An integer value representing the index of the rendered item object.</param>
      <param name="dataItem">A <see cref="T:System.Object"/> that represents the templated item object being rendered.</param>
    </member>
    <member name="M:DevExpress.Web.TemplateContainerBase.AddToHierarchy(System.Web.UI.Control,System.String)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TemplateContainerBase.ClientID">
      <summary>
        <para>Gets the template container’s client identifier.</para>
      </summary>
      <value>A string value representing the template container’s client identifier.</value>
    </member>
    <member name="P:DevExpress.Web.TemplateContainerBase.DataItem">
      <summary>
        <para>Gets an item object which is rendered using the template instantiated within the current template container.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> value which represents the templated item object being rendered.</value>
    </member>
    <member name="M:DevExpress.Web.TemplateContainerBase.FindTemplateControl(System.Web.UI.Control,System.String,System.String)">
      <summary>
        <para>Searches a specific control’s template container for a control specified by its id.</para>
      </summary>
      <param name="control">A <see cref="T:System.Web.UI.Control"/> that specifies the DevExpress web control within whose template the specified control should be searched.</param>
      <param name="templateContainerID">A string value specifying the template container’s client identifier.</param>
      <param name="id">A string value specifying the identifier of the control to search for.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> representing the found control. null if the specified control is not found.</returns>
    </member>
    <member name="P:DevExpress.Web.TemplateContainerBase.ItemIndex">
      <summary>
        <para>Gets the index of the rendered item object.</para>
      </summary>
      <value>An integer value representing the rendered item object’s index.</value>
    </member>
    <member name="T:DevExpress.Web.TextBoxClientSideEvents">
      <summary>
        <para>Contains a client-side textbox editor’s event list.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TextBoxClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TextBoxClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TextBoxClientSideEvents.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TextBoxClientSideEvents"/> 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.TextBoxClientSideEventsBase">
      <summary>
        <para>Contains a list of client-side events specific to editors allowing data to be inputted into their text boxes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TextBoxClientSideEventsBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TextBoxClientSideEventsBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TextBoxClientSideEventsBase.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TextBoxClientSideEventsBase"/> 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.TextBoxProperties">
      <summary>
        <para>Contains settings specific to a textbox editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TextBoxProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TextBoxProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TextBoxProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TextBoxProperties"/> 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.TextBoxProperties.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.TextBoxProperties.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxTextBox"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TextBoxClientSideEvents"/> object which allows assigning handlers to the client-side events available to the editor.</value>
    </member>
    <member name="P:DevExpress.Web.TextBoxProperties.MaskHintStyle">
      <summary>
        <para>Gets the style settings that define the appearance of the editor’s mask hint.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.MaskHintStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TextBoxProperties.MaskSettings">
      <summary>
        <para>Gets the editor’s mask settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MaskSettings"/> object that contains the mask settings of the editor.</value>
    </member>
    <member name="P:DevExpress.Web.TextBoxProperties.Native">
      <summary>
        <para>Gets or sets a value specifying whether a text box editor is rendered as a native HTML text box input.</para>
      </summary>
      <value>true if a text box editor is rendered as a standard HTML text box; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.TextBoxProperties.NullText">
      <summary>
        <para>Gets or sets the prompt text displayed within the editor’s input box when the editor is not focused and its value is null.</para>
      </summary>
      <value>A string value that specifies the prompt text.</value>
    </member>
    <member name="P:DevExpress.Web.TextBoxProperties.Size">
      <summary>
        <para>Gets or sets the editor’s display width in characters.</para>
      </summary>
      <value>An integer value specifying the editor’s display width, in characters.</value>
    </member>
    <member name="T:DevExpress.Web.TextBoxPropertiesBase">
      <summary>
        <para>Contains the base settings specific to textbox editors.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TextBoxPropertiesBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TextBoxPropertiesBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TextBoxPropertiesBase.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TextBoxPropertiesBase"/> 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.TextBoxPropertiesBase.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.TextBoxPropertiesBase.MaxLength">
      <summary>
        <para>Gets or sets the maximum number of characters an end user can enter into the editor.</para>
      </summary>
      <value>A positive integer specifying the maximum number of characters end users can enter. 0 to disable the length limit on the text.</value>
    </member>
    <member name="P:DevExpress.Web.TextBoxPropertiesBase.Password">
      <summary>
        <para>Gets or sets a value that specifies whether the input is treated as a password and all characters entered into the editor are masked.</para>
      </summary>
      <value>true if the editor’s characters are masked; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.TextEditClientSideEvents">
      <summary>
        <para>Contains a client-side text editor’s event list.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TextEditClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TextEditClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TextEditClientSideEvents.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TextEditClientSideEvents"/> 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.TextEditClientSideEvents.KeyDown">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientTextEdit.KeyDown</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.TextEditClientSideEvents.KeyPress">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientTextEdit.KeyPress</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.TextEditClientSideEvents.KeyUp">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientTextEdit.KeyUp</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.TextEditClientSideEvents.TextChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientTextEdit.TextChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.TextEditClientSideEvents.UserInput">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientTextEdit.UserInput</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.TextEditHelpTextSettings">
      <summary>
        <para>Contains settings specific to the <see cref="T:DevExpress.Web.ASPxTextEdit"/> help text.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TextEditHelpTextSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TextEditHelpTextSettings"/> 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.TextEditHelpTextSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.TextEditHelpTextSettings.DisplayMode">
      <summary>
        <para>Gets or sets a value that specifies how a help text is displayed within its container.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.HelpTextDisplayMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.TextEditHelpTextSettings.EnablePopupAnimation">
      <summary>
        <para>Gets or sets a value that specifies whether a specific animation effect is used when the help text pops up.</para>
      </summary>
      <value>true, if a specific animation effect is used; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.TextEditHelpTextSettings.HorizontalAlign">
      <summary>
        <para>Gets or sets the text editor’s help text horizontal alignment.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.HelpTextHorizontalAlign"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.TextEditHelpTextSettings.PopupMargins">
      <summary>
        <para>Gets the margins of a help text displayed in popup mode.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Margins"/> object that contains margin settings.</value>
    </member>
    <member name="P:DevExpress.Web.TextEditHelpTextSettings.Position">
      <summary>
        <para>Gets or sets the position of the editor’s help text.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.HelpTextPosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.TextEditHelpTextSettings.VerticalAlign">
      <summary>
        <para>Gets or sets the current editor’s help text vertical alignment.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.HelpTextVerticalAlign"/> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.TextEditProperties">
      <summary>
        <para>Contains the base settings specific to text editors.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TextEditProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TextEditProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TextEditProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TextEditProperties"/> 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.TextEditProperties.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.TextEditProperties.DisplayFormatInEditMode">
      <summary>
        <para>Gets or sets a value specifying whether a format pattern defined via the <see cref="P:DevExpress.Web.EditPropertiesBase.DisplayFormatString">EditPropertiesBase.DisplayFormatString</see> property should be applied to the editor value displayed in the edit mode of a complex data control (e.g. ASPxGridView).</para>
      </summary>
      <value>true, to apply a format pattern to the editor value in edit mode; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.TextEditProperties.Height">
      <summary>
        <para>Gets or sets the editor’s height.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the editor’s height.</value>
    </member>
    <member name="P:DevExpress.Web.TextEditProperties.HelpText">
      <summary>
        <para>Gets or sets the current editor help text.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text content of the editor’s help text.</value>
    </member>
    <member name="P:DevExpress.Web.TextEditProperties.HelpTextSettings">
      <summary>
        <para>Provides access to an editor’s help text settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TextEditHelpTextSettings"/> object containing the help text settings.</value>
    </member>
    <member name="P:DevExpress.Web.TextEditProperties.HelpTextStyle">
      <summary>
        <para>Gets the style settings that define an editor’s help text appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.HelpTextStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TextEditProperties.NullTextDisplayMode">
      <summary>
        <para>Specifies when the null text is visible in the editor.</para>
      </summary>
      <value>The null text display mode.</value>
    </member>
    <member name="P:DevExpress.Web.TextEditProperties.NullTextStyle">
      <summary>
        <para>Gets the style settings for the editor’s edit box and prompt text, when the editor is not focused and its text is null.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.EditorDecorationStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TextEditProperties.SelectInputTextOnClick">
      <summary>
        <para>Specifies whether to select all text within the editor when it is focused.</para>
      </summary>
      <value>true to select all text within the editor on focus; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.TextEditProperties.Width">
      <summary>
        <para>Gets or sets the editor’s width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the edior’s width.</value>
    </member>
    <member name="T:DevExpress.Web.ThemesAssemblyAttribute">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ThemesAssemblyAttribute.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ThemesAssemblyAttribute"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ThemesConfigurationSection">
      <summary>
        <para>Provides programmatic access to the DevExpress theme-related configuration-file section.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ThemesConfigurationSection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ThemesConfigurationSection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ThemesConfigurationSection.BaseColor">
      <summary>
        <para>Gets or sets a base color for prebuilt DevExpress Themes.</para>
      </summary>
      <value>A string value specifying the color.</value>
    </member>
    <member name="F:DevExpress.Web.ThemesConfigurationSection.BaseColorAttribute">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ThemesConfigurationSection.CustomThemeAssemblies">
      <summary>
        <para>Gets or sets the value of the <see href="https://docs.devexpress.com/AspNet/14762/common-concepts/webconfig-modifications/webconfig-options/custom-theme-assemblies">Custom Theme Assemblies</see> configuration option.</para>
      </summary>
      <value>A string value specifying the name of the assemblies utilized.</value>
    </member>
    <member name="F:DevExpress.Web.ThemesConfigurationSection.CustomThemeAssembliesAttribute">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ThemesConfigurationSection.EnableThemesAssembly">
      <summary>
        <para>Specifies the value for the <see href="https://docs.devexpress.com/AspNet/7013/common-concepts/webconfig-modifications/webconfig-options/availability-of-themes-assembly">ASPxThemes Assembly</see> configuration option.</para>
      </summary>
      <value>true if the option is enabled; otherwise, false.</value>
    </member>
    <member name="F:DevExpress.Web.ThemesConfigurationSection.EnableThemesAssemblyAttribute">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ThemesConfigurationSection.Font">
      <summary>
        <para>Gets or sets the font settings for prebuilt DevExpress Themes.</para>
      </summary>
      <value>A string value specifying the font settings.</value>
    </member>
    <member name="F:DevExpress.Web.ThemesConfigurationSection.FontAttribute">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ThemesConfigurationSection.Get">
      <summary>
        <para>Returns an object that provides programmatic access to the DevExpress theme-related configuration-file section.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.ThemesConfigurationSection"/> object representing the related configuration section.</returns>
    </member>
    <member name="P:DevExpress.Web.ThemesConfigurationSection.StyleSheetTheme">
      <summary>
        <para>Gets or sets the value of the <see href="https://docs.devexpress.com/AspNet/11678/common-concepts/webconfig-modifications/webconfig-options/style-sheet-theme-name">Style Sheet Theme Name</see> configuration option.</para>
      </summary>
      <value>A string value specifying the name of the applied style sheet theme.</value>
    </member>
    <member name="F:DevExpress.Web.ThemesConfigurationSection.StyleSheetThemeAttribute">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ThemesConfigurationSection.Theme">
      <summary>
        <para>Gets or sets the value of the <see href="https://docs.devexpress.com/AspNet/11677/common-concepts/webconfig-modifications/webconfig-options/theme-name">Theme Name</see> configuration option.</para>
      </summary>
      <value>A string value specifying the name of the applied theme.</value>
    </member>
    <member name="F:DevExpress.Web.ThemesConfigurationSection.ThemeAttribute">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ThumbnailNavigationBarButtonPosition">
      <summary>
        <para>Lists values that specify the position of the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#page-navigation-buttons">page navigation buttons</see> within the <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#navigation-bar">navigation bar</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ThumbnailNavigationBarButtonPosition.Inside">
      <summary>
        <para><see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#page-navigation-buttons">Page navigation buttons</see> are displayed inside <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#thumbnail">thumbnails</see> (over the first and the last visible thumbnails).</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.ThumbnailNavigationBarButtonPosition.Outside">
      <summary>
        <para><see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#page-navigation-buttons">Page navigation buttons</see> are displayed outside <see href="https://docs.devexpress.com/AspNet/14375/components/data-and-image-navigation/image-slider/visual-elements#thumbnail">thumbnails</see> (thumbnails are displayed between the buttons).</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.TimeEditClientSideEvents">
      <summary>
        <para>Contains a client-side time editor’s event list.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TimeEditClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TimeEditClientSideEvents"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TimeEditClientSideEvents.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TimeEditClientSideEvents"/> 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.TimeEditClientSideEvents.DateChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function, or the entire code which will handle the client <b>ASPxClientTimeEdit.DateChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.TimeEditProperties">
      <summary>
        <para>Contains settings specific to a time editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TimeEditProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TimeEditProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TimeEditProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TimeEditProperties"/> 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.TimeEditProperties.AllowNull">
      <summary>
        <para>Gets or sets a value that specifies whether the time editor allows a null value to be entered.</para>
      </summary>
      <value>true, if null value can be entered into the editor, otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.TimeEditProperties.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.TimeEditProperties.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxTimeEdit"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TimeEditClientSideEvents"/> object which allows assigning handlers to the client-side events available to the editor.</value>
    </member>
    <member name="P:DevExpress.Web.TimeEditProperties.DisplayFormatString">
      <summary>
        <para>Gets or sets the pattern used to format the <see href="https://docs.devexpress.com/AspNet/12319/components/data-editors/aspxdateedit/visual-elements#time-section">time edit</see> value for display purposes.</para>
      </summary>
      <value>A string value that is the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.TimeEditProperties.EditFormat">
      <summary>
        <para>Gets or sets the edit format for a time editor’s value.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.EditFormat"/> enumeration value that specifies the edit format.</value>
    </member>
    <member name="P:DevExpress.Web.TimeEditProperties.EditFormatString">
      <summary>
        <para>Gets or sets the pattern used to format the editor’s edited value displayed within the edit box.</para>
      </summary>
      <value>A string representing the format pattern.</value>
    </member>
    <member name="P:DevExpress.Web.TimeEditProperties.NullText">
      <summary>
        <para>Gets or sets the prompt text displayed within the editor’s input box when the editor is not focused and its value is null.</para>
      </summary>
      <value>A string value that specifies the prompt text.</value>
    </member>
    <member name="P:DevExpress.Web.TimeEditProperties.SpinButtons">
      <summary>
        <para>Gets the settings of the editor’s spin buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.SimpleSpinButtons"/> object that contains spin button settings.</value>
    </member>
    <member name="T:DevExpress.Web.TimerClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events available for a timer component.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TimerClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TimerClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TimerClientSideEvents.Tick">
      <summary>
        <para>Gets or sets the name of the JavaScript function, or the entire code, which will handle a client timer’s <b>ASPxClientTimer.Tick</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function, or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.TitleIndexClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events available for a title index control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TitleIndexClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TitleIndexClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TitleIndexClientSideEvents.ItemClick">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientTitleIndex.ItemClick</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.TitleIndexColumn">
      <summary>
        <para>Contains settings that define an individual <see href="https://docs.devexpress.com/AspNet/3620/components/site-navigation-and-layout/title-index/visual-elements/column">column</see> within a <see cref="T:DevExpress.Web.ASPxTitleIndex"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TitleIndexColumn.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TitleIndexColumn"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TitleIndexColumn.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="P:DevExpress.Web.TitleIndexColumn.BackColor">
      <summary>
        <para>Gets or sets the current column’s background color.</para>
      </summary>
      <value>A <see cref="T:System.Drawing.Color"/> structure which specifies the column’s background color.</value>
    </member>
    <member name="P:DevExpress.Web.TitleIndexColumn.BackgroundImage">
      <summary>
        <para>Gets the column’s background image.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BackgroundImage"/> object that represents the background image.</value>
    </member>
    <member name="P:DevExpress.Web.TitleIndexColumn.Border">
      <summary>
        <para>Gets the border settings for all four sides of the current column’s client region.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BorderWrapper"/> object which specifies the border settings.</value>
    </member>
    <member name="P:DevExpress.Web.TitleIndexColumn.BorderBottom">
      <summary>
        <para>Gets the settings of the column’s bottom border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the bottom border settings.</value>
    </member>
    <member name="P:DevExpress.Web.TitleIndexColumn.BorderLeft">
      <summary>
        <para>Gets the settings of the column’s left border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the left border settings.</value>
    </member>
    <member name="P:DevExpress.Web.TitleIndexColumn.BorderRight">
      <summary>
        <para>Gets the settings of the column’s right border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the right border settings.</value>
    </member>
    <member name="P:DevExpress.Web.TitleIndexColumn.BorderTop">
      <summary>
        <para>Gets the settings of the column’s top border.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Border"/> object that represents the top border settings.</value>
    </member>
    <member name="P:DevExpress.Web.TitleIndexColumn.CssClass">
      <summary>
        <para>Gets or sets the name of the cascading style sheet (CSS) class that specifies the column’s display style.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the cascading style sheet class’s name.</value>
    </member>
    <member name="P:DevExpress.Web.TitleIndexColumn.HoverStyle">
      <summary>
        <para>Gets the style settings which define the appearance of the current column when the mouse pointer is hovering over it.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ColumnHoverStyle"/> object that contains the hover style settings for the column.</value>
    </member>
    <member name="P:DevExpress.Web.TitleIndexColumn.Paddings">
      <summary>
        <para>Gets the padding settings of the column.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Paddings"/> object that contains padding settings.</value>
    </member>
    <member name="P:DevExpress.Web.TitleIndexColumn.Style">
      <summary>
        <para>Gets the column’s style settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ColumnStyle"/> object that contains the style settings of the column.</value>
    </member>
    <member name="P:DevExpress.Web.TitleIndexColumn.Width">
      <summary>
        <para>Gets or sets the current column’s width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value specifying the width of the column.</value>
    </member>
    <member name="T:DevExpress.Web.TitleIndexColumnCollection">
      <summary>
        <para>Represents a collection of <see href="https://docs.devexpress.com/AspNet/3620/components/site-navigation-and-layout/title-index/visual-elements/column">columns</see> within a ASPxTitleIndex control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TitleIndexColumnCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TitleIndexColumnCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TitleIndexColumnCollection.#ctor(DevExpress.Web.ASPxWebControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TitleIndexColumnCollection"/> class with the specified owner.</para>
      </summary>
      <param name="owner">An <see cref="T:DevExpress.Web.ASPxWebControl"/> specifying the control that will own the collection.</param>
    </member>
    <member name="M:DevExpress.Web.TitleIndexColumnCollection.Add">
      <summary>
        <para>Adds a new column to the end of the collection and returns the corresponding object.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.TitleIndexColumn"/> object representing the newly created column.</returns>
    </member>
    <member name="T:DevExpress.Web.TitleIndexGroupContentStyle">
      <summary>
        <para>Defines style settings for the client regions of <see href="https://docs.devexpress.com/AspNet/3624/components/site-navigation-and-layout/title-index/visual-elements/group">groups</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TitleIndexGroupContentStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TitleIndexGroupContentStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TitleIndexGroupContentStyle.ItemSpacing">
      <summary>
        <para>Gets or sets the vertical spacing between <see href="https://docs.devexpress.com/AspNet/3628/components/site-navigation-and-layout/title-index/visual-elements/data-item">data items</see> in all <see href="https://docs.devexpress.com/AspNet/3624/components/site-navigation-and-layout/title-index/visual-elements/group">groups</see> within a <see cref="T:DevExpress.Web.ASPxTitleIndex"/> control.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that represents the spacing value.</value>
    </member>
    <member name="T:DevExpress.Web.TitleIndexGroupHeaderStyle">
      <summary>
        <para>Defines style settings for <see href="https://docs.devexpress.com/AspNet/3622/components/site-navigation-and-layout/title-index/visual-elements/group-header">group headers</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TitleIndexGroupHeaderStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TitleIndexGroupHeaderStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.TitleIndexImages">
      <summary>
        <para>Contains settings that allow images to be defined for the <see cref="T:DevExpress.Web.ASPxTitleIndex"/>‘s specific elements.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TitleIndexImages.BackToTop">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.TitleIndexImages.BackToTopImageName">
      <summary>
        <para>Represents the name of the BackToTop image file which is used in the <see cref="T:DevExpress.Web.ASPxTitleIndex"/> control.</para>
        <para>This name is equal to “tiBackToTop.gif”.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TitleIndexImages.Item">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.TitleIndexImages.ItemImageName">
      <summary>
        <para>Represents the name of the Item image file which is used in the <see cref="T:DevExpress.Web.ASPxTitleIndex"/> control.</para>
        <para>This name is equal to “tcItem.gif”.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.TitleIndexItem">
      <summary>
        <para>Represents an individual <see href="https://docs.devexpress.com/AspNet/3628/components/site-navigation-and-layout/title-index/visual-elements/data-item">data item</see> within the <see cref="T:DevExpress.Web.ASPxTitleIndex"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TitleIndexItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TitleIndexItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TitleIndexItem.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TitleIndexItem"/> class with the specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the item’s display text. Initializes the item’s <see cref="P:DevExpress.Web.TitleIndexItem.Text">TitleIndexItem.Text</see> 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. Initializes the item’s <see cref="P:DevExpress.Web.TitleIndexItem.NavigateUrl">TitleIndexItem.NavigateUrl</see> property.</param>
      <param name="name">A string value that specifies the item’s unique identifier name.</param>
    </member>
    <member name="M:DevExpress.Web.TitleIndexItem.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TitleIndexItem"/> class specifying its display text and URL.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the item’s display text. Initializes the item’s <see cref="P:DevExpress.Web.TitleIndexItem.Text">TitleIndexItem.Text</see> 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. Initializes the item’s <see cref="P:DevExpress.Web.TitleIndexItem.NavigateUrl">TitleIndexItem.NavigateUrl</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.TitleIndexItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TitleIndexItem"/> class using the specified display text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the item’s display text. Initializes the item’s <see cref="P:DevExpress.Web.TitleIndexItem.Text">TitleIndexItem.Text</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.TitleIndexItem.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the public properties from the specified <see cref="T:DevExpress.Web.CollectionItem"/> instance 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.TitleIndexItem.DataItem">
      <summary>
        <para>Gets the data item that is bound to the item.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> that represents the data item that is bound to the current item.</value>
    </member>
    <member name="P:DevExpress.Web.TitleIndexItem.Description">
      <summary>
        <para>Gets or sets a description for the current <see href="https://docs.devexpress.com/AspNet/3628/components/site-navigation-and-layout/title-index/visual-elements/data-item">data item</see>.</para>
      </summary>
      <value>A string which specifies the current item’s description.</value>
    </member>
    <member name="M:DevExpress.Web.TitleIndexItem.FindControl(System.String)">
      <summary>
        <para>Searches the current naming container for a server control with the specified id parameter.</para>
      </summary>
      <param name="id">The identifier for the control to be found.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object representing the specified control, or the null reference (Nothing in Visual Basic) if the specified control does not exist.</returns>
    </member>
    <member name="P:DevExpress.Web.TitleIndexItem.GroupValue">
      <summary>
        <para>Gets the group value of the current data item.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> representing the value of the group to which the current item belongs.</value>
    </member>
    <member name="P:DevExpress.Web.TitleIndexItem.GroupValueString">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TitleIndexItem.Name">
      <summary>
        <para>Gets or sets the item’s unique identifier name.</para>
      </summary>
      <value>A string value that specifies the item’s unique identifier name.</value>
    </member>
    <member name="P:DevExpress.Web.TitleIndexItem.NavigateUrl">
      <summary>
        <para>Gets or sets an URL which defines the item’s navigation location.</para>
      </summary>
      <value>A string value which represents an URL where the client web browser will navigate.</value>
    </member>
    <member name="P:DevExpress.Web.TitleIndexItem.Text">
      <summary>
        <para>Gets or sets the item’s label text.</para>
      </summary>
      <value>A string value that specifies the item’s text content.</value>
    </member>
    <member name="P:DevExpress.Web.TitleIndexItem.TitleIndex">
      <summary>
        <para>Gets the <see cref="T:DevExpress.Web.ASPxTitleIndex"/> object to which the current item belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ASPxTitleIndex"/> object representing the control that contains the current item.</value>
    </member>
    <member name="M:DevExpress.Web.TitleIndexItem.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>The string representation of the current <see cref="T:DevExpress.Web.TitleIndexItem"/> object.</returns>
    </member>
    <member name="T:DevExpress.Web.TitleIndexItemBulletStyle">
      <summary>
        <para>Specifies the bullet style for the control’s <see href="https://docs.devexpress.com/AspNet/3628/components/site-navigation-and-layout/title-index/visual-elements/data-item">Data Item</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.TitleIndexItemBulletStyle.Auto">
      <summary>
        <para>The bullet style is selected automatically (by default it is set to Circle).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.TitleIndexItemBulletStyle.Circle">
      <summary>
        <para>The bullet style is an empty circle shape.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.TitleIndexItemBulletStyle.Disc">
      <summary>
        <para>The bullet style is a filled circle shape.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.TitleIndexItemBulletStyle.None">
      <summary>
        <para>The bullet style is not applied to data items.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.TitleIndexItemBulletStyle.NotSet">
      <summary>
        <para>The bullet style is not set.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.TitleIndexItemBulletStyle.Square">
      <summary>
        <para>The bullet style is a filled square shape.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.TitleIndexItemCollection">
      <summary>
        <para>Represents a collection of <see href="https://docs.devexpress.com/AspNet/3628/components/site-navigation-and-layout/title-index/visual-elements/data-item">data items</see> displayed within the <see cref="T:DevExpress.Web.ASPxTitleIndex"/> control when it isn’t bound to any data source.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TitleIndexItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TitleIndexItemCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TitleIndexItemCollection.#ctor(DevExpress.Web.ASPxTitleIndex)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TitleIndexItemCollection"/> class specifying its owner.</para>
      </summary>
      <param name="titleIndex">A <see cref="T:DevExpress.Web.ASPxTitleIndex"/> object specifying the control that will own the collection.</param>
    </member>
    <member name="M:DevExpress.Web.TitleIndexItemCollection.Add">
      <summary>
        <para>Adds a new item to the end of the collection and returns the newly created object.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.TitleIndexItem"/> object representing the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.TitleIndexItemCollection.Add(System.String,System.String,System.String)">
      <summary>
        <para>Adds a new item to the collection and specifies the item’s display text, URL and unique identifier name.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the item’s display text. Initializes the item’s <see cref="P:DevExpress.Web.TitleIndexItem.Text">TitleIndexItem.Text</see> 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. Initializes the item’s <see cref="P:DevExpress.Web.TitleIndexItem.NavigateUrl">TitleIndexItem.NavigateUrl</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the item’s unique identifier name. Initializes the item’s <see cref="P:DevExpress.Web.TitleIndexItem.Name">TitleIndexItem.Name</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.TitleIndexItem"/> object representing the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.TitleIndexItemCollection.Add(System.String,System.String)">
      <summary>
        <para>Adds a new item to the collection and specifies the item’s display text and URL.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the item’s display text. Initializes the item’s <see cref="P:DevExpress.Web.TitleIndexItem.Text">TitleIndexItem.Text</see> 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. Initializes the item’s <see cref="P:DevExpress.Web.TitleIndexItem.NavigateUrl">TitleIndexItem.NavigateUrl</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.TitleIndexItem"/> object representing the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.TitleIndexItemCollection.Add(System.String)">
      <summary>
        <para>Adds a new item to the collection specifying the item’s text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the item’s text. Initializes the item’s <see cref="P:DevExpress.Web.TitleIndexItem.Text">TitleIndexItem.Text</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.TitleIndexItem"/> object representing the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.TitleIndexItemCollection.FindByName(System.String)">
      <summary>
        <para>Returns an item object with the specified <see cref="P:DevExpress.Web.TitleIndexItem.Name">TitleIndexItem.Name</see> property value.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.TitleIndexItem.Name">TitleIndexItem.Name</see> property value of the required item.</param>
      <returns>A <see cref="T:DevExpress.Web.TitleIndexItem"/> object with a specific value of the <see cref="P:DevExpress.Web.TitleIndexItem.Name">TitleIndexItem.Name</see> property.</returns>
    </member>
    <member name="M:DevExpress.Web.TitleIndexItemCollection.FindByNameOrIndex(System.String)">
      <summary>
        <para>Returns an item object with the specified value of the <see cref="P:DevExpress.Web.TitleIndexItem.Name">TitleIndexItem.Name</see> or <see cref="P:DevExpress.Web.CollectionItem.Index">CollectionItem.Index</see> value.</para>
      </summary>
      <param name="nameOrIndex">A <see cref="T:System.String"/> value representing the name of index of the required item.</param>
      <returns>A <see cref="T:DevExpress.Web.TitleIndexItem"/> object representing the found item.</returns>
    </member>
    <member name="M:DevExpress.Web.TitleIndexItemCollection.IndexOfName(System.String)">
      <summary>
        <para>Searches for an item object specified by the value of its <see cref="P:DevExpress.Web.TitleIndexItem.Name">TitleIndexItem.Name</see> property and returns the zero-based index of the first occurrence within the item collection.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.TitleIndexItem.Name">TitleIndexItem.Name</see> property value of the required item.</param>
      <returns>The zero-based index of the first occurrence of the specified item within the item collection, if found; otherwise, negative one (&#0045;1).</returns>
    </member>
    <member name="T:DevExpress.Web.TitleIndexItemCommandEventArgs">
      <summary>
        <para>Provides data for the events whose functionality relates to processing the Command event fired by a child control within a templated <see href="https://docs.devexpress.com/AspNet/3628/components/site-navigation-and-layout/title-index/visual-elements/data-item">data item</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TitleIndexItemCommandEventArgs.#ctor(DevExpress.Web.TitleIndexItem,System.Object,System.Web.UI.WebControls.CommandEventArgs)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TitleIndexItemCommandEventArgs"/> class.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.TitleIndexItem"/> object representing an item related to the generated event.</param>
      <param name="commandSource">A <see cref="T:System.Object"/> identifying the source of the command.</param>
      <param name="originalArgs">A <see cref="T:System.Web.UI.WebControls.CommandEventArgs"/> object that contains an argument for the command.</param>
    </member>
    <member name="M:DevExpress.Web.TitleIndexItemCommandEventArgs.#ctor(System.Object,System.Web.UI.WebControls.CommandEventArgs)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TitleIndexItemCommandEventArgs"/> class.</para>
      </summary>
      <param name="commandSource">A <see cref="T:System.Object"/> identifying the source of the command.</param>
      <param name="originalArgs">A <see cref="T:System.Web.UI.WebControls.CommandEventArgs"/> object that contains an argument for the command.</param>
    </member>
    <member name="P:DevExpress.Web.TitleIndexItemCommandEventArgs.CommandSource">
      <summary>
        <para>Gets an object representing a control which forced a postback.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> representing a control which forced a postback.</value>
    </member>
    <member name="P:DevExpress.Web.TitleIndexItemCommandEventArgs.Item">
      <summary>
        <para>Gets an item object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TitleIndexItem"/> object, manipulations on which forced the event to be raised.</value>
    </member>
    <member name="T:DevExpress.Web.TitleIndexItemCommandEventHandler">
      <summary>
        <para>A method that will handle specific command events concerning manipulations with items.</para>
      </summary>
      <param name="source">A <see cref="T:System.Object"/> representing the event source. Identifies the <see cref="T:DevExpress.Web.ASPxTitleIndex"/> control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.TitleIndexItemCommandEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.TitleIndexItemEventArgs">
      <summary>
        <para>Provides data for events which concern manipulations on data items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TitleIndexItemEventArgs.#ctor(DevExpress.Web.TitleIndexItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TitleIndexItemEventArgs"/> class.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.TitleIndexItem"/> object representing the item related to the generated event.</param>
    </member>
    <member name="P:DevExpress.Web.TitleIndexItemEventArgs.Item">
      <summary>
        <para>Gets an item object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TitleIndexItem"/> object, manipulations on which forced the event to be raised.</value>
    </member>
    <member name="T:DevExpress.Web.TitleIndexItemEventHandler">
      <summary>
        <para>A method that will handle the events concerning manipulations with items.</para>
      </summary>
      <param name="source">A <see cref="T:System.Object"/> representing the event source. Identifies the <see cref="T:DevExpress.Web.ASPxTitleIndex"/> control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.TitleIndexItemEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.TitleIndexItemStyle">
      <summary>
        <para>Defines style settings for <see href="https://docs.devexpress.com/AspNet/3628/components/site-navigation-and-layout/title-index/visual-elements/data-item">data  items</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TitleIndexItemStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TitleIndexItemStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TitleIndexItemStyle.CurrentItemStyle">
      <summary>
        <para>Gets the style settings for the <see href="https://docs.devexpress.com/AspNet/3628/components/site-navigation-and-layout/title-index/visual-elements/data-item">data item</see> that refers to the page currently displayed within the client browser.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TitleIndexItemStyle.HoverStyle">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.TitleIndexItemStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TitleIndexItemStyle.Spacing">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.TitleIndexItemStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.TitleIndexItemTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render <see href="https://docs.devexpress.com/AspNet/3628/components/site-navigation-and-layout/title-index/visual-elements/data-item">data items</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TitleIndexItemTemplateContainer.#ctor(DevExpress.Web.TitleIndexItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TitleIndexItemTemplateContainer"/> class with the specified setting.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.TitleIndexItem"/> object specifying the item which the current object belongs to.</param>
    </member>
    <member name="P:DevExpress.Web.TitleIndexItemTemplateContainer.Item">
      <summary>
        <para>Gets a data item for which the template’s content is being instantiated.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TitleIndexItem"/> object representing the item being rendered.</value>
    </member>
    <member name="T:DevExpress.Web.TitleIndexStyles">
      <summary>
        <para>Contains settings that allow the <see cref="T:DevExpress.Web.ASPxTitleIndex"/>‘s appearance to be defined.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TitleIndexStyles.BackToTop">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TitleIndexStyles.Column">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TitleIndexStyles.ColumnSeparator">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TitleIndexStyles.CopyFrom(DevExpress.Web.StylesBase)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.TitleIndexStyles"/> class.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.StylesBase"/> object that represents the object from which the settings will be copied.</param>
    </member>
    <member name="P:DevExpress.Web.TitleIndexStyles.FilterBox">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TitleIndexStyles.FilterBoxEdit">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TitleIndexStyles.FilterBoxInfoText">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TitleIndexStyles.GetBulletIndent">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TitleIndexStyles.GetColumnSeparatorPaddings">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TitleIndexStyles.GroupContent">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TitleIndexStyles.GroupHeader">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TitleIndexStyles.GroupHeaderText">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TitleIndexStyles.IndexPanel">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TitleIndexStyles.IndexPanelItem">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TitleIndexStyles.IndexPanelItemLink">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TitleIndexStyles.IndexPanelSeparator">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TitleIndexStyles.Item">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TitleIndexStyles.Reset">
      <summary>
        <para>Returns the <see cref="T:DevExpress.Web.TitleIndexStyles"/> object to its original state.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ToggleSwitchDisplayMode">
      <summary>
        <para>Lists values that specify when the element (a radio button or check box) should be displayed as a toggle switch.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ToggleSwitchDisplayMode.Always">
      <summary>
        <para>A check box is always displayed as a toggle switch.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ToggleSwitchDisplayMode.Auto">
      <summary>
        <para>A check box is displayed as a toggle switch on touch devices and as a regular check box - on other devices.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ToggleSwitchDisplayMode.Never">
      <summary>
        <para>Never displays a check box as a toggle switch.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.TokenBoxClientSideEvents">
      <summary>
        <para>Contains a client-side  token box editor’s event list.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TokenBoxClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TokenBoxClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TokenBoxClientSideEvents.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TokenBoxClientSideEvents"/> 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.TokenBoxClientSideEvents.TokensChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientTokenBox.TokensChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.TokenBoxCustomTokensAddedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTokenBox.CustomTokensAdded">ASPxTokenBox.CustomTokensAdded</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TokenBoxCustomTokensAddedEventArgs.#ctor(System.Collections.Generic.IEnumerable{System.String})">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TokenBoxCustomTokensAddedEventArgs"/> class.</para>
      </summary>
      <param name="customTokens">A  collection of custom tokens.</param>
    </member>
    <member name="P:DevExpress.Web.TokenBoxCustomTokensAddedEventArgs.CustomTokens">
      <summary>
        <para>Gets the collection of custom tokens.</para>
      </summary>
      <value>An <see cref="T:System.Collections.Generic.IEnumerable`1"/>&lt;<see cref="T:System.String"/>,&gt; object containing the collection of custom tokens.</value>
    </member>
    <member name="T:DevExpress.Web.TokenBoxCustomTokensAddedEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxTokenBox.CustomTokensAdded">ASPxTokenBox.CustomTokensAdded</see> event.</para>
      </summary>
      <param name="sender">The event source.</param>
      <param name="e">A <see cref="T:DevExpress.Web.TokenBoxCustomTokensAddedEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.TokenBoxProperties">
      <summary>
        <para>Contains settings specific to a token box editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TokenBoxProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TokenBoxProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TokenBoxProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TokenBoxProperties"/> 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.TokenBoxProperties.AllowCustomTokens">
      <summary>
        <para>Gets or sets whether end-users can input custom tokens.</para>
      </summary>
      <value>true, if custom tokens are available; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.TokenBoxProperties.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.TokenBoxProperties.CaseSensitiveTokens">
      <summary>
        <para>Specifies if <see href="https://docs.devexpress.com/AspNet/16409/components/data-editors/aspxtokenbox/visual-elements#token">tokens</see> are case sensitive.</para>
      </summary>
      <value>true, if tokens are case sensitive; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.TokenBoxProperties.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.ASPxTokenBox"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TokenBoxClientSideEvents"/> object which allows assigning handlers to the client-side events available to the editor.</value>
    </member>
    <member name="P:DevExpress.Web.TokenBoxProperties.ItemValueType">
      <summary>
        <para>Gets the data type of the editor’s item values.</para>
      </summary>
      <value>A <see cref="T:System.Type"/> object that is the type of item values.</value>
    </member>
    <member name="P:DevExpress.Web.TokenBoxProperties.ShowDropDownOnFocus">
      <summary>
        <para>Specifies the <see href="https://docs.devexpress.com/AspNet/16409/components/data-editors/aspxtokenbox/visual-elements#drop-down-window">drop-down window</see> visibility when the editor gets focus.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ShowDropDownOnFocusMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.TokenBoxProperties.TextSeparator">
      <summary>
        <para>Gets or sets a separator that is used in the editor <see cref="P:DevExpress.Web.ASPxTokenBox.Text">ASPxTokenBox.Text</see> property to divide tokens.</para>
      </summary>
      <value>A <see cref="T:System.Char"/> value that specifies a separator character.</value>
    </member>
    <member name="P:DevExpress.Web.TokenBoxProperties.TokenBoxInputStyle">
      <summary>
        <para>Gets the style settings that define the appearance of an <see href="https://docs.devexpress.com/AspNet/16409/components/data-editors/aspxtokenbox/visual-elements#input-area">input area</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ExtendedStyleBase"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TokenBoxProperties.TokenHoverStyle">
      <summary>
        <para>Gets the style settings that define the appearance of a <see href="https://docs.devexpress.com/AspNet/16409/components/data-editors/aspxtokenbox/visual-elements#token">token</see> when it is hovered by a pointer.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ExtendedStyleBase"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TokenBoxProperties.TokenRemoveButtonHoverStyle">
      <summary>
        <para>Gets the style settings that define the appearance of a <see href="https://docs.devexpress.com/AspNet/16409/components/data-editors/aspxtokenbox/visual-elements#token">token</see>‘s remove button when it is hovered by a pointer.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ExtendedStyleBase"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TokenBoxProperties.TokenRemoveButtonStyle">
      <summary>
        <para>Gets the style settings that define the appearance of a <see href="https://docs.devexpress.com/AspNet/16409/components/data-editors/aspxtokenbox/visual-elements#token">token</see>‘s remove button.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ExtendedStyleBase"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TokenBoxProperties.Tokens">
      <summary>
        <para>Provide access to a collection of editor tokens.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TokenCollection"/> instance that is the collection of tokens.</value>
    </member>
    <member name="P:DevExpress.Web.TokenBoxProperties.TokenStyle">
      <summary>
        <para>Gets the style settings that define the appearance of a <see href="https://docs.devexpress.com/AspNet/16409/components/data-editors/aspxtokenbox/visual-elements#token">token</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ExtendedStyleBase"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TokenBoxProperties.TokenTextStyle">
      <summary>
        <para>Gets the style settings that define the appearance of a <see href="https://docs.devexpress.com/AspNet/16409/components/data-editors/aspxtokenbox/visual-elements#token">token</see>‘s text.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ExtendedStyleBase"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TokenBoxProperties.ValueSeparator">
      <summary>
        <para>Gets or sets a separator that is used in the editor <see cref="P:DevExpress.Web.ASPxTokenBox.Value">ASPxTokenBox.Value</see> property to divide values of items, corresponding to editor tokens.</para>
      </summary>
      <value>A <see cref="T:System.Char"/> value that specifies a separator character.</value>
    </member>
    <member name="T:DevExpress.Web.TokenCollection">
      <summary>
        <para>A collection of <see href="https://docs.devexpress.com/AspNet/16409/components/data-editors/aspxtokenbox/visual-elements#token">tokens</see> in the <see cref="T:DevExpress.Web.ASPxTokenBox"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TokenCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TokenCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TokenCollection.#ctor(DevExpress.Web.TokenBoxProperties)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TokenCollection"/> class.</para>
      </summary>
      <param name="properties">A <see cref="T:DevExpress.Web.TokenBoxProperties"/> object that contains the editor properties.</param>
    </member>
    <member name="M:DevExpress.Web.TokenCollection.#ctor(System.String[])">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TokenCollection"/> class.</para>
      </summary>
      <param name="items">An array that contains zero or more string values (tokens) to populate the collection.</param>
    </member>
    <member name="T:DevExpress.Web.ToolTipStyleBase">
      <summary>
        <para>Defines the base style settings for the tooltips and help texts.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ToolTipStyleBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ToolTipStyleBase"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.TrackBarButtonStyle">
      <summary>
        <para>Contains style settings defining a button appearance within a track bar.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TrackBarButtonStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TrackBarButtonStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.TrackBarClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events available for the track bar editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TrackBarClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TrackBarClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TrackBarClientSideEvents.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TrackBarClientSideEvents"/> 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.TrackBarClientSideEvents.PositionChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientTrackBar.PositionChanged</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarClientSideEvents.PositionChanging">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientTrackBar.PositionChanging</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarClientSideEvents.Track">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientTrackBar.Track</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarClientSideEvents.TrackEnd">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientTrackBar.TrackEnd</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarClientSideEvents.TrackStart">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientTrackBar.TrackStart</b> event.</para>
      </summary>
      <value>A string that is 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.TrackBarElementImageProperties">
      <summary>
        <para>Contains the settings that define an image that can be displayed in track bar <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements">visual elements</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TrackBarElementImageProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TrackBarElementImageProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TrackBarElementImageProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TrackBarElementImageProperties"/> 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.TrackBarElementImageProperties.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TrackBarElementImageProperties"/> class with the specified image location.</para>
      </summary>
      <param name="url">A <see cref="T:System.String"/> value that specifies the image location.</param>
    </member>
    <member name="T:DevExpress.Web.TrackBarItem">
      <summary>
        <para>An individual item within the <see cref="T:DevExpress.Web.ASPxTrackBar"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TrackBarItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TrackBarItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TrackBarItem.#ctor(System.String,System.Object,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TrackBarItem"/> class with the specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item’s display text. This value is assigned to the <see cref="P:DevExpress.Web.TrackBarItem.Text">TrackBarItem.Text</see> property.</param>
      <param name="value">A <see cref="T:System.Object"/> that specifies the value associated with the item. This value is assigned to the <see cref="P:DevExpress.Web.TrackBarItem.Value">TrackBarItem.Value</see> property.</param>
      <param name="toolTip">A <see cref="T:System.String"/> value that specifies the item’s tooltip. This value is assigned to the <see cref="P:DevExpress.Web.TrackBarItem.ToolTip">TrackBarItem.ToolTip</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.TrackBarItem.#ctor(System.String,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TrackBarItem"/> class with the specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item’s display text. This value is assigned to the <see cref="P:DevExpress.Web.TrackBarItem.Text">TrackBarItem.Text</see> property.</param>
      <param name="value">A <see cref="T:System.Object"/> that specifies the value associated with the item. This value is assigned to the <see cref="P:DevExpress.Web.TrackBarItem.Value">TrackBarItem.Value</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.TrackBarItem.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TrackBarItem"/> class with the specified text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that specifies the item’s display text. This value is assigned to the <see cref="P:DevExpress.Web.TrackBarItem.Text">TrackBarItem.Text</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.TrackBarItem.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings of 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 that is the source of the operation.</param>
    </member>
    <member name="P:DevExpress.Web.TrackBarItem.Text">
      <summary>
        <para>Gets or sets the track bar item’s text.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the item text.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarItem.ToolTip">
      <summary>
        <para>Gets or sets the current item’s tooltip text.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text content of the current item’s tooltip.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarItem.Value">
      <summary>
        <para>Gets or sets the item’s associated value.</para>
      </summary>
      <value>An <see cref="T:System.Object"/> that specifies the item’s value.</value>
    </member>
    <member name="T:DevExpress.Web.TrackBarItemCollection">
      <summary>
        <para>A collection of <see cref="T:DevExpress.Web.TrackBarItem"/> objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TrackBarItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TrackBarItemCollection"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TrackBarItemCollection.Add">
      <summary>
        <para>Adds a new item to the collection and returnes the newly created object.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.TrackBarItem"/> object that is the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.TrackBarItemCollection.Add(DevExpress.Web.TrackBarItem)">
      <summary>
        <para>Adds a specified item to the end of the collection.</para>
      </summary>
      <param name="item">A <see cref="T:DevExpress.Web.TrackBarItem"/> object specifying an item to be added.</param>
    </member>
    <member name="M:DevExpress.Web.TrackBarItemCollection.Add(System.String,System.Object,System.String)">
      <summary>
        <para>Adds a new item to the collection and specifies the item’s display text and value.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the item’s display text. Initializes the item’s <see cref="P:DevExpress.Web.TrackBarItem.Text">TrackBarItem.Text</see> property.</param>
      <param name="value">A <see cref="T:System.Object"/> specifying the value associated with the item. Initializes the item’s <see cref="P:DevExpress.Web.TrackBarItem.Value">TrackBarItem.Value</see> property.</param>
      <param name="toolTip">A <see cref="T:System.Object"/> specifying the item’s tooltip. Initializes the item’s <see cref="P:DevExpress.Web.TrackBarItem.ToolTip">TrackBarItem.ToolTip</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.ListEditItemBase"/> object that is the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.TrackBarItemCollection.Add(System.String,System.Object)">
      <summary>
        <para>Adds a new item to the collection and specifies the item’s display text and value.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the item’s display text. Initializes the item’s <see cref="P:DevExpress.Web.TrackBarItem.Text">TrackBarItem.Text</see> property.</param>
      <param name="value">A <see cref="T:System.Object"/> specifying the value associated with the item. Initializes the item’s <see cref="P:DevExpress.Web.TrackBarItem.Value">TrackBarItem.Value</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.TrackBarItem"/> object that is the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.TrackBarItemCollection.Add(System.String)">
      <summary>
        <para>Adds a new item to the collection and specifies the item’s display text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the item’s display text. Initializes the item’s <see cref="P:DevExpress.Web.TrackBarItem.Text">TrackBarItem.Text</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.TrackBarItem"/> object that is the newly created item.</returns>
    </member>
    <member name="M:DevExpress.Web.TrackBarItemCollection.FindByText(System.String)">
      <summary>
        <para>Returns an item with the specified text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that is the <see cref="P:DevExpress.Web.TrackBarItem.Text">TrackBarItem.Text</see> property value of the required item.</param>
      <returns>A <see cref="T:DevExpress.Web.TrackBarItem"/> object with a specific value of the Text property.</returns>
    </member>
    <member name="M:DevExpress.Web.TrackBarItemCollection.FindByTextWithTrim(System.String)">
      <summary>
        <para>Removes all leading and trailing white-space characters from the passed string and returns an item with the identical Text property value.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the <see cref="P:DevExpress.Web.TrackBarItem.Text">TrackBarItem.Text</see> property value of the required item.</param>
      <returns>A <see cref="T:DevExpress.Web.TrackBarItem"/> object with a specific value of the Text property.</returns>
    </member>
    <member name="M:DevExpress.Web.TrackBarItemCollection.FindByValue(System.Object)">
      <summary>
        <para>Returns an item with the specified Value property value.</para>
      </summary>
      <param name="value">A <see cref="T:System.Object"/> value representing the <see cref="P:DevExpress.Web.TrackBarItem.Value">TrackBarItem.Value</see> property value of the required item.</param>
      <returns>A <see cref="T:DevExpress.Web.TrackBarItem"/> object with a specific value of the Value property.</returns>
    </member>
    <member name="P:DevExpress.Web.TrackBarItemCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to individual items within the <see cref="T:DevExpress.Web.TrackBarItemCollection"/>.</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.TrackBarItem"/> object that is an item located at the specified index within the collection.</value>
    </member>
    <member name="T:DevExpress.Web.TrackBarProperties">
      <summary>
        <para>Contains settings specific to a track bar editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TrackBarProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TrackBarProperties"/> 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.TrackBarProperties.AllowMouseWheel">
      <summary>
        <para>Gets or sets a value that specifies whether or not an end-user is able to change the editor’s value using the mouse wheel.</para>
      </summary>
      <value>true if the editor’s value can be changed via the mouse wheel when the editor is focused; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.AllowRangeSelection">
      <summary>
        <para>Gets or sets a value that specifies whether or not an end-user can select a range of track bar values.</para>
      </summary>
      <value>true if the editor is in the range selection mode; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.TrackBarProperties.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.TrackBarProperties.BarHighlightStyle">
      <summary>
        <para>Gets the style settings which define the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#bar-highlight">bar highlight</see>‘s appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarTrackElementStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.ClientSideEvents">
      <summary>
        <para>Gets an object that lists the client-side events specific to the <see cref="T:DevExpress.Web.TrackBarProperties"/>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarClientSideEvents"/> object that enables assigning handlers to the client-side events available to the <see cref="T:DevExpress.Web.TrackBarProperties"/>.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.DecrementButtonImage">
      <summary>
        <para>Provides access to the settings that define an image of a <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#decrement-button">decrement button</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.TrackBarElementImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.DecrementButtonStyle">
      <summary>
        <para>Gets the style settings that define the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#decrement-button">decrement button</see>‘s appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.TrackBarButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.DecrementButtonToolTip">
      <summary>
        <para>Gets or sets a string value that specifies the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#decrement-button">decrement button</see>‘s tooltip text.</para>
      </summary>
      <value>A <see cref="T:System.String"/> object that specifies a tooltip text.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.Direction">
      <summary>
        <para>Gets or sets a value which defines the <see href="https://docs.devexpress.com/AspNet/11667/components/data-editors/trackbar">track bar</see> direction.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.Direction"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.DragHandleToolTip">
      <summary>
        <para>Gets or sets a string value that specifies the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#drag-handle">drag handle</see>‘s tooltip text.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies a tooltip text.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.EnableAnimation">
      <summary>
        <para>Gets or sets the value that specifies whether a specific animation effect is used when the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#drag-handle">drag handle</see> position is changed.</para>
      </summary>
      <value>true to use animation; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.EqualTickMarks">
      <summary>
        <para>Gets or sets a value that specifies whether or not all <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#ticks">tick marks</see> are of the same size.</para>
      </summary>
      <value>true to equalize tick marks; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.IncrementButtonImage">
      <summary>
        <para>Provides access to the settings that define an image of an <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#increment-button">increment button</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.TrackBarElementImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.IncrementButtonStyle">
      <summary>
        <para>Gets the style settings which define the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#increment-button">Increment Button</see>‘s appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.IncrementButtonToolTip">
      <summary>
        <para>Gets or sets a string value that specifies the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#increment-button">increment button</see>‘s tooltip text.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies a tooltip text.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.Items">
      <summary>
        <para>Gets the collection of <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#item">items</see> in the <see href="https://docs.devexpress.com/AspNet/11667/components/data-editors/trackbar">track bar</see> control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarItemCollection"/> instance that is the collection of the editor’s items.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.ItemStyle">
      <summary>
        <para>Gets the style settings that define the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#item">item</see>‘s appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarTickStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.LargeTickEndValue">
      <summary>
        <para>Gets or sets the maximum value of the span where <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#ticks">large tick marks</see> are placed.</para>
      </summary>
      <value>A <see cref="T:System.Decimal"/> value that is the maximum possible large tick position.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.LargeTickInterval">
      <summary>
        <para>Gets or sets a value that is the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#ticks">large ticks</see> interval.</para>
      </summary>
      <value>A <see cref="T:System.Decimal"/> value that is the interval between large ticks.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.LargeTickStartValue">
      <summary>
        <para>Gets or sets the start position of the span where <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#ticks">large tick marks</see> are placed.</para>
      </summary>
      <value>A <see cref="T:System.Decimal"/> value that specifies the large tick starting position.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.LargeTickStyle">
      <summary>
        <para>Gets the style settings that define the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#ticks">large tick</see>‘s appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarTickStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.LeftTopLabelStyle">
      <summary>
        <para>Gets the style settings which define the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#scale-label">left top labels</see> appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.MainDragHandleImage">
      <summary>
        <para>Provides access to the settings that define an image of a <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#drag-handle">main drag handle</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarElementImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.MainDragHandleStyle">
      <summary>
        <para>Gets the style settings which define the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#drag-handle">main drag handle</see> appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.MainDragHandleToolTip">
      <summary>
        <para>Gets or sets the tooltip for the main drag handle.</para>
      </summary>
      <value>A string value that is the tooltip text.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.MaxValue">
      <summary>
        <para>Gets or sets the maximum value of a <see href="https://docs.devexpress.com/AspNet/11667/components/data-editors/trackbar">track bar</see>.</para>
      </summary>
      <value>A <see cref="T:System.Decimal"/> value that is the maximum value of a track bar.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.MinValue">
      <summary>
        <para>Gets or sets the minimum value of a <see href="https://docs.devexpress.com/AspNet/11667/components/data-editors/trackbar">track bar</see>.</para>
      </summary>
      <value>A <see cref="T:System.Decimal"/> value that is the minimum value of a track bar.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.Orientation">
      <summary>
        <para>Gets or sets a value that defines the <see href="https://docs.devexpress.com/AspNet/11667/components/data-editors/trackbar">track bar</see> orientation.</para>
      </summary>
      <value>One of the <see cref="T:System.Web.UI.WebControls.Orientation"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.RightBottomLabelStyle">
      <summary>
        <para>Gets the style settings which define the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#scale-label">right bottom labels</see> appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.ScaleLabelFormatString">
      <summary>
        <para>Gets or sets format string representation of a <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#scale-label">scale label</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the pattern used to format scale label values.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.ScaleLabelHighlightMode">
      <summary>
        <para>Gets or sets a value that defines <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#scale-label">scale labels</see> highlight mode.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ScaleLabelHighlightMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.ScalePosition">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#scale">scale</see> position with respect to the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#track">track</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ScalePosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.ScaleStyle">
      <summary>
        <para>Gets the style settings that define the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#scale">scale</see> appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.SecondaryDragHandleImage">
      <summary>
        <para>Provides access to the settings that define an image of a <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#drag-handle">secondary drag handle</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.TrackBarElementImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.SecondaryDragHandleStyle">
      <summary>
        <para>Gets the style settings which define the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#drag-handle">secondary drag handle</see> appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarButtonStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.SecondaryDragHandleToolTip">
      <summary>
        <para>Gets or sets the secondary drag handle’s tooltip.</para>
      </summary>
      <value>A string value that is the tooltip text.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.SelectedItemStyle">
      <summary>
        <para>Gets the style settings that define the selected <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#item">item</see> appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarTickStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.SelectedTickStyle">
      <summary>
        <para>Gets the style settings which define the selected <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#ticks">Tick</see> appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarTickStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.ShowChangeButtons">
      <summary>
        <para>Gets or sets the value that specifies whether or not <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#decrement-button">decrement</see> and <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#increment-button">increment</see> buttons are shown.</para>
      </summary>
      <value>true to show increment and decrement buttons; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.ShowDragHandles">
      <summary>
        <para>Gets or sets the value that specifies whether or not main and secondary <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#drag-handle">drag handles</see> are shown.</para>
      </summary>
      <value>true to show drag handles; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.SmallTickFrequency">
      <summary>
        <para>Gets or sets the frequency of <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#ticks">small ticks</see>.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value that defines how frequently small ticks are placed.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.SmallTickStyle">
      <summary>
        <para>Gets the style settings that define the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#ticks">small tick</see> appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarTickStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.Step">
      <summary>
        <para>Gets or sets the minimum distance <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#drag-handle">drag handles</see> can be moved.</para>
      </summary>
      <value>A <see cref="T:System.Decimal"/> value that is the step value of the track bar.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.TextField">
      <summary>
        <para>Gets or sets the data source field that provides display texts for the editor’s items.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of the data source field from which the editor obtains item texts.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.ToolTipField">
      <summary>
        <para>Gets or sets the data source field that provides tooltips for the editor’s items.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of the data source field from which the editor obtains item tooltips.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.TrackStyle">
      <summary>
        <para>Gets the style settings which define the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#track">track</see> appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarTrackElementStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.ValueChangedDelay">
      <summary>
        <para>Gets or sets the time interval between the time that an end-user has finished changing the editor’s value, and the client <b>ASPxClientTrackBar.PositionChanged</b> and <b>ASPxClientEdit.ValueChanged</b> events are raised.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value that specifies the delay, in milliseconds.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.ValueField">
      <summary>
        <para>Gets or sets the data source field that provides values for the editor’s items.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the name of the data source field from which the editor obtains item values.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.ValueToolTipFormatString">
      <summary>
        <para>Gets or sets the format string representation of a <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#value-tooltip">value tooltip</see>.</para>
      </summary>
      <value>A <see cref="T:System.String"/> object that contains value tooltip settings.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.ValueToolTipPosition">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#value-tooltip">value tooltip</see> position.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ValueToolTipPosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.ValueToolTipStyle">
      <summary>
        <para>Gets the style settings which define the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#value-tooltip">value tooltip</see> appearance.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TrackBarValueToolTipStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TrackBarProperties.ValueType">
      <summary>
        <para>Gets or sets the data type of a track bar item value.</para>
      </summary>
      <value>A <see cref="T:System.Type"/>  object that specifies the type of values.</value>
    </member>
    <member name="T:DevExpress.Web.TrackBarTickStyle">
      <summary>
        <para>Defines style settings of <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#ticks">ticks</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TrackBarTickStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TrackBarTickStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.TrackBarTrackElementStyle">
      <summary>
        <para>Contains style settings that define the appearance of the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#track">track</see> element.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TrackBarTrackElementStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TrackBarTrackElementStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.TrackBarValueToolTipStyle">
      <summary>
        <para>Contains style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#value-tooltip">value tooltip</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TrackBarValueToolTipStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TrackBarValueToolTipStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.TreeViewClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events available for the <see cref="T:DevExpress.Web.ASPxTreeView"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TreeViewClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TreeViewClientSideEvents"/> class. For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TreeViewClientSideEvents.CheckedChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code, which will handle the client <b>ASPxClientTreeView.CheckedChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewClientSideEvents.ExpandedChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeView’s <b>ASPxClientTreeView.ExpandedChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewClientSideEvents.ExpandedChanging">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeView’s <b>ASPxClientTreeView.ExpandedChanging</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewClientSideEvents.NodeClick">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxTreeView’s <b>ASPxClientTreeView.NodeClick</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.TreeViewImages">
      <summary>
        <para>Contains settings that allow images to be defined for specific elements of an ASPxTreeView.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TreeViewImages.#ctor(DevExpress.Web.ASPxTreeView)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TreeViewImages"/> class with the specified owner.</para>
      </summary>
      <param name="treeView">An <see cref="T:DevExpress.Web.ASPxTreeView"/> object that represents the class’ owner.</param>
    </member>
    <member name="P:DevExpress.Web.TreeViewImages.CheckBoxChecked">
      <summary>
        <para>Provides access to the settings that define an image of <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#check-box">check boxes</see> in the checked state.</para>
      </summary>
      <value>An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewImages.CheckBoxGrayed">
      <summary>
        <para>Provides access to the settings that define an image of <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#check-box">check boxes</see> in an indeterminate state.</para>
      </summary>
      <value>An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewImages.CheckBoxUnchecked">
      <summary>
        <para>Provides access to the settings that define an image of <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#check-box">check boxes</see> in the unchecked state.</para>
      </summary>
      <value>An DevExpress.Web.InternalCheckBoxImageProperties object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewImages.CollapseButton">
      <summary>
        <para>Gets settings of an image, which when clicked, collapses a node.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewImages.CollapseButtonRtl">
      <summary>
        <para>Gets settings of an image, a click on which collapses a node, when the ASPxTreeView is used in <see href="https://docs.devexpress.com/AspNet/8925/common-concepts/right-to-left-support">right-to-left layout</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewImages.ExpandButton">
      <summary>
        <para>Gets settings of an image that when clicked, expands a node.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewImages.ExpandButtonRtl">
      <summary>
        <para>Gets settings of an image, a click on which expands a node, when the ASPxTreeView is used in a <see href="https://docs.devexpress.com/AspNet/8925/common-concepts/right-to-left-support">right-to-left layout</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewImages.NodeImage">
      <summary>
        <para>Provides access to the settings that define common <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#node-image">images</see>, displayed within <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#node">node content</see> for different node states.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ItemImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewImages.NodeLoadingPanel">
      <summary>
        <para>Gets the settings of an image displayed within a <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#loading-panel">loading panel</see> when the <see cref="P:DevExpress.Web.TreeViewSettingsLoadingPanel.Mode">TreeViewSettingsLoadingPanel.Mode</see> property is set to <see cref="F:DevExpress.Web.TreeViewLoadingPanelMode.ShowNearNode">TreeViewLoadingPanelMode.ShowNearNode</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="T:DevExpress.Web.TreeViewLoadingPanelMode">
      <summary>
        <para>Lists values that specify how a <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#loading-panel">loading panel</see> is displayed within the ASPxTreeView.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.TreeViewLoadingPanelMode.Disabled">
      <summary>
        <para>A <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#loading-panel">loading panel</see> isn’t displayed while waiting for a callback response.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.TreeViewLoadingPanelMode.ShowAsPopup">
      <summary>
        <para>A <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#loading-panel">loading panel</see> is displayed at the center of the ASPxTreeView, while waiting for a callback response.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.TreeViewLoadingPanelMode.ShowNearNode">
      <summary>
        <para>A <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#loading-panel">loading panel</see> is displayed near the expanding node (in place of the expand button), while waiting for a callback response.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.TreeViewNode">
      <summary>
        <para>Represents an individual <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#node">node</see> within an ASPxTreeView control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TreeViewNode.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TreeViewNode"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TreeViewNode.#ctor(System.String,System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TreeViewNode"/> class with the specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the node’s display text. Initializes the node’s <see cref="P:DevExpress.Web.TreeViewNode.Text">TreeViewNode.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which identifies the created node. Initializes the node’s <see cref="P:DevExpress.Web.TreeViewNode.Name">TreeViewNode.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#node-image">node image</see>. Initializes the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see>  property of the node’s <see cref="P:DevExpress.Web.TreeViewNode.Image">TreeViewNode.Image</see>.</param>
      <param name="navigateUrl">A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the node is clicked. Initializes the node’s <see cref="P:DevExpress.Web.TreeViewNode.NavigateUrl">TreeViewNode.NavigateUrl</see> 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. Initializes the node’s <see cref="P:DevExpress.Web.TreeViewNode.Target">TreeViewNode.Target</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.TreeViewNode.#ctor(System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TreeViewNode"/> class with the specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the node’s display text. Initializes the node’s <see cref="P:DevExpress.Web.TreeViewNode.Text">TreeViewNode.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which identifies the created node. Initializes the node’s <see cref="P:DevExpress.Web.TreeViewNode.Name">TreeViewNode.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#node-image">node image</see>. Initializes the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see>  property of the node’s <see cref="P:DevExpress.Web.TreeViewNode.Image">TreeViewNode.Image</see>.</param>
      <param name="navigateUrl">A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the node is clicked. Initializes the node’s <see cref="P:DevExpress.Web.TreeViewNode.NavigateUrl">TreeViewNode.NavigateUrl</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.TreeViewNode.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TreeViewNode"/> class with the specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the node’s display text. Initializes the node’s <see cref="P:DevExpress.Web.TreeViewNode.Text">TreeViewNode.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which identifies the created node. Initializes the node’s <see cref="P:DevExpress.Web.TreeViewNode.Name">TreeViewNode.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#node-image">node image</see>. Initializes the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see>  property of the node’s <see cref="P:DevExpress.Web.TreeViewNode.Image">TreeViewNode.Image</see>.</param>
    </member>
    <member name="M:DevExpress.Web.TreeViewNode.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TreeViewNode"/> class with the specified settings.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the node’s display text. Initializes the node’s <see cref="P:DevExpress.Web.TreeViewNode.Text">TreeViewNode.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which identifies the created node. Initializes the node’s <see cref="P:DevExpress.Web.TreeViewNode.Name">TreeViewNode.Name</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.TreeViewNode.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TreeViewNode"/> class with the specified text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the node’s display text. Initializes the node’s <see cref="P:DevExpress.Web.TreeViewNode.Text">TreeViewNode.Text</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.TreeViewNode.AllowCheck">
      <summary>
        <para>Gets or sets a value to enable/disable the check box for a particular node.</para>
      </summary>
      <value>true if a check box is available; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.TreeViewNode.Assign(DevExpress.Web.CollectionItem)">
      <summary>
        <para>Copies the settings from the specified node 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="P:DevExpress.Web.TreeViewNode.CheckBoxStyle">
      <summary>
        <para>Gets the <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#check-box">check box</see>‘s style settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TreeViewNodeCheckBoxStyle"/> object that contains the style settings of the check box.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewNode.Checked">
      <summary>
        <para>Gets or sets whether the node is checked.</para>
      </summary>
      <value>true if the node is checked; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewNode.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.TreeViewNode.ClientEnabled">
      <summary>
        <para>Gets or sets a value that indicates whether the node is enabled on the client.</para>
      </summary>
      <value>true if the node is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewNode.ClientVisible">
      <summary>
        <para>Gets or sets a value that specifies the node’s initial visibility state on the client.</para>
      </summary>
      <value>true to make a node initially displayed on the client; false to render the node into the control, but make it initially hidden on the client side.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewNode.DataItem">
      <summary>
        <para>Gets the data item that is bound to the node.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> that represents the data item that is bound to the node.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewNode.DataPath">
      <summary>
        <para>Gets the path to the data that is bound to the node.</para>
      </summary>
      <value>The path to the data that is bound to the node. This value comes from the hierarchical data source control to which the ASPxTreeView control is bound.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewNode.Enabled">
      <summary>
        <para>Gets or sets a value that indicates whether the node is enabled.</para>
      </summary>
      <value>true if the node is enabled; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewNode.Expanded">
      <summary>
        <para>Gets or sets whether the node is expanded.</para>
      </summary>
      <value>true if the node is expanded; false if the node is collapsed.</value>
    </member>
    <member name="M:DevExpress.Web.TreeViewNode.FindControl(System.String)">
      <summary>
        <para>Searches the current naming container for a server control with the specified id parameter.</para>
      </summary>
      <param name="id">The identifier for the control to be found.</param>
      <returns>A <see cref="T:System.Web.UI.Control"/> object representing the specified control, or the null reference (Nothing in Visual Basic) if the specified control does not exist.</returns>
    </member>
    <member name="P:DevExpress.Web.TreeViewNode.Image">
      <summary>
        <para>Gets the settings of a <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#node-image">node’s image</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ItemImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewNode.ImageStyle">
      <summary>
        <para>Gets the style settings, used to paint an image of the current node.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains the style settings, used to paint the current node’s image.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewNode.Name">
      <summary>
        <para>Gets or sets the unique identifier name for the current node.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the node’s unique identifier name.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewNode.NavigateUrl">
      <summary>
        <para>Gets or sets a URL which defines the navigation location.</para>
      </summary>
      <value>A string value, specifying a URL where the client web browser will navigate.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewNode.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.TreeViewNodeCollection"/> object representing the collection of the child nodes.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewNode.NodeStyle">
      <summary>
        <para>Gets the node’s style settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TreeViewNodeStyle"/> object that contains the style settings of a node.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewNode.Parent">
      <summary>
        <para>Gets the immediate parent node to which the current node belongs.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TreeViewNode"/> object representing the node’s immediate parent.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewNode.Target">
      <summary>
        <para>Gets or sets the window or frame to which to target the contents of the URL associated with the current node.</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.TreeViewNode.Template">
      <summary>
        <para>Gets or sets a <see href="https://docs.devexpress.com/AspNet/8620/components/site-navigation-and-layout/tree-view/concepts/templates">template</see> used for displaying the content of the particular node.</para>
      </summary>
      <value>An object supporting the System.Web.UI.ITemplate interface which contains the template used for displaying the node’s content.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewNode.Text">
      <summary>
        <para>Gets or sets the text displayed within the node content.</para>
      </summary>
      <value>A string value that specifies the node’s text content.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewNode.TextStyle">
      <summary>
        <para>Gets the node’s text content style settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TreeViewNodeTextStyle"/> object that contains the style settings of the node’s text content.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewNode.TextTemplate">
      <summary>
        <para>Gets or sets a <see href="https://docs.devexpress.com/AspNet/8620/components/site-navigation-and-layout/tree-view/concepts/templates">template</see> used for displaying the text content of the particular node.</para>
      </summary>
      <value>An object supporting the <see cref="T:System.Web.UI.ITemplate"/> interface which contains the template used for displaying the node’s text content.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewNode.ToolTip">
      <summary>
        <para>Gets or sets the current node’s tooltip text.</para>
      </summary>
      <value>A string which specifies the text content of the current node’s tooltip.</value>
    </member>
    <member name="M:DevExpress.Web.TreeViewNode.ToString">
      <summary>
        <para>Returns a string that represents the <see cref="T:DevExpress.Web.TreeViewNode"/> object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> that represents the current <see cref="T:DevExpress.Web.TreeViewNode"/> object.</returns>
    </member>
    <member name="P:DevExpress.Web.TreeViewNode.TreeView">
      <summary>
        <para>Gets the <see cref="T:DevExpress.Web.ASPxTreeView"/> control that owns the node.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxTreeView"/> object that owns the node.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewNode.Visible">
      <summary>
        <para>Gets or sets a value specifying the current node’s visibility.</para>
      </summary>
      <value>true if the node is visible; otherwise false.</value>
    </member>
    <member name="T:DevExpress.Web.TreeViewNodeCancelEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeView.ExpandedChanging">ASPxTreeView.ExpandedChanging</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TreeViewNodeCancelEventArgs.#ctor(DevExpress.Web.TreeViewNode)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TreeViewNodeCancelEventArgs"/> class.</para>
      </summary>
      <param name="node">A <see cref="T:DevExpress.Web.TreeViewNode"/> object representing the node related to the generated event.</param>
    </member>
    <member name="P:DevExpress.Web.TreeViewNodeCancelEventArgs.Cancel">
      <summary>
        <para>Gets or sets a value indicating whether the action that raised the event should be canceled.</para>
      </summary>
      <value>true if the action that raised the event should be canceled; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.TreeViewNodeCancelEventHandler">
      <summary>
        <para>A method that will handle an ASPxTreeView control’s cancelable events concerning manipulations with a node.</para>
      </summary>
      <param name="source">An object representing the event source. Identifies the <see cref="T:DevExpress.Web.ASPxTreeView"/> control that raised the event.</param>
      <param name="e">An <see cref="T:DevExpress.Web.TreeViewNodeCancelEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.TreeViewNodeCheckBoxStyle">
      <summary>
        <para>Provides the style settings used to paint <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#check-box">check boxes</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TreeViewNodeCheckBoxStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TreeViewNodeCheckBoxStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.TreeViewNodeCheckBoxStyle.Margins">
      <summary>
        <para>Gets the outer margin of <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#check-box">check boxes</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.Margins"/> object representing the margins of check boxes.</value>
    </member>
    <member name="T:DevExpress.Web.TreeViewNodeCollection">
      <summary>
        <para>A collection of <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#node">nodes</see> within the ASPxTreeView control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TreeViewNodeCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TreeViewNodeCollection"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TreeViewNodeCollection.#ctor(DevExpress.Web.TreeViewNode)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TreeViewNodeCollection"/> class, specifying its owner.</para>
      </summary>
      <param name="node">A <see cref="T:DevExpress.Web.TreeViewNode"/> object, specifying the node that will own the collection.</param>
    </member>
    <member name="M:DevExpress.Web.TreeViewNodeCollection.Add">
      <summary>
        <para>Adds a new node with default settings to the collection.</para>
      </summary>
      <returns>A <see cref="T:DevExpress.Web.TreeViewNode"/> object representing the newly created node.</returns>
    </member>
    <member name="M:DevExpress.Web.TreeViewNodeCollection.Add(System.String,System.String,System.String,System.String,System.String)">
      <summary>
        <para>Adds a new node with the specified settings to the collection.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the node’s display text. Initializes the node’s <see cref="P:DevExpress.Web.TreeViewNode.Text">TreeViewNode.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which identifies the created node. Initializes the node’s <see cref="P:DevExpress.Web.TreeViewNode.Name">TreeViewNode.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#node-image">node image</see>. Initializes the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> property of the node’s <see cref="P:DevExpress.Web.TreeViewNode.Image">TreeViewNode.Image</see>.</param>
      <param name="navigateUrl">A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the node is clicked. Initializes the node’s <see cref="P:DevExpress.Web.TreeViewNode.NavigateUrl">TreeViewNode.NavigateUrl</see> property.</param>
      <param name="target">A <see cref="T:System.String"/> value which identifies the window or frame at which to target URL content when the node is clicked. This value is assigned to the <see cref="P:DevExpress.Web.TreeViewNode.Target">TreeViewNode.Target</see></param>
      <returns>A <see cref="T:DevExpress.Web.TreeViewNode"/> object representing the newly created node.</returns>
    </member>
    <member name="M:DevExpress.Web.TreeViewNodeCollection.Add(System.String,System.String,System.String,System.String)">
      <summary>
        <para>Adds a new node to the collection and specifies the node’s display text, name, associated image and URL.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the node’s display text. Initializes the node’s <see cref="P:DevExpress.Web.TreeViewNode.Text">TreeViewNode.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which identifies the created node. Initializes the node’s <see cref="P:DevExpress.Web.TreeViewNode.Name">TreeViewNode.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#node-image">node image</see>. Initializes the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see>  property of the node’s <see cref="P:DevExpress.Web.TreeViewNode.Image">TreeViewNode.Image</see>.</param>
      <param name="navigateUrl">A <see cref="T:System.String"/> value specifying the URL to which the browser navigates when the node is clicked. Initializes the node’s <see cref="P:DevExpress.Web.TreeViewNode.NavigateUrl">TreeViewNode.NavigateUrl</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.TreeViewNode"/> object representing the newly created node.</returns>
    </member>
    <member name="M:DevExpress.Web.TreeViewNodeCollection.Add(System.String,System.String,System.String)">
      <summary>
        <para>Adds a new node to the collection and specifies the node’s display text, name and associated image.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the node’s display text. Initializes the node’s <see cref="P:DevExpress.Web.TreeViewNode.Text">TreeViewNode.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which identifies the created node. Initializes the node’s <see cref="P:DevExpress.Web.TreeViewNode.Name">TreeViewNode.Name</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#node-image">node image</see>. Initializes the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see>  property of the node’s <see cref="P:DevExpress.Web.TreeViewNode.Image">TreeViewNode.Image</see>.</param>
      <returns>A <see cref="T:DevExpress.Web.TreeViewNode"/> object representing the newly created node.</returns>
    </member>
    <member name="M:DevExpress.Web.TreeViewNodeCollection.Add(System.String,System.String)">
      <summary>
        <para>Adds a new node to the collection and specifies the node’s display text and name.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the node’s display text. Initializes the node’s <see cref="P:DevExpress.Web.TreeViewNode.Text">TreeViewNode.Text</see> property.</param>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which identifies the created node. Initializes the node’s <see cref="P:DevExpress.Web.TreeViewNode.Name">TreeViewNode.Name</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.TreeViewNode"/> object representing the newly created node.</returns>
    </member>
    <member name="M:DevExpress.Web.TreeViewNodeCollection.Add(System.String)">
      <summary>
        <para>Adds a new node to the collection and specifies the node’s display text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value specifying the node’s display text. Initializes the node’s <see cref="P:DevExpress.Web.TreeViewNode.Text">TreeViewNode.Text</see> property.</param>
      <returns>A <see cref="T:DevExpress.Web.TreeViewNode"/> object representing the newly created node.</returns>
    </member>
    <member name="M:DevExpress.Web.TreeViewNodeCollection.FindByName(System.String)">
      <summary>
        <para>Returns a node with the specified <see cref="P:DevExpress.Web.TreeViewNode.Name">TreeViewNode.Name</see> property value.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value, representing the <see cref="P:DevExpress.Web.TreeViewNode.Name">TreeViewNode.Name</see> property value of the required node.</param>
      <returns>A <see cref="T:DevExpress.Web.TreeViewNode"/> object with a specific value of the <see cref="P:DevExpress.Web.TreeViewNode.Name">TreeViewNode.Name</see> property.</returns>
    </member>
    <member name="M:DevExpress.Web.TreeViewNodeCollection.FindByText(System.String)">
      <summary>
        <para>Returns a node object with the specified <see cref="P:DevExpress.Web.TreeViewNode.Text">TreeViewNode.Text</see> property value.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.TreeViewNode.Text">TreeViewNode.Text</see> property value of the required node.</param>
      <returns>A <see cref="T:DevExpress.Web.TreeViewNode"/> object with a specific value of the <see cref="P:DevExpress.Web.TreeViewNode.Text">TreeViewNode.Text</see> property.</returns>
    </member>
    <member name="M:DevExpress.Web.TreeViewNodeCollection.IndexOfName(System.String)">
      <summary>
        <para>Searches for a node object specified by the value of its <see cref="P:DevExpress.Web.TreeViewNode.Name">TreeViewNode.Name</see> property, and returns the zero-based index of the first occurrence within the collection.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.TreeViewNode.Name">TreeViewNode.Name</see> property value of the required node.</param>
      <returns>The zero-based index of the first occurrence of the node with the specified name within the collection, if found; otherwise, the negative index (&#0045;1).</returns>
    </member>
    <member name="M:DevExpress.Web.TreeViewNodeCollection.IndexOfText(System.String)">
      <summary>
        <para>Searches for a node object specified by the value of its <see cref="P:DevExpress.Web.TreeViewNode.Text">TreeViewNode.Text</see> property, and returns the zero-based index of the first occurrence within the collection.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.TreeViewNode.Text">TreeViewNode.Text</see> property value of the required node.</param>
      <returns>The zero-based index of the first occurrence of the specified node within the collection, if found; otherwise, the negative index (&#0045;1).</returns>
    </member>
    <member name="T:DevExpress.Web.TreeViewNodeCommandEventArgs">
      <summary>
        <para>Provides data for events whose function processes the NodeCommand event fired by a child control, within a templated node.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TreeViewNodeCommandEventArgs.#ctor(DevExpress.Web.TreeViewNode,System.Object,System.Web.UI.WebControls.CommandEventArgs)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TreeViewNodeCommandEventArgs"/> class.</para>
      </summary>
      <param name="node">A <see cref="T:DevExpress.Web.TreeViewNode"/> object representing a node related to the generated event.</param>
      <param name="commandSource">A <see cref="T:System.Object"/> identifying the source of the command.</param>
      <param name="originalArgs">A <see cref="T:System.Web.UI.WebControls.CommandEventArgs"/> object that contains an argument for the command.</param>
    </member>
    <member name="M:DevExpress.Web.TreeViewNodeCommandEventArgs.#ctor(System.Object,System.Web.UI.WebControls.CommandEventArgs)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TreeViewNodeCommandEventArgs"/> class.</para>
      </summary>
      <param name="commandSource">A <see cref="T:System.Object"/> identifying the source of the command.</param>
      <param name="originalArgs">A <see cref="T:System.Web.UI.WebControls.CommandEventArgs"/> object that contains an argument for the command.</param>
    </member>
    <member name="P:DevExpress.Web.TreeViewNodeCommandEventArgs.CommandSource">
      <summary>
        <para>Gets an object representing a control which forced a postback.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> representing a control which forced a postback.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewNodeCommandEventArgs.Node">
      <summary>
        <para>Gets a node object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TreeViewNode"/> object, manipulations on which forced the event to be raised.</value>
    </member>
    <member name="T:DevExpress.Web.TreeViewNodeCommandEventHandler">
      <summary>
        <para>A method that will handle specific command events concerning manipulations with nodes.</para>
      </summary>
      <param name="source">A <see cref="T:System.Object"/> representing the event source. Identifies the <see cref="T:DevExpress.Web.ASPxTreeView"/> control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.TreeViewNodeCommandEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.TreeViewNodeEventArgs">
      <summary>
        <para>Provides data for events which concern manipulations on nodes.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TreeViewNodeEventArgs.#ctor(DevExpress.Web.TreeViewNode)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TreeViewNodeEventArgs"/> class.</para>
      </summary>
      <param name="node">A <see cref="T:DevExpress.Web.TreeViewNode"/> object representing a node related to the generated event.</param>
    </member>
    <member name="P:DevExpress.Web.TreeViewNodeEventArgs.Node">
      <summary>
        <para>Gets a node object related to the event.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TreeViewNode"/> object, manipulations on which forced the event to be raised.</value>
    </member>
    <member name="T:DevExpress.Web.TreeViewNodeEventHandler">
      <summary>
        <para>A method that will handle the events concerning the manipulations with nodes.</para>
      </summary>
      <param name="source">A <see cref="T:System.Object"/> representing the event source. Identifies the <see cref="T:DevExpress.Web.ASPxTreeView"/> control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.TreeViewNodeEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.TreeViewNodeImagePosition">
      <summary>
        <para>Lists values that specify the <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#node-image">image</see> position within a <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#node">node</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.TreeViewNodeImagePosition.Left">
      <summary>
        <para>An image is displayed at the node’s left, to the left of the text.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.TreeViewNodeImagePosition.Right">
      <summary>
        <para>An image is displayed at the node’s right, to the right of the text.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.TreeViewNodeStyle">
      <summary>
        <para>Defines style settings for <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#node">nodes</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TreeViewNodeStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TreeViewNodeStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.TreeViewNodeTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render the ASPxTreeView’s elements.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TreeViewNodeTemplateContainer.#ctor(DevExpress.Web.TreeViewNode)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TreeViewNodeTemplateContainer"/> class with the specified setting.</para>
      </summary>
      <param name="node">A <see cref="T:DevExpress.Web.TreeViewNode"/> object specifying the node which the current object belongs to.</param>
    </member>
    <member name="P:DevExpress.Web.TreeViewNodeTemplateContainer.Node">
      <summary>
        <para>Gets a node for which the template’s content is being instantiated.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TreeViewNode"/> object representing the node being rendered.</value>
    </member>
    <member name="T:DevExpress.Web.TreeViewNodeTextStyle">
      <summary>
        <para>Defines style settings for <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#node">nodes’ text</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TreeViewNodeTextStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TreeViewNodeTextStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.TreeViewSettingsLoadingPanel">
      <summary>
        <para>Provides settings that affect the <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#loading-panel">loading panel’s</see> appearance and functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TreeViewSettingsLoadingPanel.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TreeViewSettingsLoadingPanel"/> 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.TreeViewSettingsLoadingPanel.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.TreeViewSettingsLoadingPanel.Mode">
      <summary>
        <para>Gets or sets a value that specifies how a <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#loading-panel">loading panel</see> is displayed within the ASPxTreeView.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TreeViewLoadingPanelMode"/> enumeration value that specifies the loading panel’s display mode.</value>
    </member>
    <member name="T:DevExpress.Web.TreeViewStyles">
      <summary>
        <para>Contains settings that allow the appearance of various ASPxTreeView <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements">elements</see> to be defined.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TreeViewStyles.#ctor(DevExpress.Web.ASPxTreeView)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TreeViewStyles"/> class with the specified owner.</para>
      </summary>
      <param name="treeView">An <see cref="T:DevExpress.Web.ASPxTreeView"/> object that represents the class’ owner.</param>
    </member>
    <member name="P:DevExpress.Web.TreeViewStyles.Disabled">
      <summary>
        <para>Gets the style settings, defining the appearance of nodes in the disabled state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DisabledStyle"/> object that contains style settings, defining the appearance of nodes in the disabled state.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewStyles.Elbow">
      <summary>
        <para>Gets the style settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#tree-lines">tree line</see> areas, corresponding to nodes.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains style settings used to paint tree line areas, corresponding to nodes.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewStyles.Link">
      <summary>
        <para>Gets the style settings that define the appearance of node links.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LinkStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewStyles.LoadingPanel">
      <summary>
        <para>Gets the style settings of the <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#loading-panel">loading panel</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LoadingPanelStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewStyles.Node">
      <summary>
        <para>Gets the style settings, defining the appearance of nodes.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TreeViewNodeStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewStyles.NodeCheckBox">
      <summary>
        <para>Gets the style settings for all <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#check-box">check boxes</see> within the control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TreeViewNodeCheckBoxStyle"/> object that contains the style settings for the check boxes.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewStyles.NodeCheckBoxFocused">
      <summary>
        <para>Gets the style settings for a focused <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#check-box">check box</see> within the control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TreeViewNodeCheckBoxStyle"/> object that contains the style settings for the check box.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewStyles.NodeImage">
      <summary>
        <para>Provides access to the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#node-image">node images</see> displayed within the ASPxTreeView.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewStyles.NodeText">
      <summary>
        <para>Gets the style settings defining the appearance of text content for all nodes within the ASPxTreeView.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TreeViewNodeTextStyle"/> object that contains style settings.</value>
    </member>
    <member name="T:DevExpress.Web.TreeViewVirtualModeCreateChildrenEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxTreeView.VirtualModeCreateChildren">ASPxTreeView.VirtualModeCreateChildren</see> event.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TreeViewVirtualModeCreateChildrenEventArgs.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TreeViewVirtualModeCreateChildrenEventArgs"/> class.</para>
      </summary>
      <param name="nodeName">A string value that is assigned to the <see cref="P:DevExpress.Web.TreeViewVirtualModeCreateChildrenEventArgs.NodeName">TreeViewVirtualModeCreateChildrenEventArgs.NodeName</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.TreeViewVirtualModeCreateChildrenEventArgs.Children">
      <summary>
        <para>Gets or sets the collection of children for the currently processed node object.</para>
      </summary>
      <value>The list of child nodes.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewVirtualModeCreateChildrenEventArgs.NodeName">
      <summary>
        <para>Gets or sets the processed node’s name.</para>
      </summary>
      <value>A string value that specifies the node’s unique identifier name.</value>
    </member>
    <member name="T:DevExpress.Web.TreeViewVirtualModeCreateChildrenEventHandler">
      <summary>
        <para>A method that will handle the <see cref="E:DevExpress.Web.ASPxTreeView.VirtualModeCreateChildren">ASPxTreeView.VirtualModeCreateChildren</see> event.</para>
      </summary>
      <param name="source">A <see cref="T:System.Object"/> representing the event source. Identifies the <see cref="T:DevExpress.Web.ASPxTreeView"/> control that raised the event.</param>
      <param name="e">A <see cref="T:DevExpress.Web.TreeViewVirtualModeCreateChildrenEventArgs"/> object that contains event data.</param>
    </member>
    <member name="T:DevExpress.Web.TreeViewVirtualNode">
      <summary>
        <para>A virtual equivalent of the ASPxTreeView’s <see cref="T:DevExpress.Web.TreeViewNode"/> object.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.TreeViewVirtualNode.#ctor(System.String,System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TreeViewVirtualNode"/> class with the specified settings.</para>
      </summary>
      <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.TreeViewVirtualNode.Name">TreeViewVirtualNode.Name</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value specifying the node’s display text. This value is assigned to the <see cref="P:DevExpress.Web.TreeViewNode.Text">TreeViewNode.Text</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#node-image">node image</see>. This value is assigned to the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> 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">TreeViewNode.NavigateUrl</see></param>
      <param name="target">A <see cref="T:System.String"/> value which identifies the window or frame at which to target URL content when the node is clicked. This value is assigned to the <see cref="P:DevExpress.Web.TreeViewNode.Target">TreeViewNode.Target</see></param>
    </member>
    <member name="M:DevExpress.Web.TreeViewVirtualNode.#ctor(System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TreeViewVirtualNode"/> class with the specified settings.</para>
      </summary>
      <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.TreeViewVirtualNode.Name">TreeViewVirtualNode.Name</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value specifying the node’s display text. This value is assigned to the <see cref="P:DevExpress.Web.TreeViewNode.Text">TreeViewNode.Text</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#node-image">node image</see>. This value is assigned to the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> 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">TreeViewNode.NavigateUrl</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.TreeViewVirtualNode.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TreeViewVirtualNode"/> class with the specified settings.</para>
      </summary>
      <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.TreeViewVirtualNode.Name">TreeViewVirtualNode.Name</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value specifying the node’s display text. This value is assigned to the <see cref="P:DevExpress.Web.TreeViewNode.Text">TreeViewNode.Text</see> property.</param>
      <param name="imageUrl">A <see cref="T:System.String"/> value specifying the path to the <see href="https://docs.devexpress.com/AspNet/8564/components/site-navigation-and-layout/tree-view/visual-elements#node-image">node image</see>. This value is assigned to the <see cref="P:DevExpress.Web.ImagePropertiesBase.Url">ImagePropertiesBase.Url</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.TreeViewVirtualNode.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TreeViewVirtualNode"/> class with the specified settings.</para>
      </summary>
      <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.TreeViewVirtualNode.Name">TreeViewVirtualNode.Name</see> property.</param>
      <param name="text">A <see cref="T:System.String"/> value specifying the node’s display text. This value is assigned to the <see cref="P:DevExpress.Web.TreeViewNode.Text">TreeViewNode.Text</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.TreeViewVirtualNode.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.TreeViewVirtualNode"/> class with the specified setting.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value specifying the name which identifies the created node. Initializes the node’s Name property.</param>
    </member>
    <member name="P:DevExpress.Web.TreeViewVirtualNode.Checked">
      <summary>
        <para>Gets or sets whether the virtual node is checked.</para>
      </summary>
      <value>true if the node is checked; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewVirtualNode.CheckState">
      <summary>
        <para>Gets a value that specifies the virtual node’s check state.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.CheckState"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewVirtualNode.Expanded">
      <summary>
        <para>Gets or sets whether the virtual node is expanded.</para>
      </summary>
      <value>true if the node is expanded; false if the node is collapsed.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewVirtualNode.IsLeaf">
      <summary>
        <para>Gets or sets whether the virtual node doesn’t have any child nodes.</para>
      </summary>
      <value>true if the node has zero child nodes; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewVirtualNode.Name">
      <summary>
        <para>Gets or sets the unique identifier name for the current virtual node.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the node’s unique identifier name.</value>
    </member>
    <member name="P:DevExpress.Web.TreeViewVirtualNode.TreeView">
      <summary>
        <para>Gets the <see cref="T:DevExpress.Web.ASPxTreeView"/> control that owns the virtual node.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxTreeView"/> object that owns the node.</value>
    </member>
    <member name="T:DevExpress.Web.UIMode">
      <summary>
        <para>Lists values that specify which control elements are shown in a Player.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.UIMode.Full">
      <summary>
        <para>All control elements provided by a Player are shown.</para>
        <para>Example (video): Windows Media Player</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.UIMode.Invisible">
      <summary>
        <para>A Player is hidden. An empty rectangle is shown instead.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.UIMode.Mini">
      <summary>
        <para>A minimum allowed set of control elements is shown.</para>
        <para>Example (video): Windows Media Player</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.UIMode.None">
      <summary>
        <para>No control elements are shown.</para>
        <para>Example (video): Windows Media Player</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.UnboundSiteMapNode">
      <summary>
        <para>Represents a node in the hierarchical site map structure maintained by the <see cref="T:DevExpress.Web.UnboundSiteMapProvider"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UnboundSiteMapNode.#ctor(System.Web.SiteMapProvider,System.String,System.String,System.String,System.String,System.Collections.IList,System.Collections.Specialized.NameValueCollection,System.Collections.Specialized.NameValueCollection,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UnboundSiteMapNode"/> class with the specified settings.</para>
      </summary>
      <param name="provider">The site map provider that manages the node.</param>
      <param name="key">A provider-specific lookup key.</param>
      <param name="url">The URL of the page that the node represents within the site.</param>
      <param name="title">A label for the node, often displayed by navigation controls.</param>
      <param name="description">A description of the page that the node represents.</param>
      <param name="roles">A <see cref="T:System.Collections.IList"/> of roles that are allowed to view the page represented by the SiteMapNode.</param>
      <param name="attributes">A <see cref="T:System.Collections.Specialized.NameValueCollection"/> of additional attributes used to initialize the SiteMapNode.</param>
      <param name="explicitResourceKeys">A <see cref="T:System.Collections.Specialized.NameValueCollection"/> of explicit resource keys used for localization.</param>
      <param name="implicitResourceKey">An implicit resource key used for localization.</param>
    </member>
    <member name="M:DevExpress.Web.UnboundSiteMapNode.#ctor(System.Web.SiteMapProvider,System.String,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UnboundSiteMapNode"/> class with the specified settings.</para>
      </summary>
      <param name="provider">The site map provider that manages the node.</param>
      <param name="key">A provider-specific lookup key.</param>
      <param name="url">The URL of the page that the node represents within the site.</param>
      <param name="title">A label for the node, often displayed by navigation controls.</param>
      <param name="description">A description of the page that the node represents.</param>
    </member>
    <member name="M:DevExpress.Web.UnboundSiteMapNode.#ctor(System.Web.SiteMapProvider,System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UnboundSiteMapNode"/> class with the specified settings.</para>
      </summary>
      <param name="provider">The site map provider that manages the node.</param>
      <param name="key">A provider-specific lookup key.</param>
      <param name="url">The URL of the page that the node represents within the site.</param>
      <param name="title">A label for the node, often displayed by navigation controls.</param>
    </member>
    <member name="M:DevExpress.Web.UnboundSiteMapNode.#ctor(System.Web.SiteMapProvider,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UnboundSiteMapNode"/> class with the specified settings.</para>
      </summary>
      <param name="provider">The site map provider that manages the node.</param>
      <param name="key">A provider-specific lookup key.</param>
      <param name="url">The URL of the page that the node represents within the site.</param>
    </member>
    <member name="M:DevExpress.Web.UnboundSiteMapNode.#ctor(System.Web.SiteMapProvider,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UnboundSiteMapNode"/> class with the specified settings.</para>
      </summary>
      <param name="provider">The site map provider that manages the node.</param>
      <param name="key">A provider-specific lookup key.</param>
    </member>
    <member name="M:DevExpress.Web.UnboundSiteMapNode.ToString">
      <summary>
        <para>Converts the value of this instance of the <see cref="T:DevExpress.Web.UnboundSiteMapNode"/> class to its equivalent string representation.</para>
      </summary>
      <returns>The string representation of the value of this <see cref="T:DevExpress.Web.UnboundSiteMapNode"/>.</returns>
    </member>
    <member name="P:DevExpress.Web.UnboundSiteMapNode.Url">
      <summary>
        <para>Gets or sets the URL of the page represented by the current site map node object.</para>
      </summary>
      <value>The URL of the page represented by the node.</value>
    </member>
    <member name="T:DevExpress.Web.UnboundSiteMapProvider">
      <summary>
        <para>Represents an unbound site map provider that can hold and generate site map data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UnboundSiteMapProvider.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UnboundSiteMapProvider"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UnboundSiteMapProvider.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UnboundSiteMapProvider"/> class with the specified settings.</para>
      </summary>
      <param name="rootNodeUrl">A string value specifying the URL of the root node in the site map.</param>
      <param name="rootNodeTitle">A string value specifying the title of the site map’s root node.</param>
      <param name="rootNodeDescription">A string value specifying the description of the site map’s root node.</param>
    </member>
    <member name="M:DevExpress.Web.UnboundSiteMapProvider.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UnboundSiteMapProvider"/> class with the specified settings.</para>
      </summary>
      <param name="rootNodeUrl">A string value specifying the URL of the site map’s root node.</param>
      <param name="rootNodeTitle">A string value specifying the description of the site map’s root node.</param>
    </member>
    <member name="M:DevExpress.Web.UnboundSiteMapProvider.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UnboundSiteMapProvider"/> class with the specified setting.</para>
      </summary>
      <param name="rootNodeUrl">A string value specifying the URL of the root node in the site map.</param>
    </member>
    <member name="M:DevExpress.Web.UnboundSiteMapProvider.FindSiteMapNode(System.String)">
      <summary>
        <para>Returns a site map node object that represents the page at the specified URL.</para>
      </summary>
      <param name="rawUrl">An URL that identifies the page for which to retrieve a SiteMapNode object.</param>
      <returns>A <see cref="T:System.Web.SiteMapNode"/> that represents the page identified by the rawUrl parameter’s value.</returns>
    </member>
    <member name="M:DevExpress.Web.UnboundSiteMapProvider.FindSiteMapNodeFromKey(System.String)">
      <summary>
        <para>Returns a site map node object based on a specified key.</para>
      </summary>
      <param name="key">A lookup key with which a site map node is created. Represents the value of the <see cref="P:System.Web.SiteMapNode.Key"/> property.</param>
      <returns>A <see cref="T:System.Web.SiteMapNode"/> that represents the page identified by the key.</returns>
    </member>
    <member name="T:DevExpress.Web.UnboundSiteMapProviderBase">
      <summary>
        <para>Provides a base implementation for an unbound site map provider component.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UnboundSiteMapProviderBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UnboundSiteMapProviderBase"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UnboundSiteMapProviderBase.#ctor(System.String,System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UnboundSiteMapProviderBase"/> class with the specified settings.</para>
      </summary>
      <param name="rootNodeUrl">A string value specifying the URL of the root node in the site map.</param>
      <param name="rootNodeTitle">A string value specifying the title of the site map’s root node.</param>
      <param name="rootNodeDescription">A string value specifying the description of the site map’s root node.</param>
    </member>
    <member name="M:DevExpress.Web.UnboundSiteMapProviderBase.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UnboundSiteMapProviderBase"/> class with the specified settings.</para>
      </summary>
      <param name="rootNodeUrl">A string value specifying the URL of the site map’s root node.</param>
      <param name="rootNodeTitle">A string value specifying the description of the site map’s root node.</param>
    </member>
    <member name="M:DevExpress.Web.UnboundSiteMapProviderBase.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UnboundSiteMapProviderBase"/> class with the specified setting.</para>
      </summary>
      <param name="rootNodeUrl">A string value specifying the URL of the root node in the site map.</param>
    </member>
    <member name="M:DevExpress.Web.UnboundSiteMapProviderBase.AddSiteMapNode(System.Web.SiteMapNode,System.Web.SiteMapNode)">
      <summary>
        <para>Adds a <see cref="T:System.Web.SiteMapNode"/> object to the collections that are maintained by the current provider.</para>
      </summary>
      <param name="node">The <see cref="T:System.Web.SiteMapNode"/> to add to the provider.</param>
      <param name="parentNode">The <see cref="T:System.Web.SiteMapNode"/> under which to add the specified node.</param>
    </member>
    <member name="M:DevExpress.Web.UnboundSiteMapProviderBase.AddSiteMapNode(System.Web.SiteMapNode)">
      <summary>
        <para>Adds a <see cref="T:System.Web.SiteMapNode"/> object to the node collection that is maintained by the current provider.</para>
      </summary>
      <param name="node">The <see cref="T:System.Web.SiteMapNode"/> to add to the node collection maintained by the provider.</param>
    </member>
    <member name="M:DevExpress.Web.UnboundSiteMapProviderBase.Clear">
      <summary>
        <para>Removes all elements in the collections of child and parent site map nodes and site map providers that the <see cref="T:DevExpress.Web.UnboundSiteMapProviderBase"/> object internally tracks as part of its state.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UnboundSiteMapProviderBase.CloneSiteMapNode(System.Web.SiteMapNode)">
      <summary>
        <para>Clones the specified site map node.</para>
      </summary>
      <param name="node">A <see cref="T:System.Web.SiteMapNode"/> object that represents the site map node to be cloned.</param>
      <returns>An <see cref="T:DevExpress.Web.UnboundSiteMapNode"/> object that represents a newly created site map node.</returns>
    </member>
    <member name="M:DevExpress.Web.UnboundSiteMapProviderBase.CreateNode(System.String,System.String,System.String,System.Collections.IList,System.Collections.Specialized.NameValueCollection)">
      <summary>
        <para>Creates a new instance of the <see cref="T:DevExpress.Web.UnboundSiteMapNode"/> class with the specified settings.</para>
      </summary>
      <param name="url">A string value specifying the URL of the newly created node.</param>
      <param name="title">A string value specifying the title of the newly created node.</param>
      <param name="description">A string value specifying the description of the newly created node.</param>
      <param name="roles">An <see cref="T:System.Collections.IList"/>-supported object that specifies the list of roles for which the page represented by the created node is available.</param>
      <param name="attributes">A <see cref="T:System.Collections.Specialized.NameValueCollection"/> of additional attributes used to initialize the created node.</param>
      <returns>An <see cref="T:DevExpress.Web.UnboundSiteMapNode"/> object that represents the newly created site map node.</returns>
    </member>
    <member name="M:DevExpress.Web.UnboundSiteMapProviderBase.CreateNode(System.String,System.String,System.String,System.Collections.IList)">
      <summary>
        <para>Creates a new instance of the <see cref="T:DevExpress.Web.UnboundSiteMapNode"/> class with the specified settings.</para>
      </summary>
      <param name="url">A string value specifying the URL of the newly created node.</param>
      <param name="title">A string value specifying the title of the newly created node.</param>
      <param name="description">A string value specifying the description of the newly created node.</param>
      <param name="roles">An <see cref="T:System.Collections.IList"/>-supported object that specifies the list of roles for which the page represented by the created node is available.</param>
      <returns>An <see cref="T:DevExpress.Web.UnboundSiteMapNode"/> object that represents the newly created site map node.</returns>
    </member>
    <member name="M:DevExpress.Web.UnboundSiteMapProviderBase.CreateNode(System.String,System.String,System.String)">
      <summary>
        <para>Creates a new instance of the <see cref="T:DevExpress.Web.UnboundSiteMapNode"/> class with the specified settings.</para>
      </summary>
      <param name="url">A string value specifying the URL of the newly created node.</param>
      <param name="title">A string value specifying the title of the newly created node.</param>
      <param name="description">A string value specifying the description of the newly created node.</param>
      <returns>An <see cref="T:DevExpress.Web.UnboundSiteMapNode"/> object that represents the newly created site map node.</returns>
    </member>
    <member name="M:DevExpress.Web.UnboundSiteMapProviderBase.CreateNode(System.String,System.String)">
      <summary>
        <para>Creates a new instance of the <see cref="T:DevExpress.Web.UnboundSiteMapNode"/> class with the specified settings.</para>
      </summary>
      <param name="url">A string value specifying the URL of the newly created node.</param>
      <param name="title">A string value specifying the title of the newly created node.</param>
      <returns>An <see cref="T:DevExpress.Web.UnboundSiteMapNode"/> object that represents the newly created site map node.</returns>
    </member>
    <member name="P:DevExpress.Web.UnboundSiteMapProviderBase.EnableRoles">
      <summary>
        <para>Gets or sets a value indicating whether the ASP.NET role management feature is enabled.</para>
      </summary>
      <value>true if the ASP.NET role management feature is enabled; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.UnboundSiteMapProviderBase.FindSiteMapNode(System.String)">
      <summary>
        <para>Returns a site map node object that represents the page at the specified URL.</para>
      </summary>
      <param name="rawUrl">An URL that identifies the page for which to retrieve a SiteMapNode object.</param>
      <returns>A <see cref="T:System.Web.SiteMapNode"/> that represents the page identified by the rawUrl parameter’s value.</returns>
    </member>
    <member name="M:DevExpress.Web.UnboundSiteMapProviderBase.GetChildNodes(System.Web.SiteMapNode)">
      <summary>
        <para>Retrieves the child site map nodes of a specific site map node object.</para>
      </summary>
      <param name="node">The <see cref="T:System.Web.SiteMapNode"/> for which to retrieve all child site map nodes.</param>
      <returns>A read-only <see cref="T:System.Web.SiteMapNodeCollection"/> that contains the child site map nodes of the specified node. If security trimming is enabled, the collection contains only those site map nodes that the user is permitted to see.</returns>
    </member>
    <member name="M:DevExpress.Web.UnboundSiteMapProviderBase.GetParentNode(System.Web.SiteMapNode)">
      <summary>
        <para>Retrieves the parent node of a specific site map node object.</para>
      </summary>
      <param name="childNode">The <see cref="T:System.Web.SiteMapNode"/> for which to retrieve the parent site map node.</param>
      <returns>A <see cref="T:System.Web.SiteMapNode"/> that represents the parent of the specified site map node; otherwise, a null reference (Nothing in Visual Basic), if no parent site map node exists or the user is not permitted to see the parent site map node.</returns>
    </member>
    <member name="M:DevExpress.Web.UnboundSiteMapProviderBase.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
      <summary>
        <para>Initializes the <see cref="T:DevExpress.Web.UnboundSiteMapProviderBase"/>object.</para>
      </summary>
      <param name="name">The name of the provider to initialize.</param>
      <param name="attributes">A <see cref="T:System.Collections.Specialized.NameValueCollection"/> object that can contain additional attributes to help initialize the provider. These attributes are read from the site map provider configuration in the Web.config file.</param>
    </member>
    <member name="M:DevExpress.Web.UnboundSiteMapProviderBase.LoadFromFile(System.String)">
      <summary>
        <para>Loads the site map data from the specified file into the current provider.</para>
      </summary>
      <param name="siteMapFileName">A <see cref="T:System.String"/> value specifying the name of the file which contains the site map data to load.</param>
      <returns>A <see cref="T:System.Web.SiteMapNode"/> object representing the root node of the loaded site map tree.</returns>
    </member>
    <member name="M:DevExpress.Web.UnboundSiteMapProviderBase.LoadFromStream(System.IO.Stream)">
      <summary>
        <para>Loads the site map data from the specified stream into the current provider.</para>
      </summary>
      <param name="stream">The stream from which to load the site map data.</param>
      <returns>A <see cref="T:System.Web.SiteMapNode"/> object representing the root node of the loaded site map tree.</returns>
    </member>
    <member name="M:DevExpress.Web.UnboundSiteMapProviderBase.RemoveSiteMapNode(System.Web.SiteMapNode)">
      <summary>
        <para>Removes the specified <see cref="T:System.Web.SiteMapNode"/> object from all node collections of the provider.</para>
      </summary>
      <param name="node">The node to remove from the node collections.</param>
    </member>
    <member name="P:DevExpress.Web.UnboundSiteMapProviderBase.RootNode">
      <summary>
        <para>Gets the root node of the site map.</para>
      </summary>
      <value>A <see cref="T:System.Web.SiteMapNode"/> object that represents the root node of the site map; otherwise, a null reference (Nothing in Visual Basic), if security trimming is enabled and the root node is not accessible to the current user.</value>
    </member>
    <member name="M:DevExpress.Web.UnboundSiteMapProviderBase.SaveToFile(System.String)">
      <summary>
        <para>Saves the site map data, held by the provider, to the specified file.</para>
      </summary>
      <param name="siteMapFileName">A <see cref="T:System.String"/> value specifying the name of the file to which the provider’s site map data should be saved.</param>
    </member>
    <member name="M:DevExpress.Web.UnboundSiteMapProviderBase.SaveToStream(System.IO.Stream)">
      <summary>
        <para>Saves the site map data, held by the provider, to the specified stream.</para>
      </summary>
      <param name="outStream">The stream to which the provider’s site map data should be saved.</param>
    </member>
    <member name="P:DevExpress.Web.UnboundSiteMapProviderBase.SiteMapFileName">
      <summary>
        <para>Gets or sets the path to the file that contains the site map data.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the path to the site map file.</value>
    </member>
    <member name="T:DevExpress.Web.UploadAdvancedModeSettings">
      <summary>
        <para>Contains settings that relate to the <see href="https://docs.devexpress.com/AspNet/9886/components/file-management/file-upload/concepts/upload-modes">Advanced Upload Mode</see> of ASPxUploadControl.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadAdvancedModeSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadAdvancedModeSettings"/> class with the default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadAdvancedModeSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadAdvancedModeSettings"/> 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.UploadAdvancedModeSettings.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.UploadAdvancedModeSettings.DropZoneText">
      <summary>
        <para>Specifies a text displayed in a <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#drop-zone">drop zone</see>.</para>
      </summary>
      <value>A string specifying the displayed text.</value>
    </member>
    <member name="P:DevExpress.Web.UploadAdvancedModeSettings.EnableDragAndDrop">
      <summary>
        <para>Specifies whether end-users can add files to the control file list by dragging them to the upload control.</para>
      </summary>
      <value>true, to enable drag and drop support; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.UploadAdvancedModeSettings.EnableFileList">
      <summary>
        <para>Specifies whether a <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#file-list">file list</see> is available in the upload control.</para>
      </summary>
      <value>true, to enable file list; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.UploadAdvancedModeSettings.EnableMultiSelect">
      <summary>
        <para>Gets or sets a value specifying whether multi-file selection is allowed in an ASPxUpoadControl.</para>
      </summary>
      <value>true, if multi-file selection is allowed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.UploadAdvancedModeSettings.ExternalDropZoneID">
      <summary>
        <para>Gets or sets the ID (or a list of IDs) of a web control or HTML element where files can be dragged and dropped for upload.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the ID (or a list of IDs) of the web control or HTML element that can be used to add files for upload.</value>
    </member>
    <member name="P:DevExpress.Web.UploadAdvancedModeSettings.FileListItemStyle">
      <summary>
        <para>Gets the style settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#file-list">file list</see> items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.UploadControlFileListItemStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.UploadAdvancedModeSettings.FileListPosition">
      <summary>
        <para>Specifies the position of a <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#file-list">file list</see> in the upload control.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.UploadControlFileListPosition"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.UploadAdvancedModeSettings.PacketSize">
      <summary>
        <para>Gets or sets the size of file packets.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value specifying the size of the packets in bytes.</value>
    </member>
    <member name="P:DevExpress.Web.UploadAdvancedModeSettings.TemporaryFolder">
      <summary>
        <para>Gets or sets the 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 folder.</value>
    </member>
    <member name="P:DevExpress.Web.UploadAdvancedModeSettings.UploadingExpirationTime">
      <summary>
        <para>Gets or sets the file uploading expiration time.</para>
      </summary>
      <value>A <see cref="T:System.TimeSpan"/> value specifying the time, in minutes.</value>
    </member>
    <member name="T:DevExpress.Web.UploadButtonProperties">
      <summary>
        <para>Contains settings specific to the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#upload-button">upload button</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Contains settings specific to the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#upload-button">upload button</see>.</para>
      </summary>
      <param name="owner">Implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="T:DevExpress.Web.UploadControlAmazonSettings">
      <summary>
        <para>Provides account settings allowing the upload control to access a file system retained in Amazon Simple Storage Service (Amazon S3).</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlAmazonSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadControlAmazonSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlAmazonSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadControlAmazonSettings"/> 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.UploadControlAmazonSettings.AccessKeyID">
      <summary>
        <para>Use the <see cref="T:DevExpress.Web.AccountManager"/> class API and the <see cref="P:DevExpress.Web.UploadControlAmazonSettings.AccountName"/> property instead. For more information, refer to the  topic.</para>
      </summary>
      <value>A string value that is the access key ID.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlAmazonSettings.AccountName">
      <summary>
        <para>Gets or sets a value that specifies the name of the Amazon account.</para>
      </summary>
      <value>A string value that specifies the account name.</value>
    </member>
    <member name="M:DevExpress.Web.UploadControlAmazonSettings.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.UploadControlAmazonSettings.BucketName">
      <summary>
        <para>Specifies the name of the bucket that contains a file system available from the upload control.</para>
      </summary>
      <value>A string value that is the bucket name.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlAmazonSettings.ObjectKeyPrefix">
      <summary>
        <para>Gets or sets a prefix that should be added to the name of the uploaded file.</para>
      </summary>
      <value>A string value that is the prefix.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlAmazonSettings.Region">
      <summary>
        <para>Specifies a geographical region where a bucket, which contains a file system available by the upload control, is stored.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that is the code of a region, e.g. “us-east-1”.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlAmazonSettings.SecretAccessKey">
      <summary>
        <para>Use the <see cref="T:DevExpress.Web.AccountManager"/> class API and the <see cref="P:DevExpress.Web.UploadControlAmazonSettings.AccountName"/> property instead. For more information, refer to the  topic.</para>
      </summary>
      <value>A string value that is the secret access key.</value>
    </member>
    <member name="T:DevExpress.Web.UploadControlAzureSettings">
      <summary>
        <para>Provides account settings allowing the upload control to access a file system retained in the Azure Service.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlAzureSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadControlAzureSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlAzureSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadControlAzureSettings"/> 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.UploadControlAzureSettings.AccessKey">
      <summary>
        <para>Use the <see cref="T:DevExpress.Web.AccountManager"/> class API and the <see cref="P:DevExpress.Web.UploadControlAzureSettings.AccountName"/> property instead. For more information, refer to the  topic.</para>
      </summary>
      <value>A string value that is the access key.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlAzureSettings.AccountName">
      <summary>
        <para>Gets or sets a value that specifies the name of the Azure account.</para>
      </summary>
      <value>A string value that specifies the account name.</value>
    </member>
    <member name="M:DevExpress.Web.UploadControlAzureSettings.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.UploadControlAzureSettings.BlobEndpoint">
      <summary>
        <para>Gets or sets the primary endpoint for the Blob service.</para>
      </summary>
      <value>A String object that is the primary Blob service endpoint.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlAzureSettings.ContainerName">
      <summary>
        <para>Specifies a name of the container (blob storage) that contains a file system available from the upload control.</para>
      </summary>
      <value>A string value that is the name of the container.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlAzureSettings.ObjectKeyPrefix">
      <summary>
        <para>Gets or sets a prefix that should be added to the name of the uploaded file.</para>
      </summary>
      <value>A string value that is the prefix.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlAzureSettings.StorageAccountName">
      <summary>
        <para>Use the <see cref="T:DevExpress.Web.AccountManager"/> class API and the <see cref="P:DevExpress.Web.UploadControlAzureSettings.AccountName"/> property instead. For more information, refer to the  topic.</para>
      </summary>
      <value>A string value that is the storage account name.</value>
    </member>
    <member name="T:DevExpress.Web.UploadControlBrowseButtonStyle">
      <summary>
        <para>Defines style settings for the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#browse-button">browse button</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlBrowseButtonStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadControlBrowseButtonStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.UploadControlBrowseButtonStyle.ImageSpacing">
      <summary>
        <para>Gets or sets the amount of space between an image and the text contents within a <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#browse-button">browse button</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> that is the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlBrowseButtonStyle.Width">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#browse-button">browse button</see> width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that is the editor button width.</value>
    </member>
    <member name="T:DevExpress.Web.UploadControlButtonProperties">
      <summary>
        <para>Serves as the base class for button objects in the upload control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlButtonProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadControlButtonProperties"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlButtonProperties.#ctor(DevExpress.Web.IPropertiesOwner,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadControlButtonProperties"/> class.</para>
      </summary>
      <param name="owner">An object that implements the IPropertiesOwner interface and owns the button.</param>
      <param name="defaultText">A string value that specifies the text displayed in the button by default.</param>
    </member>
    <member name="P:DevExpress.Web.UploadControlButtonProperties.Image">
      <summary>
        <para>Gets the settings that define the button’s image.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImagePropertiesEx"/> object that specifies properties of the button image.</value>
    </member>
    <member name="T:DevExpress.Web.UploadControlButtonPropertiesBase">
      <summary>
        <para>Serves as the base class for button objects in the upload control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlButtonPropertiesBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadControlButtonPropertiesBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlButtonPropertiesBase.#ctor(DevExpress.Web.IPropertiesOwner,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadControlButtonPropertiesBase"/> 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="defaultText">A string value that specifies the text displayed in the button, by default.</param>
    </member>
    <member name="M:DevExpress.Web.UploadControlButtonPropertiesBase.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.UploadControlButtonPropertiesBase.ImagePosition">
      <summary>
        <para>Gets or sets the image position within a button.</para>
      </summary>
      <value>The image position.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlButtonPropertiesBase.Text">
      <summary>
        <para>Gets or sets the text displayed in a button.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the text of the button.</value>
    </member>
    <member name="T:DevExpress.Web.UploadControlButtonStyle">
      <summary>
        <para>Contains style settings defining the button appearance.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlButtonStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadControlButtonStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.UploadControlButtonStyle.DisabledStyle">
      <summary>
        <para>Contains the style settings which define a buttons’ appearance in the disabled state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DisabledStyle"/> object that contains the disabled style settings.</value>
    </member>
    <member name="T:DevExpress.Web.UploadControlClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events available for the <see cref="T:DevExpress.Web.ASPxUploadControl"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadControlClientSideEvents"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.UploadControlClientSideEvents.DropZoneEnter">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientUploadControl.DropZoneEnter</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlClientSideEvents.DropZoneLeave">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientUploadControl.DropZoneLeave</b> event.</para>
      </summary>
      <value>A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlClientSideEvents.FileInputCountChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientUploadControl.FileInputCountChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlClientSideEvents.FilesUploadComplete">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientUploadControl.FileUploadComplete</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlClientSideEvents.FilesUploadStart">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientUploadControl.FilesUploadStart</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlClientSideEvents.FileUploadComplete">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientUploadControl.FileUploadComplete</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlClientSideEvents.FileUploadStart">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientUploadControl.FileUploadStart</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlClientSideEvents.TextChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientUploadControl.TextChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlClientSideEvents.UploadingProgressChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientUploadControl.UploadingProgressChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlClientSideEvents.ValidationErrorOccurred">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientUploadControl.ValidationErrorOccurred</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.UploadControlDropboxSettings">
      <summary>
        <para>Provides account settings allowing the upload control to access a file system retained in the Dropbox Service.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlDropboxSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadControlDropboxSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlDropboxSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadControlDropboxSettings"/> 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.UploadControlDropboxSettings.AccessTokenValue">
      <summary>
        <para>Use the <see cref="T:DevExpress.Web.AccountManager"/> class API and the <see cref="P:DevExpress.Web.UploadControlDropboxSettings.AccountName"/> property instead. For more information, refer to the  topic.</para>
      </summary>
      <value>A string value that is the access token.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlDropboxSettings.AccountName">
      <summary>
        <para>Gets or sets a value that specifies the name of the Dropbox account.</para>
      </summary>
      <value>A string value that specifies the account name.</value>
    </member>
    <member name="M:DevExpress.Web.UploadControlDropboxSettings.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.UploadControlDropboxSettings.TeamMemberID">
      <summary>
        <para>Use the <see cref="T:DevExpress.Web.AccountManager"/> class API and the <see cref="P:DevExpress.Web.UploadControlDropboxSettings.AccountName"/> property instead. For more information, refer to the  topic.</para>
      </summary>
      <value>A string value that is the team member ID.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlDropboxSettings.UploadFolder">
      <summary>
        <para>Specifies the Dropbox folder where files will be uploaded.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the folder path.</value>
    </member>
    <member name="T:DevExpress.Web.UploadControlDropZoneStyle">
      <summary>
        <para>Defines style settings for the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#drop-zone">drop zone</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlDropZoneStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadControlDropZoneStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.UploadControlFileListItemStyle">
      <summary>
        <para>Defines style settings for the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#file-list">file list</see> items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlFileListItemStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadControlFileListItemStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.UploadControlFileListPosition">
      <summary>
        <para>Lists values that specify the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#file-list">file list</see>‘s vertical position within the <see cref="T:DevExpress.Web.ASPxUploadControl"/> control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.UploadControlFileListPosition.Bottom">
      <summary>
        <para>The <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#file-list">file list</see> is displayed at the bottom of the control’s area.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.UploadControlFileListPosition.Top">
      <summary>
        <para>The <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#file-list">file list</see> is displayed at the top of the control’s area.</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.UploadControlFileListStyle">
      <summary>
        <para>Provides the style settings used to paint the Upload Control’s file list.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlFileListStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadControlFileListStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlFileListStyle.CopyFrom(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.UploadControlFileListStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> object that is the object that the settings will be copied from.</param>
    </member>
    <member name="P:DevExpress.Web.UploadControlFileListStyle.MaxHeight">
      <summary>
        <para>Gets or sets the maximum height of the control’s <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#file-list">file list</see>.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> object that defines the maximum height of the control’s file list.</value>
    </member>
    <member name="T:DevExpress.Web.UploadControlFileSystemSettings">
      <summary>
        <para>Provides settings allowing you to specify a folder where uploaded files will be automatically saved.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlFileSystemSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadControlFileSystemSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlFileSystemSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadControlFileSystemSettings"/> 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.UploadControlFileSystemSettings.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.UploadControlFileSystemSettings.UploadFolder">
      <summary>
        <para>Specifies the server folder where files will be uploaded.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the folder path.</value>
    </member>
    <member name="T:DevExpress.Web.UploadControlFileUploadMode">
      <summary>
        <para>Lists values which specify when the file upload process is automatically executed on the server side.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.UploadControlFileUploadMode.BeforePageLoad">
      <summary>
        <para>Specifies that the file upload process is automatically executed before Page_Load event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.UploadControlFileUploadMode.OnPageLoad">
      <summary>
        <para>Specifies that the file upload process is automatically executed on Page_Load event.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.UploadControlGoogleDrivePersonalSettings">
      <summary>
        <para>Provides account settings allowing the upload control to access a file system retained in the Google Drive (personal account).</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlGoogleDrivePersonalSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadControlGoogleDrivePersonalSettings"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlGoogleDrivePersonalSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadControlGoogleDrivePersonalSettings"/> class.</para>
      </summary>
      <param name="owner">An object that implements the IPropertiesOwner interface.</param>
    </member>
    <member name="M:DevExpress.Web.UploadControlGoogleDrivePersonalSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.UploadControlGoogleDrivePersonalSettings.RedirectUri">
      <summary>
        <para>Specifies the URL to which the browser is redirected when authentication is complete.</para>
      </summary>
      <value>A string value that specifies the redirect URI.</value>
    </member>
    <member name="T:DevExpress.Web.UploadControlGoogleDriveSettings">
      <summary>
        <para>Provides account settings allowing the upload control to access a file system retained in the Google Drive.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlGoogleDriveSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadControlGoogleDriveSettings"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlGoogleDriveSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadControlGoogleDriveSettings"/> class.</para>
      </summary>
      <param name="owner">An object that implements the IPropertiesOwner interface.</param>
    </member>
    <member name="P:DevExpress.Web.UploadControlGoogleDriveSettings.AccountName">
      <summary>
        <para>Gets or sets a value that specifies the name of the Google Drive account.</para>
      </summary>
      <value>A string value that specifies the account name.</value>
    </member>
    <member name="M:DevExpress.Web.UploadControlGoogleDriveSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.UploadControlGoogleDriveSettings.UploadFolder">
      <summary>
        <para>Specifies the Google Drive folder where files will be uploaded.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the folder path.</value>
    </member>
    <member name="T:DevExpress.Web.UploadControlImages">
      <summary>
        <para>Contains settings that allow images to be defined for the <see cref="T:DevExpress.Web.ASPxUploadControl"/>‘s specific elements.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.UploadControlImages.ClearButtonImage">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNetMvc/10652/components/file-management/file-upload/visual-elements/clear-file-selection-button">clear file selection button</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImagePropertiesEx"/> object that contains image settings.</value>
    </member>
    <member name="F:DevExpress.Web.UploadControlImages.ClearButtonImageName">
      <summary>
        <para>The name of the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#clear-file-selection-button">clear file selection button</see> image file.</para>
        <para>This name is “ucClearButton”.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.UploadControlImages.FileListCompleteItemImageName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.UploadControlImages.FileListPendingItemImageName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.UploadControlImages.FileListUploadingItemImageName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.UploadControlNullTextStyle">
      <summary>
        <para>Defines style settings for null text in a <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#text-box">text box</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlNullTextStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadControlNullTextStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.UploadControlNullTextStyle.VerticalAlign">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.UploadControlNullTextStyle"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.UploadControlOneDrivePersonalSettings">
      <summary>
        <para>Provides account settings allowing the upload control to access a file system retained in the OneDrive (personal account).</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlOneDrivePersonalSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadControlOneDrivePersonalSettings"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlOneDrivePersonalSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadControlOneDrivePersonalSettings"/> class.</para>
      </summary>
      <param name="owner">An object that implements the IPropertiesOwner interface.</param>
    </member>
    <member name="M:DevExpress.Web.UploadControlOneDrivePersonalSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.UploadControlOneDrivePersonalSettings.AuthorizationEndpoint">
      <summary>
        <para>Specifies the URL to which the browser redirects the application for authorization.</para>
      </summary>
      <value>A string value that specifies the application’s authorization endpoint.</value>
    </member>
    <member name="T:DevExpress.Web.UploadControlOneDriveSettings">
      <summary>
        <para>Provides account settings allowing the upload control to access a file system retained in the OneDrive.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlOneDriveSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadControlOneDriveSettings"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlOneDriveSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadControlOneDriveSettings"/> class.</para>
      </summary>
      <param name="owner">An object that implements the IPropertiesOwner interface.</param>
    </member>
    <member name="P:DevExpress.Web.UploadControlOneDriveSettings.AccountName">
      <summary>
        <para>Gets or sets a value that specifies the name of the OneDrive account.</para>
      </summary>
      <value>A string value that specifies the account name.</value>
    </member>
    <member name="M:DevExpress.Web.UploadControlOneDriveSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.UploadControlOneDriveSettings.RedirectUri">
      <summary>
        <para>Specifies the URL to which the browser is redirected when authentication is complete.</para>
      </summary>
      <value>A string value that specifies the redirect URI.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlOneDriveSettings.TokenEndpoint">
      <summary>
        <para>Specifies the URL that the application uses to get the token.</para>
      </summary>
      <value>A string value that specifies the URL.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlOneDriveSettings.UploadFolder">
      <summary>
        <para>Specifies the OneDrive folder where files will be uploaded.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the folder path.</value>
    </member>
    <member name="T:DevExpress.Web.UploadControlSharePointSettings">
      <summary>
        <para>Provides account settings allowing the upload control to access a file system retained in the SharePoint cloud storage.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlSharePointSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadControlSharePointSettings"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlSharePointSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadControlSharePointSettings"/> class with specified settings.</para>
      </summary>
      <param name="owner">An object that implements the IPropertiesOwner interface.</param>
    </member>
    <member name="P:DevExpress.Web.UploadControlSharePointSettings.AccountName">
      <summary>
        <para>Gets or sets a value that specifies the name of the SharePoint account.</para>
      </summary>
      <value>The name of the SharePoint account.</value>
    </member>
    <member name="M:DevExpress.Web.UploadControlSharePointSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from 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.UploadControlSharePointSettings.LibraryName">
      <summary>
        <para>Specifies the library name.</para>
      </summary>
      <value>The library name.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlSharePointSettings.RedirectUri">
      <summary>
        <para>Specifies the URL to which the browser is redirected when authentication is complete.</para>
      </summary>
      <value>The redirect URI.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlSharePointSettings.SiteHostName">
      <summary>
        <para>Specifies a host name where a SharePoint site is located.</para>
      </summary>
      <value>The host name where a SharePoint site is located.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlSharePointSettings.SiteName">
      <summary>
        <para>Specifies a URL name of a SharePoint site.</para>
      </summary>
      <value>The SharePoint site URL.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlSharePointSettings.TokenEndpoint">
      <summary>
        <para>Specifies the URL that the application uses to get the token.</para>
      </summary>
      <value>A string value that specifies the URL.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlSharePointSettings.UploadFolder">
      <summary>
        <para>Specifies the folder where files will be uploaded.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the folder path.</value>
    </member>
    <member name="T:DevExpress.Web.UploadControlStyles">
      <summary>
        <para>Contains settings that allow the <see cref="T:DevExpress.Web.ASPxUploadControl"/>‘s appearance to be defined.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.UploadControlStyles.BrowseButton">
      <summary>
        <para>Gets the style settings that define the appearance of <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#browse-button">browse buttons</see> within the upload control.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.UploadControlBrowseButtonStyle"/> object containing style settings.</value>
    </member>
    <member name="F:DevExpress.Web.UploadControlStyles.BrowseButtonStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.UploadControlStyles.Button">
      <summary>
        <para>Gets the style settings that define the appearance of buttons within the upload control.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.UploadControlButtonStyle"/> object containing style settings.</value>
    </member>
    <member name="F:DevExpress.Web.UploadControlStyles.ButtonStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.UploadControlStyles.ButtonSystemStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.UploadControlStyles.DisabledButton">
      <summary>
        <para>Contains the style settings which define a buttons’ appearance in the disabled state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceSelectedStyle"/> object that contains the disabled style settings.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlStyles.DropZone">
      <summary>
        <para>Gets the style settings that define the appearance of the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#drop-zone">drop zone</see> within the upload control.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.UploadControlDropZoneStyle"/> object containing style settings.</value>
    </member>
    <member name="F:DevExpress.Web.UploadControlStyles.EditAreaSystemStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.UploadControlStyles.ErrorMessage">
      <summary>
        <para>Gets the style settings that define the appearance of an error message displayed within the ASPxUploadControl‘s error frame if the uploaded file’s validation fails.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object that contains style settings.</value>
    </member>
    <member name="F:DevExpress.Web.UploadControlStyles.ErrorMessageStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.UploadControlStyles.FileListItemStyle">
      <summary>
        <para>Gets the style settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#file-list">file list</see> items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.UploadControlFileListItemStyle"/> object that contains the style settings.</value>
    </member>
    <member name="F:DevExpress.Web.UploadControlStyles.FileListItemStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.UploadControlStyles.FileListStyle">
      <summary>
        <para>Gets the style settings for the area where files selected to be uploaded are displayed.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.UploadControlFileListStyle"/> object that contains the style settings.</value>
    </member>
    <member name="F:DevExpress.Web.UploadControlStyles.FileListStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.UploadControlStyles.HiddenUIStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.UploadControlStyles.InlineDropZoneBackgroundWrapperSystemStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.UploadControlStyles.InlineDropZoneBorderWrapperSystemStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.UploadControlStyles.InlineDropZoneStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.UploadControlStyles.InlineDropZoneSystemStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlStyles.IsNative">
      <summary>
        <para>Returns a value indicating whether the control is rendered as a native HTML control.</para>
      </summary>
      <returns>true if the control is rendered as a native HTML control; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Web.UploadControlStyles.Native">
      <summary>
        <para>Gets or sets a value specifying whether an UploadControl is rendered as a native HTML file input element.</para>
      </summary>
      <value>true if editors should be rendered using a standard HTML element; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlStyles.NullText">
      <summary>
        <para>Gets the style settings defining the appearance of the prompt text.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.UploadControlNullTextStyle"/> object containing style settings.</value>
    </member>
    <member name="F:DevExpress.Web.UploadControlStyles.NullTextStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.UploadControlStyles.ProgressBar">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#progress-bar">progress bar</see> within the ASPxUploadControl.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ProgressStyle"/> object containing style settings.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlStyles.ProgressBarIndicator">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#progress-bar-indicator">progress bar indicator</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ProgressBarIndicatorStyle"/> object containing style settings.</value>
    </member>
    <member name="F:DevExpress.Web.UploadControlStyles.ProgressBarIndicatorStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.UploadControlStyles.ProgressBarStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.UploadControlStyles.TextBox">
      <summary>
        <para>Gets the style settings that define the appearance of <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#text-box">text boxes</see> within the upload control.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.UploadControlTextBoxStyle"/> object containing style settings.</value>
    </member>
    <member name="F:DevExpress.Web.UploadControlStyles.TextBoxStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.UploadControlTextBoxStyle">
      <summary>
        <para>Defines style settings for the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#text-box">text box</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlTextBoxStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadControlTextBoxStyle"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.UploadControlTextBoxStyle.DisabledStyle">
      <summary>
        <para>Gets the style settings which define a <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#text-box">text box</see>‘s appearance in the disabled state.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DisabledStyle"/> object that contains the disabled style settings.</value>
    </member>
    <member name="T:DevExpress.Web.UploadControlTextBoxStyleBase">
      <summary>
        <para>Serves as a base for classes that provide style settings defining the appearance of the ASPxUploadControl’s <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#text-box">text box</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlTextBoxStyleBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadControlTextBoxStyleBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.UploadControlTextBoxStyleBase.Height">
      <summary>
        <para>Gets or sets the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#text-box">text box</see> height.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the height of a text box.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlTextBoxStyleBase.HoverStyle">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.UploadControlTextBoxStyleBase"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.UploadControlTextBoxStyleBase.ImageSpacing">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.UploadControlTextBoxStyleBase"/> class.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.UploadControlTextBoxStyleBase.Spacing">
      <summary>
        <para>This property is not in effect for the <see cref="T:DevExpress.Web.UploadControlTextBoxStyleBase"/> class.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.UploadControlUploadMode">
      <summary>
        <para>Lists the values specifying an ASPxUploadControl’s upload mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.UploadControlUploadMode.Advanced">
      <summary>
        <para>ASPxUploadControl works in the <see href="https://docs.devexpress.com/AspNet/9886/components/file-management/file-upload/concepts/upload-modes">Advanced Upload Mode</see>.</para>
        <para>Note: The Advanced Mode requires the end&#0045;user browser to support Html5, or Silverlight plug&#0045;in (version 3 or later) to be installed in the  browser.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.UploadControlUploadMode.Auto">
      <summary>
        <para>ASPxUploadControl uses Html5 technology (advanced mode). If it is unavailable, Silverlight technology (advanced mode) is used. If Silverlight is unavailable, the control works in the <see href="https://docs.devexpress.com/AspNet/9886/components/file-management/file-upload/concepts/upload-modes">Standard Upload Mode</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.UploadControlUploadMode.Standard">
      <summary>
        <para>ASPxUploadControl works in the <see href="https://docs.devexpress.com/AspNet/9886/components/file-management/file-upload/concepts/upload-modes">Standard Upload Mode</see>.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.UploadControlUploadStorage">
      <summary>
        <para>Lists values that specify the type of upload storage used by the <see cref="T:DevExpress.Web.ASPxUploadControl"/>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.UploadControlUploadStorage.Amazon">
      <summary>
        <para>The control uploads files to a storage on the Amazon Simple Storage Service (Amazon S3).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.UploadControlUploadStorage.Azure">
      <summary>
        <para>The control uploads files to a storage on the Azure Service.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.UploadControlUploadStorage.Dropbox">
      <summary>
        <para>The control uploads files to a storage on the Dropbox Service.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.UploadControlUploadStorage.FileSystem">
      <summary>
        <para>The control uploads files to the server’s physical file system. The files are automatically saved to a folder specified by the <see cref="P:DevExpress.Web.UploadControlFileSystemSettings.UploadFolder">UploadControlFileSystemSettings.UploadFolder</see> property.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.UploadControlUploadStorage.GoogleDrive">
      <summary>
        <para>The control uploads files to Google Drive.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.UploadControlUploadStorage.GoogleDrivePersonal">
      <summary>
        <para>The control uploads files to Google Drive (personal account).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.UploadControlUploadStorage.NotSet">
      <summary>
        <para>The upload storage is not set. File saving can be implemented manually by handling the <see cref="E:DevExpress.Web.ASPxUploadControl.FileUploadComplete">ASPxUploadControl.FileUploadComplete</see> event.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.UploadControlUploadStorage.OneDrive">
      <summary>
        <para>The control uploads files to OneDrive.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.UploadControlUploadStorage.OneDrivePersonal">
      <summary>
        <para>The control uploads files to OneDrive (personal account).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.UploadControlUploadStorage.SharePoint">
      <summary>
        <para>The control uploads files to SharePoint.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.UploadControlUploadStorageSettingsBase">
      <summary>
        <para>Serves as a base for classes that contain settings related to storages used by the Upload Control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlUploadStorageSettingsBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadControlUploadStorageSettingsBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlUploadStorageSettingsBase.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadControlUploadStorageSettingsBase"/> 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.UploadControlUploadStorageSettingsBase.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified object to the current object.</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.UploadControlUploadStorageSettingsBase.GenerateUniqueFileNamePrefix">
      <summary>
        <para>Specifies whether the name of the file saved to the specified upload storage should contain unique file name prefix.</para>
      </summary>
      <value>true, if the file name should contain unique file name prefix; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.UploadControlValidationSettings">
      <summary>
        <para>Contains settings that relate to <see cref="T:DevExpress.Web.ASPxUploadControl"/>‘s uploaded file validation.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlValidationSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadControlValidationSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadControlValidationSettings.#ctor(DevExpress.Web.ASPxUploadControl)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadControlValidationSettings"/> class with the specified owner.</para>
      </summary>
      <param name="uploadControl">An <see cref="T:DevExpress.Web.ASPxUploadControl"/> object that owns the current object.</param>
    </member>
    <member name="P:DevExpress.Web.UploadControlValidationSettings.AllowedContentTypes">
      <summary>
        <para>Gets or sets the allowed content types of the uploaded file.</para>
      </summary>
      <value>An array of MIME content-type string values that contains the allowed content types.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlValidationSettings.AllowedFileExtensions">
      <summary>
        <para>Gets or sets the allowed file extensions of the uploaded file.</para>
      </summary>
      <value>An array of string values that contains the allowed file extensions.</value>
    </member>
    <member name="M:DevExpress.Web.UploadControlValidationSettings.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.UploadControlValidationSettings.DisableHttpHandlerValidation">
      <summary>
        <para>Specifies whether to disable the <see href="https://docs.devexpress.com/AspNet/6774/common-concepts/webconfig-modifications/aspxuploadprogresshttphandler">ASPxUploadProgressHttpHandler</see> validation.</para>
      </summary>
      <value>true, to disable the validation; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlValidationSettings.ErrorStyle">
      <summary>
        <para>Gets the style settings for rendering the error message that is displayed if the uploaded file does not pass validation.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceStyleBase"/> object that contains style settings for the error message.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlValidationSettings.FileDoesNotExistErrorText">
      <summary>
        <para>Gets or sets the error text which indicates that the file selected for upload doesn’t exist on the client computer.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the error text.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlValidationSettings.GeneralErrorText">
      <summary>
        <para>Gets or sets the error text indicating that an external error occurs during the specified file’s uploading.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the error text.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlValidationSettings.MaxFileCount">
      <summary>
        <para>Gets or sets the maximum file count to be uploaded at once.</para>
      </summary>
      <value>An <see cref="T:System.Int32"/> value that specifies the maximum file count.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlValidationSettings.MaxFileCountErrorText">
      <summary>
        <para>Gets or sets the error text indicating that the number of files selected for upload exceeds the maximum allowed value.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the error text.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlValidationSettings.MaxFileSize">
      <summary>
        <para>Gets or sets the maximum file size (in bytes).</para>
      </summary>
      <value>An <see cref="T:System.Int64"/> value which specifies the maximum file size.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlValidationSettings.MaxFileSizeErrorText">
      <summary>
        <para>Gets or sets the error text indicating that the uploaded file’s size exceeds the maximum allowed value.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the error text.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlValidationSettings.MultiSelectionErrorText">
      <summary>
        <para>Gets or sets the error text to be displayed within the editor’s error frame if the editor’s validation fails, provided the multi-file selection mode is used.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the error text.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlValidationSettings.NotAllowedContentTypeErrorText">
      <summary>
        <para>Gets or sets the error text indicating that the specified file’s content type is not allowed.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the error text.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlValidationSettings.NotAllowedFileExtensionErrorText">
      <summary>
        <para>Gets or sets the error text indicating that the specified file’s extension is not allowed.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the error text.</value>
    </member>
    <member name="P:DevExpress.Web.UploadControlValidationSettings.ShowErrors">
      <summary>
        <para>Specifies whether the error message is displayed if the uploaded file does not pass validation.</para>
      </summary>
      <value>true to show error message; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.UploadControlValidationSettings.ToString">
      <summary>
        <para>This method is not in effect for the <see cref="T:DevExpress.Web.UploadControlValidationSettings"/> class.</para>
      </summary>
      <returns>An empty string.</returns>
    </member>
    <member name="T:DevExpress.Web.UploadedFile">
      <summary>
        <para>Contains settings that define a file uploaded via an individual file input field within the <see cref="T:DevExpress.Web.ASPxUploadControl"/>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadedFile.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadedFile"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadedFile.#ctor(DevExpress.Web.Internal.HelperPostedFileBase)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadedFile.#ctor(System.Web.HttpPostedFile)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadedFile"/> class with the specified settings.</para>
      </summary>
      <param name="file">An <see cref="T:System.Web.HttpPostedFile"/> object that represents the file.</param>
    </member>
    <member name="P:DevExpress.Web.UploadedFile.ContentLength">
      <summary>
        <para>Gets the size of an uploaded file, in bytes.</para>
      </summary>
      <value>An <see cref="T:System.Int64"/> value that is the file length, in bytes.</value>
    </member>
    <member name="P:DevExpress.Web.UploadedFile.ContentType">
      <summary>
        <para>Gets the MIME content type of the uploaded file.</para>
      </summary>
      <value>The MIME content type of the uploaded file.</value>
    </member>
    <member name="P:DevExpress.Web.UploadedFile.FileBytes">
      <summary>
        <para>Gets an array of the bytes in the uploaded file.</para>
      </summary>
      <value>A <see cref="T:System.Byte"/> array that contains the file’s contents.</value>
    </member>
    <member name="P:DevExpress.Web.UploadedFile.FileContent">
      <summary>
        <para>Gets a stream object that points to the uploaded file.</para>
      </summary>
      <value>A <see cref="T:System.IO.Stream"/> object that points to the uploaded file.</value>
    </member>
    <member name="P:DevExpress.Web.UploadedFile.FileName">
      <summary>
        <para>Gets the uploaded file’s name.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value specifying the file name.</value>
    </member>
    <member name="P:DevExpress.Web.UploadedFile.FileNameInStorage">
      <summary>
        <para>Returns a file key name, by which it can be accessed in a cloud storage.</para>
      </summary>
      <value>A string value that is the file key name.</value>
    </member>
    <member name="P:DevExpress.Web.UploadedFile.IsValid">
      <summary>
        <para>Gets a value indicating whether the uploaded file passes the validation criteria defined via the <see cref="P:DevExpress.Web.ASPxUploadControl.ValidationSettings">ASPxUploadControl.ValidationSettings</see> property.</para>
      </summary>
      <value>true if the file is valid; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.UploadedFile.PostedFile">
      <summary>
        <para>Gets the uploaded file’s underlying object.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadedFile.SaveAs(System.String,System.Boolean)">
      <summary>
        <para>Saves the uploaded file on the server.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value that specifies the full path to the location on the server to save the uploaded file.</param>
      <param name="allowOverwrite">true to overwrite the specified file, if it already exists; otherwise, false.</param>
    </member>
    <member name="M:DevExpress.Web.UploadedFile.SaveAs(System.String)">
      <summary>
        <para>Saves the uploaded file specifying the full path on the server.</para>
      </summary>
      <param name="fileName">A <see cref="T:System.String"/> value that specifies the full path to the location on the server to save the uploaded file.</param>
    </member>
    <member name="T:DevExpress.Web.UploadFileStorageType">
      <summary>
        <para>Lists values that specify the type of upload storage used by the ASPxHtmlEditor control.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.UploadFileStorageType.Amazon">
      <summary>
        <para>Identifies the Amazon cloud storage used in ASPxHtmlEditor.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.UploadFileStorageType.Azure">
      <summary>
        <para>Identifies the Azure cloud storage used in ASPxHtmlEditor.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.UploadFileStorageType.Dropbox">
      <summary>
        <para>Identifies the Dropbox cloud storage used in ASPxHtmlEditor.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.UploadFileStorageType.FileSystem">
      <summary>
        <para>The control uploads files to the server’s physical file system. The files are automatically saved to the folder specified by the <see cref="P:DevExpress.Web.ASPxHtmlEditor.HtmlEditorUploadControlFileSystemSettings.UploadFolder">HtmlEditorUploadControlFileSystemSettings.UploadFolder</see> property.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.UploadProgressBarSettings">
      <summary>
        <para>Contains the settings of the <see href="https://docs.devexpress.com/AspNet/5217/components/file-management/file-upload/visual-elements#progress-bar">progress bar</see> within the ASPxUploadControl.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.UploadProgressBarSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.UploadProgressBarSettings"/> 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="T:DevExpress.Web.ValidationCompletedEventArgs">
      <summary>
        <para>Provides data for the <see cref="E:DevExpress.Web.ASPxGlobalEvents.ValidationCompleted">ASPxGlobalEvents.ValidationCompleted</see> event that allows you to centrally validate user input within all DevExpress web controls to which validation is applied.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ValidationCompletedEventArgs.#ctor(System.Web.UI.Control,System.String,System.Boolean,System.Boolean,System.Web.UI.Control,System.Web.UI.Control)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ValidationCompletedEventArgs"/> class.</para>
      </summary>
      <param name="container">A <see cref="T:System.Web.UI.Control"/> object representing the container of controls that have been validated.</param>
      <param name="validationGroup">A string value that specifies the name of the group of controls that have been validated.</param>
      <param name="invisibleControlsValidated">true if both visible and invisible editors that belong to the specified container and group have been validated; false if only visible editors have been validated.</param>
      <param name="isValid">true if the validated value is valid; otherwise, false.</param>
      <param name="firstInvalidControl">A <see cref="T:System.Web.UI.Control"/> object representing the first control that has an invalid value.</param>
      <param name="firstVisibleInvalidControl">A <see cref="T:System.Web.UI.Control"/> object representing the first visible control that has an invalid value.</param>
    </member>
    <member name="P:DevExpress.Web.ValidationCompletedEventArgs.Container">
      <summary>
        <para>Gets a container object that holds the validated control(s).</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.Control"/> object that represents a container of the validated control(s).</value>
    </member>
    <member name="P:DevExpress.Web.ValidationCompletedEventArgs.FirstInvalidControl">
      <summary>
        <para>Gets the first control (either visible or invisible) that hasn’t passed the validation applied.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.Control"/> object that represents the first invalid control.</value>
    </member>
    <member name="P:DevExpress.Web.ValidationCompletedEventArgs.FirstVisibleInvalidControl">
      <summary>
        <para>Gets the first visible control that hasn’t passed the validation applied.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.Control"/> object that represents the first visible invalid control.</value>
    </member>
    <member name="P:DevExpress.Web.ValidationCompletedEventArgs.InvisibleControlsValidated">
      <summary>
        <para>Gets a value that indicates whether validation has been applied to both visible and invisible controls.</para>
      </summary>
      <value>true if validation has been applied to both visible and invisible controls; false if only visible controls have been validated.</value>
    </member>
    <member name="P:DevExpress.Web.ValidationCompletedEventArgs.IsValid">
      <summary>
        <para>Gets a value specifying whether the validation has been completed successfully.</para>
      </summary>
      <value>true if the validation has been completed successfully; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ValidationCompletedEventArgs.ValidationGroup">
      <summary>
        <para>Gets the name of the validation group to which validation has been applied.</para>
      </summary>
      <value>A string value that specifies the validation group’s name.</value>
    </member>
    <member name="T:DevExpress.Web.ValidationEventArgs">
      <summary>
        <para>Provides data for editor validation events.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ValidationEventArgs.#ctor(System.Object,System.String,System.Boolean)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ValidationEventArgs"/> class.</para>
      </summary>
      <param name="value">An object that represents the validated value.</param>
      <param name="errorText">A string representing the error description.</param>
      <param name="isValid">true if the validated value is valid; otherwise, false.</param>
    </member>
    <member name="P:DevExpress.Web.ValidationEventArgs.ErrorText">
      <summary>
        <para>Gets or sets the error description.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value representing the error description.</value>
    </member>
    <member name="P:DevExpress.Web.ValidationEventArgs.IsValid">
      <summary>
        <para>Gets or sets a value specifying whether the validated value is valid.</para>
      </summary>
      <value>true if the value is valid; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ValidationEventArgs.Value">
      <summary>
        <para>Gets or sets the currently validated value.</para>
      </summary>
      <value>A <see cref="T:System.Object"/> representing the validated value.</value>
    </member>
    <member name="T:DevExpress.Web.ValidationPattern">
      <summary>
        <para>Represents a base for classes that contain settings related to different editor validation types.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ValidationPattern.#ctor(DevExpress.Web.IPropertiesOwner,DevExpress.Web.IValidationSettings)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ValidationPattern"/> class with the specified owner and validation settings.</para>
      </summary>
      <param name="owner">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
      <param name="validationSettings">An object that implements the IValidationSettings interface.</param>
    </member>
    <member name="M:DevExpress.Web.ValidationPattern.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.ValidationPattern.ErrorText">
      <summary>
        <para>Gets or sets the error text to be displayed within the editor’s error frame if a required editor’s value is not specified.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the error text.</value>
    </member>
    <member name="M:DevExpress.Web.ValidationPattern.EvaluateIsValid(System.Object)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ValidationPattern.GetClientInstanceCreationScript">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ValidationPattern.GetErrorText">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ValidationSettings">
      <summary>
        <para>Contains the settings that relate to editor validation.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ValidationSettings.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.ValidationSettings.CausesValidation">
      <summary>
        <para>Gets or sets a value that specifies whether validation is performed when the editor is set to validate when a postback occurs.</para>
      </summary>
      <value>true if validation is performed when the editor is set to validate when a postback occurs; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ValidationSettings.CreateValidationSettings(DevExpress.Web.ASPxEdit)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ValidationSettings.Display">
      <summary>
        <para>Specifies whether an editor renders an empty space for the error message initially or dynamically when the editor fails validation.</para>
      </summary>
      <value>One of the numeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ValidationSettings.EnableCustomValidation">
      <summary>
        <para>Gets or sets a value that specifies whether an error frame should be rendered on the client side when you implement a custom validation.</para>
      </summary>
      <value>true to render an error frame; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ValidationSettings.ErrorDisplayMode">
      <summary>
        <para>Gets or sets a value that specifies how an error message is displayed within the editor’s error frame.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ErrorDisplayMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ValidationSettings.ErrorFrameStyle">
      <summary>
        <para>Gets the style properties for the editor’s error frame.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ErrorFrameStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ValidationSettings.ErrorImage">
      <summary>
        <para>Gets the settings that define an error image displayed within the editor’s error frame if the editor’s validation fails.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.ValidationSettings.ErrorText">
      <summary>
        <para>Gets or sets the error text to be displayed within the editor’s error frame if the editor’s validation fails.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the error text.</value>
    </member>
    <member name="P:DevExpress.Web.ValidationSettings.ErrorTextPosition">
      <summary>
        <para>Gets or sets the error text’s position within the error frame relative to the validated control.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.ErrorTextPosition"/>enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.ValidationSettings.RegularExpression">
      <summary>
        <para>Gets the settings that define the regular expression validation’s rules.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RegularExpressionValidationPattern"/> object that contains specific validation settings.</value>
    </member>
    <member name="P:DevExpress.Web.ValidationSettings.RequiredField">
      <summary>
        <para>Gets the settings that define the required field validation’s rules.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.RequiredFieldValidationPattern"/> object that contains specific validation settings.</value>
    </member>
    <member name="P:DevExpress.Web.ValidationSettings.SetFocusOnError">
      <summary>
        <para>Gets or sets a value that specifies whether focus is set to the editor when validation fails.</para>
      </summary>
      <value>true to set focus on the editor when validation fails; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.ValidationSettings.ToString">
      <summary>
        <para>Returns the string that represents the current object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> that represents the current <see cref="T:DevExpress.Web.ValidationSettings"/> object.</returns>
    </member>
    <member name="P:DevExpress.Web.ValidationSettings.ValidateOnLeave">
      <summary>
        <para>Gets or sets a value that specifies whether validation is performed when the editor value is changed.</para>
      </summary>
      <value>true to perform validation on an editor value change; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.ValidationSettings.ValidationGroup">
      <summary>
        <para>Gets or sets the name of a validation group to which the editor belongs.</para>
      </summary>
      <value>A string value that specifies the name of a validation group.</value>
    </member>
    <member name="T:DevExpress.Web.ValidationSummaryClientSideEvents">
      <summary>
        <para>Contains a client-side validation summary editor’s event list.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ValidationSummaryClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ValidationSummaryClientSideEvents"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ValidationSummaryClientSideEvents.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ValidationSummaryClientSideEvents"/> 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.ValidationSummaryClientSideEvents.VisibilityChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function, or the entire code which will handle the client <b>ASPxClientValidationSummary.VisibilityChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.ValidationSummaryErrorStyle">
      <summary>
        <para>Contains style settings that define the appearance of the error item within the validation summary editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ValidationSummaryErrorStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ValidationSummaryErrorStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ValidationSummaryErrorStyle.Height">
      <summary>
        <para>Gets or sets the height of errors that are displayed within the editor’s errors list.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> value that specifies the height.</value>
    </member>
    <member name="T:DevExpress.Web.ValidationSummaryHeaderStyle">
      <summary>
        <para>Contains style settings that define the appearance of the validation summary’s header.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.ValidationSummaryHeaderStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.ValidationSummaryHeaderStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ValidationSummaryRenderMode">
      <summary>
        <para>Specifies whether the validation summary editor’s error items are rendered as a bulleted list, an ordered list or by using the table tag.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ValidationSummaryRenderMode.BulletedList">
      <summary>
        <para>Specifies that the errors within the <see cref="T:DevExpress.Web.ValidationSummaryRenderMode"/> are rendered as an bulleted list.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ValidationSummaryRenderMode.OrderedList">
      <summary>
        <para>Specifies that the errors within the <see cref="T:DevExpress.Web.ValidationSummaryRenderMode"/> are rendered as an ordered list.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ValidationSummaryRenderMode.Table">
      <summary>
        <para>Specifies that the errors within the <see cref="T:DevExpress.Web.ValidationSummaryRenderMode"/> are rendered using the table element.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ValidationSummaryStyles">
      <summary>
        <para>Contains settings that allow the <see href="https://docs.devexpress.com/AspNetMvc/12359/components/data-editors-extensions/validationsummary">ValidationSummary</see>‘s appearance to be defined.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.ValidationSummaryStyles.Error">
      <summary>
        <para>Gets the style settings that define validation error message appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ValidationSummaryErrorStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.ValidationSummaryStyles.Header">
      <summary>
        <para>Gets the style settings that define the ValidationSummary’s header appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ValidationSummaryHeaderStyle"/> object that contains style settings.</value>
    </member>
    <member name="T:DevExpress.Web.ValueToolTipPosition">
      <summary>
        <para>Specifies the <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#value-tooltip">value tooltip</see> position within an editor.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ValueToolTipPosition.LeftOrTop">
      <summary>
        <para>A <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#value-tooltip">value tooltip</see> is displayed at the editor’s left (for the vertical orientation) or top (for the horizontal orientation).</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.ValueToolTipPosition.None">
      <summary>
        <para>A <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#value-tooltip">value tooltip</see> is not displayed.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.ValueToolTipPosition.RightOrBottom">
      <summary>
        <para>A <see href="https://docs.devexpress.com/AspNet/10606/components/data-editors/aspxtrackbar/visual-elements#value-tooltip">value tooltip</see> is displayed at the editor’s right (for the vertical orientation) or bottom (for the horizontal orientation).</para>
        <para />
      </summary>
    </member>
    <member name="T:DevExpress.Web.VerticalGridAlternatingCellStyle">
      <summary>
        <para>Provides the style settings used to paint an <see href="https://docs.devexpress.com/AspNet/116292/components/vertical-grid/visual-elements/alternating-record">Alternating Record</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridAlternatingCellStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridAlternatingCellStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridAlternatingCellStyle.CopyFrom(System.Web.UI.WebControls.Style)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.VerticalGridAlternatingCellStyle"/> class.</para>
      </summary>
      <param name="style">A <see cref="T:System.Web.UI.WebControls.Style"/> object that represents the object from which the settings will be copied.</param>
    </member>
    <member name="P:DevExpress.Web.VerticalGridAlternatingCellStyle.Enabled">
      <summary>
        <para>Gets or sets whether the style settings used to paint <see href="https://docs.devexpress.com/AspNet/116292/components/vertical-grid/visual-elements/alternating-record">alternating records</see> are enabled.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Utils.DefaultBoolean"></see> enumeration values.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridBaseTemplateContainer">
      <summary>
        <para>Serves as a base for classes that represent containers for the templates used to render the ASPxVerticalGrid’s elements.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridBaseTemplateContainer.#ctor(DevExpress.Web.ASPxVerticalGrid,System.Int32,System.Object)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridBaseTemplateContainer"/> class.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxVerticalGrid"/> object that owns the current object. This value is assigned to the <see cref="P:DevExpress.Web.VerticalGridBaseTemplateContainer.Grid">VerticalGridBaseTemplateContainer.Grid</see> property.</param>
      <param name="index">The index.</param>
      <param name="dataItem">An object that represents the data item.</param>
    </member>
    <member name="M:DevExpress.Web.VerticalGridBaseTemplateContainer.#ctor(DevExpress.Web.ASPxVerticalGrid)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridBaseTemplateContainer"/> class.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxVerticalGrid"/> object that owns the current object. This value is assigned to the <see cref="P:DevExpress.Web.VerticalGridBaseTemplateContainer.Grid">VerticalGridBaseTemplateContainer.Grid</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.VerticalGridBaseTemplateContainer.Grid">
      <summary>
        <para>Gets the ASPxVerticalGrid that owns the current object.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxVerticalGrid"/> object that owns the current object.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridBatchEditItemTemplateContainer">
      <summary>
        <para>A container for the templates used to render <see href="https://docs.devexpress.com/AspNet/116133/components/vertical-grid/visual-elements/edit-cell">edit cells</see> in <see href="https://docs.devexpress.com/AspNet/116157/components/vertical-grid/concepts/data-editing/batch-edit-mode">batch edit mode</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridBatchEditItemTemplateContainer.#ctor(DevExpress.Web.ASPxVerticalGrid,DevExpress.Web.VerticalGridDataRow)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridBatchEditItemTemplateContainer"/> class with the specified settings.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxVerticalGrid"/> object. This value is assigned to the <see cref="P:DevExpress.Web.VerticalGridBaseTemplateContainer.Grid">VerticalGridBaseTemplateContainer.Grid</see> property.</param>
      <param name="row">A <see cref="T:DevExpress.Web.VerticalGridDataRow"/> object that is the <see href="https://docs.devexpress.com/AspNet/116125/components/vertical-grid/visual-elements/row">row</see> to which the current object belongs. This value is assigned to the <see cref="P:DevExpress.Web.VerticalGridDataItemTemplateContainer.Row">VerticalGridDataItemTemplateContainer.Row</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.VerticalGridBatchEditItemTemplateContainer.KeyValue">
      <summary>
        <para>Gets an object that uniquely identifies the cell that contains the template container.</para>
      </summary>
      <value>An object that uniquely identifies the cell that contains the template container.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridBatchEditItemTemplateContainer.Text">
      <summary>
        <para>Gets the text displayed within a cell.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the cell’s text.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridBatchEditSettings">
      <summary>
        <para>Contains <see href="https://docs.devexpress.com/AspNet/116157/components/vertical-grid/concepts/data-editing/batch-edit-mode">Batch Edit Mode</see> specific settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridBatchEditSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridBatchEditSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="P:DevExpress.Web.VerticalGridBatchEditSettings.EnableMultipleCellSelection">
      <summary>
        <para>Specifies whether to enable multiple cell selection.</para>
      </summary>
      <value>true to allow users to select multiple cells; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridBatchEditSettings.HighlightDeletedRecords">
      <summary>
        <para>Specifies if the deleted record is highlighted in Batch Edit Mode.</para>
      </summary>
      <value>true, to highlight the deleted record; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridBatchEditSettings.HighlightSummaryItems">
      <summary>
        <para>Specifies whether the vertical grid highlights summaries when their values are recalculated.</para>
      </summary>
      <value>true, to highlight summaries; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridBinaryImageRow">
      <summary>
        <para>Represents a row that displays images from a binary stream.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridBinaryImageRow.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridBinaryImageRow"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridBinaryImageRow.PropertiesBinaryImage">
      <summary>
        <para>Gets the row editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.BinaryImageEditProperties"/> object that contains settings specific to a binary image editor.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridButtonEditRow">
      <summary>
        <para>Represents a row with the button editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridButtonEditRow.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridButtonEditRow"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridButtonEditRow.PropertiesButtonEdit">
      <summary>
        <para>Gets the row editor’s settings.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Web.ButtonEditProperties"/> object.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridCallbackCommand">
      <summary>
        <para>Declares server constants that contain the names of the VerticalGrid’s default commands executed through callbacks.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridCallbackCommand.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridCallbackCommand"/> class with default settings.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridCallbackCommand.ExpandRow">
      <summary>
        <para>Default value: “EXPANDROW”</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.VerticalGridCategoryRow">
      <summary>
        <para>Represents a <see href="https://docs.devexpress.com/AspNet/116129/components/vertical-grid/visual-elements/category-row">category row</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridCategoryRow.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridCategoryRow"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridCategoryRow.#ctor(System.String)">
      <summary>
        <para>Creates a new <see cref="T:DevExpress.Web.VerticalGridCategoryRow"/> object with the specified caption.</para>
      </summary>
      <param name="caption">A string value specifying the <see href="https://docs.devexpress.com/AspNet/116129/components/vertical-grid/visual-elements/category-row">category row</see>‘s caption. Sets the grid’s Caption property value.</param>
    </member>
    <member name="M:DevExpress.Web.VerticalGridCategoryRow.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="P:DevExpress.Web.VerticalGridCategoryRow.CategoryCaptionTemplate">
      <summary>
        <para>Gets or sets a template for displaying the <see href="https://docs.devexpress.com/AspNet/116129/components/vertical-grid/visual-elements/category-row">category row</see>‘s caption.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridCategoryRow.CategoryStyle">
      <summary>
        <para>Gets the style settings used to paint a <see href="https://docs.devexpress.com/AspNet/116129/components/vertical-grid/visual-elements/category-row">category row</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridHeaderStyle"/> object that contains the style settings used to paint the category row.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridCategoryRow.CategoryTemplate">
      <summary>
        <para>Gets or sets a template for displaying <see href="https://docs.devexpress.com/AspNet/116129/components/vertical-grid/visual-elements/category-row">category rows</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="M:DevExpress.Web.VerticalGridCategoryRow.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value that represents the current object.</returns>
    </member>
    <member name="T:DevExpress.Web.VerticalGridCheckRow">
      <summary>
        <para>Represents a Boolean row.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridCheckRow.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridCheckRow"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridCheckRow.PropertiesCheckEdit">
      <summary>
        <para>Gets the row editor’s settings.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Web.CheckBoxProperties"/> object that contains settings specific to a checkbox editor.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridClientSideEvents">
      <summary>
        <para>Contains a list of the client-side events available for the ASPxVerticalGrid.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridClientSideEvents.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridClientSideEvents"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridClientSideEvents.BatchEditChangesCanceling">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxVerticalGrid’s <b>ASPxClientVerticalGrid.BatchEditChangesCanceling</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridClientSideEvents.BatchEditChangesSaving">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxVerticalGrid’s <b>ASPxClientVerticalGrid.BatchEditChangesSaving</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridClientSideEvents.BatchEditConfirmShowing">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxVerticalGrid’s <b>ASPxClientVerticalGrid.BatchEditConfirmShowing</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridClientSideEvents.BatchEditEndEditing">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxVerticalGrid’s <b>ASPxClientVerticalGrid.BatchEditEndEditing</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridClientSideEvents.BatchEditRecordChangesCanceling">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxVerticalGrid’s <b>ASPxClientVerticalGrid.BatchEditRecordChangesCanceling</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridClientSideEvents.BatchEditRecordDeleting">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxVerticalGrid’s <b>ASPxClientVerticalGrid.BatchEditRecordDeleting</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridClientSideEvents.BatchEditRecordInserting">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxVerticalGrid’s <b>ASPxClientVerticalGrid.BatchEditRecordInserting</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridClientSideEvents.BatchEditRecordRecovering">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a ASPxClientVerticalGrid’s <b>ASPxClientVerticalGrid.BatchEditRecordRecovering</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridClientSideEvents.BatchEditRecordValidating">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxVerticalGrid’s <see cref="E:DevExpress.Web.ASPxVerticalGrid.RecordValidating">ASPxVerticalGrid.RecordValidating</see> 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="P:DevExpress.Web.VerticalGridClientSideEvents.BatchEditStartEditing">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxVerticalGrid’s <b>ASPxClientVerticalGrid.BatchEditStartEditing</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridClientSideEvents.BatchEditSummaryDisplayText">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxClientVerticalGrid.BatchEditSummaryDisplayText 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="P:DevExpress.Web.VerticalGridClientSideEvents.BatchEditTemplateCellFocused">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxVerticalGrid’s <b>ASPxClientVerticalGrid.BatchEditTemplateCellFocused</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridClientSideEvents.CellSelectionChanging">
      <summary>
        <para>Specifies the name of the JavaScript function or code that handles the client-side <b>ASPxClientVerticalGrid.CellSelectionChanging</b> event.</para>
      </summary>
      <value>The name of a JavaScript function or code.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridClientSideEvents.ClipboardCellPasting">
      <summary>
        <para>Specifies the name of the JavaScript function or code that handles the client-side <b>ASPxClientVerticalGrid.ClipboardCellPasting</b> event.</para>
      </summary>
      <value>The name of a JavaScript function or code.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridClientSideEvents.CustomButtonClick">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxVerticalGrid’s <b>ASPxClientVerticalGrid.CustomButtonClick</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridClientSideEvents.FocusedCellChanging">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxVerticalGrid’s <b>ASPxClientVerticalGrid.FocusedCellChanging</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridClientSideEvents.RecordClick">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxVerticalGrid’s <b>ASPxClientVerticalGrid.RecordClick</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridClientSideEvents.RecordDblClick">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxVerticalGrid’s <b>ASPxClientVerticalGrid.RecordDblClick</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridClientSideEvents.RowExpandedChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxVerticalGrid’s <b>ASPxClientVerticalGrid.RowExpandedChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridClientSideEvents.RowExpandedChanging">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxVerticalGrid’s <b>ASPxClientVerticalGrid.RowExpandedChanging</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridClientSideEvents.RowSorting">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxVerticalGrid’s <b>ASPxClientGridView.RowExpanding</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridClientSideEvents.SelectionChanged">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle a client ASPxVerticalGrid’s <b>ASPxClientVerticalGrid.SelectionChanged</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridClientSideEvents.ToolbarItemClick">
      <summary>
        <para>Gets or sets the name of the JavaScript function or the entire code which will handle the client <b>ASPxClientGridBase.ToolbarItemClick</b> event.</para>
      </summary>
      <value>A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridColorEditRow">
      <summary>
        <para>Represents a row used to display and edit color values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridColorEditRow.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridColorEditRow"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridColorEditRow.PropertiesColorEdit">
      <summary>
        <para>Gets the row editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ColorEditProperties"/> object that contains settings specific to a color editor.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridComboBoxRow">
      <summary>
        <para>Represents a row with the combo box editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridComboBoxRow.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridComboBoxRow"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridComboBoxRow.PropertiesComboBox">
      <summary>
        <para>Gets the row editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ComboBoxProperties"/> object that contains settings specific to a combo box editor.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridCommandButtonSettings">
      <summary>
        <para>Provides settings that affect the <see href="https://docs.devexpress.com/AspNet/116132/components/vertical-grid/visual-elements/command-item">command button</see>‘s appearance and functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridCommandButtonSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridCommandButtonSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="T:DevExpress.Web.VerticalGridCommandButtonType">
      <summary>
        <para>Lists values that identify command buttons within the ASPxVerticalGrid.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridCommandButtonType.ApplySearchPanelFilter">
      <summary>
        <para>Corresponds to the Apply command. Applies the filter specified in the <see href="https://docs.devexpress.com/AspNet/116144/components/vertical-grid/visual-elements/search-panel">search panel</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridCommandButtonType.Cancel">
      <summary>
        <para>Corresponds to the Cancel command. Discards any changes made to the current record and switches the ASPxVerticalGrid to browse mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridCommandButtonType.ClearSearchPanelFilter">
      <summary>
        <para>Corresponds to the Clear command. Clears the filter specified in the <see href="https://docs.devexpress.com/AspNet/116144/components/vertical-grid/visual-elements/search-panel">search panel</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridCommandButtonType.Delete">
      <summary>
        <para>Corresponds to the Delete command. Deletes the current record.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridCommandButtonType.Edit">
      <summary>
        <para>Corresponds to the Edit command. Switches the ASPxVerticalGrid to edit mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridCommandButtonType.New">
      <summary>
        <para>Corresponds to the New command. Creates a new record.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridCommandButtonType.Recover">
      <summary>
        <para>Corresponds to the Recover command. Recovers the deleted records.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridCommandButtonType.Select">
      <summary>
        <para>Corresponds to the Select command. Selects/deselects records.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridCommandButtonType.SelectCheckbox">
      <summary>
        <para>Corresponds to the Select command initiated by a select check box or radio button. Selects/deselects records.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridCommandButtonType.Update">
      <summary>
        <para>Corresponds to the Update command. Saves all the changes made to the current record and switches the ASPxVerticalGrid to browse mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridCommandButtonType.UpdateSummaries">
      <summary>
        <para>Corresponds to the Update summaries command. Recalculates total and group summaries when a user increases a cell value that was equal to the calculated minimum or decreases a value that was equal to the calculated maximum.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.VerticalGridCommandRow">
      <summary>
        <para>Represents a <see href="https://docs.devexpress.com/AspNet/116128/components/vertical-grid/visual-elements/command-row">command row</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridCommandRow.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridCommandRow"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridCommandRow.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridCommandRow"/> class with the specified caption.</para>
      </summary>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the row’s caption.</param>
    </member>
    <member name="M:DevExpress.Web.VerticalGridCommandRow.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="P:DevExpress.Web.VerticalGridCommandRow.ButtonRenderMode">
      <summary>
        <para>Specifies the render mode of the <see href="https://docs.devexpress.com/AspNet/116132/components/vertical-grid/visual-elements/command-item">command buttons</see> for the current <see href="https://docs.devexpress.com/AspNet/116128/components/vertical-grid/visual-elements/command-row">command row</see>.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridCommandButtonRenderMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridCommandRow.CustomButtons">
      <summary>
        <para>Gets the collection of custom buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridCommandRowCustomButtonCollection"/> object which represents the collection of custom buttons.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridCommandRow.SelectAllCheckboxMode">
      <summary>
        <para>Specifies the Select All check box visibility and selection mode.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.GridViewSelectAllCheckBoxMode"/> enumeration values.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridCommandRow.SelectCheckBoxPosition">
      <summary>
        <para>Gets or sets a value specifying the “Select” check box position.</para>
      </summary>
      <value>One of <see cref="T:DevExpress.Web.GridSelectCheckBoxPosition"/> values.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridCommandRow.ShowCancelButton">
      <summary>
        <para>Specifies whether the Cancel <see href="https://docs.devexpress.com/AspNet/116132/components/vertical-grid/visual-elements/command-item">command button</see> is displayed in the <see href="https://docs.devexpress.com/AspNet/116128/components/vertical-grid/visual-elements/command-row">command row</see>.</para>
      </summary>
      <value>true, if the button is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridCommandRow.ShowDeleteButton">
      <summary>
        <para>Specifies whether the Delete <see href="https://docs.devexpress.com/AspNet/116132/components/vertical-grid/visual-elements/command-item">command button</see> is displayed in the <see href="https://docs.devexpress.com/AspNet/116128/components/vertical-grid/visual-elements/command-row">command row</see>.</para>
      </summary>
      <value>true, if the button is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridCommandRow.ShowEditButton">
      <summary>
        <para>Specifies the visibility of the Edit <see href="https://docs.devexpress.com/AspNet/116132/components/vertical-grid/visual-elements/command-item">command button</see> in the <see href="https://docs.devexpress.com/AspNet/116128/components/vertical-grid/visual-elements/command-row">command row</see>.</para>
      </summary>
      <value>true if the button is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridCommandRow.ShowNewButton">
      <summary>
        <para>Specifies the visibility of the New <see href="https://docs.devexpress.com/AspNet/116132/components/vertical-grid/visual-elements/command-item">command button</see> in the <see href="https://docs.devexpress.com/AspNet/116128/components/vertical-grid/visual-elements/command-row">command row</see>.</para>
      </summary>
      <value>true if the button is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridCommandRow.ShowNewButtonInHeader">
      <summary>
        <para>Specifies the visibility of the New <see href="https://docs.devexpress.com/AspNet/116132/components/vertical-grid/visual-elements/command-item">command button</see> in the <see href="https://docs.devexpress.com/AspNet/116128/components/vertical-grid/visual-elements/command-row">command row</see> header.</para>
      </summary>
      <value>true if the button is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridCommandRow.ShowRecoverButton">
      <summary>
        <para>Specifies whether the Recover <see href="https://docs.devexpress.com/AspNet/116132/components/vertical-grid/visual-elements/command-item">command button</see> is displayed in the <see href="https://docs.devexpress.com/AspNet/116128/components/vertical-grid/visual-elements/command-row">command row</see>.</para>
      </summary>
      <value>true, if the button is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridCommandRow.ShowSelectButton">
      <summary>
        <para>Specifies whether the Select <see href="https://docs.devexpress.com/AspNet/116132/components/vertical-grid/visual-elements/command-item">command button</see> is displayed in the <see href="https://docs.devexpress.com/AspNet/116128/components/vertical-grid/visual-elements/command-row">command row</see>.</para>
      </summary>
      <value>true, if the button is visible; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridCommandRow.ShowSelectCheckbox">
      <summary>
        <para>Gets or sets whether an editor (a check box or radio button) used to select/deselect records is shown.</para>
      </summary>
      <value>true, to show the check box or radio button within command row cells; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridCommandRow.ShowUpdateButton">
      <summary>
        <para>Specifies whether the Update <see href="https://docs.devexpress.com/AspNet/116132/components/vertical-grid/visual-elements/command-item">command button</see> is displayed in the <see href="https://docs.devexpress.com/AspNet/116128/components/vertical-grid/visual-elements/command-row">command row</see>.</para>
      </summary>
      <value>true, if the button is visible; otherwise, false.</value>
    </member>
    <member name="M:DevExpress.Web.VerticalGridCommandRow.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value that represents the current object.</returns>
    </member>
    <member name="T:DevExpress.Web.VerticalGridCommandRowCustomButton">
      <summary>
        <para>Represents a custom command button.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridCommandRowCustomButton.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridCommandRowCustomButton"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.VerticalGridCommandRowCustomButtonCollection">
      <summary>
        <para>Represents the collection of custom command buttons.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridCommandRowCustomButtonCollection.#ctor(DevExpress.Web.VerticalGridCommandRow)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridCommandRowCustomButtonCollection"/> class with the specified command row.</para>
      </summary>
      <param name="row">A <see cref="T:DevExpress.Web.VerticalGridCommandRow"/> object that represents the command row which owns this collection. This value is assigned to the <see cref="P:DevExpress.Web.VerticalGridCommandRowCustomButtonCollection.Row">VerticalGridCommandRowCustomButtonCollection.Row</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.VerticalGridCommandRowCustomButtonCollection.Item(System.String)">
      <summary>
        <para>Returns the button with the specified ID or caption.</para>
      </summary>
      <param name="IDorText">A <see cref="T:System.String"/> value that specifies the button’s ID or text.</param>
      <value>A <see cref="T:DevExpress.Web.VerticalGridCommandRowCustomButton"/> object that represents the custom button with the specified ID or text. null (Nothing in Visual Basic) if the button was not found.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridCommandRowCustomButtonCollection.Row">
      <summary>
        <para>Gets a command row that owns this collection.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridCommandRow"/> object that represents the command row which owns this collection.</value>
    </member>
    <member name="M:DevExpress.Web.VerticalGridCommandRowCustomButtonCollection.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>An empty string.</returns>
    </member>
    <member name="T:DevExpress.Web.VerticalGridDataItemTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render <see href="https://docs.devexpress.com/AspNet/116131/components/vertical-grid/visual-elements/data-cell">data cells</see> within the ASPxVerticalGrid.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridDataItemTemplateContainer.#ctor(DevExpress.Web.ASPxVerticalGrid,System.Object,System.Int32,DevExpress.Web.VerticalGridDataRow)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridDataItemTemplateContainer"/> class with the specified settings.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxVerticalGrid"/> object. This value is assigned to the <see cref="P:DevExpress.Web.VerticalGridBaseTemplateContainer.Grid">VerticalGridBaseTemplateContainer.Grid</see> property.</param>
      <param name="dataRow">An object that uniquely identifies the data row (which is a record in the vertical grid) that contains the template container. This value is assigned to the <see cref="P:DevExpress.Web.VerticalGridDataItemTemplateContainer.KeyValue">VerticalGridDataItemTemplateContainer.KeyValue</see> property.</param>
      <param name="visibleIndex">An integer value that specifies the rendered item object’s index. This value is assigned to the <see cref="P:DevExpress.Web.TemplateContainerBase.ItemIndex">TemplateContainerBase.ItemIndex</see> property.</param>
      <param name="row">A <see cref="T:DevExpress.Web.VerticalGridDataRow"/> object that represents the <see href="https://docs.devexpress.com/AspNet/116136/components/vertical-grid/visual-elements/record">data row</see> to which the current object belongs. This value is assigned to the <see cref="P:DevExpress.Web.VerticalGridDataItemTemplateContainer.Row">VerticalGridDataItemTemplateContainer.Row</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.VerticalGridDataItemTemplateContainer.GetTextWithHighlightedSearchFilterResult">
      <summary>
        <para>Gets a result of filtering as an HTML markup where a source text (text inputted in the filter) is highlighted for each match.</para>
      </summary>
      <returns>A string value that represents filtering results in the HTML markup.</returns>
    </member>
    <member name="M:DevExpress.Web.VerticalGridDataItemTemplateContainer.GetTextWithHighlightedSearchFilterResult(System.Int32)">
      <summary>
        <para>Gets a result of filtering as an HTML markup where a source text (text inputted in the filter) is highlighted for each match.</para>
      </summary>
      <param name="maxLength">An integer value that specifies the maximum length of the received string.</param>
      <returns>A string value that represents filtering results in the HTML markup.</returns>
    </member>
    <member name="M:DevExpress.Web.VerticalGridDataItemTemplateContainer.GetTextWithHighlightedSearchFilterResult(System.String,System.String,System.Boolean,System.Int32)">
      <summary>
        <para>Gets a result of filtering as an HTML markup where a source text (text inputted in the filter) is highlighted for each match.</para>
      </summary>
      <param name="sourceText">A string value specifying the filter text criteria.</param>
      <param name="fieldName">A string value specifying the name of a field attached to a row.</param>
      <param name="isSourceTextEncoded">A boolean value that specifies whether the source text is encoded.</param>
      <param name="maxLength">An integer value that specifies the maximum length of the received string.</param>
      <returns>A string value that represents filtering results in the HTML markup.</returns>
    </member>
    <member name="P:DevExpress.Web.VerticalGridDataItemTemplateContainer.KeyValue">
      <summary>
        <para>Gets an object that uniquely identifies the data row (which is a record in the vertical grid) that contains the template container.</para>
      </summary>
      <value>An object that uniquely identifies the data row that contains the template container.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridDataItemTemplateContainer.Row">
      <summary>
        <para>Gets a data row (which is a record in the vertical grid) where the template is rendered.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridDataRow"/> object that represents the <see href="https://docs.devexpress.com/AspNet/116125/components/vertical-grid/visual-elements/row">data row</see>.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridDataItemTemplateContainer.Text">
      <summary>
        <para>Gets the data item’s text.</para>
      </summary>
      <value>A string value that specifies the data item’s text.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridDataItemTemplateContainer.VisibleIndex">
      <summary>
        <para>Gets the index of the rendered item object.</para>
      </summary>
      <value>An integer value that specifies the rendered item object’s index.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridDataRow">
      <summary>
        <para>Serves as a base for classes that represent <see href="https://docs.devexpress.com/AspNet/116125/components/vertical-grid/visual-elements/row">data rows</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridDataRow.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridDataRow"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridDataRow.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridDataRow"/> class with the specified field name and caption.</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.VerticalGridDataRow.FieldName">VerticalGridDataRow.FieldName</see> property.</param>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the row’s caption.</param>
    </member>
    <member name="M:DevExpress.Web.VerticalGridDataRow.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridDataRow"/> 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.VerticalGridDataRow.FieldName">VerticalGridDataRow.FieldName</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.VerticalGridDataRow.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="P:DevExpress.Web.VerticalGridDataRow.BatchEditModifiedCellStyle">
      <summary>
        <para>Gets the style settings defining the appearance of the row’s <see href="https://docs.devexpress.com/AspNet/116131/components/vertical-grid/visual-elements/data-cell">data cells</see> when they are modified in <see href="https://docs.devexpress.com/AspNet/116157/components/vertical-grid/concepts/data-editing/batch-edit-mode">batch edit mode</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridDataRow.DataItemTemplate">
      <summary>
        <para>Gets or sets a template for displaying <see href="https://docs.devexpress.com/AspNet/116131/components/vertical-grid/visual-elements/data-cell">data cells</see> within the current row.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridDataRow.EditItemTemplate">
      <summary>
        <para>Gets or sets a template for displaying <see href="https://docs.devexpress.com/AspNet/116133/components/vertical-grid/visual-elements/edit-cell">edit cells</see> which correspond to the current row.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridDataRow.FieldName">
      <summary>
        <para>Gets or sets the name of the database field assigned to 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.VerticalGridDataRow.FilterExpression">
      <summary>
        <para>Gets the row’s filter expression.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that represents the row’s filter expression.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridDataRow.LoadReadOnlyValueFromDataModel">
      <summary>
        <para>Specifies whether the column’s read-only values can be loaded from the client to the server side.</para>
      </summary>
      <value>true to load read-only values on the server side; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridDataRow.PropertiesEdit">
      <summary>
        <para>Gets or sets the row editor’s settings.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.EditPropertiesBase"/> descendant that contains settings specific to a particular editor type.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridDataRow.ReadOnly">
      <summary>
        <para>Gets or sets whether end-users are allowed to edit the row’s cell values.</para>
      </summary>
      <value>true, if end-users are not allowed to modify the row’s cell values; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridDataRow.Settings">
      <summary>
        <para>Provides access to the row’s options.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridDataRowSettings"/> object that contains the row’s options.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridDataRow.SettingsHeaderFilter">
      <summary>
        <para>Provides access to the row’s <see href="https://docs.devexpress.com/AspNet/116141/components/vertical-grid/visual-elements/header-filter">header filter</see> settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridDataRowHeaderFilterSettings"/> object that contains the header filter settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridDataRow.ShowInFilterControl">
      <summary>
        <para>Gets whether an end-user can create filter conditions for the row in the <see href="https://docs.devexpress.com/AspNet/116143/components/vertical-grid/visual-elements/filter-builder-filter-control">filter control</see>. This member supports the internal infrastructure and cannot be used directly from your code.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridDataRow.SortAscending">
      <summary>
        <para>Sorts the row in ascending order.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridDataRow.SortDescending">
      <summary>
        <para>Sorts the row in descending order.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridDataRow.SortIndex">
      <summary>
        <para>Gets or sets the row’s position among sorted rows.</para>
      </summary>
      <value>An integer value that specifies the zero-based row’s index among sorted rows. &#0045;1 if data is not sorted by these rows.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridDataRow.SortOrder">
      <summary>
        <para>Gets or sets the row’s sort order.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Data.ColumnSortOrder"/> enumeration value that specifies the row’s sort order.</value>
    </member>
    <member name="M:DevExpress.Web.VerticalGridDataRow.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>A <see cref="T:System.String"/> value that represents the current object.</returns>
    </member>
    <member name="P:DevExpress.Web.VerticalGridDataRow.UnboundExpression">
      <summary>
        <para>Gets or sets an expression used to evaluate values for the current unbound row.</para>
      </summary>
      <value>A string that specifies an expression used to evaluate values for the current row.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridDataRow.UnboundType">
      <summary>
        <para>Gets or sets the data type and binding mode of the row.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Data.UnboundColumnType"/> enumeration value that represents the data type and binding mode of the row.</value>
    </member>
    <member name="M:DevExpress.Web.VerticalGridDataRow.UnSort">
      <summary>
        <para>Clears the sorting applied to the row.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.VerticalGridDataRowHeaderFilterSettings">
      <summary>
        <para>Contains the row’s <see href="https://docs.devexpress.com/AspNet/116141/components/vertical-grid/visual-elements/header-filter">header filter</see> specific settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridDataRowHeaderFilterSettings.DateRangeCalendarSettings">
      <summary>
        <para>Gets the settings of the <see href="https://docs.devexpress.com/AspNet/116141/components/vertical-grid/visual-elements/header-filter">header filter</see> calendar.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridRowDateRangeCalendarSettings"/> object containing the calendar settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridDataRowHeaderFilterSettings.DateRangePeriodsSettings">
      <summary>
        <para>Gets the settings of the <see href="https://docs.devexpress.com/AspNet/116141/components/vertical-grid/visual-elements/header-filter">header filter</see> periods section.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridRowDateRangePeriodsSettings"/> object containing the section settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridDataRowHeaderFilterSettings.DateRangePickerSettings">
      <summary>
        <para>Gets the settings of the <see href="https://docs.devexpress.com/AspNet/116141/components/vertical-grid/visual-elements/header-filter">header filter</see> date range picker.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridRowDateRangePickerSettings"/> object containing the date range picker settings.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridDataRowSettings">
      <summary>
        <para>Provides options for <see href="https://docs.devexpress.com/AspNet/116125/components/vertical-grid/visual-elements/row">data rows</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridDataRowSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridDataRowSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.VerticalGridDateRow">
      <summary>
        <para>Represents a data row used to display DateTime values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridDateRow.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridDateRow"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridDateRow.PropertiesDateEdit">
      <summary>
        <para>Gets the row editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DateEditProperties"/> object that contains settings specific to a date editor.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridDropDownEditRow">
      <summary>
        <para>Represents a row with an editor containing a customizable dropdown window.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridDropDownEditRow.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridDropDownEditRow"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridDropDownEditRow.PropertiesDropDownEdit">
      <summary>
        <para>Gets the row editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.DropDownEditProperties"/> object that contains settings specific to a dropdown editor.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridEditDataRow">
      <summary>
        <para>Serves as a base for classes that represent edit rows.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridEditDataRow.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridEditDataRow"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridEditDataRow.#ctor(System.String,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridEditDataRow"/> class with specified settings.</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.VerticalGridDataRow.FieldName">VerticalGridDataRow.FieldName</see> property.</param>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the row’s caption.</param>
    </member>
    <member name="M:DevExpress.Web.VerticalGridEditDataRow.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridEditDataRow"/> class with specified settings.</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.VerticalGridDataRow.FieldName">VerticalGridDataRow.FieldName</see> property.</param>
    </member>
    <member name="M:DevExpress.Web.VerticalGridEditDataRow.CreateColumn(System.Type)">
      <summary>
        <para>Creates a data row (which is a record in the grid view) for the specified data type.</para>
      </summary>
      <param name="dataType">A <see cref="T:System.Type"/> descendant that represents the type of data to be displayed by the new row.</param>
      <returns>A <see cref="T:DevExpress.Web.VerticalGridDataRow"/> descendant that represents the data row for the specified data type.</returns>
    </member>
    <member name="P:DevExpress.Web.VerticalGridEditDataRow.PropertiesEdit">
      <summary>
        <para>Gets the row editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.EditPropertiesBase"/> descendant that contains the row editor’s settings.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridEditingMode">
      <summary>
        <para>Lists values that specify the ASPxVerticalGrid’s editing mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridEditingMode.Batch">
      <summary>
        <para>Cell values are edited in the in&#0045;line editors. The changes are sent to the server only on an update (‘Save changes’) button click.</para>
        <para />
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridEditingMode.None">
      <summary>
        <para>The editing mode is disabled for the grid.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.VerticalGridEmptyRecordTemplateContainer">
      <summary>
        <para>Represents a container for the template used to render an empty record within the ASPxVerticalGrid.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridEmptyRecordTemplateContainer.#ctor(DevExpress.Web.ASPxVerticalGrid)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridEmptyRecordTemplateContainer"/> class with specified settings.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxVerticalGrid"/> object that is the Vertical Grid control.</param>
    </member>
    <member name="T:DevExpress.Web.VerticalGridExportAppearance">
      <summary>
        <para>Provides the appearance settings used to paint the ASPxVerticalGrid’s elements when it is exported.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridExportAppearance.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridExportAppearance"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridExportAppearance.BorderColor">
      <summary>
        <para>Gets or sets the border color.</para>
      </summary>
      <value>The border color.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridExportAppearance.BorderSides">
      <summary>
        <para>Gets or sets a value that specifies which border sides are to be drawn.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.XtraPrinting.BorderSide"/> enumeration values that specifies which border sides are to be drawn.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridExportAppearance.BorderSize">
      <summary>
        <para>Gets or sets the border width.</para>
      </summary>
      <value>An integer value that specifies the border width, in pixels.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridExportPart">
      <summary>
        <para>Lists values that specify which part of the ASPxVerticalGrid is being exported.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridExportPart.Data">
      <summary>
        <para>Corresponds to the grid’s <see href="https://docs.devexpress.com/AspNet/116136/components/vertical-grid/visual-elements/record">records</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridExportPart.Header">
      <summary>
        <para>Corresponds to the grid’s headers.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.VerticalGridExportStyles">
      <summary>
        <para>Provides the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/116145/components/vertical-grid/visual-elements">visual elements</see> within the ASPxVerticalGrid when it is exported.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridExportStyles.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridExportStyles"/> class.</para>
      </summary>
      <param name="owner">An object that owns the created object.</param>
    </member>
    <member name="P:DevExpress.Web.VerticalGridExportStyles.AlternatingRecord">
      <summary>
        <para>Gets the style settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/116292/components/vertical-grid/visual-elements/alternating-record">alternating records</see> when the grid is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewExportOptionalAppearance"/> object that contains style settings defining the appearance of alternating records when the grid is exported.</value>
    </member>
    <member name="M:DevExpress.Web.VerticalGridExportStyles.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.VerticalGridExportStyles.Category">
      <summary>
        <para>Gets the style settings defining the appearance of category rows when the grid is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridExportAppearance"/> object that contains style settings defining the appearance of category rows when the grid is exported.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridExportStyles.Default">
      <summary>
        <para>Gets the default appearance settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridExportAppearance"/> object that contains default appearance settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridExportStyles.Header">
      <summary>
        <para>Gets the style settings defining the appearance of row headers when the grid is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridExportAppearance"/> object that contains style settings defining the appearance of row headers when the grid is exported.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridExportStyles.HyperLink">
      <summary>
        <para>Gets the style settings defining the appearance of hyperlinks when the grid is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridExportAppearance"/> object that contains style settings defining the appearance of hyperlinks when the grid is exported.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridExportStyles.Image">
      <summary>
        <para>Gets the style settings defining the appearance of images when the grid is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridExportAppearance"/> object that contains style settings defining the appearance of images when the grid is exported.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridExportStyles.Record">
      <summary>
        <para>Gets the style settings defining the appearance of records when the grid is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridExportAppearance"/> object that contains style settings defining the appearance of records when the grid is exported.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridExportStyles.SummaryItem">
      <summary>
        <para>Gets the style settings defining the appearance of summary items when the grid is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridExportAppearance"/> object that contains style settings defining the appearance of summary items when the grid is exported.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridExportStyles.SummaryPanel">
      <summary>
        <para>Gets the style settings defining the appearance of the summary panel when the grid is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridExportAppearance"/> object that contains style settings defining the appearance of the summary panel when the grid is exported.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridFilterBuilderPopupStyle">
      <summary>
        <para>Contains styles settings defining the appearance of a <see href="https://docs.devexpress.com/AspNet/116143/components/vertical-grid/visual-elements/filter-builder-filter-control">Filter Builder (Filter Control)</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridFilterBuilderPopupStyle.ButtonPanel">
      <summary>
        <para>Gets the style settings defining a filter builder’s button panel appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridFilterBuilderPopupStyle.MainArea">
      <summary>
        <para>Gets the style settings defining a filter builder’s main area appearance.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.VerticalGridStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridFilterBuilderPopupStyle.PopupControl">
      <summary>
        <para>Gets the general style settings of popup elements within a grid.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridFilterControlPopupSettings">
      <summary>
        <para>Contains <see href="https://docs.devexpress.com/AspNet/116143/components/vertical-grid/visual-elements/filter-builder-filter-control">filter control</see> specific settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridFilterControlPopupSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridFilterControlPopupSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="T:DevExpress.Web.VerticalGridFormatConditionCollection">
      <summary>
        <para>A collection of format conditions in the <see cref="T:DevExpress.Web.ASPxVerticalGrid"/> control.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridFormatConditionCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridFormatConditionCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.VerticalGridFormatConditionColorScale">
      <summary>
        <para>A grid format condition that allows you to color grid cells.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridFormatConditionColorScale.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridFormatConditionColorScale"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.VerticalGridFormatConditionHighlight">
      <summary>
        <para>A grid format condition that allows you to highlight cell values based on a custom expression.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridFormatConditionHighlight.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridFormatConditionHighlight"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridFormatConditionHighlight.ApplyToRecord">
      <summary>
        <para>Specifies whether the conditional formatting is applied to a particular cell or to a whole record.</para>
      </summary>
      <value>true to apply the style settings to a record; false to apply the style settings to a cell.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridFormatConditionHighlight.CellStyle">
      <summary>
        <para>Gets the style settings defining the custom conditional formatting applied to cells.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridStyle"/> object that contains the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridFormatConditionIconSet">
      <summary>
        <para>A grid format condition that allows you to provide grid cells with predefined icons.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridFormatConditionIconSet.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridFormatConditionIconSet"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.VerticalGridFormatConditionTopBottom">
      <summary>
        <para>A grid format condition that allows you to highlight top or bottom cell values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridFormatConditionTopBottom.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridFormatConditionTopBottom"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridFormatConditionTopBottom.ApplyToRecord">
      <summary>
        <para>Specifies whether conditional formatting is applied to a particular cell or to a whole record.</para>
      </summary>
      <value>true to apply the style settings to a record; false to apply the style settings to a cell.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridFormatConditionTopBottom.CellStyle">
      <summary>
        <para>Gets the style settings defining the custom conditional formatting applied to cells.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridStyle"/> object that contains the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridHeaderFilterPopupSettings">
      <summary>
        <para>Contains <see href="https://docs.devexpress.com/AspNet/116141/components/vertical-grid/visual-elements/header-filter">Header Filter</see> specific settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridHeaderFilterPopupSettings.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridHeaderFilterPopupSettings"/> class with specified settings.</para>
      </summary>
      <param name="grid">An object that implements the <see cref="T:DevExpress.Web.IPropertiesOwner"/> interface.</param>
    </member>
    <member name="T:DevExpress.Web.VerticalGridHeaderFilterPopupStyle">
      <summary>
        <para>Contains styles settings defining the appearance of a <see href="https://docs.devexpress.com/AspNet/116141/components/vertical-grid/visual-elements/header-filter">Header Filter</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridHeaderFilterPopupStyle.ButtonPanel">
      <summary>
        <para>Gets the style settings defining a <see href="https://docs.devexpress.com/AspNet/116141/components/vertical-grid/visual-elements/header-filter">header filter</see>‘s button panel appearance.</para>
      </summary>
      <value>An DevExpress.Web.HeaderFilterButtonPanelStyles object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridHeaderFilterPopupStyle.PopupControl">
      <summary>
        <para>Gets the general style settings of popup elements within a grid.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridHeaderStyle">
      <summary>
        <para>Provides the style settings used to paint <see href="https://docs.devexpress.com/AspNet/116127/components/vertical-grid/visual-elements/row-header">row headers</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridHeaderStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridHeaderStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridHeaderStyle.FilterImageSpacing">
      <summary>
        <para>Gets or sets the distance between the filter image and the caption within the row header.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the spacing value.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridHeaderStyle.SortingImageSpacing">
      <summary>
        <para>Gets or sets the distance between the sorting image and the caption within the row header.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the spacing value.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridHeaderTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render <see href="https://docs.devexpress.com/AspNet/116127/components/vertical-grid/visual-elements/row-header">row headers</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridHeaderTemplateContainer.#ctor(DevExpress.Web.VerticalGridRow)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridHeaderTemplateContainer"/> class with specified settings.</para>
      </summary>
      <param name="row">A <see cref="T:DevExpress.Web.VerticalGridRow"/> object that uniquely identifies the row that contains the template container. This value is assigned to the <see cref="P:DevExpress.Web.VerticalGridHeaderTemplateContainer.Row">VerticalGridHeaderTemplateContainer.Row</see> property.</param>
    </member>
    <member name="P:DevExpress.Web.VerticalGridHeaderTemplateContainer.Row">
      <summary>
        <para>Gets the row that contains the template container.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridRow"/> object that uniquely identifies the row that contains the template container.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridHierarchicalRow">
      <summary>
        <para>Serves as a base for classes that represent rows displayed within the ASPxVerticalGrid.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridHierarchicalRow.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridHierarchicalRow"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridHierarchicalRow.#ctor(System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridHierarchicalRow"/> class with the specified caption.</para>
      </summary>
      <param name="caption">A <see cref="T:System.String"/> value that specifies the row’s caption.</param>
    </member>
    <member name="M:DevExpress.Web.VerticalGridHierarchicalRow.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="P:DevExpress.Web.VerticalGridHierarchicalRow.Expanded">
      <summary>
        <para>Gets whether the row has been expanded or collapsed.</para>
      </summary>
      <value>true, if the row has been expanded; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridHierarchicalRow.Rows">
      <summary>
        <para>Provides access to a collection of rows that the current row combines.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.VerticalGridRowCollection"/> object that is a collection of rows grouped by the current row.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridHyperLinkRow">
      <summary>
        <para>Specifies a row with hyperlink functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridHyperLinkRow.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridHyperLinkRow"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridHyperLinkRow.PropertiesHyperLinkEdit">
      <summary>
        <para>Gets the row editor’s settings.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Web.HyperLinkProperties"/> object.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridImageRow">
      <summary>
        <para>Represents a row that displays images located at the specified URLs.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridImageRow.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridImageRow"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridImageRow.PropertiesImage">
      <summary>
        <para>Gets the row editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageEditProperties"/> object that contains settings specific to an image editor.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridImages">
      <summary>
        <para>Contains the settings that define images displayed within the ASPxVerticalGrid’s <see href="https://docs.devexpress.com/AspNet/116145/components/vertical-grid/visual-elements">elements</see>.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridImages.CategoryRowCollapsedButton">
      <summary>
        <para>Gets the settings of an image displayed within expand buttons of collapsed <see href="https://docs.devexpress.com/AspNet/116129/components/vertical-grid/visual-elements/category-row">category rows</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridImages.CategoryRowExpandedButton">
      <summary>
        <para>Gets the settings of an image displayed within expand buttons of <see href="https://docs.devexpress.com/AspNet/116129/components/vertical-grid/visual-elements/category-row">category rows</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridImages.CellError">
      <summary>
        <para>Gets the settings of an error image displayed in a <see href="https://docs.devexpress.com/AspNet/116131/components/vertical-grid/visual-elements/data-cell">data cell</see>.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridImages.DataRowCollapsedButton">
      <summary>
        <para>Gets the settings of an image displayed within expand buttons of collapsed parent <see href="https://docs.devexpress.com/AspNet/116127/components/vertical-grid/visual-elements/row-header">rows</see> which have child rows.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridImages.DataRowExpandedButton">
      <summary>
        <para>Gets the settings of an image displayed within expand buttons of <see href="https://docs.devexpress.com/AspNet/116125/components/vertical-grid/visual-elements/row">rows</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridImages.FilterBarButton">
      <summary>
        <para>Gets the settings of an image displayed within a filter button in the <see href="https://docs.devexpress.com/AspNet/116142/components/vertical-grid/visual-elements/filter-bar">filter bar</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridImages.FilterBuilderClose">
      <summary>
        <para>Gets the settings of an image displayed in the <see href="https://docs.devexpress.com/AspNet/116143/components/vertical-grid/visual-elements/filter-builder-filter-control">Filter Builder (Filter Control)</see>‘s Close button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridImages.HeaderActiveFilter">
      <summary>
        <para>Gets the settings of an image displayed within filter buttons displayed in rows that are involved in filtering.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridImages.HeaderFilter">
      <summary>
        <para>Gets the settings of an image displayed within filter buttons.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridImages.HeaderFilterClose">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/116141/components/vertical-grid/visual-elements/header-filter">Header Filter</see>‘s close button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridImages.HeaderFilterCollapse">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/116141/components/vertical-grid/visual-elements/header-filter">Header Filter</see>‘s collapse button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridImages.HeaderFilterHeader">
      <summary>
        <para>Gets the settings of an image displayed within the <see href="https://docs.devexpress.com/AspNet/116141/components/vertical-grid/visual-elements/header-filter">Header Filter</see>‘s header.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridImages.HeaderSortDown">
      <summary>
        <para>Gets the settings of an image displayed within a row’s header when the row is sorted in descending order.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridImages.HeaderSortUp">
      <summary>
        <para>Gets the settings of an image displayed within a row’s header when the row is sorted in ascending order.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridImages.LoadingPanelOnStatusBar">
      <summary>
        <para>Gets the settings of an image displayed in the <see href="https://docs.devexpress.com/AspNet/116138/components/vertical-grid/visual-elements/loading-panel">loading panel</see> when it is displayed at the ASPxVerticalGrid’s <see href="https://docs.devexpress.com/AspNet/116140/components/vertical-grid/visual-elements/status-bar">Status Bar</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridImages.ToolbarShowSummaryPanel">
      <summary>
        <para>Gets the settings of an image displayed within the Summary Panel <see href="https://docs.devexpress.com/AspNet/118568/components/vertical-grid/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ImageProperties"/> object that contains image settings.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridMemoRow">
      <summary>
        <para>Represents a row used to display memo data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridMemoRow.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridMemoRow"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridMemoRow.PropertiesMemoEdit">
      <summary>
        <para>Gets the row editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.MemoProperties"/> object that contains settings specific to a memo editor.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridPagerBarTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render the <see href="https://docs.devexpress.com/AspNet/116137/components/vertical-grid/visual-elements/pager">Pager</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridPagerBarTemplateContainer.#ctor(DevExpress.Web.ASPxVerticalGrid,DevExpress.Web.GridViewPagerBarPosition,System.String)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridPagerBarTemplateContainer"/> class.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxVerticalGrid"/> object that owns the current object. This value is assigned to the <see cref="P:DevExpress.Web.VerticalGridBaseTemplateContainer.Grid">VerticalGridBaseTemplateContainer.Grid</see> property.</param>
      <param name="position">A <see cref="T:DevExpress.Web.GridViewPagerBarPosition"/> enumeration value that specifies the pager’s position within the grid. This value is assigned to the <see cref="P:DevExpress.Web.VerticalGridPagerBarTemplateContainer.Position">VerticalGridPagerBarTemplateContainer.Position</see> property.</param>
      <param name="pagerId">A <see cref="T:System.String"/> value that identifies the pager.</param>
    </member>
    <member name="P:DevExpress.Web.VerticalGridPagerBarTemplateContainer.Position">
      <summary>
        <para>Gets the pager’s position within an ASPxVerticalGrid control.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.GridViewPagerBarPosition"/> enumeration value that specifies the pager’s position within the grid.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridPagerMode">
      <summary>
        <para>Lists values that specify the navigation in the grid.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridPagerMode.ShowAllRecords">
      <summary>
        <para>Disables page-mode navigation.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridPagerMode.ShowPager">
      <summary>
        <para>The ASPxVerticalGrid automatically splits content (records) across multiple pages and provides end-users with an embedded page navigation UI - <see href="https://docs.devexpress.com/AspNet/116137/components/vertical-grid/visual-elements/pager">pager</see>. The maximum number of records displayed on a page is specified by the <see cref="P:DevExpress.Web.ASPxVerticalGridPagerSettings.PageSize">ASPxVerticalGridPagerSettings.PageSize</see> property.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.VerticalGridPopupControlStyle">
      <summary>
        <para>Contains styles settings defining the common appearance of popup elements within a grid.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridPopupControlStyle.PopupControl">
      <summary>
        <para>Gets the general style settings of popup elements within a grid.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.AppearanceStyle"/> object that contains the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridPopupControlStyles">
      <summary>
        <para>Contains settings that allow the appearance of popup elements within the ASPxVerticalGrid to be defined.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridPopupControlStyles.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridPopupControlStyles"/> 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.VerticalGridPopupControlStyles.Common">
      <summary>
        <para>Gets the style settings defining the common appearance of popup elements within a grid.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridPopupControlStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridPopupControlStyles.FilterBuilder">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/116143/components/vertical-grid/visual-elements/filter-builder-filter-control">filter control (filter builder)</see> within a grid.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridFilterBuilderPopupStyle"/> object that contains the style settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridPopupControlStyles.HeaderFilter">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/116141/components/vertical-grid/visual-elements/header-filter">header filter</see> within a grid.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridHeaderFilterPopupStyle"/> object that contains the style settings.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridProgressBarRow">
      <summary>
        <para>Represents a row with the progress bar editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridProgressBarRow.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridProgressBarRow"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridProgressBarRow.PropertiesProgressBar">
      <summary>
        <para>Gets the row editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ProgressBarProperties"/> object that contains settings specific to a progress bar.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridRow">
      <summary>
        <para>Serves as a base for classes that represent rows displayed within the ASPxVerticalGrid.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridRow.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridRow"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridRow.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="P:DevExpress.Web.VerticalGridRow.ExportRecordStyle">
      <summary>
        <para>Gets the style settings defining the appearance of <see href="https://docs.devexpress.com/AspNet/116136/components/vertical-grid/visual-elements/record">records</see> when the grid is exported.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridExportAppearance"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridRow.Fixed">
      <summary>
        <para>Gets or sets whether the row is fixed on the ASPxVerticalGrid’s top edge.</para>
      </summary>
      <value>true, if a row is fixed; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridRow.Grid">
      <summary>
        <para>Gets the ASPxVerticalGrid that owns the current row.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxVerticalGrid"/> object that owns the current row.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridRow.HeaderCaptionTemplate">
      <summary>
        <para>Gets or sets a template for displaying the <see href="https://docs.devexpress.com/AspNet/116127/components/vertical-grid/visual-elements/row-header">row header</see>‘s caption.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridRow.HeaderStyle">
      <summary>
        <para>Gets the style settings used to paint a <see href="https://docs.devexpress.com/AspNet/116127/components/vertical-grid/visual-elements/row-header">row’s header</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridHeaderStyle"/> object that contains the style settings used to paint the row’s header.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridRow.HeaderTemplate">
      <summary>
        <para>Gets or sets a template used to display the content of the <see href="https://docs.devexpress.com/AspNet/116127/components/vertical-grid/visual-elements/row-header">row’s header</see>.</para>
      </summary>
      <value>An object that supports the <see cref="T:System.Web.UI.ITemplate"/> interface and contains a template used to display the header’s content.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridRow.Height">
      <summary>
        <para>Gets or sets a row height.</para>
      </summary>
      <value>An integer value that specifies a row height.</value>
    </member>
    <member name="M:DevExpress.Web.VerticalGridRow.IsClickable">
      <summary>
        <para>Indicates whether the row responds to mouse clicks.</para>
      </summary>
      <returns>true, if the row responds to mouse clicks; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Web.VerticalGridRow.ParentRow">
      <summary>
        <para>Gets the parent row.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridHierarchicalRow"/> object that is the parent row. null (Nothing in Visual Basic) if the current row is at the root level.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridRow.RecordStyle">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/116136/components/vertical-grid/visual-elements/record">records</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridStyle"/> object that contains the style settings used to paint records.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridRowCollection">
      <summary>
        <para>Represents the ASPxVerticalGrid’s row collection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridRowCollection.Add(DevExpress.Web.VerticalGridRow)">
      <summary>
        <para>Adds the specified row to the collection.</para>
      </summary>
      <param name="row">A <see cref="T:DevExpress.Web.VerticalGridRow"/> object to add to the collection.</param>
    </member>
    <member name="M:DevExpress.Web.VerticalGridRowCollection.AddRange(DevExpress.Web.VerticalGridRow[])">
      <summary>
        <para>Adds an array of <see cref="T:DevExpress.Web.VerticalGridRow"/> objects to the current collection.</para>
      </summary>
      <param name="rows">An array that contains zero or more <see cref="T:DevExpress.Web.VerticalGridRow"/> objects.</param>
    </member>
    <member name="P:DevExpress.Web.VerticalGridRowCollection.Grid">
      <summary>
        <para>Gets the Vertical Grid that owns the collection.</para>
      </summary>
      <value>An <see cref="T:DevExpress.Web.ASPxVerticalGrid"/> object that owns the collection.</value>
    </member>
    <member name="M:DevExpress.Web.VerticalGridRowCollection.IndexOf(DevExpress.Web.VerticalGridRow)">
      <summary>
        <para>Returns the specified row’s position within the collection.</para>
      </summary>
      <param name="row">A <see cref="T:DevExpress.Web.VerticalGridRow"/> object to locate in the collection.</param>
      <returns>An integer value that specifies the row’s position within the collection. &#0045;1 if the collection doesn’t contain the specified row.</returns>
    </member>
    <member name="M:DevExpress.Web.VerticalGridRowCollection.Insert(System.Int32,DevExpress.Web.VerticalGridRow)">
      <summary>
        <para>Adds the specified row to the specified position within the collection.</para>
      </summary>
      <param name="index">An integer value that specifies the zero-based index at which the specified row should be inserted. If it’s negative or exceeds the number of elements, an exception is raised.</param>
      <param name="row">A <see cref="T:DevExpress.Web.VerticalGridRow"/> object to insert.</param>
    </member>
    <member name="P:DevExpress.Web.VerticalGridRowCollection.Item(System.Int32)">
      <summary>
        <para>Provides indexed access to rows within the collection.</para>
      </summary>
      <param name="index">An integer that specifies the index of the required row.</param>
      <value>A <see cref="T:DevExpress.Web.VerticalGridRow"/> object that represents a row at the specified index.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridRowCollection.Item(System.String)">
      <summary>
        <para>Returns the row with the specified name, field name or caption.</para>
      </summary>
      <param name="ID_FieldName_Caption">A <see cref="T:System.String"/> value that specifies the row’s name, field name or caption.</param>
      <value>A <see cref="T:DevExpress.Web.VerticalGridRow"/> object that represents a row with the specified name, field name or caption. null (Nothing in Visual Basic) if the row isn’t found.</value>
    </member>
    <member name="M:DevExpress.Web.VerticalGridRowCollection.Remove(DevExpress.Web.VerticalGridRow)">
      <summary>
        <para>Removes the specified row from the collection.</para>
      </summary>
      <param name="row">A <see cref="T:DevExpress.Web.VerticalGridRow"/> object to remove from the collection.</param>
    </member>
    <member name="T:DevExpress.Web.VerticalGridRowDateRangeCalendarSettings">
      <summary>
        <para>Contains settings that relate to a calendar displayed in the <see href="https://docs.devexpress.com/AspNet/116141/components/vertical-grid/visual-elements/header-filter">header filter</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridRowDateRangeCalendarSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridRowDateRangeCalendarSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.VerticalGridRowDateRangePeriodsSettings">
      <summary>
        <para>Contains settings that relate to a periods section displayed in the <see href="https://docs.devexpress.com/AspNet/116141/components/vertical-grid/visual-elements/header-filter">header filter</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridRowDateRangePeriodsSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridRowDateRangePeriodsSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.VerticalGridRowDateRangePickerSettings">
      <summary>
        <para>Contains settings that relate to a date range picker displayed in the <see href="https://docs.devexpress.com/AspNet/116141/components/vertical-grid/visual-elements/header-filter">header filter</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridRowDateRangePickerSettings.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridRowDateRangePickerSettings"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.VerticalGridRowLoadingMode">
      <summary>
        <para>Lists values that specify how child rows are loaded when their parent or category rows are expanded.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridRowLoadingMode.Callback">
      <summary>
        <para>Child rows are loaded on a callback when the category row or parent row is being expanded.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridRowLoadingMode.Full">
      <summary>
        <para>Child rows are loaded just after a web page has been loaded.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.VerticalGridSpinEditRow">
      <summary>
        <para>Represents a row used to display numeric data.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridSpinEditRow.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridSpinEditRow"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridSpinEditRow.PropertiesSpinEdit">
      <summary>
        <para>Gets the row editor’s settings.</para>
      </summary>
      <value>The <see cref="T:DevExpress.Web.SpinEditProperties"/> object that contains settings specific to a spin editor.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridStatusBarTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render the <see href="https://docs.devexpress.com/AspNet/116140/components/vertical-grid/visual-elements/status-bar">status bar</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridStatusBarTemplateContainer.#ctor(DevExpress.Web.ASPxVerticalGrid)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridStatusBarTemplateContainer"/> class.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxVerticalGrid"/> object that owns the current object. This value is assigned to the <see cref="P:DevExpress.Web.VerticalGridBaseTemplateContainer.Grid">VerticalGridBaseTemplateContainer.Grid</see> property.</param>
    </member>
    <member name="T:DevExpress.Web.VerticalGridStyle">
      <summary>
        <para>Serves as a base for classes that provide style settings used to paint grid <see href="https://docs.devexpress.com/AspNet/116145/components/vertical-grid/visual-elements">elements</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridStyle.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridStyle"/> class with default settings.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.VerticalGridStyles">
      <summary>
        <para>Provides the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/116145/components/vertical-grid/visual-elements">visual elements</see> within the ASPxVerticalGrid.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridStyles.AlternatingRecord">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/116292/components/vertical-grid/visual-elements/alternating-record">Alternating Record</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridAlternatingCellStyle"/> object that contains style settings used to paint alternating records.</value>
    </member>
    <member name="F:DevExpress.Web.VerticalGridStyles.AlternatingRecordStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridStyles.BatchEditCell">
      <summary>
        <para>Gets the style settings defining the appearance of a grid <see href="https://docs.devexpress.com/AspNet/116133/components/vertical-grid/visual-elements/edit-cell">edit cell</see> in <see href="https://docs.devexpress.com/AspNet/116157/components/vertical-grid/concepts/data-editing/batch-edit-mode">batch edit mode</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridStyles.BatchEditDeletedRecord">
      <summary>
        <para>Gets the style settings defining the appearance of a record when it is modified in <see href="https://docs.devexpress.com/AspNet/116157/components/vertical-grid/concepts/data-editing/batch-edit-mode">batch edit mode</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridStyles.BatchEditModifiedCell">
      <summary>
        <para>Gets the style settings defining the appearance of a grid <see href="https://docs.devexpress.com/AspNet/116131/components/vertical-grid/visual-elements/data-cell">data cell</see> when it is modified in <see href="https://docs.devexpress.com/AspNet/116157/components/vertical-grid/concepts/data-editing/batch-edit-mode">batch edit mode</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridStyles.BatchEditNewRecord">
      <summary>
        <para>Gets the style settings defining the appearance of a grid record newly created in <see href="https://docs.devexpress.com/AspNet/116157/components/vertical-grid/concepts/data-editing/batch-edit-mode">batch edit mode</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridStyles.Category">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/116129/components/vertical-grid/visual-elements/category-row">Category Row </see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridHeaderStyle"/> object that contains style settings used to paint category rows.</value>
    </member>
    <member name="F:DevExpress.Web.VerticalGridStyles.CategoryRowClassNamePostfix">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridStyles.CategoryStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridStyles.CommandCellStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridStyles.CommandItem">
      <summary>
        <para>Gets the style settings used to paint a <see href="https://docs.devexpress.com/AspNet/116132/components/vertical-grid/visual-elements/command-item">command item</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridStyle"/> object that contains style settings used to paint command items.</value>
    </member>
    <member name="F:DevExpress.Web.VerticalGridStyles.CommandItemStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridStyles.CommandRowClassNamePostfix">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridStyles.CommandRowRecord">
      <summary>
        <para>Gets the style settings used to paint the command row cell.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridStyle"/> object that contains style settings used to paint the command row cell.</value>
    </member>
    <member name="M:DevExpress.Web.VerticalGridStyles.CopyFrom(DevExpress.Web.StylesBase)">
      <summary>
        <para>Duplicates the properties of the specified object into the current instance of the <see cref="T:DevExpress.Web.VerticalGridStyles"/> class.</para>
      </summary>
      <param name="source">A <see cref="T:DevExpress.Web.StylesBase"/> object that represents the object from which the settings will be copied.</param>
    </member>
    <member name="F:DevExpress.Web.VerticalGridStyles.DataRowClassNamePostfix">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridStyles.Disabled">
      <summary>
        <para>Gets the style settings used to paint the ASPxVerticalGrid when it is disabled.</para>
      </summary>
      <value>An object that contains style settings used to paint the ASPxVerticalGrid when it is disabled.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridStyles.EmptyRecord">
      <summary>
        <para>Gets the style settings used to paint an empty record.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridStyle"/> object that contains style settings used to paint an empty record.</value>
    </member>
    <member name="F:DevExpress.Web.VerticalGridStyles.EmptyRecordClassNamePostfix">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridStyles.EmptyRecordStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridStyles.EmptyRecordVisibilityClassNamePostfix">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridStyles.FilterBar">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/116142/components/vertical-grid/visual-elements/filter-bar">Filter Bar</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridStyles.FilterBarCheckBoxCell">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/116142/components/vertical-grid/visual-elements/filter-bar">filter bar</see>‘s cell which displays the check box.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridStyles.FilterBarClearButtonCell">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/116142/components/vertical-grid/visual-elements/filter-bar">filter bar</see>‘s cell which displays the Clear button.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridStyles.FilterBarExpressionCell">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/116142/components/vertical-grid/visual-elements/filter-bar">filter bar</see>‘s cell which displays the current filter expression.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridStyles.FilterBarImageCell">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/116142/components/vertical-grid/visual-elements/filter-bar">filter bar</see>‘s cell which displays the filter image.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridStyles.FilterBarLink">
      <summary>
        <para>Gets the style settings used to paint links (filter expression, clear filter command) displayed within the <see href="https://docs.devexpress.com/AspNet/116142/components/vertical-grid/visual-elements/filter-bar">filter bar</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridStyles.FocusedCell">
      <summary>
        <para>Gets the style settings defining the appearance of a focused <see href="https://docs.devexpress.com/AspNet/116131/components/vertical-grid/visual-elements/data-cell">data cell</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridStyle"/> object that contains style settings.</value>
    </member>
    <member name="F:DevExpress.Web.VerticalGridStyles.GridLinesNotHorizontalClassNamePostfix">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridStyles.GridLinesNotVerticalClassNamePostfix">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridStyles.Header">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/116127/components/vertical-grid/visual-elements/row-header">row headers</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridHeaderStyle"/> object that contains style settings used to paint row headers.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridStyles.HeaderFilterItem">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/116141/components/vertical-grid/visual-elements/header-filter">header filter</see> items.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.ListBoxItemStyle"/> object that contains style settings.</value>
    </member>
    <member name="F:DevExpress.Web.VerticalGridStyles.IndentClassNamePostfix">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridStyles.IndentWidth">
      <summary>
        <para>Gets or sets the indent width.</para>
      </summary>
      <value>An integer value that specifies the indent width, in pixels.</value>
    </member>
    <member name="F:DevExpress.Web.VerticalGridStyles.IndentWithBottomBorderClassNamePostfix">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridStyles.LastVisibleRowClassNamePostfix">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridStyles.LoadingDiv">
      <summary>
        <para>Gets the style settings used to paint a rectangle displayed above the ASPxVerticalGrid while waiting for a callback response.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LoadingDivStyle"/> object that contains style settings used to paint a rectangle displayed above the ASPxVerticalGrid while waiting for a callback response.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridStyles.LoadingPanel">
      <summary>
        <para>Provides style settings for a <see href="https://docs.devexpress.com/AspNet/116138/components/vertical-grid/visual-elements/loading-panel">loading panel</see> that can be displayed while waiting for a callback response.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.LoadingPanelStyle"/> object that contains style settings used to paint a loading panel.</value>
    </member>
    <member name="F:DevExpress.Web.VerticalGridStyles.MergeHeaderIndentsClassNamePostfix">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridStyles.PagerBottomPanel">
      <summary>
        <para>Gets the style settings used to paint the Pager bottom panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridStyles.PagerTopPanel">
      <summary>
        <para>Gets the style settings used to paint the Pager top panel.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridStyles.Record">
      <summary>
        <para>Gets the style settings used to paint <see href="https://docs.devexpress.com/AspNet/116136/components/vertical-grid/visual-elements/record">records</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridStyle"/> object that contains style settings used to paint records.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridStyles.RecordError">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/116135/components/vertical-grid/visual-elements/record-error">Record Error</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridStyle"/> object that contains style settings used to paint record errors.</value>
    </member>
    <member name="F:DevExpress.Web.VerticalGridStyles.RecordErrorStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridStyles.RecordStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridStyles.RowHotTrack">
      <summary>
        <para>Gets the style settings used to paint a data record (a record in the vertical grid) when it is hot tracked.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridStyle"/> object that provides style settings used to paint the hot tracked data row.</value>
    </member>
    <member name="F:DevExpress.Web.VerticalGridStyles.RowHoverStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridStyles.RowPrevForCategoryClassNamePostfix">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridStyles.SearchPanel">
      <summary>
        <para>Gets the style settings defining the appearance of the <see href="https://docs.devexpress.com/AspNet/116144/components/vertical-grid/visual-elements/search-panel">search panel</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridStyle"/> object that contains style settings.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridStyles.SelectedRecord">
      <summary>
        <para>Gets the style settings used to paint selected <see href="https://docs.devexpress.com/AspNet/116136/components/vertical-grid/visual-elements/record">records</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridStyle"/> object that contains style settings used to paint selected records.</value>
    </member>
    <member name="F:DevExpress.Web.VerticalGridStyles.SelectedRecordStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridStyles.StatusBar">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/116140/components/vertical-grid/visual-elements/status-bar">status bar</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridStyle"/> object that contains style settings used to paint the status bar.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridStyles.SummaryItem">
      <summary>
        <para>Gets the style settings used to paint the summary item.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridStyle"/> object that contains style settings used to paint the summary item.</value>
    </member>
    <member name="F:DevExpress.Web.VerticalGridStyles.SummaryItemStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridStyles.SummaryPanel">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/116164/components/vertical-grid/visual-elements/summary-panel">summary panel</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridStyle"/> object that contains style settings used to paint the summary panel.</value>
    </member>
    <member name="F:DevExpress.Web.VerticalGridStyles.SummaryPanelStyleName">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridStyles.Table">
      <summary>
        <para>Gets the style settings used to paint the table that represents the ASPxVerticalGrid.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridStyle"/> object that contains style settings used to paint the table.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridStyles.TitlePanel">
      <summary>
        <para>Gets the style settings used to paint the <see href="https://docs.devexpress.com/AspNet/116139/components/vertical-grid/visual-elements/title-panel">Title Panel</see>.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.VerticalGridStyle"/> object that contains style settings used to paint the title.</value>
    </member>
    <member name="M:DevExpress.Web.VerticalGridStyles.ToString">
      <summary>
        <para>Returns a string that represents the current object.</para>
      </summary>
      <returns>An empty string.</returns>
    </member>
    <member name="F:DevExpress.Web.VerticalGridStyles.VerticalGridClassNamePrefix">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.VerticalGridTemplates">
      <summary>
        <para>Contains the templates used to display the ASPxVerticalGrid’s data cells, records, etc.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridTemplates.#ctor(DevExpress.Web.IPropertiesOwner)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridTemplates"/> class with specified settings.</para>
      </summary>
      <param name="owner">An object that implements the IPropertiesOwner interface.</param>
    </member>
    <member name="M:DevExpress.Web.VerticalGridTemplates.Assign(DevExpress.Web.PropertiesBase)">
      <summary>
        <para>Copies the settings from the specified <see cref="T:DevExpress.Web.PropertiesBase"/> object to the current object.</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.VerticalGridTemplates.Category">
      <summary>
        <para>Gets or sets a template for displaying <see href="https://docs.devexpress.com/AspNet/116129/components/vertical-grid/visual-elements/category-row">category rows</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridTemplates.CategoryCaption">
      <summary>
        <para>Gets or sets a template for displaying a <see href="https://docs.devexpress.com/AspNet/116129/components/vertical-grid/visual-elements/category-row">category row</see>‘s caption.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridTemplates.DataItem">
      <summary>
        <para>Gets or sets a template for displaying <see href="https://docs.devexpress.com/AspNet/116131/components/vertical-grid/visual-elements/data-cell">data cells</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridTemplates.EditItem">
      <summary>
        <para>Gets or sets a template for displaying the cell within a record that is in edit mode.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridTemplates.EmptyRecord">
      <summary>
        <para>Gets or sets a template for displaying the <see href="https://docs.devexpress.com/AspNet/116459/components/vertical-grid/visual-elements/empty-record">empty record</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridTemplates.Header">
      <summary>
        <para>Gets or sets a template for displaying <see href="https://docs.devexpress.com/AspNet/116127/components/vertical-grid/visual-elements/row-header">row headers</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridTemplates.HeaderCaption">
      <summary>
        <para>Gets or sets a template for displaying <see href="https://docs.devexpress.com/AspNet/116127/components/vertical-grid/visual-elements/row-header">row header</see> captions.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridTemplates.PagerBar">
      <summary>
        <para>Gets or sets a template for displaying the ASPxVerticalGrid’s <see href="https://docs.devexpress.com/AspNet/116137/components/vertical-grid/visual-elements/pager">pager</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridTemplates.StatusBar">
      <summary>
        <para>Gets or sets a template for displaying the ASPxVerticalGrid’s <see href="https://docs.devexpress.com/AspNet/116140/components/vertical-grid/visual-elements/status-bar">status bar</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridTemplates.TitlePanel">
      <summary>
        <para>Gets or sets a template for displaying the <see href="https://docs.devexpress.com/AspNet/116139/components/vertical-grid/visual-elements/title-panel">title panel</see>.</para>
      </summary>
      <value>An object that implements the <see cref="T:System.Web.UI.ITemplate"/> interface.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridTextRow">
      <summary>
        <para>Represents a row used to display string values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridTextRow.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridTextRow"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridTextRow.PropertiesTextEdit">
      <summary>
        <para>Gets the row editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TextBoxProperties"/> object that contains settings specific to a textbox editor.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridTimeEditRow">
      <summary>
        <para>Represents a row used to display and edit time portions of DateTime values.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridTimeEditRow.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridTimeEditRow"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridTimeEditRow.PropertiesTimeEdit">
      <summary>
        <para>Gets the row editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TimeEditProperties"/> object that contains settings specific to a time editor.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridTitleTemplateContainer">
      <summary>
        <para>Represents a container for the templates used to render the <see href="https://docs.devexpress.com/AspNet/116139/components/vertical-grid/visual-elements/title-panel">title panel</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridTitleTemplateContainer.#ctor(DevExpress.Web.ASPxVerticalGrid)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridTitleTemplateContainer"/> class.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxVerticalGrid"/> object that owns the current object. This value is assigned to the <see cref="P:DevExpress.Web.VerticalGridBaseTemplateContainer.Grid">VerticalGridBaseTemplateContainer.Grid</see> property.</param>
    </member>
    <member name="T:DevExpress.Web.VerticalGridTokenBoxRow">
      <summary>
        <para>A row with the token box editor.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridTokenBoxRow.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridTokenBoxRow"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridTokenBoxRow.PropertiesTokenBox">
      <summary>
        <para>Gets the rows editor’s settings.</para>
      </summary>
      <value>A <see cref="T:DevExpress.Web.TokenBoxProperties"/> object that contains settings specific to a token box editor.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridToolbar">
      <summary>
        <para>A base class for the VerticalGrid’s <see href="https://docs.devexpress.com/AspNet/118568/components/vertical-grid/concepts/toolbars">toolbar</see>.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridToolbar.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridToolbar"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridToolbar.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.VerticalGridToolbarItemCollection"/> object representing the collection of the toolbar’s items.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridToolbarCollection">
      <summary>
        <para>Represents the ASPxVerticalGrid’s toolbar collection.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridToolbarCollection.#ctor(DevExpress.Web.ASPxVerticalGrid)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridToolbarCollection"/> class with specified settings.</para>
      </summary>
      <param name="grid">An <see cref="T:DevExpress.Web.ASPxVerticalGrid"/> object that is the Vertical Grid control.</param>
    </member>
    <member name="M:DevExpress.Web.VerticalGridToolbarCollection.FindByName(System.String)">
      <summary>
        <para>Returns a toolbar object with the specified <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property value.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property value of the required toolbar.</param>
      <returns>A <see cref="T:DevExpress.Web.VerticalGridToolbar"/> object that is the ASPxVerticalGrid toolbar.</returns>
    </member>
    <member name="P:DevExpress.Web.VerticalGridToolbarCollection.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.VerticalGridToolbar"/> 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.VerticalGridToolbarCommand">
      <summary>
        <para>Lists the values that specify names of commands that can be performed by clicking <see href="https://docs.devexpress.com/AspNet/118568/components/vertical-grid/concepts/toolbars">toolbar</see> items.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridToolbarCommand.Cancel">
      <summary>
        <para>A command that discards any changes made to the current record and switches the ASPxVerticalGrid to browse mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridToolbarCommand.ClearFilter">
      <summary>
        <para>A command that clears the filter applied to the current column.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridToolbarCommand.ClearSorting">
      <summary>
        <para>A command that clears sorting by the current column.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridToolbarCommand.Custom">
      <summary>
        <para>A custom user command.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridToolbarCommand.Delete">
      <summary>
        <para>A command that deletes the current record.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridToolbarCommand.DeleteSelectedRecordsOnPage">
      <summary>
        <para>A command that deletes the selected records on the page.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridToolbarCommand.Edit">
      <summary>
        <para>A command that allows editing the current record.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridToolbarCommand.ExportToCsv">
      <summary>
        <para>A command that exports the grid’s data to a file in CSV format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridToolbarCommand.ExportToDocx">
      <summary>
        <para>A command that exports the grid’s data to a file in DOCX format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridToolbarCommand.ExportToPdf">
      <summary>
        <para>A command that exports the grid’s data to a file in PDF format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridToolbarCommand.ExportToRtf">
      <summary>
        <para>A command that exports the grid’s data to a file in RTF format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridToolbarCommand.ExportToXls">
      <summary>
        <para>A command that exports the grid’s data to a file in XLS format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridToolbarCommand.ExportToXlsx">
      <summary>
        <para>A command that exports the grid’s data to a file in XLS format.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridToolbarCommand.New">
      <summary>
        <para>A command that creates a new record.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridToolbarCommand.Refresh">
      <summary>
        <para>A command that refreshes grid data.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridToolbarCommand.ShowFilterEditor">
      <summary>
        <para>A command that controls the <see href="https://docs.devexpress.com/AspNet/116149/components/vertical-grid/concepts/data-shaping-and-manipulation/filtering/filter-control">filter control</see> visibility.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridToolbarCommand.ShowSearchPanel">
      <summary>
        <para>A command that controls the <see href="https://docs.devexpress.com/AspNet/116144/components/vertical-grid/visual-elements/search-panel">search panel</see> visibility.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridToolbarCommand.ShowSummaryPanel">
      <summary>
        <para>A command that controls the <see href="https://docs.devexpress.com/AspNet/116164/components/vertical-grid/visual-elements/summary-panel">summary panel</see> visibility.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridToolbarCommand.Update">
      <summary>
        <para>A command that saves all the changes made to the current record and switches the ASPxVerticalGrid to browse mode.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.VerticalGridToolbarCommand.UpdateSummaries">
      <summary>
        <para>A command that recalculates total and group summaries on the client in batch edit mode.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.VerticalGridToolbarItem">
      <summary>
        <para>Implements the Vertical Grid’s <see href="https://docs.devexpress.com/AspNet/118568/components/vertical-grid/concepts/toolbars">toolbar</see> item functionality.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridToolbarItem.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridToolbarItem"/> class with default settings.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.VerticalGridToolbarItem.Command">
      <summary>
        <para>Gets or sets the name of a command executed when clicking a <see href="https://docs.devexpress.com/AspNet/118568/components/vertical-grid/concepts/toolbars">toolbar</see> item.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.VerticalGridToolbarCommand"/> enumeration values specifying the toolbar item’s command name.</value>
    </member>
    <member name="P:DevExpress.Web.VerticalGridToolbarItem.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.VerticalGridToolbarItemCollection"/> instance that is the collection of items.</value>
    </member>
    <member name="T:DevExpress.Web.VerticalGridToolbarItemCollection">
      <summary>
        <para>Represents a collection of an ASPxVerticalGrid’s toolbar items.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridToolbarItemCollection.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridToolbarItemCollection"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VerticalGridToolbarItemCollection.#ctor(DevExpress.Web.GridToolbarItem)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VerticalGridToolbarItemCollection"/> class.</para>
      </summary>
      <param name="menuItem">A <see cref="T:DevExpress.Web.GridToolbarItem"/> object representing the menu item</param>
    </member>
    <member name="M:DevExpress.Web.VerticalGridToolbarItemCollection.FindByName(System.String)">
      <summary>
        <para>Returns an item object with the specified <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property value.</para>
      </summary>
      <param name="name">A <see cref="T:System.String"/> value representing the <see cref="P:DevExpress.Web.MenuItem.Name">MenuItem.Name</see> property value of the required toolbar item.</param>
      <returns>A <see cref="T:DevExpress.Web.VerticalGridToolbarItem"/> object that is the ASPxVerticalGrid toolbar item.</returns>
    </member>
    <member name="M:DevExpress.Web.VerticalGridToolbarItemCollection.FindByText(System.String)">
      <summary>
        <para>Returns a toolbar item with the specified text.</para>
      </summary>
      <param name="text">A <see cref="T:System.String"/> value that is the <see cref="P:DevExpress.Web.MenuItem.Text">MenuItem.Text</see> property value of the required toolbar item.</param>
      <returns>A <see cref="T:DevExpress.Web.VerticalGridToolbarItem"/> object with a specific value of the Text property.</returns>
    </member>
    <member name="P:DevExpress.Web.VerticalGridToolbarItemCollection.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.VerticalGridToolbarItem"/> object that represents the item at the specified position.</value>
    </member>
    <member name="T:DevExpress.Web.VideoObjectProperties">
      <summary>
        <para>Provides settings for video objects.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VideoObjectProperties.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VideoObjectProperties"/> class.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.VideoObjectProperties.#ctor(DevExpress.Web.ASPxObjectContainer)">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.VideoObjectProperties"/> class with the specified object container control.</para>
      </summary>
      <param name="objectContainer">A <see cref="T:DevExpress.Web.ASPxObjectContainer"/> object.</param>
    </member>
    <member name="M:DevExpress.Web.VideoObjectProperties.Assign(DevExpress.Web.ObjectProperties)">
      <summary>
        <para>Copies public properties from the specified <see cref="T:DevExpress.Web.ObjectProperties"/> object to the current one.</para>
      </summary>
      <param name="objectProperties">A <see cref="T:DevExpress.Web.ObjectProperties"/> object whose properties are copied to the current object.</param>
    </member>
    <member name="P:DevExpress.Web.VideoObjectProperties.AutoStart">
      <summary>
        <para>Gets or sets whether the media object starts playing automatically.</para>
      </summary>
      <value>true to automatically play the media object; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.VideoObjectProperties.Balance">
      <summary>
        <para>Gets or sets the stereo balance.</para>
      </summary>
      <value>An integer value that specifies the stereo balance. Values range from &#0045;100 to 100.</value>
    </member>
    <member name="P:DevExpress.Web.VideoObjectProperties.BaseURL">
      <summary>
        <para>Gets or sets the base URL used for a relative path resolution with URL script commands that are embedded in digital media content.</para>
      </summary>
      <value>A string value that specifies the base URL.</value>
    </member>
    <member name="P:DevExpress.Web.VideoObjectProperties.CaptioningID">
      <summary>
        <para>Gets or sets the name of the element displaying the captioning.</para>
      </summary>
      <value>A string value that specifies the name of the element displaying the captioning.</value>
    </member>
    <member name="P:DevExpress.Web.VideoObjectProperties.CurrentMarker">
      <summary>
        <para>Gets or sets the current marker number.</para>
      </summary>
      <value>A positive integer value that specifies the current marker number.</value>
    </member>
    <member name="P:DevExpress.Web.VideoObjectProperties.CurrentPosition">
      <summary>
        <para>Gets or sets the playback position.</para>
      </summary>
      <value>A <see cref="T:System.Decimal"/> value that specifies the current position, in seconds, relative to the beginning of the original source.</value>
    </member>
    <member name="P:DevExpress.Web.VideoObjectProperties.DefaultFrame">
      <summary>
        <para>Gets or sets the default target HTTP frame.</para>
      </summary>
      <value>A string value that specifies the default target HTTP frame.</value>
    </member>
    <member name="P:DevExpress.Web.VideoObjectProperties.EnableContextMenu">
      <summary>
        <para>Gets or sets whether the context menu is enabled.</para>
      </summary>
      <value>true to enable the context menu; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.VideoObjectProperties.Enabled">
      <summary>
        <para>Gets or sets whether Windows Media Player control is enabled.</para>
      </summary>
      <value>true to enable Windows Media Player; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.VideoObjectProperties.FullScreen">
      <summary>
        <para>Gets or sets whether video content is played back in full-screen mode.</para>
      </summary>
      <value>true to enable full-screen mode; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.VideoObjectProperties.InvokeURLs">
      <summary>
        <para>Gets or sets whether URL events should launch a Web browser.</para>
      </summary>
      <value>true if URL events launch a Web browser; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.VideoObjectProperties.Mute">
      <summary>
        <para>Gets or sets whether audio is muted.</para>
      </summary>
      <value>true to mute audio; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.VideoObjectProperties.PlayCount">
      <summary>
        <para>Gets or sets the number of times a media object will play.</para>
      </summary>
      <value>A positive integer value that specifies the number of times a media object will play.</value>
    </member>
    <member name="P:DevExpress.Web.VideoObjectProperties.Rate">
      <summary>
        <para>Gets or sets the current playback rate for the video.</para>
      </summary>
      <value>A <see cref="T:System.Double"/> value that specifies the playback rate.</value>
    </member>
    <member name="P:DevExpress.Web.VideoObjectProperties.StandByMessage">
      <summary>
        <para>Gets or sets a message that the browser displays while loading the object’s implementation and data.</para>
      </summary>
      <value>A string value that specifies the message that the browser displays while loading the object’s implementation and data.</value>
    </member>
    <member name="P:DevExpress.Web.VideoObjectProperties.StretchToFit">
      <summary>
        <para>Gets or sets whether the video displayed by the control is automatically sized to fit into the video window when the video window is larger than the dimensions of the video image.</para>
      </summary>
      <value>true to stretch the video to fit into the video window; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.VideoObjectProperties.UIMode">
      <summary>
        <para>Gets or sets a value that specifies which control elements are shown in a Player.</para>
      </summary>
      <value>One of the <see cref="T:DevExpress.Web.UIMode"/> values.</value>
    </member>
    <member name="P:DevExpress.Web.VideoObjectProperties.Volume">
      <summary>
        <para>Gets or sets the current playback volume.</para>
      </summary>
      <value>An integer value that specifies the volume level (from &#0045;1 to 100).</value>
    </member>
    <member name="P:DevExpress.Web.VideoObjectProperties.WindowlessVideo">
      <summary>
        <para>Gets or sets whether the Windows Media Player control renders the video in windowless mode.</para>
      </summary>
      <value>true to render the video in windowless mode; otherwise, false.</value>
    </member>
    <member name="T:DevExpress.Web.View">
      <summary>
        <para>Specifies the <see cref="T:DevExpress.Web.ASPxRoundPanel"/>‘s external view.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.View.GroupBox">
      <summary>
        <para>A round panel looks like a group box.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.View.Standard">
      <summary>
        <para>A round panel appears in the standard manner.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.WebColumnBase">
      <summary>
        <para>Represents a base class for column objects used by different DevExpress web controls (the ASPxGrid or ASPxTreeList, for instance).</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.WebColumnBase.#ctor">
      <summary>
        <para>Initializes a new instance of the <see cref="T:DevExpress.Web.WebColumnBase"/> class with default settings.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.WebColumnBase.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.WebColumnBase.Caption">
      <summary>
        <para>Gets or sets the text displayed within the column header.</para>
      </summary>
      <value>A <see cref="T:System.String"/> value that specifies the text displayed within the column’s header.</value>
    </member>
    <member name="M:DevExpress.Web.WebColumnBase.IsClickable">
      <summary>
        <para>Indicates whether the column responds to mouse clicks.</para>
      </summary>
      <returns>true if the column responds to mouse clicks; otherwise, false.</returns>
    </member>
    <member name="P:DevExpress.Web.WebColumnBase.Name">
      <summary>
        <para>Gets or sets the unique programmatic identifier name for a column.</para>
      </summary>
      <value>A string value that specifies the column’s identifier.</value>
    </member>
    <member name="M:DevExpress.Web.WebColumnBase.OnColumnChanged">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.WebColumnBase.SetColVisible(System.Boolean)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.WebColumnBase.SetColVisibleIndex(System.Int32)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.WebColumnBase.ToolTip">
      <summary>
        <para>Gets or sets the column header’s tooltip text.</para>
      </summary>
      <value>A string value that specifies the text displayed within the column header’s tooltip.</value>
    </member>
    <member name="P:DevExpress.Web.WebColumnBase.Visible">
      <summary>
        <para>Specifies whether the column is visible.</para>
      </summary>
      <value>true to show the column; otherwise, false.</value>
    </member>
    <member name="P:DevExpress.Web.WebColumnBase.VisibleIndex">
      <summary>
        <para>Specifies the column’s position among visible columns in a web control.</para>
      </summary>
      <value>The column’s position among visible columns.</value>
    </member>
    <member name="P:DevExpress.Web.WebColumnBase.Width">
      <summary>
        <para>Gets or sets the column’s width.</para>
      </summary>
      <value>A <see cref="T:System.Web.UI.WebControls.Unit"/> structure that represents the column’s width.</value>
    </member>
    <member name="T:DevExpress.Web.WebResourceAssemblyAttribute">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="M:DevExpress.Web.WebResourceAssemblyAttribute.#ctor(System.Int32)">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="P:DevExpress.Web.WebResourceAssemblyAttribute.AssemblyID">
      <summary>
        <para>For internal use only.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.WindowCloseAction">
      <summary>
        <para>Specifies which action forces an opened popup window to close.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.WindowCloseAction.CloseButton">
      <summary>
        <para>Specifies that a popup window is closed when clicking its close button (if any).</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.WindowCloseAction.Default">
      <summary>
        <para>Indicates that the close action depends upon the popup control’s <see cref="P:DevExpress.Web.ASPxPopupControl.CloseAction">ASPxPopupControl.CloseAction</see> property setting.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.WindowCloseAction.MouseOut">
      <summary>
        <para>Specifies that a popup window is closed when the mouse cursor moves out of it.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.WindowCloseAction.None">
      <summary>
        <para>Specifies that a popup window can’t be closed via an end-user interaction, but can be closed programmatically via specific client script methods.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.WindowCloseAction.OuterMouseClick">
      <summary>
        <para>Specifies that a popup window is closed when clicking a mouse button outside the popup window.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.WindowMode">
      <summary>
        <para>Lists values that specify the window mode of a Flash movie.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.WindowMode.None">
      <summary>
        <para>The wmode attribute isn’t generated at all.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.WindowMode.Opaque">
      <summary>
        <para>The wmode attribute is set to “opaque”, so that the movie hides everything on the page behind it.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.WindowMode.Transparent">
      <summary>
        <para>The wmode attribute is set to “transparent”, so that the background of the HTML page is shown through all transparent portions of the movie. This may slow animation performance.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.WindowMode.Window">
      <summary>
        <para>The wmode attribute is set to “window”, so that the movie plays in its own rectangular window on a web page.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.WindowPopupAction">
      <summary>
        <para>Specifies which action forces a popup window to appear.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.WindowPopupAction.Default">
      <summary>
        <para>Indicates that the popup action depends upon the popup control’s <see cref="P:DevExpress.Web.ASPxPopupControl.PopupAction">ASPxPopupControl.PopupAction</see> property setting.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.WindowPopupAction.LeftMouseClick">
      <summary>
        <para>Specifies that a popup window is invoked at a left mouse button click within the corresponding linked web control or HTML element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.WindowPopupAction.MouseOver">
      <summary>
        <para>Specifies that a popup window is invoked when the mouse cursor hovers over the corresponding linked web control or HTML element.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.WindowPopupAction.None">
      <summary>
        <para>Specifies that a popup window can’t be invoked via an end-user interaction, but can be invoked programmatically via specific client script methods.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.WindowPopupAction.RightMouseClick">
      <summary>
        <para>Specifies that a popup window is invoked at a right mouse button click within the corresponding linked web control or HTML element.</para>
      </summary>
    </member>
    <member name="T:DevExpress.Web.ZoomWindowPosition">
      <summary>
        <para>Lists values that specify the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#zoom-window">zoom window</see> position related to the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#preview-image">preview image</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ZoomWindowPosition.Bottom">
      <summary>
        <para>A zoom window is displayed at the bottom of the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#preview-image">preview image</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ZoomWindowPosition.Inside">
      <summary>
        <para>A zoom window is displayed in the borders of the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#preview-image">preview image</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ZoomWindowPosition.Left">
      <summary>
        <para>A zoom window is displayed at the left of the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#preview-image">preview image</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ZoomWindowPosition.Right">
      <summary>
        <para>A zoom window is displayed at the right of the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#preview-image">preview image</see>.</para>
      </summary>
    </member>
    <member name="F:DevExpress.Web.ZoomWindowPosition.Top">
      <summary>
        <para>A zoom window is displayed at the top of the <see href="https://docs.devexpress.com/AspNet/17283/components/data-and-image-navigation/image-zoom/visual-elements#preview-image">preview image</see>.</para>
      </summary>
    </member>
  </members>
</doc>